<?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>mrkris</title>
	<atom:link href="http://www.mrkris.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrkris.com</link>
	<description>I have no particular talent. I am merely inquisitive.</description>
	<pubDate>Sat, 02 Aug 2008 21:10:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Nifty RubyOnRails Layout Method</title>
		<link>http://www.mrkris.com/2008/08/01/nifty-rubyonrails-layout-method/</link>
		<comments>http://www.mrkris.com/2008/08/01/nifty-rubyonrails-layout-method/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 12:50:05 +0000</pubDate>
		<dc:creator>kris</dc:creator>
		
		<category><![CDATA[Rails]]></category>

		<category><![CDATA[before_filter]]></category>

		<category><![CDATA[layout]]></category>

		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false">http://www.mrkris.com/?p=76</guid>
		<description><![CDATA[So I find myself in many situations where different actions need different layouts, which is common in large multiuser systems. For example, in my system, when you are viewing a user index, it loads the layout &#8216;application&#8217;. When you&#8217;re viewing the edit action, it loads the layout &#8216;profile&#8217;, otherwise it loads the layout &#8216;user&#8217;. I [...]]]></description>
		<wfw:commentRss>http://www.mrkris.com/2008/08/01/nifty-rubyonrails-layout-method/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP and Super Global Arrays</title>
		<link>http://www.mrkris.com/2008/02/03/php-and-super-global-arrays/</link>
		<comments>http://www.mrkris.com/2008/02/03/php-and-super-global-arrays/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 16:54:31 +0000</pubDate>
		<dc:creator>kris</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.mrkris.com/2008/02/03/php-and-super-global-arrays/</guid>
		<description><![CDATA[The problem with the PHP super global arrays, such as $_GET and $_POST is they contain the raw query parameters that the browser passes. I&#8217;ve seen more than my fair share of abuse when fixing clients apps where they have not properly sanitized user input, which leads to SQL inject and XSS attacks. This is [...]]]></description>
		<wfw:commentRss>http://www.mrkris.com/2008/02/03/php-and-super-global-arrays/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Complications installing RubyOnRails 2.0.2</title>
		<link>http://www.mrkris.com/2007/12/18/complications-installing-rubyonrails-202/</link>
		<comments>http://www.mrkris.com/2007/12/18/complications-installing-rubyonrails-202/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 18:54:36 +0000</pubDate>
		<dc:creator>kris</dc:creator>
		
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.mrkris.com/2007/12/18/complications-installing-rubyonrails-202/</guid>
		<description><![CDATA[While sitting in my living room watching a movie and working on my laptop, I realized I had forgotten to update my rails install to the latest 2.0.2. I did a `gem install rails` but it kept dieing with the wonderful OpenURI::HTTPError, regardless if I used the correct &#8211;source flag. Turns out if you do [...]]]></description>
		<wfw:commentRss>http://www.mrkris.com/2007/12/18/complications-installing-rubyonrails-202/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Just get your projects done</title>
		<link>http://www.mrkris.com/2007/06/15/just-get-your-projects-done/</link>
		<comments>http://www.mrkris.com/2007/06/15/just-get-your-projects-done/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 18:24:08 +0000</pubDate>
		<dc:creator>kris</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.mrkris.com/2007/06/15/just-get-your-projects-done/</guid>
		<description><![CDATA[I was speaking with a friend about current projects on the table and how we both try to do everything ourselves, which include the site design, the development and marketing. This is a direct copy and paste of what he said, and it holds much value:

&#8220;Its important to realize that when u create a project [...]]]></description>
		<wfw:commentRss>http://www.mrkris.com/2007/06/15/just-get-your-projects-done/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP Factory &#038; Singleton</title>
		<link>http://www.mrkris.com/2007/06/12/php-factory-singleton/</link>
		<comments>http://www.mrkris.com/2007/06/12/php-factory-singleton/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 18:02:26 +0000</pubDate>
		<dc:creator>kris</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.mrkris.com/2007/06/12/php-factory-singleton/</guid>
		<description><![CDATA[A friend sent me an ICQ today asking an easy way to load classes on the fly, but keep a registry of them to save resources if he calls said object more than once per page load. Here is the quick example I gave him:


Code: php


&#160;


class loader {


&#160; &#160; static $storage;


&#160;


&#160; &#160; public function factory($name) [...]]]></description>
		<wfw:commentRss>http://www.mrkris.com/2007/06/12/php-factory-singleton/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SEO vs Social Networking</title>
		<link>http://www.mrkris.com/2007/06/06/seo-vs-social-networking/</link>
		<comments>http://www.mrkris.com/2007/06/06/seo-vs-social-networking/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 19:42:20 +0000</pubDate>
		<dc:creator>kris</dc:creator>
		
		<category><![CDATA[SEO/Marketing]]></category>

		<guid isPermaLink="false">http://www.mrkris.com/2007/06/06/seo-vs-social-networking/</guid>
		<description><![CDATA[There has been a major market shift in internet marketing from Search Engine placement to Social Networking in the past couple years, and for many reasons. SEO isn&#8217;t reliable, plain and simple. You can be #1 one day, then #9,882,341 the next day. And companies spend thousands - often tens of thousands - a year [...]]]></description>
		<wfw:commentRss>http://www.mrkris.com/2007/06/06/seo-vs-social-networking/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
