<?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>The Home of Jon &#187; Web-Development</title>
	<atom:link href="http://www.thehomeofjon.net/categories/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thehomeofjon.net</link>
	<description>Welcome home.</description>
	<lastBuildDate>Mon, 07 Dec 2009 06:43:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>YAPB Importer Exporter Plugin</title>
		<link>http://www.thehomeofjon.net/programming/2009/07/yapb-importer-exporter-plugin/</link>
		<comments>http://www.thehomeofjon.net/programming/2009/07/yapb-importer-exporter-plugin/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 19:07:38 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web-Development]]></category>

		<guid isPermaLink="false">http://www.thehomeofjon.net/?p=213</guid>
		<description><![CDATA[This site, The Home of Jon, is built on the most-excellent Wordpress blogging engine. I made the switch from CodeIgniter not very long ago, because it just made more sense for me to use a Content Management System, as opposed to working on my own custom rolled website. For my art site I used a [...]]]></description>
			<content:encoded><![CDATA[<p>This site, The Home of Jon, is built on the most-excellent Wordpress blogging engine. I made the switch from <a title="Code Igniter" href="http://www.codeigniter.com">CodeIgniter</a> not very long ago, because it just made more sense for me to use a <a href="http://en.wikipedia.org/wiki/Web_content_management_system">Content Management System</a>, as opposed to working on my own custom rolled website. For my <a href="http://art.thehomeofjon.net">art site</a> I used a plugin called &#8220;<strong>Yet Another PhotoBlog</strong>&#8220;, or <a href="http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/">YAPB</a> for short. I seriously love this plugin &#8211; it does just what I need it to do. Plus it&#8217;s author Johannes Jarolim coded it very nicely.</p>
<p>I ran into one problem though using it when I was creating my art site. I had a bunch of pictures, and though Wordpress has an import function, it doesn&#8217;t support YAPB natively. That was a big problem for me &#8211; I could import all my posts, but then I&#8217;d have to go back and manually add pictures to each of my posts (around 100 of them). Um, I don&#8217;t think so.</p>
<p>So I set my mind to it &#8211; I was going to write myself a Wordpress plugin to make it much easier for me to be lazy! So it was written. So let it be done.</p>
<p><span id="more-213"></span></p>
<h2>How I made it</h2>
<p>What I basically did is rip out the exporting code (literally&#8230;like copy and paste) for Wordpress and added one extra field for the YAPB image. Then ripped out the importing code for Wordpress (literally, another copy and paste) and added functionality to read that extra field and save the image along with the post. Then wrapped up both of those in a nice little plugin.</p>
<p> So the importing/exporting works exactly as Wordpress does now in 2.7. The only difference is your images come along with the import/export. </p>
<p> This is the very first beta version of the plugin (my first plugin actually), so sorry if there isn&#8217;t any fancy image stuff. But it works! I used it for my own site.</p>
<h2>Instructions for Use</h2>
<p>The export function is just like Wordpress and is located under Tools -> Export YAPB. The import function is located the same place the other import functions are, Tools -> Import -> YAPB Importer. Use it exactly like you would use the default Wordpress importer. </p>
<p> <span style="font-size: x-small;">(Disclaimer: Of course, in the interest of you-can&#8217;t-blame-me-ism, always backup your DB before doing significant changes like imports!)</span></p>
<div class="buttonwrapper">
<a class="boldbuttons" href='/wp-content/uploads/posts/yapb-import-export.zip'><span>Download YAPB Importer Exporter</span></a></div>
<p><span style="font-size: x-small;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thehomeofjon.net/programming/2009/07/yapb-importer-exporter-plugin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Killer Javascript Date Library</title>
		<link>http://www.thehomeofjon.net/web-development/2007/12/killer-javascript-date-library/</link>
		<comments>http://www.thehomeofjon.net/web-development/2007/12/killer-javascript-date-library/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 15:19:41 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Web-Development]]></category>

		<guid isPermaLink="false">http://www.thehomeofjon.net/blog/title/killer-javascript-date-library.html</guid>
		<description><![CDATA[I ran into a great post on Ajaxian the other day, and came across a javascript Date library. The only thing was, this wasn&#8217;t your regular run of the mill, calendar pop up, lots of scripting library. This was a ninja library. I library that picks up your form dates, breaks them and half, chops [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into a great post on <a href="http://ajaxian.com/archives/mad-cool-date-library">Ajaxian</a> the other day, and came across a javascript Date library. The only thing was, this wasn&#8217;t your regular run of the mill, calendar pop up, lots of scripting library. This was a <em>ninja</em> library. I library that picks up your form dates, breaks them and half, chops up the pieces and eats them for lunch. The demo is extremely awesome. Here&#8217;s a quote from the site itself:</p>
<p><span id="more-19"></span>
<p><a href="http://www.datejs.com/?"><img src="/images/blogs/datejs.gif" border="0" alt="Date.js Date Library" title="Date.js Date Library" hspace="10" width="92" height="100" align="left" /></a> </p>
<blockquote><p><font face="trebuchet ms,geneva" size="3" color="#808080">&quot;Datejs is an open-source JavaScript Date Library.</font></p>
<p><font face="trebuchet ms,geneva" size="3" color="#808080">Comprehensive,<br />
yet simple, stealthy and fast. Datejs has passed all trials and is<br />
ready to strike. Datejs doesn&rsquo;t just parse strings, it slices them<br />
cleanly in two.&quot;</font></p>
</blockquote>
<p>Pretty similar to my own description I know. See the <a href="http://ajaxian.com/archives/mad-cool-date-library">Ajaxian article</a> for a brief summary, then check out the <a href="http://www.datejs.com/">site</a>. I guarantee you won&#8217;t be disappointed!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thehomeofjon.net/web-development/2007/12/killer-javascript-date-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
