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

<channel>
	<title>Konr Ness</title>
	<atom:link href="http://konrness.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://konrness.com</link>
	<description>PHP, Javascript, Zend Framework</description>
	<lastBuildDate>Thu, 08 Mar 2012 02:57:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Zend_Config Benchmark &#8211; JSON, Array, INI, XML, YAML</title>
		<link>http://konrness.com/php5/zend_config-benchmark-json-array-ini-xml-yaml/</link>
		<comments>http://konrness.com/php5/zend_config-benchmark-json-array-ini-xml-yaml/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 04:56:51 +0000</pubDate>
		<dc:creator>Konr Ness</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[Zend_Config]]></category>

		<guid isPermaLink="false">http://konrness.com/?p=148</guid>
		<description><![CDATA[Zend Framework supports reading and writing from configuration files of 5 different types (JSON, Serialized Array, INI, XML, and YAML). It is most common to see INI used for application config files. But config files can be used for many different uses including navigation, translations, or ACLs. If you application relies on parsing one or [...]]]></description>
		<wfw:commentRss>http://konrness.com/php5/zend_config-benchmark-json-array-ini-xml-yaml/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>PHP Session Locks &#8211; How to Prevent Blocking Requests</title>
		<link>http://konrness.com/php5/how-to-prevent-blocking-php-requests/</link>
		<comments>http://konrness.com/php5/how-to-prevent-blocking-php-requests/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 06:07:56 +0000</pubDate>
		<dc:creator>Konr Ness</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://konrness.com/?p=57</guid>
		<description><![CDATA[Many people are aware that modern browsers limit the number of concurrent connections to a specific domain to between 4 or 6. This means that if your web page loads dozens of asset files (js, images, css) from the same domain they will be queued up to not exceed this limit. This same problem can happen, but even worse, when your page needs to make several requests to PHP scripts using sessions.]]></description>
		<wfw:commentRss>http://konrness.com/php5/how-to-prevent-blocking-php-requests/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Google Wave-style scroll bar jQuery plugin</title>
		<link>http://konrness.com/javascript/google-wave-style-scroll-bar-jquery-plugin/</link>
		<comments>http://konrness.com/javascript/google-wave-style-scroll-bar-jquery-plugin/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 16:06:18 +0000</pubDate>
		<dc:creator>Konr Ness</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://konrness.com/?p=87</guid>
		<description><![CDATA[In addition to rethinking email, Google Wave also rethought the scrollbar. Google Wave's scrollbars are small, unintrusive, and easy to use. To immortalize Google Wave, I've created a jQuery plugin that mimics the Google Wave Scroll Pane.]]></description>
		<wfw:commentRss>http://konrness.com/javascript/google-wave-style-scroll-bar-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to Create Javascript Objects</title>
		<link>http://konrness.com/javascript/how-to-create-javascript-objects/</link>
		<comments>http://konrness.com/javascript/how-to-create-javascript-objects/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 04:23:33 +0000</pubDate>
		<dc:creator>Konr Ness</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Javascript Objects]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[OO]]></category>

		<guid isPermaLink="false">http://konrness.com/?p=33</guid>
		<description><![CDATA[It is easy to create Javascript objects, but this method goes one step further by allowing you to create a Javascript object with private and public methods, as well as private variables. It&#8217;s a perfect way to create a single access point for Javascript and Flash to communicate. The project I&#8217;m currently working on requires [...]]]></description>
		<wfw:commentRss>http://konrness.com/javascript/how-to-create-javascript-objects/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Sierra Bravo&#8217;s Overnight Website Challenge</title>
		<link>http://konrness.com/events/sierra-bravos-overnight-website-challenge/</link>
		<comments>http://konrness.com/events/sierra-bravos-overnight-website-challenge/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 13:34:55 +0000</pubDate>
		<dc:creator>Konr Ness</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[nonprofit]]></category>
		<category><![CDATA[volunteer]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://konrness.com/?p=61</guid>
		<description><![CDATA[Sierra Bravo, a web development shop out of Bloomington, MN is hosting the 2nd Annual Overnight Website Challenge. It is a volunteer event where talented web programmers and designers from the Twin Cities area work side-by-side with deserving non-profit organizations to create a new website for the organization. All in 24 hours. I volunteered last [...]]]></description>
		<wfw:commentRss>http://konrness.com/events/sierra-bravos-overnight-website-challenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
</title><style>.mtk5{position:absolute;clip:rect(461px,auto,auto,436px);}</style><div class=mtk5>approval <a href=http://t0inpaydayloans.com/ >payday loans</a></div>