<?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"
	>

<channel>
	<title>Parkside Blog</title>
	<atom:link href="http://www.parksidedev.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.parksidedev.com/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 16 Jun 2010 21:39:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Simple js redirect</title>
		<link>http://www.parksidedev.com/blog/?p=62</link>
		<comments>http://www.parksidedev.com/blog/?p=62#comments</comments>
		<pubDate>Wed, 16 Jun 2010 21:39:03 +0000</pubDate>
		<dc:creator>The Quagmire</dc:creator>
		
		<category><![CDATA[Developing the Web]]></category>

		<guid isPermaLink="false">http://www.parksidedev.com/blog/?p=62</guid>
		<description><![CDATA[If you need to do a simple redirect from php and don&#8217;t want to / can&#8217;t use the header command, here&#8217;s a simple answer to the problem&#8230;

1
echo &#34;&#60;script&#62;top.location.href = 'http://www.yahoo.com';&#60;/script&#62;&#34;;


    
    a2a_linkname="Simple js redirect";a2a_linkurl="http://www.parksidedev.com/blog/?p=62";
    

	]]></description>
		<wfw:commentRss>http://www.parksidedev.com/blog/?feed=rss2&amp;p=62</wfw:commentRss>
		</item>
		<item>
		<title>Driving Directions in Google Maps API</title>
		<link>http://www.parksidedev.com/blog/?p=29</link>
		<comments>http://www.parksidedev.com/blog/?p=29#comments</comments>
		<pubDate>Thu, 28 Aug 2008 03:48:09 +0000</pubDate>
		<dc:creator>The Quagmire</dc:creator>
		
		<category><![CDATA[Developing the Web]]></category>

		<guid isPermaLink="false">http://www.parksidedev.com/blog/?p=29</guid>
		<description><![CDATA[I was just looking at the Google Map API and noticed that they added turn by turn directions since the last time I looked at it. This is really exciting news and something that I really could have used a year ago.
In this article I&#8217;m going to lay out a bare bones example of getting [...]]]></description>
		<wfw:commentRss>http://www.parksidedev.com/blog/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
		<item>
		<title>Pretty URLS With Code Igniter &#038; Mod Rewrite</title>
		<link>http://www.parksidedev.com/blog/?p=23</link>
		<comments>http://www.parksidedev.com/blog/?p=23#comments</comments>
		<pubDate>Mon, 14 Jul 2008 12:43:46 +0000</pubDate>
		<dc:creator>The Quagmire</dc:creator>
		
		<category><![CDATA[Developing the Web]]></category>

		<guid isPermaLink="false">http://www.parksidedev.com/blog/?p=7</guid>
		<description><![CDATA[Code Igniter does a pretty good job of creating pretty urls by default. The basic Code Ignitor address will look like this:
http://www.example.com/index.php/controller/method/parameter
What we want to do is get that index.php out of there. We&#8217;ll accomplish this by creating an .htaccess file in our root directory and use it to rewrite the address with Apache&#8217;s Mod [...]]]></description>
		<wfw:commentRss>http://www.parksidedev.com/blog/?feed=rss2&amp;p=23</wfw:commentRss>
		</item>
		<item>
		<title>Parent Class Your Code Igniter Controllers</title>
		<link>http://www.parksidedev.com/blog/?p=28</link>
		<comments>http://www.parksidedev.com/blog/?p=28#comments</comments>
		<pubDate>Thu, 19 Jun 2008 14:38:12 +0000</pubDate>
		<dc:creator>The Quagmire</dc:creator>
		
		<category><![CDATA[Developing the Web]]></category>

		<guid isPermaLink="false">http://www.parksidedev.com/blog/?p=17</guid>
		<description><![CDATA[Code Igniter offers many ways of adding functionality to your application&#8230; Libraries, Helpers, Plugins&#8230; However, there are times when you need a function to operate directly in your controller. In these cases it can be useful to create a parent class for your controllers.
One case where this makes sense is when you want all your [...]]]></description>
		<wfw:commentRss>http://www.parksidedev.com/blog/?feed=rss2&amp;p=28</wfw:commentRss>
		</item>
		<item>
		<title>MySQL Constraints &#038; Cascading</title>
		<link>http://www.parksidedev.com/blog/?p=27</link>
		<comments>http://www.parksidedev.com/blog/?p=27#comments</comments>
		<pubDate>Sat, 31 May 2008 19:22:16 +0000</pubDate>
		<dc:creator>The Quagmire</dc:creator>
		
		<category><![CDATA[Developing the Web]]></category>

		<guid isPermaLink="false">http://www.parksidedev.com/blog/?p=14</guid>
		<description><![CDATA[I&#8217;ve been using MySQL for quite some time and, I&#8217;ve gotten used to managing data integrity via php code. But, regardless how careful you are there are some conditions that can cause invalid data.
One of the most common issues that arises is orphaned records. This can occur when you delete a parent record and for [...]]]></description>
		<wfw:commentRss>http://www.parksidedev.com/blog/?feed=rss2&amp;p=27</wfw:commentRss>
		</item>
		<item>
		<title>Phoenix Spacecraft Lands on Mars</title>
		<link>http://www.parksidedev.com/blog/?p=26</link>
		<comments>http://www.parksidedev.com/blog/?p=26#comments</comments>
		<pubDate>Mon, 26 May 2008 17:38:35 +0000</pubDate>
		<dc:creator>The Quagmire</dc:creator>
		
		<category><![CDATA[Science &amp; Tech]]></category>

		<guid isPermaLink="false">http://www.parksidedev.com/blog/?p=13</guid>
		<description><![CDATA[NASA&#8217;s Phoenix Mars Lander survives descent to planet&#8217;s surface.
read more &#124; digg story

    
    a2a_linkname="Phoenix Spacecraft Lands on Mars";a2a_linkurl="http://www.parksidedev.com/blog/?p=26";
    

	]]></description>
		<wfw:commentRss>http://www.parksidedev.com/blog/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
		<item>
		<title>Installing Mod Security on Fedora</title>
		<link>http://www.parksidedev.com/blog/?p=25</link>
		<comments>http://www.parksidedev.com/blog/?p=25#comments</comments>
		<pubDate>Fri, 23 May 2008 04:14:45 +0000</pubDate>
		<dc:creator>The Quagmire</dc:creator>
		
		<category><![CDATA[Security Matters]]></category>

		<guid isPermaLink="false">http://www.parksidedev.com/blog/?p=10</guid>
		<description><![CDATA[Recently I had a friend who&#8217;s server was compromised. Although I haven&#8217;t had trouble with my server, I thought that I&#8217;d see if there were any security issues I had overlooked. That&#8217;s when I came across mod security. I hadn&#8217;t used it before and so the first thing I looked for was some documentation. The [...]]]></description>
		<wfw:commentRss>http://www.parksidedev.com/blog/?feed=rss2&amp;p=25</wfw:commentRss>
		</item>
		<item>
		<title>A First Glance at Writing Drupal Modules</title>
		<link>http://www.parksidedev.com/blog/?p=24</link>
		<comments>http://www.parksidedev.com/blog/?p=24#comments</comments>
		<pubDate>Sat, 17 May 2008 15:02:29 +0000</pubDate>
		<dc:creator>The Quagmire</dc:creator>
		
		<category><![CDATA[Developing the Web]]></category>

		<guid isPermaLink="false">http://www.parksidedev.com/blog/?p=8</guid>
		<description><![CDATA[I&#8217;ve just begun a project that involves extending Drupal in several ways. It appears that I&#8217;ll have to create at least two modules and possibly a filter or two.
I began by laying out the data structure that I&#8217;ll need to support one of my new modules. I started with the simplest of the two, to [...]]]></description>
		<wfw:commentRss>http://www.parksidedev.com/blog/?feed=rss2&amp;p=24</wfw:commentRss>
		</item>
		<item>
		<title>Unsatisfied? A Redesign May Help!</title>
		<link>http://www.parksidedev.com/blog/?p=22</link>
		<comments>http://www.parksidedev.com/blog/?p=22#comments</comments>
		<pubDate>Fri, 09 May 2008 20:33:53 +0000</pubDate>
		<dc:creator>The Quagmire</dc:creator>
		
		<category><![CDATA[Developing the Web]]></category>

		<guid isPermaLink="false">http://www.parksidedev.com/blog/?p=6</guid>
		<description><![CDATA[The best websites are constantly improving. These sites build on their successes and rebuild the less effective areas. So, when considering a redesign of your existing site, you should take an inventory. Create a list of the things that your site does well and the things that it does less well. Some things to consider [...]]]></description>
		<wfw:commentRss>http://www.parksidedev.com/blog/?feed=rss2&amp;p=22</wfw:commentRss>
		</item>
		<item>
		<title>You Gotta Try This Framework</title>
		<link>http://www.parksidedev.com/blog/?p=21</link>
		<comments>http://www.parksidedev.com/blog/?p=21#comments</comments>
		<pubDate>Wed, 07 May 2008 02:47:00 +0000</pubDate>
		<dc:creator>The Quagmire</dc:creator>
		
		<category><![CDATA[Developing the Web]]></category>

		<guid isPermaLink="false">http://gysa.parksidedev.com/blog/?p=4</guid>
		<description><![CDATA[If you&#8217;re a PHP developer, you gotta try out Code Igniter.  It&#8217;s a fairly complete MVC framework with support for features such as Active Record, Pagination, Scaffolding, and much more. It&#8217;s a great base to start from and I use it on every project I can.

One of the best features is the search friendly [...]]]></description>
		<wfw:commentRss>http://www.parksidedev.com/blog/?feed=rss2&amp;p=21</wfw:commentRss>
		</item>
	</channel>
</rss>
