<?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>dot dot romkey &#187; Code</title>
	<atom:link href="http://dot.romkey.com/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://dot.romkey.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 08 Mar 2010 04:05:22 +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>Whenever I Go Away, I Want to Start Anew&#8230;</title>
		<link>http://dot.romkey.com/2009/05/13/whenever-i-go-away-i-want-to-start-anew/</link>
		<comments>http://dot.romkey.com/2009/05/13/whenever-i-go-away-i-want-to-start-anew/#comments</comments>
		<pubDate>Wed, 13 May 2009 21:42:56 +0000</pubDate>
		<dc:creator>romkey</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://dot.romkey.com/2009/05/13/whenever-i-go-away-i-want-to-start-anew/</guid>
		<description><![CDATA[There's a thrill for me in the initial exploration of an idea, the initial design of a piece of software or web site, and in learning how to use new tools or pieces of software to build the thing that I want to build.  

... I don't hate that part of the work but it isn't nearly as interesting to me and it's hard for me to get up the motivation to do it, especially when I have a head full of other ideas to work on.    However, getting over that hump and dealing with the issues that arise as a site begins running and getting users, or a piece of software starts to get used by others - that captures my interest again - maybe not quite as much as the initial phase, but there are new problems and there are always unforeseen developments when other people start using a thing that one person has labored over on their own.  ...  I'm sitting in a hotel today having a very nice relaxing day away from home, and thankfully today's idea for something new is blocked by a lack of good domain names for it (rather than a surplus of self-control). <hr /><small>Copyright &#169; 2008-2009<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.191.106) )</small>]]></description>
		<wfw:commentRss>http://dot.romkey.com/2009/05/13/whenever-i-go-away-i-want-to-start-anew/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixing Perl after MacOS X Security Update 2009-001</title>
		<link>http://dot.romkey.com/2009/02/16/fixing-perl-after-macos-x-security-update-2009-001/</link>
		<comments>http://dot.romkey.com/2009/02/16/fixing-perl-after-macos-x-security-update-2009-001/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 02:36:24 +0000</pubDate>
		<dc:creator>romkey</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[macos x]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://dot.romkey.com/2009/02/16/fixing-perl-after-macos-x-security-update-2009-001/</guid>
		<description><![CDATA[ Apple&#39;s first security update of 2009 for MacOS X may solve some security issues in the OS but it also seriously breaks Perl by installing old versions of some modules along with Perl.   It looks like Perl works okay for things that MacOS X uses it for, but if you do development using it or have installed other modules than what it came bundled with you may find that it no longer works. 


...You&#39;ll probably need to download it from  CPAN  by hand as the  CPAN  shell itself is broken by the update. 


 The current version (as of the time I&#39;m writing this article) is 1.2301 - you can find it at  http://search.cpan.org/~gbarr/IO-1.2301/IO.pm  
<hr /><small>Copyright &#169; 2008-2009<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.191.106) )</small>]]></description>
		<wfw:commentRss>http://dot.romkey.com/2009/02/16/fixing-perl-after-macos-x-security-update-2009-001/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebDev: jQuery, JSON, IE and Caching</title>
		<link>http://dot.romkey.com/2008/11/02/webdev-jquery-json-ie-and-caching/</link>
		<comments>http://dot.romkey.com/2008/11/02/webdev-jquery-json-ie-and-caching/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 01:31:45 +0000</pubDate>
		<dc:creator>romkey</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[json]]></category>

		<guid isPermaLink="false">http://dot.romkey.com/2008/11/02/webdev-jquery-json-ie-and-caching/</guid>
		<description><![CDATA[When you bookmark a listing the icon changes from a heart with a plus sign to a heart with a minus sign, the count of the number of times the the listing was bookmarked is updated and a message is displayed that confirms the item was bookmarked. ...  The first thing I tried was to make sure that my server returned a header in the response to tell the client not to cache the results. ...  GET is meant to be idempotent, no ill effects if it's repeated (a request to move to position 8 is idempotent; a request to move to the next position is not). ...  Just add this to your jQuery initialization code:   $.postJSON = function(url, data, callback) { $.post(url, data, callback, "json");    Changing my code to use postJSON() instead of getJSON() solved the problem. <hr /><small>Copyright &#169; 2008-2009<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.191.106) )</small>]]></description>
		<wfw:commentRss>http://dot.romkey.com/2008/11/02/webdev-jquery-json-ie-and-caching/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Offline jQuery Documentation for  MacOS X</title>
		<link>http://dot.romkey.com/2008/10/30/offline-jquery-documentation-for-macos-x/</link>
		<comments>http://dot.romkey.com/2008/10/30/offline-jquery-documentation-for-macos-x/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 01:53:38 +0000</pubDate>
		<dc:creator>romkey</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[macos x]]></category>

		<guid isPermaLink="false">http://dot.romkey.com/2008/10/30/offline-jquery-documentation-for-macos-x/</guid>
		<description><![CDATA[I don't always have reliable online access when I'm coding - in particular, I was on a bus today for a couple of hours and didn't always have Internet access.   There are a couple of dashboard widgets for MacOS X which I found that helped out on the jQuery documentation front.  ...  This widget is designed for browsing... click around in it, but don't expect to search it.  ...  This widget is designed for searching - if you know what you're looking for, you can find it quickly.  <hr /><small>Copyright &#169; 2008-2009<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.191.106) )</small>]]></description>
		<wfw:commentRss>http://dot.romkey.com/2008/10/30/offline-jquery-documentation-for-macos-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LJ Crossposting</title>
		<link>http://dot.romkey.com/2008/10/30/lj-crossposting/</link>
		<comments>http://dot.romkey.com/2008/10/30/lj-crossposting/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 01:26:08 +0000</pubDate>
		<dc:creator>romkey</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[live+press]]></category>
		<category><![CDATA[livejournal]]></category>

		<guid isPermaLink="false">http://dot.romkey.com/2008/10/30/lj-crossposting/</guid>
		<description><![CDATA[ I have a bunch of half-written things that I haven't finished because I haven't been happy with the state of cross-posting between this blog and Livejournal and I haven't really had the time to deal with fixing it.  ...  If you'd rather that I didn't cross-post, or didn't cross-post everything, let me know and I'll see what I can figure out about limiting it.  ...  And for some reason my web server is uncooperative about providing me with useful errors in its logs (yes, I've double-checked the Apache configuration... it's ... something else).  ...  LJ-XP has changed hands once or twice, and some of the older versions don't point to the correct location for the current plugin (which is  http://code.google.com/p/ljxp/ ). <hr /><small>Copyright &#169; 2008-2009<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.191.106) )</small>]]></description>
		<wfw:commentRss>http://dot.romkey.com/2008/10/30/lj-crossposting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
