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

<channel>
	<title>DavidTucker.net</title>
	<atom:link href="http://www.davidtucker.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidtucker.net</link>
	<description>web development goodness</description>
	<pubDate>Fri, 09 May 2008 12:24:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Big Changes: Leaving Georgia Tech</title>
		<link>http://www.davidtucker.net/2008/05/09/big-changes-leaving-georgia-tech/</link>
		<comments>http://www.davidtucker.net/2008/05/09/big-changes-leaving-georgia-tech/#comments</comments>
		<pubDate>Fri, 09 May 2008 12:24:26 +0000</pubDate>
		<dc:creator>David Tucker</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.davidtucker.net/?p=189</guid>
		<description><![CDATA[I have spent almost two year&#8217;s at Georgia Tech&#8217;s Savannah campus, and I have gained a lot of experience in my time there.  I turned in my resignation today, because I am becoming a full-time Flex and AIR Consultant.  I already have some great projects lined up in the next months, and I [...]]]></description>
			<content:encoded><![CDATA[<p>I have spent almost two year&#8217;s at Georgia Tech&#8217;s Savannah campus, and I have gained a lot of experience in my time there.  I turned in my resignation today, because I am becoming a full-time Flex and AIR Consultant.  I already have some great projects lined up in the next months, and I am truly looking forward to diving into some serious Flex and AIR projects.</p>
<p>I am currently booked up for the next months, but please feel free to contact me at david [at] davidtucker [dot] net if you would like me to work on a project in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidtucker.net/2008/05/09/big-changes-leaving-georgia-tech/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Custom Chrome Performance in AIR 1.0.1</title>
		<link>http://www.davidtucker.net/2008/05/08/custom-chrome-performance-in-air-101/</link>
		<comments>http://www.davidtucker.net/2008/05/08/custom-chrome-performance-in-air-101/#comments</comments>
		<pubDate>Thu, 08 May 2008 15:38:38 +0000</pubDate>
		<dc:creator>David Tucker</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.davidtucker.net/?p=187</guid>
		<description><![CDATA[I had an AIR application that I was developing for a client around the time AIR 1.0 was released.  This was a custom chrome application.  When I profiled and tested the application I was less than impressed with the processor utilization.  Actually, I was less than impressed with the processor utilization of [...]]]></description>
			<content:encoded><![CDATA[<p>I had an AIR application that I was developing for a client around the time AIR 1.0 was released.  This was a custom chrome application.  When I profiled and tested the application I was less than impressed with the processor utilization.  Actually, I was less than impressed with the processor utilization of any of the application I build that had system chrome set to NONE and had transparency.  So, image my surprise when I did some more profiling and testing on this application (now that I am running AIR 1.0.1) to see that this issue was mostly gone.</p>
<p>I tried to find the actual release notes for AIR 1.0.1 to see if this was one of the issues that was addressed, but I couldn&#8217;t find any specifics (the release notes didn&#8217;t give any specifics).  In all honesty, this improvement could be due to an external factor, but it appears to me that is was a fix that actually came with 1.0.1.  Custom chrome applications (while not always a great decision) are now a more viable solution since this resource utilization issue has apparently been remedied.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidtucker.net/2008/05/08/custom-chrome-performance-in-air-101/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Great Walkthrough of the Flex Component Kit for Flash CS3</title>
		<link>http://www.davidtucker.net/2008/05/05/great-walkthrough-of-the-flex-component-kit-for-flash-cs3/</link>
		<comments>http://www.davidtucker.net/2008/05/05/great-walkthrough-of-the-flex-component-kit-for-flash-cs3/#comments</comments>
		<pubDate>Mon, 05 May 2008 12:27:57 +0000</pubDate>
		<dc:creator>David Tucker</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.davidtucker.net/?p=186</guid>
		<description><![CDATA[Adobe Evangelist Serge Jespers has a great overview of the Flex Component Kit for Flash CS3 on his site.  He walks the user through the process of creating a Flex component from the FLVPlayback component in Flash CS3.  I agree with Serge that the component kit has a lot of power - and [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe Evangelist <a href="http://www.webkitchen.be/">Serge Jespers</a> has a great overview of the Flex Component Kit for Flash CS3 on his site.  He walks the user through the process of creating a Flex component from the FLVPlayback component in Flash CS3.  I agree with Serge that the component kit has a lot of power - and many developers are under-utilizing it.  I just used it on an application I just finished last week (more on that later).</p>
<p><a href="http://www.webkitchen.be/2008/05/05/the-flash-and-flex-marriage/">The Flash and Flex Marriage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidtucker.net/2008/05/05/great-walkthrough-of-the-flex-component-kit-for-flash-cs3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Updating Multiple Wordpress Installations Programatically</title>
		<link>http://www.davidtucker.net/2008/05/02/updating-multiple-wordpress-installations-programatically/</link>
		<comments>http://www.davidtucker.net/2008/05/02/updating-multiple-wordpress-installations-programatically/#comments</comments>
		<pubDate>Fri, 02 May 2008 19:48:18 +0000</pubDate>
		<dc:creator>David Tucker</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.davidtucker.net/?p=182</guid>
		<description><![CDATA[Shell scripts are great (of course - this is only going to work if you are on a Linux server).  This script should also preserve plug-ins and themes (assuming that you keep data in the standard directories).

NOTICE: I cannot guarantee the functionality of this script.  It is meant to be used as a [...]]]></description>
			<content:encoded><![CDATA[<p>Shell scripts are great (of course - this is only going to work if you are on a Linux server).  This script should also preserve plug-ins and themes (assuming that you keep data in the standard directories).</p>
<p><span id="more-182"></span></p>
<p><strong>NOTICE:</strong> I cannot guarantee the functionality of this script.  It is meant to be used as a guide.  Backup your Wordpress installations before using this script.</p>
<p></p>
<div class="igBar"><span id="lcode-2"><a href="#" onclick="javascript:showPlainTxt('code-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-2">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">#!/bin/bash</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">###</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># CONFIGURATION</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">###</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># List Directory Where the Update Script is Held</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">SCRIPT_DIRECTORY=/home/david</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># List Each Directory on Your Server that Contains a Wordpress Installation</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">installations<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#800000;color:#800000;">0</span><span style="color:#006600; font-weight:bold;">&#93;</span>=/var/www/html/blog1</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">installations<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#800000;color:#800000;">1</span><span style="color:#006600; font-weight:bold;">&#93;</span>=/var/www/html/blog2</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">###</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># DO NOT EDIT BELOW THIS LINE</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">###</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">rm -Rf <span style="color:#CC0000;">"$SCRIPT_DIRECTORY/wordpress"</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">cd <span style="color:#CC0000;">"$SCRIPT_DIRECTORY"</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">wget http:<span style="color:#FF9933; font-style:italic;">//wordpress.org/latest.zip --output-document wordpress.zip</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">unzip wordpress.<span style="">zip</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">for installation in $<span style="color:#006600; font-weight:bold;">&#123;</span>installations<span style="color:#006600; font-weight:bold;">&#91;</span>@<span style="color:#006600; font-weight:bold;">&#93;</span><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">do</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; echo <span style="color:#CC0000;">"Updating $installation..."</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; cp <span style="color:#CC0000;">"$SCRIPT_DIRECTORY/wordpress/*"</span> <span style="color:#CC0000;">"$installation"</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; cp -Rf <span style="color:#CC0000;">"$SCRIPT_DIRECTORY/wordpress/wp-admin"</span> <span style="color:#CC0000;">"$installation/"</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; cp -Rf <span style="color:#CC0000;">"$SCRIPT_DIRECTORY/wordpress/wp-includes"</span> <span style="color:#CC0000;">"$installation/"</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; cp -Rf <span style="color:#CC0000;">"$SCRIPT_DIRECTORY/wordpress/wp-content/themes/*"</span> <span style="color:#CC0000;">"$installation/wp-content/themes"</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; cp -Rf <span style="color:#CC0000;">"$SCRIPT_DIRECTORY/wordpress/wp-content/plugins/*"</span> <span style="color:#CC0000;">"$installation/wp-content/plugins"</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">done</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">echo <span style="color:#CC0000;">"Updates Complete..."</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>You will have to update two settings in the script.  First, you will need to update the SCRIPT_DIRECTORY variable.  This will be the directory where wordpress will be downloaded and unzipped. Next, you will need to update the array of wordpress installations.  Be sure to increment the number in the array.</p>
<p>You can download the script below.  This script will not update your database tables - you will have to log into the administrator and click through the update process there.</p>
<p><strong>Download Code</strong><br />
<a href='http://www.davidtucker.net/wp-content/uploads/wordpressupdate.txt'>Update Script</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidtucker.net/2008/05/02/updating-multiple-wordpress-installations-programatically/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What in the World is CNN Doing&#8230;T-Shirts??</title>
		<link>http://www.davidtucker.net/2008/05/02/what-in-the-world-is-cnn-doingt-shirts/</link>
		<comments>http://www.davidtucker.net/2008/05/02/what-in-the-world-is-cnn-doingt-shirts/#comments</comments>
		<pubDate>Fri, 02 May 2008 13:51:48 +0000</pubDate>
		<dc:creator>David Tucker</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.davidtucker.net/?p=180</guid>
		<description><![CDATA[My boss pointed out the little T-Shirt icons next to some of the stories on CNN's site.  Apparently, if you see this magical icon next to a headline, you can get a t-shirt with that headline on it.  Yes... you can now be the cool guy in town with shirts that proudly display [...]]]></description>
			<content:encoded><![CDATA[<p>My boss pointed out the little T-Shirt icons next to some of the stories on CNN's site.  Apparently, if you see this magical icon next to a headline, you can get a t-shirt with that headline on it.  Yes... you can now be the cool guy in town with shirts that proudly display - 'Teen texts mom, thwarts burglars' or 'Campaign requires testicular fortitude'.  Wow, this was a great idea....I am now in the process of switching out my entire wardrobe.</p>
<p><a href='http://www.davidtucker.net/wp-content/uploads/tshirt.jpg'><img src="http://www.davidtucker.net/wp-content/uploads/tshirt-150x150.jpg" alt="CNN\&#039;s New News T-Shirts" title="CNN Tshirts" width="150" height="150" class="alignnone size-thumbnail wp-image-181" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidtucker.net/2008/05/02/what-in-the-world-is-cnn-doingt-shirts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Discussion of When Not to Choose AIR</title>
		<link>http://www.davidtucker.net/2008/04/18/discussion-of-when-not-to-choose-air/</link>
		<comments>http://www.davidtucker.net/2008/04/18/discussion-of-when-not-to-choose-air/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 12:17:51 +0000</pubDate>
		<dc:creator>David Tucker</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<guid isPermaLink="false">http://www.davidtucker.net/?p=177</guid>
		<description><![CDATA[This morning, I checked out the new Flickr Code site.  As a part of this site was a blog post on how one of the developers at Yahoo redeveloped the Flickr Uploader (actually I think he is still redeveloping).  His platform of choice to provide a consistent cross-platform application was XULRunner.  He [...]]]></description>
			<content:encoded><![CDATA[<p>This morning, I checked out the new Flickr Code site.  As a part of this site was a blog post on how one of the developers at Yahoo redeveloped the Flickr Uploader (actually I think he is still redeveloping).  His platform of choice to provide a consistent cross-platform application was XULRunner.  He states that real choice was between AIR and XULRunner.</p>
<p>What were the deciding factors?  In his case it came down to two things: the ability to use external libraries, and multi-threading support.  In his case - I think most of his evaluations were correct.  For that specific application XULRunner made sense...for now.  I think many of these limitations will change in the future for AIR.  However, as AIR developers we have to be able to look at a situation and honestly evaluate if AIR is the best choice for that specific use case.</p>
<p>You can read the post and watch a video about it <a href="http://code.flickr.com/blog/2008/04/16/flickr-uploadr-start-to-finish-now/" target="_blank">here</a> (the video of the AIR vs. XULRunner starts at about 7:00)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidtucker.net/2008/04/18/discussion-of-when-not-to-choose-air/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AIR Tip 12 - Working with the SQLite Database</title>
		<link>http://www.davidtucker.net/2008/04/18/air-tip-12-working-with-the-sqlite-database/</link>
		<comments>http://www.davidtucker.net/2008/04/18/air-tip-12-working-with-the-sqlite-database/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 11:39:57 +0000</pubDate>
		<dc:creator>David Tucker</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<guid isPermaLink="false">http://www.davidtucker.net/?p=176</guid>
		<description><![CDATA[The SQLite database inside of AIR provides a great deal of functionality that can be used to create a great many different types of applications.  In this article, I have placed links to the tutorials I have been writing over at InsideRIA.com on how to use this functionality (I am about halfway through this [...]]]></description>
			<content:encoded><![CDATA[<p>The SQLite database inside of AIR provides a great deal of functionality that can be used to create a great many different types of applications.  In this article, I have placed links to the tutorials I have been writing over at InsideRIA.com on how to use this functionality (I am about halfway through this series).  Let me know if you have any questions - and I can address them in the upcoming tutorials.  Currently, I have covered topics such as: connecting to a database, running basic queries, strongly typing query results, and parameterized queries.</p>
<p><a href="http://blogs.oreilly.com/cgi-bin/mt/mt-search.cgi?tag=sqlite&#038;blog_id=34" target="_blank">My SQLite Tutorials at InsideRIA.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidtucker.net/2008/04/18/air-tip-12-working-with-the-sqlite-database/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Performance with SQLite in Adobe AIR</title>
		<link>http://www.davidtucker.net/2008/04/18/performance-with-sqlite-in-adobe-air/</link>
		<comments>http://www.davidtucker.net/2008/04/18/performance-with-sqlite-in-adobe-air/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 11:24:19 +0000</pubDate>
		<dc:creator>David Tucker</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<guid isPermaLink="false">http://www.davidtucker.net/?p=175</guid>
		<description><![CDATA[I recently had the opportunity to develop a small tutorial application that ran queries on a good sized dataset (not huge - but 10,000 rows).  I hadn't yet had the opportunity to test AIR's SQLite database functionality, and I must say that I was pleased.  The application (which was a tutorial on strongly [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had the opportunity to develop a small tutorial application that ran queries on a good sized dataset (not huge - but 10,000 rows).  I hadn't yet had the opportunity to test AIR's SQLite database functionality, and I must say that I was pleased.  The application (which was a tutorial on strongly typed database results and parameterized queries for my AIR API series at InsideRIA.com) - just has a search field that enabled you to search through these 10,000 records to find a certain contact.  It also auto-populates the datagrid as you type.  So, if you typed my first name 'David', it would have search over 10,000 records five times.</p>
<p><span id="more-175"></span></p>
<p>When I search, the application's processor use goes from 2% to 22%, but then it drops almost immediately back down.  Also, there is no visible delay between the search and having the datagrid populated.  Overall, this leads me to believe that an AIR application could adequately handle extremely large datasets without degrading the user experience or hogging a great deal of system resources.</p>
<p>If you want to play with the application, it is at the bottom of the following tutorial.  Also, if you download the source files, I have included the database - which might be useful for just playing around with the SQLite functionality (it was data from <a href="http://www.fakenamegenerator.com/" target="_blank">FakeNameGenerator.com</a>).</p>
<p><a href="http://www.insideria.com/2008/04/air-api-additional-query-tech.html" target="_blank">AIR API - Additional Query Techniques</a> (InsideRIA.com)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidtucker.net/2008/04/18/performance-with-sqlite-in-adobe-air/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Amazon Developing Persisent Storage for EC2</title>
		<link>http://www.davidtucker.net/2008/04/14/amazon-developing-persisent-storage-for-ec2/</link>
		<comments>http://www.davidtucker.net/2008/04/14/amazon-developing-persisent-storage-for-ec2/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 12:07:11 +0000</pubDate>
		<dc:creator>David Tucker</dc:creator>
		
		<category><![CDATA[Amazon Webservices]]></category>

		<guid isPermaLink="false">http://www.davidtucker.net/?p=174</guid>
		<description><![CDATA[Amazon just officially announced that they are indeed developing persistent storage for EC2.

This new feature provides reliable, persistent storage volumes, for use with Amazon EC2 instances. These volumes exist independently from any Amazon EC2 instances, and will behave like raw, unformatted hard drives or block devices, which may then be formatted and configured based on [...]]]></description>
			<content:encoded><![CDATA[<p>Amazon just officially announced that they are indeed developing persistent storage for EC2.</p>
<blockquote>
<p>This new feature provides reliable, persistent storage volumes, for use with Amazon EC2 instances. These volumes exist independently from any Amazon EC2 instances, and will behave like raw, unformatted hard drives or block devices, which may then be formatted and configured based on the needs of your application. The volumes will be significantly more durable than the local disks within an Amazon EC2 instance. Additionally, our persistent storage feature will enable you to automatically create snapshots of your volumes and back them up to Amazon S3 for even greater reliability.</p>
<p>You will be able to create volumes ranging in size from 1 GB to 1 TB, and will be able to attach multiple volumes to a single instance. Volumes are designed for high throughput, low latency access from Amazon EC2, and can be attached to any running EC2 instance where they will show up as a device inside of the instance. This feature will make it even easier to run everything from relational databases to distributed file systems to Hadoop processing clusters using Amazon EC2.</p>
</blockquote>
<p>Amazon has now cleared the second big hurdle for EC (with the first one being static IP's - which they <a href="http://www.davidtucker.net/2008/03/27/amazon-ec2-now-with-great-new-features/">recently remedied</a>).  Now developers will have to start asking the question - "Why am I not using EC2 for my RIA's?".</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidtucker.net/2008/04/14/amazon-developing-persisent-storage-for-ec2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I Love My New iPhone But&#8230;</title>
		<link>http://www.davidtucker.net/2008/04/07/i-love-my-new-iphone-but/</link>
		<comments>http://www.davidtucker.net/2008/04/07/i-love-my-new-iphone-but/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 13:54:31 +0000</pubDate>
		<dc:creator>David Tucker</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.davidtucker.net/?p=173</guid>
		<description><![CDATA[So, I waited out my old Verizon contract, and went to AT&#038;T mainly for the iPhone.  I was really excited, because I have been a big fan of the user experience offered by the iPhone.  However, there was one user experience aspect that I failed to consider - AT&#038;T's network.  My user [...]]]></description>
			<content:encoded><![CDATA[<p>So, I waited out my old Verizon contract, and went to AT&#038;T mainly for the iPhone.  I was really excited, because I have been a big fan of the user experience offered by the iPhone.  However, there was one user experience aspect that I failed to consider - AT&#038;T's network.  My user experience (at least with the calls) has been nothing but negative compared to my previous provider, Verizon.  I am sure this is not the case elsewhere, but in Savannah Verizon is simply the best provider.  My iPhone doesn't work at the office.  My wife's Pantech Duo doesn't work at her school, and neither of our phones consistently work at home (and we don't have a home phone line - so this is a big deal).  Unless something changes in the next few days - our phones are going back to AT&#038;T and I will probably go back to my old XV6700 smartphone with Verizon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidtucker.net/2008/04/07/i-love-my-new-iphone-but/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
