<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:ymaps="http://api.maps.yahoo.com/Maps/V2/AnnotatedMaps.xsd">

<channel>
	<title>Square Galaxy &#187; php</title>
	<atom:link href="http://squaregalaxy.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://squaregalaxy.com</link>
	<description>A blog by Jacob</description>
	<lastBuildDate>Tue, 16 Mar 2010 19:11:58 +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>PHP 6</title>
		<link>http://squaregalaxy.com/tech/php-6/</link>
		<comments>http://squaregalaxy.com/tech/php-6/#comments</comments>
		<pubDate>Tue, 14 Mar 2006 09:40:25 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/blog/2006/technical/php-6/</guid>
		<description><![CDATA[I&#8217;ve been spending a lot of time recently writing some web applications in the PHP language.  I have been writing my application in PHP 5 because I really like its ability to support object-oriented programming.
I recently read a very good post at jero.net which talks about what I might be able to expect from [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/tech/suggestion-for-pear/' rel='bookmark' title='Permanent Link: Suggestion for PEAR'>Suggestion for PEAR</a> <small>I just have a short suggestion for PEAR, the PHP...</small></li>
<li><a href='http://squaregalaxy.com/life/things-that-make-me-happy/' rel='bookmark' title='Permanent Link: Things that make me happy'>Things that make me happy</a> <small> Ice cream Pumpkin Pie Photos My hanging plant Dilbert...</small></li>
<li><a href='http://squaregalaxy.com/tech/why-php/' rel='bookmark' title='Permanent Link: Why PHP?'>Why PHP?</a> <small>PHP5 is implemented because it is extremely easy to learn...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been spending a lot of time recently writing some web applications in the <acronym title="Pre-Hypertext Processing">PHP</acronym> language.  I have been writing my application in <acronym title="Pre-Hypertext Processing">PHP</acronym> 5 because I really like its ability to support object-oriented programming.</p>
<p>I recently read a very good <a href="http://jero.net/blog/2006/03/php6/">post at jero.net</a> which talks about what I might be able to expect from <acronym title="Pre-Hypertext Processing">PHP</acronym> version 6.  A lot of it seems exciting, but not exciting enough.</p>
<p><acronym title="Pre-Hypertext Processing">PHP</acronym> is such an easy language to pick up that many <acronym title="Pre-Hypertext Processing">PHP</acronym> programmers don&#8217;t spend enough time picking up good habits, and end up writing bad code.  From what I&#8217;ve been able to gather from Jero&#8217;s comments, <acronym title="Pre-Hypertext Processing">PHP</acronym> 6 will help developers loose at least a few of some old bad habits.  This is a welcomed change.</p>
<p>I think <acronym title="Pre-Hypertext Processing">PHP</acronym> 6 should increase its object-oriented programming model.  It would be nice to have return type hinting, and to be able to do parameter type hinting with primitive types.</p>
<p>Also, I would like to see object-oriented programming methods used with some of the core <acronym title="Pre-Hypertext Processing">PHP</acronym> functions.  For example, it would be nice if some functions threw exceptions instead of errors or warnings.  I think catching an exception is a lot better than trying to deal with the &#8220;@&#8221; operator and dealing with various errors.</p>
<p><acronym title="Pre-Hypertext Processing">PHP</acronym> 5 is being slow to catch on.  I think that is mostly because Linux distributions have been slow to include <acronym title="Pre-Hypertext Processing">PHP</acronym> 5 and many server environments are even slower to upgrade their systems from something that has been working and tested.  If I remember right, <acronym title="Pre-Hypertext Processing">PHP</acronym> 4 was also slow to catch on.  If <acronym title="Pre-Hypertext Processing">PHP</acronym> 6 comes out soon, I think we will see many people make a slow, eventual switch from version 4 directly to version 6.  If <acronym title="Pre-Hypertext Processing">PHP</acronym> 6 comes out later rather than sooner, I think we will see at that point that most people have made a switch to version 5, and we will again see a very slow adoption period for the latest version.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/tech/suggestion-for-pear/' rel='bookmark' title='Permanent Link: Suggestion for PEAR'>Suggestion for PEAR</a> <small>I just have a short suggestion for PEAR, the PHP...</small></li>
<li><a href='http://squaregalaxy.com/life/things-that-make-me-happy/' rel='bookmark' title='Permanent Link: Things that make me happy'>Things that make me happy</a> <small> Ice cream Pumpkin Pie Photos My hanging plant Dilbert...</small></li>
<li><a href='http://squaregalaxy.com/tech/why-php/' rel='bookmark' title='Permanent Link: Why PHP?'>Why PHP?</a> <small>PHP5 is implemented because it is extremely easy to learn...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/tech/php-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Things that make me happy</title>
		<link>http://squaregalaxy.com/life/things-that-make-me-happy/</link>
		<comments>http://squaregalaxy.com/life/things-that-make-me-happy/#comments</comments>
		<pubDate>Sat, 26 Nov 2005 07:45:34 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[Ham Radio]]></category>
		<category><![CDATA[knight rider]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[stargate]]></category>
		<category><![CDATA[The Book of Mormon]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/blog/?p=163</guid>
		<description><![CDATA[
Ice cream
Pumpkin Pie
Photos
My hanging plant Dilbert
Sweaters
Beanies
Google
My fun job at the BYU Chemistry Department
Cuddling
Toblerone chocolate
Victory cake
Chocolate chip cookies
homemake frosting on victory cake
Getting messages on my phone
Writing in my blog
My car, even though it makes noise
Friends named Sara with red hair (there is more than one actually)
Friends without red hair
The Facebook
Ham Radio
Costco
Shopping at Macey&#8217;s
Stargate
Watching movies in the [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/general/happy-birthday-oregon/' rel='bookmark' title='Permanent Link: Happy Birthday Oregon!'>Happy Birthday Oregon!</a> <small>For those of you confused about the holiday which comes...</small></li>
<li><a href='http://squaregalaxy.com/religion/happy-thanksgiving/' rel='bookmark' title='Permanent Link: Happy Thanksgiving'>Happy Thanksgiving</a> <small>I wanted to wish everyone a happy thanksgiving. Even though...</small></li>
<li><a href='http://squaregalaxy.com/sports/byu-apparel/' rel='bookmark' title='Permanent Link: BYU apparel'>BYU apparel</a> <small>March madness is just around the corner. Unfortunately, when it...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<ul>
<li>Ice cream</li>
<li>Pumpkin Pie</li>
<li>Photos</li>
<li>My hanging plant Dilbert</li>
<li>Sweaters</li>
<li>Beanies</li>
<li><a href="http://www.google.com">Google</a></li>
<li>My fun job <del datetime="2009-01-23T19:45:08+00:00">at the <a href="http://www.chem.byu.edu"><acronym title="Brigham Young University">BYU</acronym> Chemistry Department</a></del></li>
<li>Cuddling</li>
<li><a href="http://www.toblerone.com/">Toblerone</a> chocolate</li>
<li>Victory cake</li>
<li>Chocolate chip cookies</li>
<li>homemake frosting on victory cake</li>
<li>Getting messages on my phone</li>
<li>Writing in my <a href="http://jacob.peargrove.com/blog">blog</a></li>
<li>My car, even though it makes noise</li>
<li><del datetime="2006-11-05T05:43:48+00:00">Friends named Sara with red hair (there is more than one actually)</del></li>
<li>Friends <del datetime="2006-11-29T09:47:31+00:00">without red hair</del></li>
<li>The <a href="http://byu.facebook.com">Facebook</a></li>
<li><a href="http://radioclub.byu.edu">Ham Radio</a></li>
<li><a href="http://www.costco.com">Costco</a></li>
<li>Shopping at <a href="http://www.maceys.com">Macey&#8217;s</a></li>
<li><a href="http://www.scifi.com/stargate/">Stargate</a></li>
<li><del datetime="2006-11-05T05:43:48+00:00">Watching movies in the basement</del></li>
<li>Jiffy blueberry muffin mix</li>
<li>Hugs</li>
<li>Playing <a href="http://bzflag.sf.net">bzFlag</a> (and winning)</li>
<li>Risk</li>
<li>Coloring with crayons</li>
<li>butterscotch chips</li>
<li>Oregon</li>
<li>Yellowstone National Park</li>
<li>My <a href="http://www.apple.com">Apple</a> iBook</li>
<li>Sleeping</li>
<li>Fresh drinking water</li>
<li>Hot chocolate</li>
<li>Happy people</li>
<li>Mount Hood</li>
<li>The echoing circles in front of the <acronym title="Joseph F Smith Building">JFSB</acronym></li>
<li>Astronomy</li>
<li>Science</li>
<li>Star Wars</li>
<li>The Book of Mormon</li>
<li>Love</li>
<li>Poetry and other <a href="http://jacob.peargrove.com/blog/index.php?cat=7">writings</a></li>
<li>Families</li>
<li>People being nice to each other when they don&#8217;t have to be</li>
<li>The Princess Bride</li>
<li>The Temple</li>
<li>My bike</li>
<li>Playing croquet late at night in my backyard back home</li>
<li>Waffle parties</li>
<li>Free music from iTunes</li>
<li>Getting mail in the mail that isn&#8217;t a bill or credit card application</li>
<li>Taking hot showers</li>
<li>People who aren&#8217;t drunk</li>
<li>Transylvania</li>
<li>Mozilla <a href="http://promote.peargrove.com/firefox">Firefox</a></li>
<li>Linux</li>
<li><a href="http://en.wikipedia.org/wiki/Knight_Rider_(1982_TV_series)">Knight Rider</a></li>
<li>A well decorated apartment</li>
<li>Going out to restaurants</li>
<li>Dancing</li>
<li><a href="http://www.ci.hillsboro.or.us/">Hillsboro</a></li>
<li>No sales tax</li>
<li>Otter Pops</li>
<li><a href="http://www.php.net"><acronym title="Pre-Hypertext Processing">PHP</acronym></a></li>
</ul>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/general/happy-birthday-oregon/' rel='bookmark' title='Permanent Link: Happy Birthday Oregon!'>Happy Birthday Oregon!</a> <small>For those of you confused about the holiday which comes...</small></li>
<li><a href='http://squaregalaxy.com/religion/happy-thanksgiving/' rel='bookmark' title='Permanent Link: Happy Thanksgiving'>Happy Thanksgiving</a> <small>I wanted to wish everyone a happy thanksgiving. Even though...</small></li>
<li><a href='http://squaregalaxy.com/sports/byu-apparel/' rel='bookmark' title='Permanent Link: BYU apparel'>BYU apparel</a> <small>March madness is just around the corner. Unfortunately, when it...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/life/things-that-make-me-happy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why PHP?</title>
		<link>http://squaregalaxy.com/tech/why-php/</link>
		<comments>http://squaregalaxy.com/tech/why-php/#comments</comments>
		<pubDate>Sat, 14 May 2005 19:05:17 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[BYU]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/blog/?p=91</guid>
		<description><![CDATA[PHP5 is implemented because it is extremely easy to learn and use.


Related posts:<ol><li><a href='http://squaregalaxy.com/general/quiet-in-the-library/' rel='bookmark' title='Permanent Link: Quiet in the library'>Quiet in the library</a> <small>I was looking at the BYU homepage today, and I...</small></li>
<li><a href='http://squaregalaxy.com/education/byu-continues-to-block-youtube/' rel='bookmark' title='Permanent Link: BYU continues to block YouTube'>BYU continues to block YouTube</a> <small>Brigham Young University&#8217;s Internet filters continue to block the popular...</small></li>
<li><a href='http://squaregalaxy.com/education/working-at-byu-while-schooling-at-byu/' rel='bookmark' title='Permanent Link: Working at BYU while schooling at BYU'>Working at BYU while schooling at BYU</a> <small>Today at work, my boss told me about some new...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A lot of departments are using coldfusion for its web site developement.  I&#8217;ve seen just a little bit of coldfusion code, and I&#8217;m impressed on how remarkably simple it looks.  I can understand why its such an appealing platform for many departments across <acronym title="Brigham Young University">BYU</acronym>.  However, as long as I am webmaster, we will continue to use <acronym title="Pre-Hypertext Processing">PHP</acronym> for our primary website developement for a couple of reasons I think are really good.<span id="more-91"></span></p>
<p>Before I start though, I thought that I would express concern over <em>how</em> easy coldfusion seems.  I am curious to know if the simplicity of coldfusion code (as I&#8217;ve seen in the Macromedia examples) limits in any way its abilities or functionality.</p>
<p>But now the reasons why we will continue working with <acronym title="Pre-Hypertext Processing">PHP</acronym>.  The first, is that <acronym title="Pre-Hypertext Processing">PHP</acronym> is free and widely available.  While spending the money on commerical products that works is not a big concern, using free software has some good benefits.</p>
<p>First, is that there are a lot of free packages and applications available for <acronym title="Pre-Hypertext Processing">PHP</acronym> that are only available because <acronym title="Pre-Hypertext Processing">PHP</acronym> is not a commerical application.  These include blogging software, forum software, lots of database connectabiltiy, packages to assist in caching and cachemanagement, packages for an embedded wiki engine, templating engines, and so on and so on.</p>
<p>Free software also has the added advantage that more people have better exposure to it.  When we hire students to do the programmming, who are constantly coming and going, it can be difficult to train them on new technologies.  Therefore, it is important that we use technologies that they are already familar with.  I see a lot more resumes with <acronym title="Pre-Hypertext Processing">PHP</acronym> on them, then I do with Coldfusion on them.</p>
<p>Even for the students who are hired with little <acronym title="Pre-Hypertext Processing">PHP</acronym> experience, it is easier to train them, I beleive, on <acronym title="Pre-Hypertext Processing">PHP</acronym> as long as they already have some general programming experience.  Coldfusion may be easier to pick up for those who are mainly web designers, but I think <acronym title="Pre-Hypertext Processing">PHP</acronym> is easier to pick up for programmers.  At <acronym title="Brigham Young University">BYU</acronym>, there are a lot more programmers than those who are limited to web design.</p>
<p>The fact that <acronym title="Pre-Hypertext Processing">PHP</acronym> is easy to learn, is also why our attempt to use Java failed, not because Java isn&#8217;t easy to learn, but the whole Java web framework was confusing and difficult to understand how to get started.  Even for those who know Java, knowing how to use it in a web environment was difficult to understand for us.</p>
<p>There seems to be a lot more documentation on the web for <acronym title="Pre-Hypertext Processing">PHP</acronym> than there is for coldfusion.  Which means the students we hire who are not <acronym title="Pre-Hypertext Processing">PHP</acronym> experts, are more likely to find help with what they are doing on the internet with various online documentation sites.</p>
<p>Our student employees are also free to install and play around with <acronym title="Pre-Hypertext Processing">PHP</acronym> on just about any computer.  On their mac, or home windows station, or whereever.  The can experiment on their own without having to have access to an expensive production server.</p>
<p>So we will keep using <acronym title="Pre-Hypertext Processing">PHP</acronym>, just because it is easier to learn for our employees and requires less training.  In corporate environments Coldfusion may be a good choice, but <acronym title="Pre-Hypertext Processing">PHP</acronym> is our choice, because we have a high turnover of students that we need something a little more common.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/general/quiet-in-the-library/' rel='bookmark' title='Permanent Link: Quiet in the library'>Quiet in the library</a> <small>I was looking at the BYU homepage today, and I...</small></li>
<li><a href='http://squaregalaxy.com/education/byu-continues-to-block-youtube/' rel='bookmark' title='Permanent Link: BYU continues to block YouTube'>BYU continues to block YouTube</a> <small>Brigham Young University&#8217;s Internet filters continue to block the popular...</small></li>
<li><a href='http://squaregalaxy.com/education/working-at-byu-while-schooling-at-byu/' rel='bookmark' title='Permanent Link: Working at BYU while schooling at BYU'>Working at BYU while schooling at BYU</a> <small>Today at work, my boss told me about some new...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/tech/why-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suggestion for PEAR</title>
		<link>http://squaregalaxy.com/tech/suggestion-for-pear/</link>
		<comments>http://squaregalaxy.com/tech/suggestion-for-pear/#comments</comments>
		<pubDate>Thu, 17 Mar 2005 03:42:50 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/blog/?p=72</guid>
		<description><![CDATA[I just have a short suggestion for PEAR, the PHP Extension and Application Repository.  PHP version 5 includes the capability to have interfaces, which are like a definition or description for classes which implement the interface.  PEAR should provide a bunch of interfaces for various things, such as database interfaces, authentication schemes, user [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/tech/cross-post-code/' rel='bookmark' title='Permanent Link: Cross post code'>Cross post code</a> <small>I&#8217;ve implemented a method which will automatically take posts I...</small></li>
<li><a href='http://squaregalaxy.com/tech/php-6/' rel='bookmark' title='Permanent Link: PHP 6'>PHP 6</a> <small>I&#8217;ve been spending a lot of time recently writing some...</small></li>
<li><a href='http://squaregalaxy.com/tech/why-php/' rel='bookmark' title='Permanent Link: Why PHP?'>Why PHP?</a> <small>PHP5 is implemented because it is extremely easy to learn...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I just have a short suggestion for <a href="http://pear.php.net">PEAR</a>, the <acronym title="Pre-Hypertext Processing">PHP</acronym> Extension and Application Repository.  <acronym title="Pre-Hypertext Processing">PHP</acronym> version 5 includes the capability to have interfaces, which are like a definition or description for classes which implement the interface.  PEAR should provide a bunch of interfaces for various things, such as database interfaces, authentication schemes, user managment systems, etc. <span id="more-74"></span></p>
<p>Then many people can implement the interfaces for many different things.  When one implements an interface, they create a class that fulfils all the definitions defined in the interface.  This way, developers can implement interfaces when they program classes for things.  That way, people can exchange and interchange classes which impliment the same interface.</p>
<p>Let me give an example.  There are many ways of implementing authentication for an application.  Some will use ldap, others will look users up in a database, while others may use another kind of service from a server.  Each authentication method can be written as an class with object oriented programming methods.  Now lets say there is an interface that says there needs to be a method called login($username, $password).  If each of the different authentication classes contain a method called login($username, $password), then it doesn&#8217;t matter to the rest of the application what class is used, because they all contain the required login method.</p>
<p>If PEAR writes and provides interfaces, developers can write their classes to implement the interfaces, then application developers can choose or re-choose from a variety of implementing classes without having to change their underlying code.  This would be an incredible advantage in <acronym title="Pre-Hypertext Processing">PHP</acronym> development.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/tech/cross-post-code/' rel='bookmark' title='Permanent Link: Cross post code'>Cross post code</a> <small>I&#8217;ve implemented a method which will automatically take posts I...</small></li>
<li><a href='http://squaregalaxy.com/tech/php-6/' rel='bookmark' title='Permanent Link: PHP 6'>PHP 6</a> <small>I&#8217;ve been spending a lot of time recently writing some...</small></li>
<li><a href='http://squaregalaxy.com/tech/why-php/' rel='bookmark' title='Permanent Link: Why PHP?'>Why PHP?</a> <small>PHP5 is implemented because it is extremely easy to learn...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/tech/suggestion-for-pear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Driving Around</title>
		<link>http://squaregalaxy.com/blogging/driving-around/</link>
		<comments>http://squaregalaxy.com/blogging/driving-around/#comments</comments>
		<pubDate>Wed, 19 Jan 2005 03:05:11 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[driving]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://jacob.peargrove.com/blog/?p=51</guid>
		<description><![CDATA[Well, here is my first blog entry from my car!  I tried to attend a Utah PHP Usergroup meeting tonight, but I couldn&#8217;t find the place for a while, even though it was right where it was suppose to be.  By the time I found it, the presentation was already half over and [...]


Related posts:<ol><li><a href='http://squaregalaxy.com/insights/a-couple-of-tips-for-driving-in-the-snow/' rel='bookmark' title='Permanent Link: A couple of tips for driving in the snow'>A couple of tips for driving in the snow</a> <small>I&#8217;ve been learning more and more how to drive in...</small></li>
<li><a href='http://squaregalaxy.com/life/parking-permits/' rel='bookmark' title='Permanent Link: Parking Permits'>Parking Permits</a> <small>On April 25th, I moved into University Villa. When I...</small></li>
<li><a href='http://squaregalaxy.com/general/pull-over-mama/' rel='bookmark' title='Permanent Link: Pull over mama'>Pull over mama</a> <small>Tonight I was putting just enough gas in my car...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Well, here is my first blog entry from my car!  I tried to attend a Utah <acronym title="Pre-Hypertext Processing">PHP</acronym> Usergroup meeting tonight, but I couldn&#8217;t find the place for a while, even though it was right where it was suppose to be.  By the time I found it, the presentation was already half over and I decided to just go home.  But I found that I could get a wifi connection from the parking lot, so I decided to blog before heading back.</p>

<p>Related posts:<ol><li><a href='http://squaregalaxy.com/insights/a-couple-of-tips-for-driving-in-the-snow/' rel='bookmark' title='Permanent Link: A couple of tips for driving in the snow'>A couple of tips for driving in the snow</a> <small>I&#8217;ve been learning more and more how to drive in...</small></li>
<li><a href='http://squaregalaxy.com/life/parking-permits/' rel='bookmark' title='Permanent Link: Parking Permits'>Parking Permits</a> <small>On April 25th, I moved into University Villa. When I...</small></li>
<li><a href='http://squaregalaxy.com/general/pull-over-mama/' rel='bookmark' title='Permanent Link: Pull over mama'>Pull over mama</a> <small>Tonight I was putting just enough gas in my car...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://squaregalaxy.com/blogging/driving-around/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
