<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>Zak Scott</title>
	<link>http://zakscott.com</link>
	<description>Vermont Web Developer</description>
	<lastBuildDate>Fri, 31 Oct 2008 03:21:51 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Rails US State Select</title>
		<description>select(:user, :state, [
['Select a State', 'None'],
['Alabama', 'AL'],
['Alaska', 'AK'],
['Arizona', 'AZ'],
['Arkansas', 'AR'],
['California', 'CA'],
['Colorado', 'CO'],
['Connecticut', 'CT'],
['Delaware', 'DE'],
['District Of Columbia', 'DC'],
['Florida', 'FL'],
['Georgia', 'GA'],
['Hawaii', 'HI'],
['Idaho', 'ID'],
['Illinois', 'IL'],
['Indiana', 'IN'],
['Iowa', 'IA'],
['Kansas', 'KS'],
['Kentucky', 'KY'],
['Louisiana', 'LA'],
['Maine', 'ME'],
['Maryland', 'MD'],
['Massachusetts', 'MA'],
['Michigan', 'MI'],
['Minnesota', 'MN'],
['Mississippi', 'MS'],
['Missouri', 'MO'],
['Montana', 'MT'],
['Nebraska', 'NE'],
['Nevada', 'NV'],
['New Hampshire', 'NH'],
['New Jersey', 'NJ'],
['New Mexico', 'NM'],
['New York', 'NY'],
['North Carolina', 'NC'],
['North Dakota', 'ND'],
['Ohio', 'OH'],
['Oklahoma', ...</description>
		<link>http://zakscott.com/rails-us-state-select/</link>
			</item>
	<item>
		<title>Intrepid Ibex to have optional &#8220;Dark room&#8221; theme</title>
		<description>UPDATE

There is an existing theme that is very similar to the Dark room theme, available for Ubuntu 8.04 Hardy Heron.

Check it out, Shiki-colors.

Good news, as the next release of Ubuntu (8.10) is going to be packaged with an optional theme to please the eyes. The default theme will still be ...</description>
		<link>http://zakscott.com/intrepid-ibex-to-have-optional-dark-room-theme/</link>
			</item>
	<item>
		<title>OpenGL Matrix as Desktop Background</title>
		<description>For the last month or so I've been using the GL Matrix screensaver built into Gnome as my desktop background, and I'm probably not ever going back to a standard background. Other then the fact that it only takes up 10~15 megabytes to run, it doubles as a screensaver. Finding ...</description>
		<link>http://zakscott.com/opengl-matrix-as-desktop-background/</link>
			</item>
	<item>
		<title>Preliminary Data with Migrations in Rails</title>
		<description>At one time or another, you will most likely want your application to set-up with some preliminary data. One common example is a settings or options table within your database, or a default admin user that will be created upon install.

To get this done, is actually a lot easier then ...</description>
		<link>http://zakscott.com/preliminary-data-with-migrations-in-rails/</link>
			</item>
	<item>
		<title>Put Sessions into Database with Rails</title>
		<description>Adding sessions into the database is a great way to speed up your application, and it's very easy to do in Rails 2.x. It can be done in the following, 3 easy, steps:
rake db:sessions:create
rake db:migrate
Now go into config/environment.rb and uncomment the following line:
# Use the database for sessions instead of ...</description>
		<link>http://zakscott.com/put-sessions-into-database-with-rails/</link>
			</item>
	<item>
		<title>Connecting to an SMTP server using class.smtp.php</title>
		<description>For one of my current projects I'm going to be writing a custom email class that will both send and receive email from an external/internal mail server. In order to make the module ultra-portable I'm going to be using an SMTP connection to take care of both tasks.

Right now I'm ...</description>
		<link>http://zakscott.com/connecting-to-an-smtp-server-using-classsmtpphp/</link>
			</item>
	<item>
		<title>/girls</title>
		<description>ls -a /girls &#124; grep 'chill' </description>
		<link>http://zakscott.com/girls/</link>
			</item>
	<item>
		<title>geocode class</title>
		<description>Came upon this rather slick geocode class written in PHP5 for use with google maps.

Thought I would share it. </description>
		<link>http://zakscott.com/geocode-class/</link>
			</item>
	<item>
		<title>Paragraph breaks, #commentlist</title>
		<description>Just fixed the weird spacing on the p tag within posts, and commentlist list-style-position to outside.

Should help clean things up a bit. </description>
		<link>http://zakscott.com/paragraph-breaks-commentlist/</link>
			</item>
	<item>
		<title>$blog</title>
		<description>if($blog->lastUpdate > '2 months') { 
echo 'DUDE WTF';
else {
echo 'n_n';
}
 </description>
		<link>http://zakscott.com/blog/</link>
			</item>
</channel>
</rss>
