<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>true false maybe</title>
	<link>http://truefalsemaybe.com</link>
	<description>tom longson's blog on software, design, and user experience</description>
	<lastBuildDate>Sun, 07 Aug 2011 15:57:24 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Baby Real World Achievements?</title>
		<description><![CDATA[As you might know I&#8217;m a designer and developer, and for the first time in my life i&#8217;m thinking about kids. Partly because I&#8217;m on the cusp of turning 30, and in a stable relationship, but also because right now I&#8217;m babysitting a toddler. He&#8217;s really cool, and extremely curious. In exploring his environment around [...]]]></description>
		<link>http://truefalsemaybe.com/2011/08/baby-real-world-achievements/</link>
			</item>
	<item>
		<title>Running your OS X Locker</title>
		<description><![CDATA[So installing Locker can be a bit of a bear, so I put together this howto since my laptop got stolen last week, and I had a brand spanking new macbook pro to try out locker from the very start. With this guide, using OSX, you could install Locker for yourself at this very early [...]]]></description>
		<link>http://truefalsemaybe.com/2011/05/running-your-os-x-locker/</link>
			</item>
	<item>
		<title>When form.submit() doesn&#8217;t refresh in IE6</title>
		<description><![CDATA[I ran into a problem with some legacy code which looked like this: Delete And the corresponding function: function doDelete() { var submitForm = function() { document.forms[1].method="POST"; document.forms[1].action="myThing.do?dispatch=delete"; document.form[1].submit(); } var messageBoxConfig = { message:"Are you sure you want to delete?", title:"Confirm", style:YUI.widget.MessageBox.STYLES.CONFIRM, buttons:YUI.widget.MessageBox.BUTTONS.YESNO, callback:submitForm }; YUI.widget.MessageBox.show(messageBoxConfig); } Inline onclick handler aside (again legacy code), [...]]]></description>
		<link>http://truefalsemaybe.com/2011/02/when-form-submit-doesnt-refresh-in-ie6/</link>
			</item>
	<item>
		<title>iPhone app for finding vineyards</title>
		<description><![CDATA[I&#8217;m really pleased to announce that Andrew, Anna, and my iPhone Wine App, Fine Local Wine is live on the app store. It&#8217;s my first push into real mobile development, and I&#8217;m really proud of what we&#8217;ve accomplished. This app uses Fine Local Wine&#8216;s website as the backend, and reuses much of Gaia iPhone GPS&#8216;s [...]]]></description>
		<link>http://truefalsemaybe.com/2010/12/iphone-app-for-finding-vineyards/</link>
			</item>
	<item>
		<title>Looking for a good vineyard?</title>
		<description><![CDATA[I recently wrote a service to help people find vineyards, such as napa valley wineries. Each vineyard has a closeup satellite map, which can be really beautiful, like in the case of Petroni Vineyards. It&#8217;s written with GeoDjango with Postgres/PostGIS as the backend, and Google Maps and jQuery on the frontend. I did the design [...]]]></description>
		<link>http://truefalsemaybe.com/2010/11/looking-for-a-good-vineyard/</link>
			</item>
	<item>
		<title>Walabs.com Dead Labrador Puppy</title>
		<description><![CDATA[My brother bought a Labrador retriever puppy from Jim Young of Walabs in Onalaska, Washington. One week later it was dead. The vets said the cause of the puppy&#8217;s death was likely to do with the breeding program by Jim Young, and by his own accords was underweight and not thriving. Did Walabs.com offer an [...]]]></description>
		<link>http://truefalsemaybe.com/2010/09/walabs-com-dead-labrador-puppy/</link>
			</item>
	<item>
		<title>JavaScript Book Recommendations</title>
		<description><![CDATA[I&#8217;ve been expanding my library recently, and I wanted to share a list of some advanced JavaScript books I&#8217;ve picked up: JavaScript: The Good Parts by Papa Crock High Performance Web Sites by Steve Souders Even Faster Web Sites by Steve Souders High Performance JavaScript by Nicholas C. Zakas Professional JavaScript for Web Developers by [...]]]></description>
		<link>http://truefalsemaybe.com/2010/06/javascript-book-recommendations/</link>
			</item>
	<item>
		<title>PubSub in jQuery with Custom Events</title>
		<description><![CDATA[Demo: PubSub in jQuery Recently I did a post on Data Binding in JavaScript using the YUI3 Library as my base. h3 and MikeInVB wanted to see it in jQuery, so I rewrote it and it turns out is a great example of PubSub (publish / subscribe) for jQuery. For this example, we&#8217;re using an [...]]]></description>
		<link>http://truefalsemaybe.com/2010/04/pubsub-in-jquery-with-custom-events/</link>
			</item>
	<item>
		<title>Data Binding in JavaScript</title>
		<description><![CDATA[See the demo here: Data Binding in JavaScript Back when I was in Flex land one of the things that I found to be really neat was data binding&#8230; you could essentially have widgets that would update if the data updated automagically. I also wanted to take a stab at doing publishing and subscribing in [...]]]></description>
		<link>http://truefalsemaybe.com/2010/04/data-binding-in-javascript/</link>
			</item>
	<item>
		<title>Better JavaScript Templating</title>
		<description><![CDATA[I recently had to do some really heavy lifting with templates in JavaScript, and opted to use John Resig&#8217;s &#8220;Micro-templating&#8221; within the Underscore.js Library. It&#8217;s nice, you can write JavaScript within your templates to control your flow, like: It's been milliseconds since the epoch. Which, if you&#8217;re like me is great. You could use Google [...]]]></description>
		<link>http://truefalsemaybe.com/2010/04/121/</link>
			</item>
</channel>
</rss>

