<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Anthony's Weblog &#187; Coding</title>
	<atom:link href="http://anthonyth3.wordpress.com/tag/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://anthonyth3.wordpress.com</link>
	<description>Amore Ac Studio</description>
	<lastBuildDate>Tue, 11 Aug 2009 21:31:41 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='anthonyth3.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/5b732e0d1b6cf356e23d36f6d5248b37?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Anthony's Weblog &#187; Coding</title>
		<link>http://anthonyth3.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://anthonyth3.wordpress.com/osd.xml" title="Anthony&#8217;s Weblog" />
		<item>
		<title>Creating a random password with PHP</title>
		<link>http://anthonyth3.wordpress.com/2008/10/31/creating-a-random-password-with-php/</link>
		<comments>http://anthonyth3.wordpress.com/2008/10/31/creating-a-random-password-with-php/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 16:53:48 +0000</pubDate>
		<dc:creator>anthonyth3</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://anthonyth3.wordpress.com/?p=114</guid>
		<description><![CDATA[I have been working on getting my domain back up and running, when I ran into the need for new functionality to automatically create a random password for a user should he or she have forgotten theirs.
The following is a partial solution to what I came up with, along with commentary on what the rest [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anthonyth3.wordpress.com&blog=4005402&post=114&subd=anthonyth3&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://anthonyth3.wordpress.com/2008/10/31/creating-a-random-password-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39091b8a0e4ab14556495d0368a25a7a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">anthonyth3</media:title>
		</media:content>
	</item>
		<item>
		<title>Making .NET 2.0 SQL Connections Fast and Efficient</title>
		<link>http://anthonyth3.wordpress.com/2007/10/14/making-net-20-sql-connections-fast-and-efficient/</link>
		<comments>http://anthonyth3.wordpress.com/2007/10/14/making-net-20-sql-connections-fast-and-efficient/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 18:43:15 +0000</pubDate>
		<dc:creator>anthonyth3</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://anthonyth3.wordpress.com/?p=52</guid>
		<description><![CDATA[Lately, while cleaning up some legacy code at my company and upgrading it from .NET 1.1 to .NET 2.0, I have run into some interesting coding habits concerning database connections and using stored procedures.  I wanted to explore these different methods and detail what is good, bad, or just plain ugly about each of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anthonyth3.wordpress.com&blog=4005402&post=52&subd=anthonyth3&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://anthonyth3.wordpress.com/2007/10/14/making-net-20-sql-connections-fast-and-efficient/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39091b8a0e4ab14556495d0368a25a7a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">anthonyth3</media:title>
		</media:content>
	</item>
		<item>
		<title>Formatting &lt;script /&gt; elements</title>
		<link>http://anthonyth3.wordpress.com/2007/08/28/formatting-script-elements/</link>
		<comments>http://anthonyth3.wordpress.com/2007/08/28/formatting-script-elements/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 22:14:09 +0000</pubDate>
		<dc:creator>anthonyth3</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://anthonyth3.wordpress.com/?p=58</guid>
		<description><![CDATA[When I first started using JavaScript in my Web pages, I would always add the tag like this:
&#60;script type="text/javascript" src="somefile.js"&#62;&#60;/script&#62;
After doing more and more research to improve my skills, I came across an article that said (if I recall this correctly) there was a bug in some browser with the &#60;script&#62; element and to correct [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anthonyth3.wordpress.com&blog=4005402&post=58&subd=anthonyth3&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://anthonyth3.wordpress.com/2007/08/28/formatting-script-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39091b8a0e4ab14556495d0368a25a7a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">anthonyth3</media:title>
		</media:content>
	</item>
		<item>
		<title>Including Resources in JavaScript</title>
		<link>http://anthonyth3.wordpress.com/2006/08/22/including-resources-in-javascript/</link>
		<comments>http://anthonyth3.wordpress.com/2006/08/22/including-resources-in-javascript/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 01:44:16 +0000</pubDate>
		<dc:creator>anthonyth3</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://anthonyth3.wordpress.com/?p=69</guid>
		<description><![CDATA[I have my bias towards Prototype, because I like the foundation it provides for creating other classes, and the built in classes and functions it has. But I do hear an awful lot about Dojo, especially recently.  So do I go with Dojo or Prototype and its children (script.aculo.us, OpenRico, Moo.fx)?
script.aculo.us has a nifty [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anthonyth3.wordpress.com&blog=4005402&post=69&subd=anthonyth3&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://anthonyth3.wordpress.com/2006/08/22/including-resources-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39091b8a0e4ab14556495d0368a25a7a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">anthonyth3</media:title>
		</media:content>
	</item>
		<item>
		<title>.NET Development</title>
		<link>http://anthonyth3.wordpress.com/2006/08/02/net-development/</link>
		<comments>http://anthonyth3.wordpress.com/2006/08/02/net-development/#comments</comments>
		<pubDate>Wed, 02 Aug 2006 16:00:59 +0000</pubDate>
		<dc:creator>anthonyth3</dc:creator>
				<category><![CDATA[General Rants]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://anthonyth3.wordpress.com/?p=89</guid>
		<description><![CDATA[Let me preface this post with the following:  I have never been a fan of .NET.
My experiences with .NET started when .NET was still in beta while I was contracting at Anheuser-Busch. Another programmer, Prerit, and I decided after much deliberation that we wanted to make the application we would be working on standards [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anthonyth3.wordpress.com&blog=4005402&post=89&subd=anthonyth3&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://anthonyth3.wordpress.com/2006/08/02/net-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39091b8a0e4ab14556495d0368a25a7a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">anthonyth3</media:title>
		</media:content>
	</item>
	</channel>
</rss>