<?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>neverblog.net &#187; PHP</title>
	<atom:link href="http://neverblog.net/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://neverblog.net</link>
	<description>google</description>
	<lastBuildDate>Tue, 10 Apr 2012 14:55:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WP-dBug</title>
		<link>http://neverblog.net/wp-dbug/</link>
		<comments>http://neverblog.net/wp-dbug/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 16:21:26 +0000</pubDate>
		<dc:creator>Vasken</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[dbug]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://neverblog.net/?p=1001</guid>
		<description><![CDATA[A colleague at work found dBug, a sweet PHP class for creating nice, clean debug output and implemented it into our framework. While debugging a different WordPress plugin, I realized how nice it would be to have similar output in WordPress. Thanks to some planned system downtime during a major datacenter move where I work, [...]]]></description>
		<wfw:commentRss>http://neverblog.net/wp-dbug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP function to parse out an integer into its component bits</title>
		<link>http://neverblog.net/php-function-to-parse-out-an-integer-into-its-component-bits/</link>
		<comments>http://neverblog.net/php-function-to-parse-out-an-integer-into-its-component-bits/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 16:04:25 +0000</pubDate>
		<dc:creator>Vasken</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[bitwise]]></category>
		<category><![CDATA[operator]]></category>
		<category><![CDATA[parse]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://neverblog.net/?p=919</guid>
		<description><![CDATA[A single integer is a great way to save data for options that are either/or, like whether a particular checkbox should be selected within an array of checkboxes. There are a lot of advantages, including a small database footprint (a single int instead of perhaps a comma-separated list-string), and really fast execution based on bit [...]]]></description>
		<wfw:commentRss>http://neverblog.net/php-function-to-parse-out-an-integer-into-its-component-bits/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CodeColorer for WordPress is totally sweet</title>
		<link>http://neverblog.net/codecolorer-for-wordpress-is-totally-sweet/</link>
		<comments>http://neverblog.net/codecolorer-for-wordpress-is-totally-sweet/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 12:03:59 +0000</pubDate>
		<dc:creator>Vasken</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[codecolorer]]></category>
		<category><![CDATA[highlighting]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://neverblog.net/?p=913</guid>
		<description><![CDATA[After trying out a few code snippet plugins for WordPress, and not having much luck, I found CodeColorer. CodeColorer creates a nice code box for your snippet, which is quite visually appealing. Here&#8217;s an example of some php: [cc lang="php"] [/cc] Once you look at the code snippet that CodeColorer outputs, though, you start to [...]]]></description>
		<wfw:commentRss>http://neverblog.net/codecolorer-for-wordpress-is-totally-sweet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide your JavaScript with PHP sessions</title>
		<link>http://neverblog.net/hide-your-javascript-with-php-sessions/</link>
		<comments>http://neverblog.net/hide-your-javascript-with-php-sessions/#comments</comments>
		<pubDate>Fri, 17 Mar 2006 19:37:08 +0000</pubDate>
		<dc:creator>Vasken</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hiding]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[malicious]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server-side]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://www.neverblog.net/?p=33</guid>
		<description><![CDATA[Hiding JavaScript so that visitors can&#8217;t see it might not seem like a necessary precaution to take in most web programming situations. After all, a server-side language like PHP automatically prevents users from seeing your source code, and increasing functionality is quickly rendering the client-side advantages of JavaScript less significant by the day. However, there [...]]]></description>
		<wfw:commentRss>http://neverblog.net/hide-your-javascript-with-php-sessions/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>AJAX and the company formerly known as Macromedia</title>
		<link>http://neverblog.net/ajax-and-the-company-formerly-known-as-macromedia/</link>
		<comments>http://neverblog.net/ajax-and-the-company-formerly-known-as-macromedia/#comments</comments>
		<pubDate>Mon, 20 Feb 2006 00:30:11 +0000</pubDate>
		<dc:creator>Vasken</dc:creator>
				<category><![CDATA[Outbursts]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Asynchronous Java and XML]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Macromedia Flash]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.neverblog.net/?p=23</guid>
		<description><![CDATA[This post on Matt&#8217;s blog gives a great little summary of the onset of Asynchronous Java and XML, or AJAX for short, as a programming tool for the Web. I have nothing of substance to add to this, except to comment on the mention of Macromedia Flash he makes. As Matt points out, AJAX&#8217;s functionality [...]]]></description>
		<wfw:commentRss>http://neverblog.net/ajax-and-the-company-formerly-known-as-macromedia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Object Caching 797/878 objects using apc

Served from: neverblog.net @ 2012-05-24 09:35:45 -->
