<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>krynsky.com &#187; youtube</title>
	<atom:link href="http://krynsky.com/tag/youtube/feed/" rel="self" type="application/rss+xml" />
	<link>http://krynsky.com</link>
	<description>eclectic mix of technology, poetry, and my ramblings</description>
	<lastBuildDate>Sat, 31 Dec 2011 04:29:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Empower Co-workers and Leverage Web Services to Publish Your Website</title>
		<link>http://krynsky.com/how-to-empower-co-workers-and-leverage-web-services-to-publish-your-website/</link>
		<comments>http://krynsky.com/how-to-empower-co-workers-and-leverage-web-services-to-publish-your-website/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 00:52:05 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[blake-lucchesi]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[piaxp]]></category>
		<category><![CDATA[progressive-insurance-automotive-x-prize]]></category>
		<category><![CDATA[x-prize]]></category>
		<category><![CDATA[xprize]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://krynsky.com/?p=23654</guid>
		<description><![CDATA[I manage all the websites and related services for the X PRIZE Foundation. In the latest iteration of the re-design of our Progressive Insurance Automotive X PRIZE website I wanted to...]]></description>
			<content:encoded><![CDATA[<p>I manage all the websites and related services for the <a href="http://xprize.org" target="_blank">X PRIZE Foundation</a>. In the latest iteration of the re-design of our <a href="http://www.progressiveautoxprize.org/" target="_blank">Progressive Insurance Automotive X PRIZE</a> website I wanted to streamline the workflow and enable several co-workers to easily publish content to our website. I&#8217;m pretty happy with how things turned out and wanted to share what we did so that it may help you thinking of ways you can utilize some of these some of these methods for your own website.</p>
<p>We use <a href="http://drupal.org" target="_blank">Drupal</a> to power all of our in-house websites but these methods could be applied to any CMS (content management systems) that are out there. Our sites are visually rich as we have an in-house creative services department that generates a large number of videos and photos. We post these videos to our <a href="http://youtube.com/xprize" target="_blank">YouTube channel</a> as well as our website. The workflow to get them on our website would normally take several steps of sending the request along with details which then get published through our CMS and eventually added to the site. This is just one example. We are a pretty small group and I wanted to find ways to reduce the timeframe, people, and steps involved to accomplish publishing content to our site.</p>
<p>So I looked at all the web services we were currently using to determine how we could leverage them in a home page redesign. The plan was to make it so the content could be dynamically updated by my co-workers by utilizing the services they were publishing content to already or in some cases create new ones. Below is an image with numbered areas that I will break down explaining how we accomplished this.</p>
<p><a href="http://www.progressiveautoxprize.org/"><img class="size-full wp-image-23658 alignnone" style="border: 1px solid black;" title="piaxp_homepage" src="http://krynsky.com/wp-content/uploads/2010/10/piaxp_homepage.jpg" alt="" width="625" height="691" /></a></p>
<p><strong>1.</strong> For our latest videos section we created a YouTube Playlist and pull the first four videos from there to populate this section. We&#8217;re utilizing the <a href="http://www.youtube.com/dev" target="_blank">YouTube API</a> to pull the thumbnail and video title to be displayed here. We also then utilize <a href="http://jquery.com/demo/thickbox/" target="_blank">ThickBox</a> to display the video and keep the user on our site. Our YouTube channel is managed by someone on our creative services team so they can easily control which videos appear here without having to request any changes to my team.</p>
<p><strong>2.</strong> Our photos section is powered by a <a href="http://www.flickr.com/photos/progressiveautoxprize/sets/72157624904171800/" target="_blank">Flickr Set</a>. A member of our creative services team who has full control to easily add or remove images to appear in this section. We are utilizing the <a href="http://www.flickr.com/services/api/" target="_blank">Flickr API</a> and also display the photos using ThickBox and allow you to scroll through them. To keep it fresh we randomly pull images from this set upon every page load.</p>
<p><strong>3.</strong> For our top stories section we created an account on Delicious. A member of our communications team then <a href="http://www.delicious.com/xprize/piaxp" target="_blank">bookmarks stories they want to appear here using a specific tag</a>. The reason for the tag is that we have several that we use to publish to various areas of our websites. We then take the RSS feed generated by this tag and process it using the <a href="http://simplepie.org/" target="_blank">Simplepie script</a> to display here.</p>
<p><strong>4.</strong> For this section we took all the RSS feeds from the blogs of the teams that were competing and processed them through Simplepie to display here. The output was displayed in reverse chronological order and we limited it to only show a single post per team so that nobody could flood the feed. We also renamed several of the blog feed titles as necessary along with formatting the output and date.</p>
<p>Having distributed these publishing responsibilities to additional people in the company and utilizing externals services gives us many advantages. It removes web production involvement, it puts the publishing power in the hands of the department, and it speeds up the time to publish. It&#8217;s a win, win, win. Of course there are many considerations before this can be implemented. You need to make sure that your organization has the approval processes and ability to support it. You also need to have steps in place to deal with the reliance of external services which may include utilizing caching and local asset backups.</p>
<p>I&#8217;ve been very happy with the outcome thus far and  These are just some examples that I hope you find helpful. There are so many ways that web services can be utilized both for publishing content and streamlining workflow and I continue to look at ways to expand on these methods in other areas of our sites.</p>
<p>Lastly, I want to give a shout out to <a href="http://twitter.com/blakelucchesi" target="_blank">Blake Lucchesi</a> who developed the functionality described in this post within Drupal for us.</p>
]]></content:encoded>
			<wfw:commentRss>http://krynsky.com/how-to-empower-co-workers-and-leverage-web-services-to-publish-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://krynsky.com/wp-content/uploads/2010/10/piaxp_homepage-150x150.jpg" />
		<media:content url="http://krynsky.com/wp-content/uploads/2010/10/piaxp_homepage.jpg" medium="image">
			<media:title type="html">piaxp_homepage</media:title>
			<media:thumbnail url="http://krynsky.com/wp-content/uploads/2010/10/piaxp_homepage-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Enhance your Playstation 3 with a Universal Remote, Streaming Media, and Streaming Web Video</title>
		<link>http://krynsky.com/enhance-your-playstation-3-with-a-universal-remote-streaming-media-and-streaming-web-video/</link>
		<comments>http://krynsky.com/enhance-your-playstation-3-with-a-universal-remote-streaming-media-and-streaming-web-video/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 08:11:42 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[cbs]]></category>
		<category><![CDATA[harmony]]></category>
		<category><![CDATA[hulu]]></category>
		<category><![CDATA[netflix]]></category>
		<category><![CDATA[nyko]]></category>
		<category><![CDATA[playon]]></category>
		<category><![CDATA[playstation-3]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[stream]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[tversity]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://krynsky.com/?p=402</guid>
		<description><![CDATA[This is a video I recorded that demonstrates my Playstation 3 setup which uses a Logitech Harmony 880 Universal Remote with the Nyko Blue-Wave Infrared Remote which comes with a...]]></description>
			<content:encoded><![CDATA[<p>This is a video I recorded that demonstrates my Playstation 3 setup which uses a <a href="http://www.amazon.com/gp/product/B00093IIRA?ie=UTF8&amp;tag=desperatedial-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B00093IIRA">Logitech Harmony 880 Universal Remote</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=desperatedial-20&amp;l=as2&amp;o=1&amp;a=B00093IIRA" border="0" alt="" width="1" height="1" /> with the <a href="http://www.amazon.com/gp/product/B0018MEBFY?ie=UTF8&amp;tag=desperatedial-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B0018MEBFY">Nyko Blue-Wave Infrared Remote</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=desperatedial-20&amp;l=as2&amp;o=1&amp;a=B0018MEBFY" border="0" alt="" width="1" height="1" /> which comes with a USB IR dongle to allow you to use the Logitech Harmony to control the system.</p>
<p>I also show how I can stream music, photos and videos from my PC using <a href="http://tversity.com/" target="_blank">Tversity</a></p>
<p>Lastly I show how I stream web video from Netflix, CBS, ESPN, Hulu, and YouTube using <a href="http://www.themediamall.com/playon" target="_blank">PlayOn</a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/2_x-dY2q5X0&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/2_x-dY2q5X0&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Note <a href="http://www.youtube.com/watch?v=2_x-dY2q5X0" target="_blank">click here to see video on YouTube</a> which is using the new 640&#215;360 HD resolution. I encoded it using Xvid and the quality isn&#8217;t great, but better than the embed above. Still figuring out the best way to encode for the new HD format support.</p>
]]></content:encoded>
			<wfw:commentRss>http://krynsky.com/enhance-your-playstation-3-with-a-universal-remote-streaming-media-and-streaming-web-video/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:thumbnail url="http://www.assoc-amazon.com/e/ir?t=desperatedial-20&#38;l=as2&#38;o=1&#38;a=B00093IIRA" />
		<media:content url="http://www.assoc-amazon.com/e/ir?t=desperatedial-20&#38;l=as2&#38;o=1&#38;a=B00093IIRA" medium="image" />
		<media:content url="http://www.assoc-amazon.com/e/ir?t=desperatedial-20&#38;l=as2&#38;o=1&#38;a=B0018MEBFY" medium="image" />
	</item>
		<item>
		<title>My Web Travels for January 22nd 2008</title>
		<link>http://krynsky.com/my-web-travels-for-january-22nd-2008/</link>
		<comments>http://krynsky.com/my-web-travels-for-january-22nd-2008/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 07:03:20 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[aggregator]]></category>
		<category><![CDATA[awards]]></category>
		<category><![CDATA[bill-gates]]></category>
		<category><![CDATA[crysis]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[darwin]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[videogame]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://krynsky.com/my-web-travels-for-january-22nd-2008/</guid>
		<description><![CDATA[Genfavicon. Free Online Favicon Generator. Icon Generator. &#8211; Nice web service if you are in need of this The Best Companion Tools for YouTube and other Web Videos &#8211; A...]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.genfavicon.com/">Genfavicon. Free Online Favicon Generator. Icon Generator.</a> &#8211; Nice web service if you are in need of this</li>
<li><a href="http://www.labnol.org/internet/video/best-youtube-video-tools/2104/">The  Best Companion Tools for YouTube and other Web Videos</a> &#8211; A list of some  useful video sites</li>
<li><a href="http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/2808-Zero-Punctuation-Crysis">The  Escapist : Zero Punctuation: Crysis</a> &#8211; If you&#8217;ve never seen a Zero  Punctuation review. Here&#8217;s a great one to accolomate ya. Very Very funny stuff  and spot on in many ways.</li>
<li><a href="http://www.darwinawards.com/newsletter/2007.html">The 2007 Darwin  Award Winners</a> &#8211; Ahhh&#8230;always fun to see what the pinheads of the world are  up to</li>
<li><a href="http://lifehacker.com/339470/get-feeds-for-sites-without-rss-with-dapper">Get  Feeds for Sites Without RSS with Dapper</a> &#8211; Lifehackers take on a useful tool  to add content that doesn&#8217;t offer an RSS feed to your Lifestream</li>
<li><a href="http://drupal.org/node/42599">Example: How to Embed Two Views on the  Same Page | drupal.org</a> &#8211; This is useful in Drupal to create a pretty complex  custom homepage</li>
<li><a href="http://www.istartedsomething.com/20080107/bill-gates-last-day-microsoft-video/">Bill  Gates last day at Microsoft (video) &#8211; istartedsomething</a> &#8211; This video proves  that Bill Gates is waaaay cooler than Steve Jobs</li>
<li><a href="http://www.wegame.com/">WeGame.com &#8211; Show Your Game</a> &#8211; Site  provides in-game videos for many PC games. Also provides the tools to create the  videos</li>
<li><a href="http://www.smashingmagazine.com/2008/01/08/100-excellent-free-high-quality-wordpress-themes/">100  Excellent Free WordPress Themes | Developer&#8217;s Toolbox | Smashing Magazine</a> &#8211;  Another nice collection of WordPress themes</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://krynsky.com/my-web-travels-for-january-22nd-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
	</item>
	</channel>
</rss>

