<?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>Not A n00b &#187; class</title>
	<atom:link href="http://notan00b.com/tag/class/feed/" rel="self" type="application/rss+xml" />
	<link>http://notan00b.com</link>
	<description>Tutorials, Scripts, and Rants</description>
	<lastBuildDate>Wed, 12 May 2010 08:08:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Whos Online updated!</title>
		<link>http://notan00b.com/2009/08/whos-online-updated/</link>
		<comments>http://notan00b.com/2009/08/whos-online-updated/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 05:45:30 +0000</pubDate>
		<dc:creator>pyr0t3chnician</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[bin]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[whos]]></category>
		<category><![CDATA[whosonline]]></category>

		<guid isPermaLink="false">http://notan00b.com/?p=192</guid>
		<description><![CDATA[I have been working on the simple function I created earlier.  I have updated it and made it a little more complex, but has a few more options.  I have turned it into a class and has the install function coded into it.  Like I said, the same stuff can be done [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working on the simple function I created earlier.  I have updated it and made it a little more complex, but has a few more options.  I have turned it into a class and has the install function coded into it.  Like I said, the same stuff can be done in the same amount of code, but I added the option to save image locations and display the count as images.  I also added a little more error display.  Let me know what you think.  It is posted in the <a href="/code-bin/">code bin</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://notan00b.com/2009/08/whos-online-updated/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Database Tutorial posted!</title>
		<link>http://notan00b.com/2009/08/wordpress-database-tutorial-posted/</link>
		<comments>http://notan00b.com/2009/08/wordpress-database-tutorial-posted/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 19:18:37 +0000</pubDate>
		<dc:creator>pyr0t3chnician</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[creation]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp-db.php]]></category>

		<guid isPermaLink="false">http://notan00b.com/?p=190</guid>
		<description><![CDATA[I just created an in depth tutorial that covers the entire wp-db.php file and how WordPress uses it, and how to use it to create plug-ins for WordPress.  It is posted in the tutorials section, here.  Check it out and let me know what you think.
]]></description>
			<content:encoded><![CDATA[<p>I just created an in depth tutorial that covers the entire wp-db.php file and how WordPress uses it, and how to use it to create plug-ins for WordPress.  It is posted in the tutorials section, <a href="http://notan00b.com/tutorials/">here</a>.  Check it out and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://notan00b.com/2009/08/wordpress-database-tutorial-posted/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Getting Started with Object Oriented Programming in PHP</title>
		<link>http://notan00b.com/2009/07/getting-started-with-object-oriented-programming-in-php/</link>
		<comments>http://notan00b.com/2009/07/getting-started-with-object-oriented-programming-in-php/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 04:50:19 +0000</pubDate>
		<dc:creator>pyr0t3chnician</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[object oriented programming]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://notan00b.com/wordpress/?p=13</guid>
		<description><![CDATA[I just posted a tutorial on Object Oriented Programming in PHP.  For those that aren&#8217;t sure what that is, it is classes and a way to stream line your code and make it much more efficient and quicker.  Head over to the Tutorials Section to take a look at it.
]]></description>
			<content:encoded><![CDATA[<p>I just posted a tutorial on Object Oriented Programming in PHP.  For those that aren&#8217;t sure what that is, it is classes and a way to stream line your code and make it much more efficient and quicker.  Head over to the Tutorials Section to take a look at it.</p>
]]></content:encoded>
			<wfw:commentRss>http://notan00b.com/2009/07/getting-started-with-object-oriented-programming-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP IRC Bot Class</title>
		<link>http://notan00b.com/2009/07/testing-this-out/</link>
		<comments>http://notan00b.com/2009/07/testing-this-out/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 02:12:39 +0000</pubDate>
		<dc:creator>pyr0t3chnician</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[creation]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://notan00b.com/wordpress/?p=3</guid>
		<description><![CDATA[I just added an updated version of my PHP IRC Bot Class to the code bin.  Basically it is a class that anyone can use to create a PHP bot that connects to any IRC network in just a few lines of code.  Full documentation is provided.
]]></description>
			<content:encoded><![CDATA[<p>I just added an updated version of my PHP IRC Bot Class to the code bin.  Basically it is a class that anyone can use to create a PHP bot that connects to any IRC network in just a few lines of code.  Full documentation is provided.</p>
]]></content:encoded>
			<wfw:commentRss>http://notan00b.com/2009/07/testing-this-out/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
