<?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>Jonathan Spooner is a Web Developer in the San Diego Area. &#187; News</title>
	<atom:link href="http://www.jonathanspooner.com/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonathanspooner.com</link>
	<description>Flex Developer, Air Developer, and ActionScript Programmer</description>
	<lastBuildDate>Fri, 28 May 2010 16:42:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OSMF &#8211; Displaying an image before a video</title>
		<link>http://www.jonathanspooner.com/news/osmf-displaying-an-image-before-a-video/</link>
		<comments>http://www.jonathanspooner.com/news/osmf-displaying-an-image-before-a-video/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 04:10:34 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/?p=421</guid>
		<description><![CDATA[This post will show you how to use Open Source Media Framework to display an image for 2 seconds before displaying a video.
To display an image for 2 seconds before your video starts you'll need to use a TemporalProxyElement to apply a duration to your ImageElement.
&#160;
var temporalProxyElement:TemporalProxyElement
     = new TemporalProxyElement&#40;2,
				  [...]]]></description>
			<content:encoded><![CDATA[<p>This post will show you how to use <a href="http://opensource.adobe.com/wiki/display/osmf/Open+Source+Media+Framework">Open Source Media Framework</a> to display an image for 2 seconds before displaying a video.</p>
<p>To display an image for 2 seconds before your video starts you'll need to use a TemporalProxyElement to apply a duration to your ImageElement.</p>
<pre class="actionscript">&nbsp;
<span style="color: #000000; font-weight: bold;">var</span> temporalProxyElement:TemporalProxyElement
     = <span style="color: #000000; font-weight: bold;">new</span> TemporalProxyElement<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">2</span>,
				               <span style="color: #000000; font-weight: bold;">new</span> ImageElement<span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> ImageLoader<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>,
					       <span style="color: #000000; font-weight: bold;">new</span> URLResource<span style="color: #66cc66;">&#40;</span>THUMB_URL<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
					      <span style="color: #66cc66;">&#41;</span>;
&nbsp;</pre>
<p>Full Code</p>
<pre class="java">&nbsp;
<span style="color: #000000; font-weight: bold;">package</span> <span style="color: #66cc66;">&#123;</span>
	<span style="color: #a1a100;">import flash.display.Sprite;</span>
&nbsp;
	<span style="color: #a1a100;">import org.osmf.composition.SerialElement;</span>
	<span style="color: #a1a100;">import org.osmf.containers.MediaContainer;</span>
	<span style="color: #a1a100;">import org.osmf.image.ImageElement;</span>
	<span style="color: #a1a100;">import org.osmf.image.ImageLoader;</span>
	<span style="color: #a1a100;">import org.osmf.layout.LayoutUtils;</span>
	<span style="color: #a1a100;">import org.osmf.media.DefaultMediaFactory;</span>
	<span style="color: #a1a100;">import org.osmf.media.MediaElement;</span>
	<span style="color: #a1a100;">import org.osmf.media.MediaFactory;</span>
	<span style="color: #a1a100;">import org.osmf.media.MediaPlayer;</span>
	<span style="color: #a1a100;">import org.osmf.media.URLResource;</span>
	<span style="color: #a1a100;">import org.osmf.proxies.TemporalProxyElement;</span>
	<span style="color: #a1a100;">import org.osmf.utils.URL;</span>
&nbsp;
	<span style="color: #66cc66;">&#91;</span>SWF<span style="color: #66cc66;">&#40;</span>width=<span style="color: #ff0000;">&quot;400&quot;</span>, height=<span style="color: #ff0000;">&quot;300&quot;</span>, frameRate=<span style="color: #ff0000;">&quot;25&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#93;</span>
	<span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">class</span> ShrelpBurst <span style="color: #000000; font-weight: bold;">extends</span> Sprite
	<span style="color: #66cc66;">&#123;</span>
		<span style="color: #000000; font-weight: bold;">private</span> var mediaFactory:MediaFactory;
		<span style="color: #000000; font-weight: bold;">private</span> var mediaElement:MediaElement;
		<span style="color: #000000; font-weight: bold;">private</span> var mediaPlayer:MediaPlayer;
		<span style="color: #000000; font-weight: bold;">private</span> var mediaContainer:MediaContainer;
&nbsp;
		<span style="color: #000000; font-weight: bold;">private</span> <span style="color: #000000; font-weight: bold;">static</span> var VIDEO_URL:<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3AURL+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #aaaadd; font-weight: bold;">URL</span></a> = <span style="color: #000000; font-weight: bold;">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3AURL+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #aaaadd; font-weight: bold;">URL</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;http://www.marinelayerproductions.com/_uploads/news/portugal_killer_heat.flv&quot;</span><span style="color: #66cc66;">&#41;</span>;
		<span style="color: #000000; font-weight: bold;">private</span> <span style="color: #000000; font-weight: bold;">static</span> var THUMB_URL:<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3AURL+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #aaaadd; font-weight: bold;">URL</span></a> = <span style="color: #000000; font-weight: bold;">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3AURL+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span style="color: #aaaadd; font-weight: bold;">URL</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;http://www.marinelayerproductions.com/_uploads/news/large/midnight_blue_04_00000.jpg&quot;</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
		<span style="color: #000000; font-weight: bold;">private</span> var _pause:Sprite;
		<span style="color: #000000; font-weight: bold;">private</span> var _play:Sprite;
&nbsp;
		<span style="color: #000000; font-weight: bold;">public</span> function ShrelpBurst<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
		<span style="color: #66cc66;">&#123;</span>
			mediaFactory = <span style="color: #000000; font-weight: bold;">new</span> DefaultMediaFactory<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
			var serialElement:SerialElement = <span style="color: #000000; font-weight: bold;">new</span> SerialElement<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
			var temporalProxyElement:TemporalProxyElement = <span style="color: #000000; font-weight: bold;">new</span> TemporalProxyElement<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">2</span>,
																	<span style="color: #000000; font-weight: bold;">new</span> ImageElement<span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> ImageLoader<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>,
																	<span style="color: #000000; font-weight: bold;">new</span> URLResource<span style="color: #66cc66;">&#40;</span>THUMB_URL<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
																	<span style="color: #66cc66;">&#41;</span>;
			serialElement.<span style="color: #006600;">addChild</span><span style="color: #66cc66;">&#40;</span> temporalProxyElement <span style="color: #66cc66;">&#41;</span>;
			mediaElement 		 = mediaFactory.<span style="color: #006600;">createMediaElement</span><span style="color: #66cc66;">&#40;</span> <span style="color: #000000; font-weight: bold;">new</span> URLResource<span style="color: #66cc66;">&#40;</span>VIDEO_URL<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;
			serialElement.<span style="color: #006600;">addChild</span><span style="color: #66cc66;">&#40;</span> mediaElement <span style="color: #66cc66;">&#41;</span>;
&nbsp;
			mediaPlayer 		 = <span style="color: #000000; font-weight: bold;">new</span> MediaPlayer<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
			mediaPlayer.<span style="color: #006600;">autoPlay</span> = <span style="color: #000000; font-weight: bold;">true</span>;
			mediaPlayer.<span style="color: #006600;">media</span> 	 = serialElement;
			mediaContainer 		 = <span style="color: #000000; font-weight: bold;">new</span> MediaContainer<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
			mediaContainer.<span style="color: #006600;">addMediaElement</span><span style="color: #66cc66;">&#40;</span> serialElement <span style="color: #66cc66;">&#41;</span>;
&nbsp;
			addChild<span style="color: #66cc66;">&#40;</span> mediaContainer <span style="color: #66cc66;">&#41;</span>;
&nbsp;
			LayoutUtils.<span style="color: #006600;">setAbsoluteLayout</span><span style="color: #66cc66;">&#40;</span>mediaElement.<span style="color: #006600;">metadata</span>, <span style="color: #cc66cc;">400</span>, <span style="color: #cc66cc;">300</span>, <span style="color: #cc66cc;">0</span>, <span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#41;</span>;
		<span style="color: #66cc66;">&#125;</span>
&nbsp;
	<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span>
&nbsp;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/osmf-displaying-an-image-before-a-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.marinelayerproductions.com/_uploads/news/portugal_killer_heat.flv" length="16372167" type="video/x-flv" />
		</item>
		<item>
		<title>Street Moffett Vs. Ramp Moffett (Round One)</title>
		<link>http://www.jonathanspooner.com/news/street-moffett-vs-ramp-moffett-round-one/</link>
		<comments>http://www.jonathanspooner.com/news/street-moffett-vs-ramp-moffett-round-one/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 23:11:07 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Skateboarding]]></category>
		<category><![CDATA[Veoh Networks]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/?p=367</guid>
		<description><![CDATA[Matt Moffett is one of those all terrain skateboarders that can take you out in a game of skate.  I decided the only fair competitor to Matt is himself.   So lets how Street Moffett does against Ramp Moffett.

Here is round one, vote in the comments below and pass the link on to [...]]]></description>
			<content:encoded><![CDATA[<p>Matt Moffett is one of those all terrain skateboarders that can take you out in a game of skate.  I decided the only fair competitor to Matt is himself.   So lets how Street Moffett does against Ramp Moffett.<br />
<br/><br />
Here is round one, <strong>vote in the comments below</strong> and pass the link on to a friend.</p>
<h3>On the left Ramp Moffett</h3>
<p><object width="570" height="410" id="veohFlashPlayer" name="veohFlashPlayer"><param name="movie" value="http://www.veoh.com/static/swf/webplayer/WebPlayer.swf?version=AFrontend.5.4.3.1015&permalinkId=v19265814J637Cfk2&player=videodetailsembedded&videoAutoPlay=0&id=1323387"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.veoh.com/static/swf/webplayer/WebPlayer.swf?version=AFrontend.5.4.3.1015&permalinkId=v19265814J637Cfk2&player=videodetailsembedded&videoAutoPlay=0&id=1323387" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="570" height="410" id="veohFlashPlayerEmbed" name="veohFlashPlayerEmbed"></embed></object></p>
<h3>On the right Street Moffett</h3>
<p><object width="570" height="341" id="veohFlashPlayer" name="veohFlashPlayer"><param name="movie" value="http://www.veoh.com/static/swf/webplayer/WebPlayer.swf?version=AFrontend.5.4.3.1015&permalinkId=v19266036EWqF65tM&player=videodetailsembedded&videoAutoPlay=0&id=1323387"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.veoh.com/static/swf/webplayer/WebPlayer.swf?version=AFrontend.5.4.3.1015&permalinkId=v19266036EWqF65tM&player=videodetailsembedded&videoAutoPlay=0&id=1323387" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="570" height="410" id="veohFlashPlayerEmbed" name="veohFlashPlayerEmbed"></embed></object><br />
<br/><br />
That was round one, <b> leave your vote in the comments</b> and pass the link on to a friend.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/street-moffett-vs-ramp-moffett-round-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Veoh to Bring Behavior to Video Ads</title>
		<link>http://www.jonathanspooner.com/news/veoh-to-bring-behavior-to-video-ads/</link>
		<comments>http://www.jonathanspooner.com/news/veoh-to-bring-behavior-to-video-ads/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 17:22:44 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Veoh Networks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[veoh]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2008/07/14/veoh-to-bring-behavior-to-video-ads/</guid>
		<description><![CDATA[AdWeek published an article on Veoh's in-stream advertising strategy and behavioral targeting system.
I've been working on the flash integration with our in-house targeting server add Freewheel's first ActionScript 3.0 SDK for ad delivery. 
Check out the article
Veoh to Bring Behavior to Video Ads

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adweek.com/aw/content_display/news/digital/e3i5dab627a6e5e9f67bf96eb988792f2da">AdWeek</a> published an article on Veoh's in-stream advertising strategy and behavioral targeting system.<br />
I've been working on the flash integration with our in-house targeting server add <a href="http://freewheel.tv">Freewheel's</a> first ActionScript 3.0 SDK for ad delivery. </p>
<p>Check out the article<br />
<a href="http://www.adweek.com/aw/content_display/news/digital/e3i5dab627a6e5e9f67bf96eb988792f2da">Veoh to Bring Behavior to Video Ads</a></p>
<p><object width="300" height="250" id="flashObj0" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="always" name="allowScriptAccess"/><param value="true" name="allowFullScreen"/><param value="http://admin.brightcove.com/viewer/federated_f8.swf?flashId=flashObj0&amp;servicesURL=http%3A%2F%2Fservices.brightcove.com%2Fservices&amp;viewerSecureGatewayURL=https%3A%2F%2Fconsole.brightcove.com%2Fservices%2Famfgateway&amp;cdnURL=http%3A%2F%2Fadmin.brightcove.com&amp;videoId=1662475231&amp;autoStart=false&amp;preloadBackColor=%23FFFFFF&amp;width=300&amp;height=250&amp;playerId=1227613352&amp;externalAds=false&amp;sendReports=false&amp;buildNumber=406&amp;ranNum=382070" name="movie"/><param value="window" name="wmode"/><param value="high" name="quality"/><param value="#FFFFFF" name="bgcolor"/><param value="http://admin.brightcove.com/viewer/" name="base"/><param value="false" name="SeamlessTabbing"/><embed width="300" height="250" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" type="application/x-shockwave-flash" seamlesstabbing="false" wmode="window" name="flashObj0" allowscriptaccess="always" bgcolor="#FFFFFF" quality="high" base="http://admin.brightcove.com/viewer/" src="http://admin.brightcove.com/viewer/federated_f8.swf?flashId=flashObj0&amp;servicesURL=http%3A%2F%2Fservices.brightcove.com%2Fservices&amp;viewerSecureGatewayURL=https%3A%2F%2Fconsole.brightcove.com%2Fservices%2Famfgateway&amp;cdnURL=http%3A%2F%2Fadmin.brightcove.com&amp;videoId=1662475231&amp;autoStart=false&amp;preloadBackColor=%23FFFFFF&amp;width=300&amp;height=250&amp;playerId=1227613352&amp;externalAds=false&amp;sendReports=false&amp;buildNumber=406&amp;ranNum=382070"/></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/veoh-to-bring-behavior-to-video-ads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set environmental variables in Unix</title>
		<link>http://www.jonathanspooner.com/news/how-to-set-environmental-variables-in-terminal/</link>
		<comments>http://www.jonathanspooner.com/news/how-to-set-environmental-variables-in-terminal/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 15:18:41 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Source Control]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2008/04/02/how-to-set-environmental-variables-in-terminal/</guid>
		<description><![CDATA[I often use SubVersion from the command line to manage my projects and I quickly became tired of typing in the full urls to repositories.  I'm now storing these long paths in environmental variables.  So for example I previously had to type svn copy http://repo/svn/spoonermedia/projectname/trunk http://repo/svn/spoonermedia/projectname/branch/feature1 to make a branch.  After setting [...]]]></description>
			<content:encoded><![CDATA[<p>I often use <a href="http://subversion.tigris.org">SubVersion</a> from the command line to manage my projects and I quickly became tired of typing in the full urls to repositories.  I'm now storing these long paths in <a href="http://en.wikipedia.org/wiki/Environment_variable">environmental variables</a>.  So for example I previously had to type<br/> <code>svn copy http://repo/svn/spoonermedia/projectname/trunk http://repo/svn/spoonermedia/projectname/branch/feature1</code> to make a branch.  After setting up an environmental variable I only have to type  </p>
<pre class="bash">svn copy $R/trunk $R/branch/feature1</pre>
<p>Okay if your sold on <a href="http://en.wikipedia.org/wiki/Environment_variable">Environmental Variables</a> this is how you do it.</p>
<ol>
<li>Look in "/Users/your-user-name" for a .profile or .bash_login file.  If you have both then open up .bash_login or if you have neither create a .profile file.</li>
<li>In that file you can use the export command to set all the variables you need.  Each of these variables should be in uppercase.
<pre class="bash">export W=/Users/jspooner/Documents/veoh/FlashPlayer/branches/wolverine
export T=/Users/jspooner/Documents/veoh/FlashPlayer/tags
export B=/Users/jspooner/Documents/veoh/FlashPlayer/branches
export SVNROOT=http://repo/svn/src/FlashPlayer/
</pre>
</li>
</ol>
<p>You can also use alias and functions to do other task like open and close projects.  Here are some of the other shortcuts I have.</p>
<pre class="bash">
## Open my current project
alias wolverine="cd /Users/jspooner/Documents/veoh/FlashPlayer/branches/wolverine && pwd && echo WELCOME TO WOLVERINE"
# mate
alias edithost="mate /private/etc/hosts"

alias stopmysql="sudo launchctl unload -w /Library/LaunchDaemons/com.mysql.mysqld.plist"
alias startmysql="sudo launchctl load -w /Library/LaunchDaemons/com.mysql.mysqld.plist"
#
# # functions
# # change directories. echo PWD and show a list
cdd () { cd ${1}; echo $PWD; ls; }
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/how-to-set-environmental-variables-in-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Flex 3 Issues</title>
		<link>http://www.jonathanspooner.com/news/installing-flex-3-issues/</link>
		<comments>http://www.jonathanspooner.com/news/installing-flex-3-issues/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 23:15:19 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2008/03/05/installing-flex-3-issues/</guid>
		<description><![CDATA[After installing Flex 3 form Flex 3 Beta 3 I had lots of issues with keyboard short cuts.  I found that some hidden files from the beta were still on my system in ~/Documents/Flex Builder.   I was able to solve all issues by changing the name on that directory and reinstalling Flex.
If [...]]]></description>
			<content:encoded><![CDATA[<p>After installing Flex 3 form Flex 3 Beta 3 I had lots of issues with keyboard short cuts.  I found that some hidden files from the beta were still on my system in ~/Documents/Flex Builder.   I was able to solve all issues by changing the name on that directory and reinstalling Flex.</p>
<p>If your having issues and had Flex Beta <a href="http://www.adobe.com/support/documentation/en/flex/3/releasenotes_flex3_fb.html#clean_workspace">installed check out these instructions from adobe.</a>  The worked for me when upgrading from Beta 2 to Beta 3.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/installing-flex-3-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X 10.5 Virtual Host and PHP</title>
		<link>http://www.jonathanspooner.com/news/os-x-105-virtual-host-and-php/</link>
		<comments>http://www.jonathanspooner.com/news/os-x-105-virtual-host-and-php/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 17:51:01 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Source Control]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2008/01/29/os-x-105-virtual-host-and-php/</guid>
		<description><![CDATA[I found instructions for editing the host file and enabling PHP at 456bereastreet.com.  
What is a host file?  Lets say your editing website locally and would like to bypass any security errors caused by the localhost url.  You can use the host file to redirect the real url "www.jonathanspooner.com" to point at [...]]]></description>
			<content:encoded><![CDATA[<p>I found instructions for editing the host file and enabling PHP at <a href="http://www.456bereastreet.com/archive/200711/virtual_hosts_php_and_mysql_on_mac_os_x_105_leopard/">456bereastreet.com</a>.  </p>
<p>What is a host file?  Lets say your editing website locally and would like to bypass any security errors caused by the localhost url.  You can use the host file to redirect the real url "www.jonathanspooner.com" to point at your local copy. </p>
<p>I also added a short cut to my profile document so I can just type 'host' in terminal and TextMate will open the doc.<br />
To do this create a file named .profile in your users directory "/Users/yourusername/" and bash script like the one below.  I have a few other handy shortcuts in there too.</p>
<pre class="bash" >
alias host="mate /private/etc/hosts"
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/os-x-105-virtual-host-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TED Talks</title>
		<link>http://www.jonathanspooner.com/news/ted-talks/</link>
		<comments>http://www.jonathanspooner.com/news/ted-talks/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 23:38:02 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2008/01/02/ted-talks/</guid>
		<description><![CDATA[TED &#124; Talks &#124; Blaise Aguera y Arcas: Jaw-dropping Photosynth demo (video)

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ted.com/index.php/talks/view/id/129">TED | Talks | Blaise Aguera y Arcas: Jaw-dropping Photosynth demo (video)</a><br />
<!--cut and paste--><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="VE_Player" align="middle" height="285" width="432"><param name="movie" value="http://static.videoegg.com/ted/flash/loader.swf"><param name="FlashVars" value="bgColor=FFFFFF&amp;file=http://static.videoegg.com/ted/movies/BLAISEAGUERAYARCAS-2007_high.flv&amp;autoPlay=false&amp;fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&amp;forcePlay=false&amp;logo=&amp;allowFullscreen=true"><param name="quality" value="high"><param name="allowScriptAccess" value="always"><param name="bgcolor" value="#FFFFFF"><param name="scale" value="noscale"><param name="wmode" value="window"><embed src="http://static.videoegg.com/ted/flash/loader.swf" flashvars="bgColor=FFFFFF&amp;file=http://static.videoegg.com/ted/movies/BLAISEAGUERAYARCAS-2007_high.flv&amp;autoPlay=false&amp;fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&amp;forcePlay=false&amp;logo=&amp;allowFullscreen=true" quality="high" allowscriptaccess="always" bgcolor="#FFFFFF" scale="noscale" wmode="window" name="VE_Player" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="285" width="432"></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/ted-talks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Search Mistakes Shaun White for Rocky Dennis</title>
		<link>http://www.jonathanspooner.com/news/broken-google-search/</link>
		<comments>http://www.jonathanspooner.com/news/broken-google-search/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 08:11:28 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2007/11/22/broken-google-search/</guid>
		<description><![CDATA[shaun white or rocky dennis ]]></description>
			<content:encoded><![CDATA[<p>When you search for Rocky Dennis a boy with craniodiaphyseal dysplasia disfiguration you get a picture of professional snowboarder Shawn White.  The resemblance between the photos is strange.  Google must have matched up the red hair. </p>
<p><a href="http://www.google.com/search?q=rocky+dennis&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a"><br />
<img src='http://www.jonathanspooner.com/blog/wp-content/uploads/2007/11/picture-4.png' alt='Shawn White and Rocky Dennis' /><br />
Google search for Rocky Dennis.</a></p>
<p><a href="http://digg.com/tech_news/Google_Search_Mistakes_Shaun_White_for_Rocky_Dennis/blog">Go digg the post</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/broken-google-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Android is a software stack for mobile devices.</title>
		<link>http://www.jonathanspooner.com/news/google-opensource-mobil-os/</link>
		<comments>http://www.jonathanspooner.com/news/google-opensource-mobil-os/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 19:42:10 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2007/11/12/google-opensource-mobil-os/</guid>
		<description><![CDATA[Okay there is no gPhone rather an operating system called Android.
  Check out the video below.  If the video doesn't spark any ideas maybe the 10 million dollars the Big G is putting up for the best applications built.  

]]></description>
			<content:encoded><![CDATA[<p>Okay there is no gPhone rather an operating system called <a href="http://code.google.com/android/what-is-android.htmlhttp://code.google.com/android/what-is-android.html">Android</a>.<br />
  Check out the video below.  If the video doesn't spark any ideas maybe the <a href="http://code.google.com/android/adc.html">10 million dollars the Big G</a> is putting up for the best applications built.  </p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/1FJHYqE0RDg&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/1FJHYqE0RDg&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/google-opensource-mobil-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Social</title>
		<link>http://www.jonathanspooner.com/news/open-social/</link>
		<comments>http://www.jonathanspooner.com/news/open-social/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 03:29:20 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2007/11/04/open-social/</guid>
		<description><![CDATA[So what is OpenSocial?  First of all OpenSocial is not GoogleSocial.  OpenSocial is an industry standard for social websites.  Check out the video below.

]]></description>
			<content:encoded><![CDATA[<p>So what is <a href="http://code.google.com/apis/opensocial/">OpenSocial</a>?  First of all <a href="http://code.google.com/apis/opensocial/">OpenSocial</a> is not GoogleSocial.  <a href="http://code.google.com/apis/opensocial/">OpenSocial</a> is an industry standard for social websites.  Check out the video below.</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/9KOEbAZJTTk&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/9KOEbAZJTTk&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/open-social/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fire Recovery</title>
		<link>http://www.jonathanspooner.com/news/fire-recovery/</link>
		<comments>http://www.jonathanspooner.com/news/fire-recovery/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 20:17:00 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2007/11/01/fire-recovery/</guid>
		<description><![CDATA[http://strizver.blogspot.com/





 
]]></description>
			<content:encoded><![CDATA[<p><a href="http://strizver.blogspot.com/" xtarget="" target="">http://strizver.blogspot.com/</a></p>
<p>
<div style=""><a href="http://www.flickr.com/photos/80709193@N00/1700304654/" target="_blank"><img src="http://farm3.static.flickr.com/2239/1700304654_0e9168fc0a_m.jpg" width="240" height="180" alt="IMG_0130.JPG" border="0"></a></div>
<div style=""><a href="http://www.flickr.com/photos/80709193@N00/1699432333/" target="_blank"><img src="http://farm3.static.flickr.com/2134/1699432333_3a565e6c43_m.jpg" width="240" height="180" alt="IMG_0885.JPG" border="0"></a></div>
<div style=""><a href="http://www.flickr.com/photos/80709193@N00/1699432333/" target="_blank"><img src="http://farm3.static.flickr.com/2134/1699432333_3a565e6c43_m.jpg" width="240" height="180" alt="IMG_0885.JPG" border="0"></a></div>
<div style=""><a href="http://www.flickr.com/photos/80709193@N00/1700302422/" target="_blank"><img src="http://farm3.static.flickr.com/2167/1700302422_d7a437ee17_m.jpg" width="240" height="180" alt="IMG_0122.JPG" border="0"></a></div>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/fire-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AT&amp;T Text Message</title>
		<link>http://www.jonathanspooner.com/news/att-text-message/</link>
		<comments>http://www.jonathanspooner.com/news/att-text-message/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 04:03:22 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2007/10/24/att-text-message/</guid>
		<description><![CDATA[Have you ever received a text message that says something like this?
" I sent you a mulimedia message.  You can view my message via the internet at viewmymessage.com using Msg ID w392gvgmn Password ors9vhem"
If that isn't horrible user experience look at the website where you can read your message.  They have about an [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever received a text message that says something like this?</p>
<blockquote><p>" I sent you a mulimedia message.  You can view my message via the internet at viewmymessage.com using Msg ID w392gvgmn Password ors9vhem"</p></blockquote>
<p>If that isn't horrible user experience look at the website where you can read your message.  They have about an 800 pixel wide<br />
page and they squish the message into a 150 pixel wide box at less than 8 point type.</p>
<p>Yeah, Congratulations AT&T, you guys rock!  </p>
<p><a href='http://www.jonathanspooner.com/blog/wp-content/uploads/2007/10/picture-1.png' title='AT&T Text Message'><img width="300" src='http://www.jonathanspooner.com/blog/wp-content/uploads/2007/10/picture-1.png' alt='AT&T Text Message' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/att-text-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Liberty Tax Franchise &#8211; Website</title>
		<link>http://www.jonathanspooner.com/news/liberty-tax-franchise-website/</link>
		<comments>http://www.jonathanspooner.com/news/liberty-tax-franchise-website/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 19:00:38 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2007/08/03/liberty-tax-franchise-website/</guid>
		<description><![CDATA[Client: Liberty Tax
Work: UI Design, Ektron CMS, Development
Link: 
]]></description>
			<content:encoded><![CDATA[<p>Client: Liberty Tax<br />
Work: UI Design, Ektron CMS, Development<br />
Link: </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/liberty-tax-franchise-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.2.2 Bug</title>
		<link>http://www.jonathanspooner.com/news/php-522-bug/</link>
		<comments>http://www.jonathanspooner.com/news/php-522-bug/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 15:42:18 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2007/07/12/php-522-bug/</guid>
		<description><![CDATA[XML-RPC (Remote Procedure Call) has a bug in a popular version of PHP 5.2.2.  You will probably see a call to an undefined function call to xmlrpc_encode_request()
Here is a link to the bug at php.net
Wordpress uses xmlrpc and there is a hack to correct the bug.  The fix is to add the following [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.xmlrpc.com/">XML-RPC</a> (Remote Procedure Call) has a bug in a popular version of PHP 5.2.2.  You will probably see a call to an undefined function call to xmlrpc_encode_request()</p>
<p><a href="http://bugs.php.net/bug.php?id=41293">Here is a link to the bug at php.net</a></p>
<p><a href="http://bagoflix.com">Wordpress</a> uses <a href="http://www.xmlrpc.com/">xmlrpc</a> and there is a hack to correct the bug.  The fix is to add the following line at the top of thte xmlrpc.php file.</p>
<p><code>$HTTP_RAW_POST_DATA = file_get_contents("php://input"); </code></p>
<p>I'm looking for a fix to the <a href="http://developer.revver.com">revver video api</a>.  If you find something let me know.<br />
I'll update this post when I find the fix too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/php-522-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google click-to-call AdWord</title>
		<link>http://www.jonathanspooner.com/news/google-click-to-call-adword-2/</link>
		<comments>http://www.jonathanspooner.com/news/google-click-to-call-adword-2/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 21:38:25 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2007/07/11/google-click-to-call-adword-2/</guid>
		<description><![CDATA[Google has come up with a way for an advertiser to get directly on the phone with you.  Next time you see a phone icon in google ads click it and enter your phone number.  They say with in 5 seconds your phone will ring.  When you pick it up it will [...]]]></description>
			<content:encoded><![CDATA[<p>Google has come up with a way for an advertiser to get directly on the phone with you.  Next time you see a phone icon in google ads click it and enter your phone number.  They say with in 5 seconds your phone will ring.  When you pick it up it will automatically be calling the advertiser.  </p>
<p>Is this good functionality?  Are people really unable to dial the phone number their selves?  I think click-to-call is a good way to boost your phone call conversions.  Hey and it also lets us web people track how many people make that call.</p>
<p>You can read more here.<br />
<a href="http://www.yardley.ca/blog/index.php/archives/2005/11/23/google-tests-out-click-to-call-adwords/" target="_blank" > Yardley</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/google-click-to-call-adword-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Franchise.org</title>
		<link>http://www.jonathanspooner.com/news/franchiseorg/</link>
		<comments>http://www.jonathanspooner.com/news/franchiseorg/#comments</comments>
		<pubDate>Sat, 13 Jan 2007 22:09:21 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2007/07/13/franchiseorg/</guid>
		<description><![CDATA[Client: International Franchise Association
Work: UI Design, CMS(ektron), and Programming C#
Link: Live

]]></description>
			<content:encoded><![CDATA[<p>Client: International Franchise Association<br />
Work: UI Design, CMS(<a href="http://ektron.com">ektron</a>), and Programming C#<br />
Link: <a href="http://franchise.org">Live</a></p>
<p><a href="http://franchise.org"><img src='http://www.jonathanspooner.com/blog/wp-content/uploads/2007/07/franchisedotorg.jpg' alt='Franchise.org Search Results Page' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/franchiseorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help-U-Sell &#8211; Franchise Opportunity Center</title>
		<link>http://www.jonathanspooner.com/news/help-u-sell-franchise-opportunity-center/</link>
		<comments>http://www.jonathanspooner.com/news/help-u-sell-franchise-opportunity-center/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 22:17:27 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2007/07/13/help-u-sell-franchise-opportunity-center/</guid>
		<description><![CDATA[Client: Help-U-Sell
Work: Programming and Interactive Design
Link: Private Intranet

]]></description>
			<content:encoded><![CDATA[<p>Client: Help-U-Sell<br />
Work: Programming and Interactive Design<br />
Link: Private Intranet</p>
<p><img src='http://www.jonathanspooner.com/blog/wp-content/uploads/2007/07/foc.jpg' alt='Help-U-Sell Franchise Opportunity Center' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/help-u-sell-franchise-opportunity-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 7 web site</title>
		<link>http://www.jonathanspooner.com/news/internet-explorer-7-web-site/</link>
		<comments>http://www.jonathanspooner.com/news/internet-explorer-7-web-site/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 02:39:39 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2006/09/04/internet-explorer-7-web-site/</guid>
		<description><![CDATA[www.ie7.com
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ie7.com/">www.ie7.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/internet-explorer-7-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relative links get rewriten in Deamweaver Templates</title>
		<link>http://www.jonathanspooner.com/news/relative-links-get-rewriten-in-deamweaver-templates/</link>
		<comments>http://www.jonathanspooner.com/news/relative-links-get-rewriten-in-deamweaver-templates/#comments</comments>
		<pubDate>Fri, 16 Jun 2006 04:35:28 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2006/06/15/relative-links-get-rewriten-in-deamweaver-templates/</guid>
		<description><![CDATA[ Here was the problem.  In your template you have some links like &#60;a href=&#34;images/photo.jpg&#34;&#62;.  When you save your template Dreamweaver places the template in a directory named Templates on the root.  When this happens Dreamweaver took the liberty to rewrite all of your links to something like this &#60;a href=&#34;/Templates/images/photo.jpg&#34;&#62;.  [...]]]></description>
			<content:encoded><![CDATA[<p> Here was the problem.  In your template you have some links like <code>&lt;a href=&quot;images/photo.jpg&quot;&gt;</code>.  When you save your template Dreamweaver places the template in a directory named Templates on the root.  When this happens Dreamweaver took the liberty to rewrite all of your links to something like this<code> &lt;a href=&quot;/Templates/images/photo.jpg&quot;&gt;</code>.  You could see how frustraing this would be since you don't want to keep your images inside the Templates folder.  The quick solution was to make urls that reference the root of the server like this <code>&lt;a href=&quot;/images/photo.jpg&quot;&gt;</code>.  This still created problems when using php includes.</p>
<p>I just updated Dreamweaver to version 8.0.2 and there is not an option to not rewrite document relative paths.  From your manage sites menu select a site to edit. In the bottom of the left column click on templates.  You will want to then uncheck the checkbox that says &quot;Don't rewrite document relative paths&quot;. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/relative-links-get-rewriten-in-deamweaver-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamhost Discount Code</title>
		<link>http://www.jonathanspooner.com/news/dreamhost-promo-code/</link>
		<comments>http://www.jonathanspooner.com/news/dreamhost-promo-code/#comments</comments>
		<pubDate>Tue, 09 May 2006 04:33:02 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2006/05/08/dreamhost-promo-code/</guid>
		<description><![CDATA[You know how much I like ]]></description>
			<content:encoded><![CDATA[<p>You know how much I like <a href="http://www.dreamhost.com/r.cgi?31409>Dreamhost.com</a> so I crated another promo code for you.  This one is a one year discount.  The code is "THESPOON_ONEYEAR"</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/dreamhost-promo-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamhost Promo Code, Discount.</title>
		<link>http://www.jonathanspooner.com/news/dreamhost-promo-code-discount/</link>
		<comments>http://www.jonathanspooner.com/news/dreamhost-promo-code-discount/#comments</comments>
		<pubDate>Thu, 30 Mar 2006 05:18:10 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2006/03/29/dreamhost-promo-code-discount/</guid>
		<description><![CDATA[I have had many sites on Dreamhost for a few years now I must say they have been great.  I now get 20GB of storage and 1T of bandwidth for $7.95 a month.  They have many useful one click installs like word press and shopping carts.  They have support for Ruby on [...]]]></description>
			<content:encoded><![CDATA[<p>I have had <a href="http://jedidiahusa.com" target="_blank">many</a> <a href="http://rsrsports.com" target="_blank">sites</a> on <a href="http://dreamhost.com" target="_blank">Dreamhost</a> for a few years now I must say they have been great.  I now get 20GB of storage and 1T of bandwidth for $7.95 a month.  They have many useful one click installs like <a href="http://wordpress.org" target="_blank">word press</a> and shopping carts.  They have support for Ruby on Rails and they just added subVersion.  I created a promo code that gets you a discount when you sign up for a new service.  Just enter <b>THESPOON</b> in the promo field when signing up. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/dreamhost-promo-code-discount/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seattle Seahawks</title>
		<link>http://www.jonathanspooner.com/news/12/</link>
		<comments>http://www.jonathanspooner.com/news/12/#comments</comments>
		<pubDate>Tue, 24 Jan 2006 06:17:48 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2006/01/23/12/</guid>
		<description><![CDATA[My client RSR Sports manages Seattle Seahawks kicker Josh Brown which will
be playing in the Super Bowl.  Josh will be using the blog on RSRSports.com to document his experience leading up to
the Super Bowl.  Keep an eye on his blog.
]]></description>
			<content:encoded><![CDATA[<p>My client RSR Sports manages Seattle Seahawks kicker <a href="http://rsrsports.com/driven/josh_brown.html">Josh Brown</a> which will<br />
be playing in the Super Bowl.  Josh will be using the blog on <a href="http://rsrsports.com/news">RSRSports.com</a> to document his experience leading up to<br />
the Super Bowl.  <a href="http://rsrsports.com/news">Keep an eye on his blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google</title>
		<link>http://www.jonathanspooner.com/news/google/</link>
		<comments>http://www.jonathanspooner.com/news/google/#comments</comments>
		<pubDate>Tue, 29 Nov 2005 06:34:20 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/?p=11</guid>
		<description><![CDATA[I just found another google service named video.google.com.  You can upload your own movie clips where they are compressed and hosted by google.  There are several different ways you can add meta data to your video to make it searchable.  I have been uploading all of my old video clips.  You [...]]]></description>
			<content:encoded><![CDATA[<p>I just found another google service named video.google.com.  You can upload your own movie clips where they are compressed and hosted by google.  There are several different ways you can add meta data to your video to make it searchable.  I have been uploading all of my old video clips.  <a href="http://video.google.com/videosearch?q=jonathan+spooner&page=1&lv=0" target="_blank">You can see them here</a><a></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Studio 8</title>
		<link>http://www.jonathanspooner.com/news/studio-8/</link>
		<comments>http://www.jonathanspooner.com/news/studio-8/#comments</comments>
		<pubDate>Tue, 09 Aug 2005 04:30:30 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2005/08/08/studio-8/</guid>
		<description><![CDATA[Macromedia has released Studio 8.  I can not wait to get it....go check it outStudio 8
]]></description>
			<content:encoded><![CDATA[<p>Macromedia has released Studio 8.  I can not wait to get it....go check it out<br /><a href="http://www.macromedia.com/cfusion/store/html/index.cfm?store=OLS-US&trackingid=BWLJ&event=displayProduct&categoryPath=/Software/Development/Studios/Studio">Studio 8</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/studio-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matisyahu</title>
		<link>http://www.jonathanspooner.com/news/matisyahu/</link>
		<comments>http://www.jonathanspooner.com/news/matisyahu/#comments</comments>
		<pubDate>Fri, 22 Jul 2005 04:56:55 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2005/07/21/matisyahu/</guid>
		<description><![CDATA[I've never been into reggae very much until FM94.9 started playing Matisyahu.  I got on the world wide web tonight and no I didn't go download his album, I found a great video of him performing "King without a crown" from his new live album "LIve at Strbbs".  Go check it out.  [...]]]></description>
			<content:encoded><![CDATA[<p>I've never been into reggae very much until FM94.9 started playing Matisyahu.  I got on the world wide web tonight and no I didn't go download his album, I found a great video of him performing "King without a crown" from his new live album "LIve at Strbbs".  Go check it out.  He's interesting to look at if nothing else. </p>
<p><a href="http://ormusic.com/ecard/matisyahu/player.html">Matisyahu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/matisyahu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macromedia &#8211; Flash Player : Macromedia Flash Player Public Beta</title>
		<link>http://www.jonathanspooner.com/news/macromedia-flash-player-macromedia-flash-player-public-beta/</link>
		<comments>http://www.jonathanspooner.com/news/macromedia-flash-player-macromedia-flash-player-public-beta/#comments</comments>
		<pubDate>Thu, 21 Jul 2005 15:49:13 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/2005/07/21/macromedia-flash-player-macromedia-flash-player-public-beta/</guid>
		<description><![CDATA[Macromedia has released a public beta of the next major version of the Flash Player.  We are are very excited to take advantage of its new freatures like alpha video and hopefully some new Movie Clip Methods like slideTo() and tween().  
The purpose of this beta test is to make sure that all [...]]]></description>
			<content:encoded><![CDATA[<p>Macromedia has released a public beta of the next major version of the Flash Player.  We are are very excited to take advantage of its new freatures like alpha video and hopefully some new Movie Clip Methods like slideTo() and tween().  </p>
<p>The purpose of this beta test is to make sure that all previous flash sites still work in the new player.  Go get it and participate.</p>
<p><a href="http://www.macromedia.com/software/flashplayer/public_beta/">Macromedia - Flash Player : Macromedia Flash Player Public Beta</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/macromedia-flash-player-macromedia-flash-player-public-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Back</title>
		<link>http://www.jonathanspooner.com/news/im-back/</link>
		<comments>http://www.jonathanspooner.com/news/im-back/#comments</comments>
		<pubDate>Mon, 18 Jul 2005 04:51:57 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/?p=2</guid>
		<description><![CDATA[Feels good to be back up and blogging.  I removed my Movable Type blog a couple of months ago to make room for my portfolio and I have missed it ever since.
I thought that I would have all of this free time once I gradguated but it has been quite the opposite.  I [...]]]></description>
			<content:encoded><![CDATA[<p>Feels good to be back up and blogging.  I removed my Movable Type blog a couple of months ago to make room for my portfolio and I have missed it ever since.</p>
<p>I thought that I would have all of this free time once I gradguated but it has been quite the opposite.  I have been working with ActionScript 2.0 a lot lately.  I also found all of the seceret objects such as the movie_mc.tween() and movie_mc.scaleTo();  The rumor is that they will all be released in version 8.  I also just installed the beta version of the Flash Player 8 ( Maelstorm ).  <a href="http://www.macromedia.com/software/flashplayer/public_beta/">Go get it for your self.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/news/im-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
