<?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>Takaitra.com &#187; PhotoNotes</title>
	<atom:link href="http://www.takaitra.com/posts/tag/photonotes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.takaitra.com</link>
	<description>life, ruminations, how-to's</description>
	<lastBuildDate>Sun, 28 Mar 2010 20:52:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHPhotoNotes</title>
		<link>http://www.takaitra.com/posts/304</link>
		<comments>http://www.takaitra.com/posts/304#comments</comments>
		<pubDate>Sun, 28 Mar 2010 20:51:46 +0000</pubDate>
		<dc:creator>Takaitra</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PhotoNotes]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.takaitra.com/?p=304</guid>
		<description><![CDATA[My plan to create a PHP/MySQL implementation of my PhotoNotes script was completed sooner than expected thanks to the requests and encouragement I&#8217;ve received on the project page. This was the perfect opportunity for me to teach myself some AJAX: creating, updating, and deleting notes all happens without a page reload.
Better error handling is something [...]]]></description>
			<content:encoded><![CDATA[<p>My plan to create a PHP/MySQL implementation of my PhotoNotes script was completed sooner than expected thanks to the requests and encouragement I&#8217;ve received on <a href="http://www.takaitra.com/projects/photonotes/">the project page</a>. This was the perfect opportunity for me to teach myself some AJAX: creating, updating, and deleting notes all happens without a page reload.</p>
<p>Better error handling is something I will work on in a future release. Right now, the user will not see any errors occurring from the PHP script. This is an area that needs to mature for AJAX in general. I skipped through a couple AJAX books at the book store and one didn&#8217;t even have the word &#8220;error&#8221; or &#8220;exception&#8221; in the table of contents!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takaitra.com/posts/304/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhotoNotes</title>
		<link>http://www.takaitra.com/posts/275</link>
		<comments>http://www.takaitra.com/posts/275#comments</comments>
		<pubDate>Mon, 18 Jan 2010 03:44:56 +0000</pubDate>
		<dc:creator>Takaitra</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PhotoNotes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.takaitra.com/?p=275</guid>
		<description><![CDATA[My next coding side-project is another WordPress plugin. After posting some photos of my breadboard, I decided it would be nice to have a way to add notes to those photos. The current solution is Mbedr which I&#8217;m not happy with because it requires that the photos be hosted on Flickr and makes a call [...]]]></description>
			<content:encoded><![CDATA[<p>My next coding side-project is another WordPress plugin. After posting some <a href="http://www.takaitra.com/posts/210">photos of my breadboard</a>, I decided it would be nice to have a way to add notes to those photos. The current solution is Mbedr which I&#8217;m not happy with because it requires that the photos be hosted on Flickr and makes a call to Mbedr&#8217;s web server.</p>
<p>Take a look at the <a href="http://www.takaitra.com/projects/photonotes">PhotoNotes project page</a> to see my progress so far. It&#8217;s not yet saving any changes to the database but having some working display code means that I&#8217;m half way there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takaitra.com/posts/275/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
