<?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>nonobtrusive &#187; PHP</title>
	<atom:link href="http://www.nonobtrusive.com/category/web-development/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nonobtrusive.com</link>
	<description>nonobtrusive web development and other stuff</description>
	<lastBuildDate>Fri, 12 Apr 2013 19:22:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Lightweight JSONP javascript library</title>
		<link>http://www.nonobtrusive.com/2010/05/20/lightweight-jsonp-without-any-3rd-party-libraries/</link>
		<comments>http://www.nonobtrusive.com/2010/05/20/lightweight-jsonp-without-any-3rd-party-libraries/#comments</comments>
		<pubDate>Thu, 20 May 2010 18:14:02 +0000</pubDate>
		<dc:creator>Erik Karlsson</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[crossbrowser]]></category>
		<category><![CDATA[jsonp]]></category>
		<category><![CDATA[lightweight]]></category>

		<guid isPermaLink="false">http://www.nonobtrusive.com/?p=160</guid>
		<description><![CDATA[This can now be found at github: https://github.com/IntoMethod/Lightweight-JSONP Are you one of those that include jQuery or any other library only to be able to use some JSONP in your website? In that case this might be the code for you to read and try to understand. I won&#8217;t post any detailed explainations right now [...]]]></description>
		<wfw:commentRss>http://www.nonobtrusive.com/2010/05/20/lightweight-jsonp-without-any-3rd-party-libraries/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>How to prevent setting dynamic fields in your PHP classes</title>
		<link>http://www.nonobtrusive.com/2009/12/11/how-to-prevent-setting-dynamic-fields-in-your-php-classes/</link>
		<comments>http://www.nonobtrusive.com/2009/12/11/how-to-prevent-setting-dynamic-fields-in-your-php-classes/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 06:53:12 +0000</pubDate>
		<dc:creator>Erik Karlsson</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[code example]]></category>
		<category><![CDATA[custom exception]]></category>
		<category><![CDATA[exception]]></category>
		<category><![CDATA[prevent undefined fields]]></category>
		<category><![CDATA[prevent undefined variables]]></category>

		<guid isPermaLink="false">http://www.nonobtrusive.com/?p=112</guid>
		<description><![CDATA[One problem that could arise when multiple coders are working on the same project is that everyone might not work with the same editors, and therefore everyone might not have intellisense / autocompletion. What could this cause? Alot of things But we&#8217;ll talk about one of them below. Well all PHP classes are by nature [...]]]></description>
		<wfw:commentRss>http://www.nonobtrusive.com/2009/12/11/how-to-prevent-setting-dynamic-fields-in-your-php-classes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Strict standards could break admin css in wordpress</title>
		<link>http://www.nonobtrusive.com/2009/07/18/strict-standards-could-break-admin-css-in-wordpress/</link>
		<comments>http://www.nonobtrusive.com/2009/07/18/strict-standards-could-break-admin-css-in-wordpress/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 08:52:37 +0000</pubDate>
		<dc:creator>Erik Karlsson</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.nonobtrusive.com/?p=10</guid>
		<description><![CDATA[The following method in class.wp-scripts.php could break your css if you have strict standards enabled on your server. function set_group&#40; $handle, $recursion, $group = false &#41; &#123; $grp = isset&#40;$this-&#62;registered&#91;$handle&#93;-&#62;extra&#91;'group'&#93;&#41; ? &#40;int&#41; $this-&#62;registered&#91;$handle&#93;-&#62;extra&#91;'group'&#93; : 0; if &#40; false !== $group &#38;&#38; $grp &#62; $group &#41; $grp = $group; &#160; return parent::set_group&#40; $handle, $recursion, $grp &#41;; [...]]]></description>
		<wfw:commentRss>http://www.nonobtrusive.com/2009/07/18/strict-standards-could-break-admin-css-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
