<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Web Developer / Internet Marketing Journal</title>
    <link rel="alternate" type="text/html" href="http://blog.lib.umn.edu/schl0490/my_marketing_web_design_ideas/" />
    <link rel="self" type="application/atom+xml" href="http://blog.lib.umn.edu/schl0490/my_marketing_web_design_ideas/atom.xml" />
   <id>tag:blog.lib.umn.edu,2013:/schl0490/my_marketing_web_design_ideas//8409</id>
    <link rel="service.post" type="application/atom+xml" href="http://blog.lib.umn.edu/cgi-bin/mt-atom.cgi/weblog/blog_id=8409" title="Web Developer / Internet Marketing Journal" />
    <updated>2008-07-18T16:19:01Z</updated>
    <subtitle></subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.31-en</generator>
 

<entry>
    <title>YouTube Upload System Active</title>
    <link rel="alternate" type="text/html" href="http://blog.lib.umn.edu/schl0490/my_marketing_web_design_ideas/2008/07/youtube_upload_system_active.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.lib.umn.edu/cgi-bin/mt-atom.cgi/weblog/blog_id=8409/entry_id=136321" title="YouTube Upload System Active" />
    <id>tag:blog.lib.umn.edu,2008:/schl0490/my_marketing_web_design_ideas//8409.136321</id>
    
    <published>2008-07-18T16:14:57Z</published>
    <updated>2008-07-18T16:19:01Z</updated>
    
    <summary>I got the wrestling videos upload system to connect direction into Youtube&apos;s API, its pretty slick, give it a try. It requests YouTube&apos;s permission to directly connect to a user&apos;s account and then upload&apos;s directly to it- viola, video sharing...</summary>
    <author>
        <name>Wrestling Fan</name>
        <uri></uri>
    </author>
    
        <category term="Embedding Videos" />
    
    <content type="html" xml:lang="en-us" xml:base="http://blog.lib.umn.edu/schl0490/my_marketing_web_design_ideas/">
        <![CDATA[<p>I got the <a href="http://www.thewrestlingtalk.com/wrestling-videos/">wrestling videos</a> upload system to connect direction into Youtube's API, its pretty slick, give it a try.  It requests YouTube's permission to directly connect to a user's account and then upload's directly to it- viola, video sharing on the cheap (free).</p>

<p>The next step will be to tie this system into the front end of both the <a href="http://www.getgreatsmiles.com/">teeth whitening</a> and <a href="http://www.eyescolored.com/">colored contacts</a> test sites (neither sells a product, so don't try to buy one- you can't!).  These sites will test the video's ability to upload and operate in a life-like ecommerce situation.</p>

<p>If you would like to play around with the youtube code, just let me know :)</p>]]>
        
    </content>
</entry>

<entry>
    <title>jQuery - a couple neat items</title>
    <link rel="alternate" type="text/html" href="http://blog.lib.umn.edu/schl0490/my_marketing_web_design_ideas/2008/07/jquery_a_couple_neat_items.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.lib.umn.edu/cgi-bin/mt-atom.cgi/weblog/blog_id=8409/entry_id=134189" title="jQuery - a couple neat items" />
    <id>tag:blog.lib.umn.edu,2008:/schl0490/my_marketing_web_design_ideas//8409.134189</id>
    
    <published>2008-07-07T14:26:43Z</published>
    <updated>2008-07-07T14:55:13Z</updated>
    
    <summary>I started working on table sorting for my rankings system and stumbled upon a very cool table sorter. Tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page...</summary>
    <author>
        <name>Wrestling Fan</name>
        <uri></uri>
    </author>
    
        <category term="jQuery" />
    
    <content type="html" xml:lang="en-us" xml:base="http://blog.lib.umn.edu/schl0490/my_marketing_web_design_ideas/">
        <![CDATA[<p>I started working on table sorting for my <a href="http://www.thewrestlingtalk.com/misc.php?do=page&template=Wrestling_Rankings">rankings system</a> and stumbled upon a very cool <a href="http://tablesorter.com/docs/" rel="nofollow">table sorter</a>.  Tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. Tablesorter can successfully parse and sort many types of data including linked data in a cell.</p>

<p>I've also used a similar system, on <a href="http://www.proc-sci.org/">Minnesota</a> Connect, <a href="http://www.HSWrestling.Net">High School</a>, and <a href="http://www.NCAAWrestlingTournament.com/">NCAA Wrestling</a> to manage the rankings of each category.</p>

<p>Then you can check out <a href="http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/" rel="nofollow">Load while scrolling</a>.  When we are scrolling down a webpage, the code recognizes that you are at the bottom and auto-loads new content.  It helps increasing the initial load speeds of pages faster and users will have to load only the content they see.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Blip.tv API video upload integration</title>
    <link rel="alternate" type="text/html" href="http://blog.lib.umn.edu/schl0490/my_marketing_web_design_ideas/2008/06/bliptv_api_video_upload_integr.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.lib.umn.edu/cgi-bin/mt-atom.cgi/weblog/blog_id=8409/entry_id=133448" title="Blip.tv API video upload integration" />
    <id>tag:blog.lib.umn.edu,2008:/schl0490/my_marketing_web_design_ideas//8409.133448</id>
    
    <published>2008-06-27T21:33:17Z</published>
    <updated>2008-06-27T21:38:25Z</updated>
    
    <summary>I was running through the blip.tv API information and came across a pretty cool site that uses jQuery and the Blip.tv API to facilitate remote uploading to the Blip.tv Video sharing. What is really impressive is that this uses about...</summary>
    <author>
        <name>Wrestling Fan</name>
        <uri></uri>
    </author>
    
        <category term="Blip.tv" />
    
        <category term="Embedding Videos" />
    
        <category term="YouTube Videos API" />
    
    <content type="html" xml:lang="en-us" xml:base="http://blog.lib.umn.edu/schl0490/my_marketing_web_design_ideas/">
        <![CDATA[<p>I was running through the blip.tv API information and came across a <a href="http://www.solitude.dk/archives/20061201-0210/">pretty cool site</a> that uses jQuery and the Blip.tv API to facilitate remote uploading to the Blip.tv Video sharing.</p>

<p>What is really impressive is that this uses about 17 lines of code to run- phenomenal!  I tested it out with the user base within the  <a href="http://www.thewrestlingtalk.com/wrestling-videos/">videos</a> section of Wrestling Talk and now will make it a permanent fixture within that community.</p>]]>
        
    </content>
</entry>

</feed> 

