<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>jonathanjulian.com</title>
	<link>http://jonathanjulian.com</link>
	<description>Ruby, Rails, JavaScript, software development</description>
	<lastBuildDate>Sat, 27 Feb 2010 16:59:20 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>New Ext JS book in the works</title>
		<description><![CDATA[I&#8217;ve heard a rumor from a trusted source that the next version of Learning Ext JS is being written, and it may be titled Learning Ext JS 3.0. It will be updated to reflect working with version 3.x of the library, and have at least three new chapters added. If it is published in 2010, [...]]]></description>
		<link>http://jonathanjulian.com/2010/01/new-ext-js-book-in-the-works/</link>
			</item>
	<item>
		<title>Five Tips to Improve Your Ext JS Application</title>
		<description><![CDATA[Three Pillar Global sponsored their first Ext JS meetup earlier this week, and they were kind enough to invite me to give one of the presentations. Thanks to Patrick Sheridan (@sheridap) of Three Pillar for pulling it together, and providing the delicious pizza! My presentation was inserted between Shea Frederick and Jay Garcia&#8217;s. Pretty good [...]]]></description>
		<link>http://jonathanjulian.com/2010/01/five-tips-to-improve-your-ext-js-application/</link>
			</item>
	<item>
		<title>Backup your mysql blog with cron</title>
		<description><![CDATA[Everyone&#8217;s tweeting about codinghorror&#8217;s data loss today. I&#8217;m not sure exactly why their hosting provider lost their blog, but I&#8217;m prepared if mine ever does. In my case, it&#8217;s easy &#8211; I email myself a dump of the WordPress mysql database nightly.
$ crontab -l
0 7 * * *  /usr/bin/mysqldump -u root -psecret --all-databases &#124;bzip2 &#62; [...]]]></description>
		<link>http://jonathanjulian.com/2009/12/backup-your-mysql-blog-with-cron/</link>
			</item>
	<item>
		<title>Introduction to delayed_job</title>
		<description><![CDATA[I gave this short presentation at the November bmore-on-rails meeting last night. Flip Sasser also presented an overview of Resque, and Michael Dotterer showed us a bit about background_job.
We decided that delayed_job is an easy and solid way to get background tasks running in your Rails app, but if you are a massive site that needs [...]]]></description>
		<link>http://jonathanjulian.com/2009/11/introduction-to-delayed_job/</link>
			</item>
	<item>
		<title>Wrapping a div around will_paginate page_entries_info</title>
		<description><![CDATA[The page_entries_info view helper looks great, but it is just plain text; I can&#8217;t add margin or padding or float it. Here&#8217;s a quick alias_method to wrap it up in a div with the class of your choice.

Just drop that into an file in config/initializers, restart, and get styling!
]]></description>
		<link>http://jonathanjulian.com/2009/11/wrapping-a-div-around-will_paginate-page_entries_info/</link>
			</item>
</channel>
</rss>
