<?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/"
	>

<channel>
	<title>Thin air media</title>
	<atom:link href="http://thinairmedia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinairmedia.com</link>
	<description>Sugi&#039;s Web Place</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:08:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to remove the viewer counter from Watershed embed code.</title>
		<link>http://thinairmedia.com/2012/02/08/how-to-remove-the-viewer-counter-from-watershed-embed-code/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-remove-the-viewer-counter-from-watershed-embed-code</link>
		<comments>http://thinairmedia.com/2012/02/08/how-to-remove-the-viewer-counter-from-watershed-embed-code/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 21:34:26 +0000</pubDate>
		<dc:creator>Sugi</dc:creator>
				<category><![CDATA[Videography]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[viewer count]]></category>
		<category><![CDATA[watershed]]></category>

		<guid isPermaLink="false">http://thinairmedia.com/?p=2608</guid>
		<description><![CDATA[If you don&#8217;t want everyone to know how many other people are watching your broadcast, you just need to change a couple of lines of code. Open the embed code in a text editor and modify it like this: Search for this string: param name=&#8221;flashvars&#8221; value=&#8221;autoplay=false&#38;brand=embed&#8221; Modify to this: param name=&#8221;flashvars&#8221; value=&#8221;viewcount=false&#38;autoplay=false&#38;brand=embed&#8221; Search for this string: ...]]></description>
			<content:encoded><![CDATA[<p>If you don&#8217;t want everyone to know how many other people are watching your broadcast, you just need to change a couple of lines of code.</p>
<p>Open the embed code in a text editor and modify it like this:</p>
<p>Search for this string:</p>
<p>param name=&#8221;flashvars&#8221; value=&#8221;autoplay=false&amp;brand=embed&#8221;</p>
<p>Modify to this:</p>
<p>param name=&#8221;flashvars&#8221;<br />
value=&#8221;viewcount=false&amp;autoplay=false&amp;brand=embed&#8221;</p>
<p>Search for this string:</p>
<p>embed flashvars=&#8221;autoplay=false&amp;brand=embed&#8221;</p>
<p>Modify to this:</p>
<p>embed flashvars=&#8221;viewcount=false&amp;autoplay=false&amp;brand=embed&#8221;</p>
<p>Save the viewer embed code and replace the old code on your web page.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinairmedia.com/2012/02/08/how-to-remove-the-viewer-counter-from-watershed-embed-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streaming video with Amazon S3, JwPlayer and WordPress</title>
		<link>http://thinairmedia.com/2012/01/30/streaming-video-with-amazon-s3-jwplayer-and-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=streaming-video-with-amazon-s3-jwplayer-and-wordpress</link>
		<comments>http://thinairmedia.com/2012/01/30/streaming-video-with-amazon-s3-jwplayer-and-wordpress/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 01:38:18 +0000</pubDate>
		<dc:creator>Sugi</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[JW Player]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thinairmedia.com/?p=2537</guid>
		<description><![CDATA[I came across a question the other day from a client.  On another site, I host several videos that average 1 hour in length.  The problem was that they were downloading progressively instead of streaming.  Meaning, if you were to close the browser window in the middle of the video, when you came back it ...]]></description>
			<content:encoded><![CDATA[<p>I came across a question the other day from a client.  On another site, I host several videos that average 1 hour in length.  The problem was that they were downloading progressively instead of streaming.  Meaning, if you were to close the browser window in the middle of the video, when you came back it would have to start playing from the beginning again.</p>
<p>Most of the big video hosting sites, i.e. YouTube, Vimeo etc. have streaming video that allows you to put the playhead anywhere on the timeline and start the video from that position.  Upon further research I found that the cloud storage company I was using (Rackspace) will work with FlowPlayer.  I already have a licensed copy of <a href="http://www.longtailvideo.com/" target="_blank">JW Player</a>, so I did some more searching.  Turns out that Amazon S3 is compatible with this player&#8230; This is just where the fun began.</p>
<p>From the research I have performed, there are two media types that work well for streaming.  You can use .mp4 or .flv files.  If you use .mp4 it must be in the flash codec for it to stream properly.  (If I&#8217;m wrong about this please let me know.)</p>
<p>Next come the tricky parts.</p>
<p>I decided to open an Amazon Cloud Front account so I could wrap my videos in the JW player.  The first thing you need to do after opening your account is to create a bucket.  Within the bucket you can add folders and files.  You can place your video player files and the media files you are going to use within this bucket.  <strong>**Make sure you change the permissions on the files to &#8220;PUBLIC&#8221;, or your player won&#8217;t work!</strong>  You can do this by right clicking on them and selecting &#8220;Make Public&#8221;</p>
<p>Next you need to create your streaming distribution.  To do this, go to the CloudFront tab of the console and make a streaming distribution with files we created above.  SELECT STREAMING.  The origin will be the name of the bucket you created.  Then click on create.  Don&#8217;t worry about the other fields.</p>
<p>The code for your video player is going to be different depending on the type of video file you are calling.</p>
<h4>For MP4 it will look like this:</h4>
<p>&lt;div id=&#8221;container&#8221;&gt;Loading the player &#8230;&lt;/div&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
jwplayer(&#8220;container&#8221;).setup({<br />
flashplayer: &#8220;/<span style="color: #ff0000;">path_to_player/</span>player.swf&#8221;,<br />
file: &#8220;Mp4:<span style="color: #ff0000;">FILENAME</span>&#8220;,<br />
height: 360,<br />
provider: &#8220;rtmp&#8221;,<br />
streamer: &#8220;rtmp://<span style="color: #ff0000;">YOUR_CLOUDFRONT_DOMAIN</span>/cfx/st&#8221;,<br />
width: 640,<br />
skin: &#8220;<span style="color: #ff0000;">path_to_skin</span>/skin.zip&#8221;<br />
});<br />
// ]]&gt;&lt;/script&gt;</p>
<p>Pay close attention to the file: <strong>&#8220;Mp4:FILENAME&#8221;, </strong>line.  DO NOT ADD THE .mp4 after the filename when you are using a mp4 file!!!! Otherwise the player will appear as though it is loading FOREVER!!!  <span style="color: #ff0000;">Make sure it is file: &#8220;Mp4:Filename&#8221;</span></p>
<p>I learned this lesson either the hard way, or missed the memo somewhere.</p>
<p>For flv it will look like this:</p>
<p>&lt;div id=&#8221;container&#8221;&gt;Loading the player &#8230;&lt;/div&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
jwplayer(&#8220;container&#8221;).setup({<br />
flashplayer: &#8220;/path_to_player/player.swf&#8221;,<br />
file: &#8220;<span style="color: #ff0000;">FILENAME.flv</span>&#8220;,<br />
height: 360,<br />
provider: &#8220;rtmp&#8221;,<br />
streamer: &#8220;rtmp://<span style="color: #ff0000;">YOUR_CLOUDFRONT_DOMAIN</span>/cfx/st&#8221;,<br />
width: 640,<br />
skin: &#8220;<span style="color: #ff0000;">path_to_skin</span>/skin.zip&#8221;<br />
});<br />
// ]]&gt;&lt;/script&gt;</p>
<p>Notice that they are identical EXCEPT for how the file is called.</p>
<p>Here are some other thinks that you need to know:<br />
<strong><span style="color: #ff0000;">Make sure you have /cfx/st on the end of your cloud front rtmp address!</span></strong>  Otherwise, it won&#8217;t work.<br />
<strong><span style="color: #ff0000;">Make sure you have any skins you are calling in a .zip folder</span></strong></p>
<p>There are instances that you would want the skin folder to not be zipped, you can find articles on <a href="http://www.longtailvideo.com/" target="_blank">Longtailvideo.com</a> for more advanced customization.</p>
<p>&nbsp;</p>
<p>More Information:</p>
<p><a href="http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/15995/jw-embedder-reference-guide#skins" target="_blank">JW Embedder Reference Guide</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thinairmedia.com/2012/01/30/streaming-video-with-amazon-s3-jwplayer-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a firewire camera with Skype</title>
		<link>http://thinairmedia.com/2012/01/27/using-a-firewire-camera-with-skype/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-a-firewire-camera-with-skype</link>
		<comments>http://thinairmedia.com/2012/01/27/using-a-firewire-camera-with-skype/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 22:11:09 +0000</pubDate>
		<dc:creator>Sugi</dc:creator>
				<category><![CDATA[Videography]]></category>
		<category><![CDATA[firewire]]></category>
		<category><![CDATA[manycam]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[wirecast]]></category>

		<guid isPermaLink="false">http://thinairmedia.com/?p=2527</guid>
		<description><![CDATA[Some of you may have noticed that the current version of Skype (5.3) does not support camera&#8217;s connected via firewire.  This was a problem, as we were using Skype to host interviews for live webcasts.  I found a really simple workaround.  You can download a program called ManyCam that identifies firewire devices. Here are the steps. ...]]></description>
			<content:encoded><![CDATA[<p>Some of you may have noticed that the current version of Skype (5.3) does not support camera&#8217;s connected via firewire.  This was a problem, as we were using Skype to host interviews for live webcasts.  I found a really simple workaround.  You can download a program called <a href="http://manycam.com/" target="_blank">ManyCam</a> that identifies firewire devices.</p>
<p>Here are the steps.</p>
<ol>
<li>Download ManyCam</li>
<li>Launch the program</li>
<li>Select your camera</li>
<li>Open Skype/preferences/audio-video</li>
<li>Select your device in the drop down menu</li>
</ol>
<p>After the initial setup, Skype is recognizing my firewire camera without having to launch ManyCam again!</p>
<p>I am using this hardware/software setup:</p>
<ul>
<li>Sony Z5U</li>
<li>Mac Pro OSX 10.7 (Lion)</li>
<li>Wirecast Pro 4.1</li>
<li>Watershed (Ustream)</li>
<li>Skype (For video interviews)</li>
<li>ManyCam (Allows Skype to recognize Z5U camera)</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://thinairmedia.com/2012/01/27/using-a-firewire-camera-with-skype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ohana Sushi and Asian Cusine &#8211; Ogden, Utah</title>
		<link>http://thinairmedia.com/2012/01/23/ohana-sushi-and-asian-cusine-ogden-utah/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ohana-sushi-and-asian-cusine-ogden-utah</link>
		<comments>http://thinairmedia.com/2012/01/23/ohana-sushi-and-asian-cusine-ogden-utah/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 20:27:28 +0000</pubDate>
		<dc:creator>Sugi</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[Ogden]]></category>
		<category><![CDATA[Ohana]]></category>
		<category><![CDATA[Sushi]]></category>
		<category><![CDATA[utah]]></category>

		<guid isPermaLink="false">http://thinairmedia.com/?p=2521</guid>
		<description><![CDATA[Are you looking for some of the best Asian cuisine around?  Ohana Sushi and Asian Cuisine is by far my new favorite. They offer a great selection of sushi and other asian food that will blow your mind!  Seriously, the portions are plentiful, the presentation is fantastic (Look at the hand carved carrot in this ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Ohana General's Chicken" src="http://distilleryimage9.instagram.com/1fb20d5e45fe11e1a87612313804ec91_7.jpg" alt="" width="367" height="367" />Are you looking for some of the best Asian cuisine around?  Ohana Sushi and Asian Cuisine is by far my new favorite.</p>
<p>They offer a great selection of sushi and other asian food that will blow your mind!  Seriously, the portions are plentiful, the presentation is fantastic (Look at the hand carved carrot in this photo!) and the flavor is both fresh and absolutely delicious.</p>
<p>They are located at 476 12th Street Ogden UT 84404, in a strip mall right off the main road.  They are not in a location that you would expect for such great food, but once you walk in the establishment, any pre notions will be gone.  From soothing wall decor, to the plush dining seats, you&#8217;ll be cozy from the moment you walk in.</p>
<p>Don&#8217;t worry, the prices are less than what you would expect to pay for this quality, and quantity of food.  I have yet to leave there without a to go box for leftovers.</p>
<p>&nbsp;</p>
<p><img class="alignright" title="Ohana Stacker Roll" src="http://distilleryimage3.instagram.com/72f4ed22460011e1a87612313804ec91_7.jpg" alt="" width="367" height="367" />Here&#8217;s one of my favorite rolls &#8220;The Stacker&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://thinairmedia.com/2012/01/23/ohana-sushi-and-asian-cusine-ogden-utah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roosters on Historic 25th Street &#8211; Ogden, Utah</title>
		<link>http://thinairmedia.com/2012/01/23/roosters-on-historic-25th-street-ogden-utah/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=roosters-on-historic-25th-street-ogden-utah</link>
		<comments>http://thinairmedia.com/2012/01/23/roosters-on-historic-25th-street-ogden-utah/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 19:55:19 +0000</pubDate>
		<dc:creator>Sugi</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Vacation]]></category>
		<category><![CDATA[25th street]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[brewery]]></category>
		<category><![CDATA[historic]]></category>
		<category><![CDATA[Ogden]]></category>
		<category><![CDATA[roosters]]></category>
		<category><![CDATA[utah]]></category>

		<guid isPermaLink="false">http://thinairmedia.com/?p=2515</guid>
		<description><![CDATA[If you ever visit Ogden, Utah, make sure to visit Historic 25th Street.  It has been transformed from a vagrant dominant, roll up the windows and lock the doors into a locals hotspot and tourist attraction. During the early 20th century, 25th Street was a center of activity in Ogden. Home to retail shops, restaurants, ...]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 438px"><img title="Roosters View" src="http://distilleryimage8.instagram.com/a2090c1044bb11e1a87612313804ec91_7.jpg" alt="" width="428" height="428" />
<p class="wp-caption-text">Roosters on Historic 25th Street &#8211; Ogden, UTah</p>
</div>
<p>If you ever visit Ogden, Utah, make sure to visit Historic 25th Street.  It has been transformed from a vagrant dominant, roll up the windows and lock the doors into a locals hotspot and tourist attraction.</p>
<p>During the early 20th century, 25th Street was a center of activity in Ogden. Home to retail shops, restaurants, ice cream parlors, hotels, and laundries, the street was also a common site for illicit activities such as gambling, prostitution and narcotic sales. Popularly known as ‘’Two-Bit Street’’, the area obtained such a seedy reputation that Al Capone is rumored to have said that Ogden was too wild a town for him. An urban legend tells of a system of underground tunnels that bootleggers created during prohibition to move alcohol from Union Station to the Bigelow-Ben Lomond Hotel located on the east end of the neighborhood.</p>
<p>I somewhat challenge the urban legend, as I was able to take a walk through some of the tunnels as a child, and it seemed like they could have been used for much more than store delivery and storage for the business.</p>
<p>There are many quaint boutique shops, art galleries, and great restaurants to meet just about any budget.  Roosters is a local favorite (Photo).  They have an in house brewery, where you can see the beer making process first hand through floor to ceiling glass panels.  There is plenty of seating for large parties, and a menu that can whet anyones appetite.  Make sure to save some room for their extremely delicious bread pudding!</p>
]]></content:encoded>
			<wfw:commentRss>http://thinairmedia.com/2012/01/23/roosters-on-historic-25th-street-ogden-utah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skydiving</title>
		<link>http://thinairmedia.com/2012/01/16/skydiving/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=skydiving</link>
		<comments>http://thinairmedia.com/2012/01/16/skydiving/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 01:33:28 +0000</pubDate>
		<dc:creator>Sugi</dc:creator>
				<category><![CDATA[Friends]]></category>
		<category><![CDATA[Skydiving]]></category>
		<category><![CDATA[eden]]></category>
		<category><![CDATA[huntsville]]></category>
		<category><![CDATA[pineview]]></category>
		<category><![CDATA[Swoop]]></category>
		<category><![CDATA[swooping]]></category>
		<category><![CDATA[utah]]></category>

		<guid isPermaLink="false">http://thinairmedia.com/?p=2513</guid>
		<description><![CDATA[[kydiving has been a passion of mine since 1999. It all started after I went bungee jumping at the Utah State Fair. The bungee jump was scary, but fun, so I though skydiving must be that much more scary and fun. In '99 sport skydiving was just starting to really take off. The technology was ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://farm4.static.flickr.com/3261/3244798076_ef1f79ce0d.jpg"><img width="459"  alt="Stephen Rosier Swoops Pineview" src="http://farm4.static.flickr.com/3261/3244798076_ef1f79ce0d.jpg" /></a></p>
<p><span class="dropcap3">S</span>[kydiving has been a passion of mine since 1999. It all started after I went bungee jumping at the Utah State Fair. The bungee jump was scary, but fun, so I though skydiving must be that much more scary and fun. In '99 sport skydiving was just starting to really take off. The technology was changing rapidly, and the exposure to the sport was more mainstream. There are several disciplines to skydiving. These photos are examples of "swooping". Swooping is accomplished by putting your canopy in a steep dive, usually while making a corkscrewing turns of 90 degrees or more. The timing has to be perfect to recover from your dive, and transfer the downward velocity into forward speed.</p>
<div class="clearboth"></div>
<p><span class="dropcap3">T</span>he skydiving community is a very tight knit group. This sport is the only one I am aware of that brings together so many different types of people. In the skydiving community you become friends with people you would never had otherwise, both young and old.</p>
<p>Skydivers are recognized for different milestones. Here Bill Fridberg is recognized with gold wings and a certificate for making 1000 jumps. When I started skydiving, 100 jumps seemed like something that would take me forever. I now have over 2500 skydives, most of them made in the last 5 years. It&#8217;s not uncommon for me to make 10-15 in one day while I am working as a tandem instructor or videographer.</p>
<p>Here Brian Wallace (DZO of Ogden Skydiving Center) receives his 96 hour freefall badge. To put it in perspective, each skydive accumulates 45-60 seconds of freefall time.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinairmedia.com/2012/01/16/skydiving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Fireworks CS5 Tip &#8211; Just click it to select it</title>
		<link>http://thinairmedia.com/2011/11/25/adobe-fireworks-cs5-tip-just-click-it-to-select-it-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adobe-fireworks-cs5-tip-just-click-it-to-select-it-2</link>
		<comments>http://thinairmedia.com/2011/11/25/adobe-fireworks-cs5-tip-just-click-it-to-select-it-2/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 18:25:37 +0000</pubDate>
		<dc:creator>Sugi</dc:creator>
				<category><![CDATA[Adobe Tips]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[CS5]]></category>
		<category><![CDATA[Fireworks]]></category>

		<guid isPermaLink="false">http://thinairmedia.com/?p=2495</guid>
		<description><![CDATA[Fireworks has a simple and powerful selection model. Click on something to select it, regardless of what layer it&#8217;s on, even if it&#8217;s grouped. There&#8217;s no need to dig through your Layers panel to try and find a layer. Use the Pointer tool (V) to select an object or its group, the Select Behind tool ...]]></description>
			<content:encoded><![CDATA[<p>Fireworks has a simple and powerful selection model. Click on something to select it, regardless of what layer it&#8217;s on, even if it&#8217;s grouped. There&#8217;s no need to dig through your Layers panel to try and find a layer. Use the Pointer tool (V) to select an object or its group, the Select Behind tool (press V again) to click repeatedly and select the next object lower in the stacking order, and the Subselection tool (A) to select an object in a group. Wicked simple, and sure to save you time.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinairmedia.com/2011/11/25/adobe-fireworks-cs5-tip-just-click-it-to-select-it-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Fireworks CS5 Tip &#8211; Collaborate with clients and teammates</title>
		<link>http://thinairmedia.com/2011/11/11/adobe-fireworks-cs5-tip-collaborate-with-clients-and-teammates/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adobe-fireworks-cs5-tip-collaborate-with-clients-and-teammates</link>
		<comments>http://thinairmedia.com/2011/11/11/adobe-fireworks-cs5-tip-collaborate-with-clients-and-teammates/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 00:03:33 +0000</pubDate>
		<dc:creator>Sugi</dc:creator>
				<category><![CDATA[Adobe Tips]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[CS5]]></category>
		<category><![CDATA[Fireworks]]></category>

		<guid isPermaLink="false">http://thinairmedia.com/?p=2474</guid>
		<description><![CDATA[With the collaboration tools in Fireworks, you can make the feedback process as painless as possible, and look professional and graceful as you do it. There are several different ways to share your work and you can choose the right approach for each situation-Share My Screen, Export Adobe PDF, Preview in Browser, Create AIR File, ...]]></description>
			<content:encoded><![CDATA[<p>With the collaboration tools in Fireworks, you can make the feedback process as painless as possible, and look professional and graceful as you do it. There are several different ways to share your work and you can choose the right approach for each situation-Share My Screen, Export Adobe PDF, Preview in Browser, Create AIR File, Demo Current Document, and Export HTML and CSS.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinairmedia.com/2011/11/11/adobe-fireworks-cs5-tip-collaborate-with-clients-and-teammates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xterra 2011 &#8211; Huntsville, Utah</title>
		<link>http://thinairmedia.com/2011/09/25/xterra-2011-huntsville-utah/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xterra-2011-huntsville-utah</link>
		<comments>http://thinairmedia.com/2011/09/25/xterra-2011-huntsville-utah/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 21:15:57 +0000</pubDate>
		<dc:creator>Sugi</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://thinairmedia.com/?p=2460</guid>
		<description><![CDATA[Lance Armstrong finished in fifth place in the 2011 XTERRA USA Championship, giving Nicolas Lebrun a pretty good race. Lance was out of the water with the main group, then mashed his pedals into second place overall during the initial part of an 18-mile bike race, dueling with South Africa’s Conrad Stoltz before losing some ...]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://thinairmedia.com/lrgallery/xterra2011/index.html" width="800" height="650" seamless="seamless" frameborder="0"></iframe></p>
<p>Lance Armstrong finished in fifth place in the 2011 XTERRA USA Championship, giving Nicolas Lebrun a pretty good race.</p>
<p>Lance was out of the water with the main group, then mashed his pedals into second place overall during the initial part of an 18-mile bike race, dueling with South Africa’s Conrad Stoltz before losing some ground during a six-mile run.</p>
<blockquote class="alignleft"><p>I was trying to stay focused on what I had today, just because I was so freaked out because it had been so long
<p><cite>- Lance Armstrong</cite></p>
</blockquote>
<p>Lebrun, captured first place with a time of 2:24:26. Like Armstrong, the French triathlete gained ground by pedaling. And when Lebrun eyed the famous cyclist in his path, he knew that he had a chance at victory.</p>
<p>It was Lebrun&#8217;s first win at Snowbasin in five appearances.</p>
<blockquote class="alignright"><p>I really love the place, love the people … so it was really good to win here, especially today with Lance in the race, it brings really more people around, more press. It was really a good day to have a perfect race.&#8221;
<p><cite>- Nicolas Lebrum</cite></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://thinairmedia.com/2011/09/25/xterra-2011-huntsville-utah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stephen King Books Remarqued by Glenn Chadbourne</title>
		<link>http://thinairmedia.com/2011/09/05/remarqued-books-by-stephen-king/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remarqued-books-by-stephen-king</link>
		<comments>http://thinairmedia.com/2011/09/05/remarqued-books-by-stephen-king/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 20:45:29 +0000</pubDate>
		<dc:creator>Sugi</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Cemetery Dance]]></category>
		<category><![CDATA[Glenn Chadbourne]]></category>
		<category><![CDATA[Stephen King]]></category>

		<guid isPermaLink="false">http://thinairmedia.com/?p=1811</guid>
		<description><![CDATA[have been a Stephen King fan for quites some time. In recent years I have been able to afford to purchase some of the collectible books that are available. My wife thinks I&#8217;m a little nuts to collect a book that I don&#8217;t intend on reading&#8230; Here&#8217;s my M.O.. I buy the trade editions of ...]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap3">I</span> have been a Stephen King fan for quites some time. In recent years I have been able to afford to purchase some of the collectible books that are available. My wife thinks I&#8217;m a little nuts to collect a book that I don&#8217;t intend on reading&#8230; Here&#8217;s my M.O.. I buy the trade editions of my favorite author when the book comes out, wrap the dust cover in a Brodart, and put it on the shelf. I then purchase the book on my Kindle to read. If I enjoy the book, it will go into my queue of books to look for in a collector edition. I have recently been able to &#8220;convert&#8221; my wife into my madness. First by making her listen to <em>&#8220;Full Dark, No Stars&#8221;. </em>It only took about 10 minutes to get her interested, and maybe 20 to be hooked.  From there I took a big step and threw <em>&#8220;IT&#8221; </em>at her.  I was a little worried at first, but again she was hooked.  We drive to work together, and are in the car at least one hour per day, so audio books are something that we can share while on the road.  After finishing &#8220;IT&#8221;, (and knowing I had her SK interest piqued), I threw Roland, Eddie, Detta/Odetta/Susan/Susannah Dean Holmes, and of course Jake her way  ~ <em>&#8220;The Dark Tower&#8221;</em>.  Having been a fan of the Dark Tower series since 1986, and reading the books multiple times, I knew this would be an easy one to sell.  We are currently on part II of &#8220;The Wastelands&#8221;, and she LOVES it.  We have a road trip to San Francisco in a week, and the first thing she said was &#8220;now we can listen to the Dark Tower the whole way&#8221;!</p>
<p>Anyhow, the reason I wrote this post is to share something special that I just received back from Mr. Glenn Chadbourne himself!<br />
After reading a tweet by Glenn advertising his talent by commission, I contacted him about doing some remarque work on a few books.</p>
<h3><strong>The first is <em>&#8220;Full Dark, No Stars&#8221;</em></strong></h3>
<p><a href="http://www.thinairmedia.com/images/fullDark.jpg"><img width="220"  alt="By Glenn Chadbourne" src="http://www.thinairmedia.com/images/fullDark.jpg" /></a><br />
<span id="more-1811"></span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>This book consists of 4 novellas linked by the theme of retribution.</p>
<ul>
<li>&#8220;1922&#8243;</li>
<li>&#8220;Big Driver&#8221;</li>
<li>&#8220;A Good Marriage&#8221;</li>
<li>&#8220;Fair Extension&#8221;</li>
</ul>
<p>I&#8217;m not going to go into details of any of the stories, as I don&#8217;t want to be blamed for spoiling anything.  I do strongly suggest that you read, or listen to them, then come back and let me know what you think!</p>
<h3><strong>The next Project was <em>&#8220;Secretary of Dreams&#8221;</em> Volumes I and II</strong></h3>
<p><a href="http://www.thinairmedia.com/images/Dreams1.jpg"><img width="220"  alt="By Glenn Chadbourne" src="http://www.thinairmedia.com/images/Dreams1.jpg" /></a></p>
<p><a href="http://www.thinairmedia.com/images/Dreams2.jpg"><img width="220"  alt="By Glenn Chadbourne" src="http://www.thinairmedia.com/images/Dreams2.jpg" /></a></p>
<p><strong><em>Volume I</em></strong><em><br />
The Secretary of Dreams</em> combines classic tales of terror from the mind of Stephen King with the critically acclaimed artwork of Maine artist Glenn Chadbourne. This unique book displays an incredible and original blend of King&#8217;s words with Chadbourne&#8217;s one-of-a-kind illustrations: text and artwork brought together to tell these stories in a whole new way.</p>
<p>As you venture into <em>The Secretary of Dreams</em> you&#8217;ll discover &#8220;Home Delivery,&#8221; &#8220;Jerusalem&#8217;s Lot,&#8221; and &#8220;The Reach&#8221; presented on beautifully designed oversized pages. These stories are heavily illustrated with spot artwork, full page illustrations, and even multiple-page art spreads. Dozens of painstakingly crafted illustrations bring King&#8217;s characters to life.</p>
<p>Also within this collection are &#8220;The Road Virus Heads North,&#8221; &#8220;Rainy Season,&#8221; and &#8220;Uncle Otto&#8217;s Truck,&#8221; which appear for the very first time in full graphic format as imagined by Chadbourne. Not one word from King&#8217;s original manuscripts has been left out. Instead Chadbourne presents the stories through a variety of techniques: traditional paragraphs of text merged directly into the artwork, handwritten bursts of dialogue to convey emotion, and even multiple fonts to match the mood of each scene.</p>
<p><em>The Secretary of Dreams</em> is a collection of Stephen King&#8217;s greatest short stories presented in a way never before imagined. Glenn Chadbourne spent over two years creating the artwork within these pages, digging deep inside the text to make each of these classic tales burst off the page.</p>
<p><strong><em>Volume II</em></strong><em><br />
</em>World Fantasy Award winner Cemetery Dance Publications, critically acclaimed artist Glenn Chadbourne, and <em>New York Times</em> bestselling author Stephen King are proud to announce <em>The Secretary of Dreams (Volume Two).</em> This second venture into the world of Stephen King&#8217;s stories contains even more artwork and detailed illustrations that could only have come from the inspired hands of artist Glenn Chadbourne!</p>
<p><em>The Secretary of Dreams (Volume Two) </em>continues where the first acclaimed volume left off: combining classic tales of terror from the mind of Stephen King with the haunting artwork of Maine artist Glenn Chadbourne. This unique book displays an incredible and original blend of King&#8217;s words with Chadbourne&#8217;s one-of-a-kind B&amp;W illustrations: text and artwork brought together to tell these chilling stories in a whole new way.</p>
<p>As you venture into this new volume of <em>The Secretary of Dreams</em> you&#8217;ll discover &#8220;The Monkey,&#8221; &#8220;Strawberry Spring,&#8221; and &#8220;In the Deathroom&#8221; presented on beautifully designed oversized pages. These stories are heavily illustrated with spot artwork, full page illustrations, and even multiple-page art spreads. Dozens of painstakingly crafted illustrations bring King&#8217;s characters to life.</p>
<p>Also within this collection are &#8220;Gray Matter,&#8221; &#8220;One for the Road ,&#8221; and &#8220;Nona,&#8221; which appear for the very first time in full graphic format as imagined by Chadbourne. <strong>Not one word</strong> from King&#8217;s original manuscripts has been left out. Instead Chadbourne presents the stories through a variety of techniques: traditional paragraphs of text merged directly into the artwork, handwritten bursts of dialogue to convey emotion, and even multiple fonts to match the mood of each scene.</p>
<p>Like the first volume of <em>The Secretary of Dreams,</em> this is a new collection of Stephen King&#8217;s greatest short stories presented in a way never before imagined. Glenn Chadbourne has spent over two years creating the artwork within these pages, digging deep inside the text to make each of these classic tales burst off the page.</p>
<p>You have to take a moment to check out <a href="http://www.glennchadbourne.com/" target="_blank">Glenn&#8217;s website</a> to admire some of his work!  Make sure to check out the <a href="http://www.glennchadbourne.com/store.html" target="_blank">&#8220;Haunted House&#8221;</a> Commission&#8217;s that he does.</p>
<p>I also have to give props to <a href="http://cemeterydance.com/" target="_blank">Cemetery Dance Publications</a> for the kick-ass books they put out there.</p>
<p style="text-align: center;"><strong>BTW, Cemetery Dance has a promotion happening RIGHT NOW.</strong><br />
<strong> They are giving away $1000 in free books!</strong></p>
<p align="left"><strong><span style="color: #ff0000; font-size: medium;">Here are FIVE FREE WAYS you can enter — and you can enter ALL five ways for more chances to win!</span></strong></p>
<p align="left"><strong><span style="color: #0000ff; font-size: medium;">Method #1:</span></strong></p>
<p align="left">1) Follow <a href="http://cemeterydance.us1.list-manage.com/track/click?u=960d36b3a3d46b3d8d2df8d53&amp;id=0491aaccd9&amp;e=05cee54581">Cemetery Dance on Twitter</a></p>
<p align="left">2) Tweet this phrase: <strong>@CemeteryDance, yes, I want to win $100 in free horror books! http://bit.ly/CDFreeBooks</strong></p>
<p align="left"><strong><span style="font-size: small;"><a href="http://cemeterydance.us1.list-manage.com/track/click?u=960d36b3a3d46b3d8d2df8d53&amp;id=dc143863e0&amp;e=05cee54581"><img src="http://www.cemeterydance.com/Merchant2/graphics/images/misc/CDtwitter.jpg" alt="CD Twitter" border="0" hspace="4" vspace="4" /></a></span></strong></p>
<p align="left"><strong><span style="color: #0000ff; font-size: medium;">Method #2:</span></strong></p>
<p align="left">1) &#8220;Like&#8221; <a href="http://cemeterydance.us1.list-manage.com/track/click?u=960d36b3a3d46b3d8d2df8d53&amp;id=6ebd49ae23&amp;e=05cee54581">Cemetery Dance on Facebook</a></p>
<p align="left">2) Post this on <span style="color: #ff0000;"><strong><em>your</em></strong></span> wall: <strong>Cemetery Dance, I want to win $100 in free horror books! http://bit.ly/CDFreeBooks</strong></p>
<p align="left"><strong><span style="font-size: small;"><a href="http://cemeterydance.us1.list-manage.com/track/click?u=960d36b3a3d46b3d8d2df8d53&amp;id=914a59d300&amp;e=05cee54581"><img src="http://www.cemeterydance.com/Merchant2/graphics/images/misc/CDfacebook.jpg" alt="CD Facebook" border="0" hspace="4" vspace="4" /></a></span></strong></p>
<p align="left"><strong><span style="color: #0000ff; font-size: medium;">Method #3:</span></strong></p>
<p align="left">1) Follow Cemetery Dance Managing Editor <a href="http://cemeterydance.us1.list-manage.com/track/click?u=960d36b3a3d46b3d8d2df8d53&amp;id=96e44e576a&amp;e=05cee54581">Brian James Freeman on Twitter</a></p>
<p align="left">2) Tweet this phrase: <strong>@BrianFreeman, tell @CemeteryDance I want to win $100 in free horror books! http://bit.ly/CDFreeBooks</strong></p>
<p align="left"><strong><span style="font-size: small;"><a href="http://cemeterydance.us1.list-manage2.com/track/click?u=960d36b3a3d46b3d8d2df8d53&amp;id=e7aa6fac32&amp;e=05cee54581"><img src="http://www.cemeterydance.com/Merchant2/graphics/images/misc/BFtwitter.jpg" alt="BJF Twitter" border="0" hspace="4" vspace="4" /></a></span></strong></p>
<p align="left"><strong><span style="color: #0000ff; font-size: medium;">Method #4:</span></strong></p>
<p align="left">1) &#8220;Like&#8221; Cemetery Dance Managing Editor <a href="http://cemeterydance.us1.list-manage.com/track/click?u=960d36b3a3d46b3d8d2df8d53&amp;id=ceae833467&amp;e=05cee54581">Brian James Freeman on Facebook</a></p>
<p align="left">2) Post this on <span style="color: #ff0000;"><strong><em>your</em></strong></span> wall: <strong>Brian James Freeman, tell Cemetery Dance I want to win $100 in free horror books! http://bit.ly/CDFreeBooks</strong></p>
<p align="left"><strong><span style="font-size: small;"><a href="http://cemeterydance.us1.list-manage.com/track/click?u=960d36b3a3d46b3d8d2df8d53&amp;id=8dead642a3&amp;e=05cee54581"><img src="http://www.cemeterydance.com/Merchant2/graphics/images/misc/BFfacebook.jpg" alt="BJF Facebook" border="0" hspace="4" vspace="4" /></a></span></strong></p>
<p align="left"><strong><span style="color: #0000ff; font-size: medium;">Method #5:</span></strong></p>
<p align="left">1) Mention the contest AND this special link &#8211; <strong>http://bit.ly/CDFreeBooks</strong>&#8211; on your blog, website, message board, or another social networking service.</p>
<p align="left">2) Email <a href="mailto:webmaster@cemeterydance.com">webmaster@cemeterydance.com</a> with the subject line &#8220;Cemetery Dance $100 In Free Books&#8221; and a link directly to your post.</p>
<p align="center"><strong><span style="color: #0000ff; font-size: medium;"><a href="http://cemeterydance.us1.list-manage1.com/track/click?u=960d36b3a3d46b3d8d2df8d53&amp;id=fe73f787a4&amp;e=05cee54581">For complete details, please visit the &#8220;Will Tweet For Books&#8221; page on our website!</a></span></strong></p>
<p>And of course, the one for whom this blog wouldn&#8217;t even be possible without&#8230; &#8220;The Master of Horror&#8221;, <a href="http://www.stephenking.com/index.html" target="_blank">Stephen King.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thinairmedia.com/2011/09/05/remarqued-books-by-stephen-king/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

