<?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>Monkey Tooth Productions</title>
	<atom:link href="http://monkeytooth.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://monkeytooth.net</link>
	<description>Web Development &#38; Graphic Design</description>
	<lastBuildDate>Sun, 29 Aug 2010 14:45:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Check and Validate a file extension with JavaScript / jQuery</title>
		<link>http://monkeytooth.net/2010/08/how-to-check-and-validate-file-extension-with-javascript-jquery/</link>
		<comments>http://monkeytooth.net/2010/08/how-to-check-and-validate-file-extension-with-javascript-jquery/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 07:20:03 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[JavaScript file extension]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jQuery file extension]]></category>

		<guid isPermaLink="false">http://monkeytooth.net/?p=311</guid>
		<description><![CDATA[From time to time comes the need in almost every coders life to use an upload form on a page they are working on. Be it a single file upload form or a full form with contact information. In either event 99% of the time the case will be that the coder is going to [...]]]></description>
		<wfw:commentRss>http://monkeytooth.net/2010/08/how-to-check-and-validate-file-extension-with-javascript-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAMP Server Apache2TRIAD Files</title>
		<link>http://monkeytooth.net/2010/08/wamp-server-apache2triad-files/</link>
		<comments>http://monkeytooth.net/2010/08/wamp-server-apache2triad-files/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 19:19:53 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://monkeytooth.net/?p=299</guid>
		<description><![CDATA[A while ago I wrote up an article about Apache2TRIAD and how great of a WAMP set up it is for anyone from novice to guru, and my fear of the site closing down as the developer has stopped development, and recently posted a message on the site about it and everything. In that article [...]]]></description>
		<wfw:commentRss>http://monkeytooth.net/2010/08/wamp-server-apache2triad-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript jQuery Jump to Anchor tag automaticly</title>
		<link>http://monkeytooth.net/2010/08/javascript-jquery-jump-to-anchor-tag-automaticly/</link>
		<comments>http://monkeytooth.net/2010/08/javascript-jquery-jump-to-anchor-tag-automaticly/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 17:07:45 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://monkeytooth.net/?p=276</guid>
		<description><![CDATA[Well assuming you know standard HTML and how to use it by now you should likely know how to set an anchor and jump to it with a static link.﻿ For Example: &#60;a name=&#34;news&#34;&#62;News Header&#60;/a&#62; &#60;a href=&#34;#news&#34;&#62;View News&#60;/a&#62; However what you might now know is how to have it jump automatically. This little function will [...]]]></description>
		<wfw:commentRss>http://monkeytooth.net/2010/08/javascript-jquery-jump-to-anchor-tag-automaticly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery is my checkbox checked</title>
		<link>http://monkeytooth.net/2010/08/jquery-is-my-checkbox-checked/</link>
		<comments>http://monkeytooth.net/2010/08/jquery-is-my-checkbox-checked/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 09:27:08 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://monkeytooth.net/?p=254</guid>
		<description><![CDATA[function isitchecked(chk){ var theCheckBox = document.getElementById(chk); if(theCheckBox.checked == 1){ alert("Checked"); }else{ alert("Not Checked"); theCheckBox.checked = 1; // will check automaticly if not } } Ok well first off let me establish that this is just straight JavaScript and not jQuery. However I post it notably as such due to it being such a big question. [...]]]></description>
		<wfw:commentRss>http://monkeytooth.net/2010/08/jquery-is-my-checkbox-checked/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top Rated WAMP Server Apache2TRIAD</title>
		<link>http://monkeytooth.net/2010/08/top-rated-wamp-server-apache2triad/</link>
		<comments>http://monkeytooth.net/2010/08/top-rated-wamp-server-apache2triad/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 08:13:24 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache Live]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[Postgres]]></category>
		<category><![CDATA[WAMP]]></category>
		<category><![CDATA[WAMP Design]]></category>
		<category><![CDATA[WAMP Live]]></category>
		<category><![CDATA[WAMP Server]]></category>

		<guid isPermaLink="false">http://monkeytooth.net/?p=244</guid>
		<description><![CDATA[This may not be software developed by Monkey Tooth but it is software Monkey Tooth uses to develop a pretty good portion of its work for its clients on and with a recent message displayed on the site of this particular software bundle. I think its worth mentioning. Besides Monkey Tooth it seems has taken [...]]]></description>
		<wfw:commentRss>http://monkeytooth.net/2010/08/top-rated-wamp-server-apache2triad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Clear Form input or text when user clicks on it JavaScript</title>
		<link>http://monkeytooth.net/2010/08/clear-form-input-or-text-when-user-clicks-on-it-javascript/</link>
		<comments>http://monkeytooth.net/2010/08/clear-form-input-or-text-when-user-clicks-on-it-javascript/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 09:06:22 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://monkeytooth.net/?p=217</guid>
		<description><![CDATA[Ever want to clear a text file of its default value when the user clicks on it? Best example of this would be on search boxes or login forms. Where a web developer wants to have the default values of the form fields given be examples of what they are looking for in the form [...]]]></description>
		<wfw:commentRss>http://monkeytooth.net/2010/08/clear-form-input-or-text-when-user-clicks-on-it-javascript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Coding Help and Support Forums for PHP, mySQL, JavaScript, jQuery and more</title>
		<link>http://monkeytooth.net/2010/08/coding-help-and-support-forums-for-php-mysql-javascript-jquery-and-more/</link>
		<comments>http://monkeytooth.net/2010/08/coding-help-and-support-forums-for-php-mysql-javascript-jquery-and-more/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 06:26:03 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://monkeytooth.net/?p=211</guid>
		<description><![CDATA[Well today I decided to launch a Coding Help and Support Forums for all mediums of web development help for all you guys who are starting to frequent the site more and more. I know there are dozens if not more forums similar to the idea of this one out there. But this one is [...]]]></description>
		<wfw:commentRss>http://monkeytooth.net/2010/08/coding-help-and-support-forums-for-php-mysql-javascript-jquery-and-more/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding and Verifying U.S. Dollar amounts with PHP</title>
		<link>http://monkeytooth.net/2010/08/finding-and-verifying-u-s-dollar-amounts-with-php/</link>
		<comments>http://monkeytooth.net/2010/08/finding-and-verifying-u-s-dollar-amounts-with-php/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 21:54:24 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP dollar value]]></category>
		<category><![CDATA[PHP money]]></category>

		<guid isPermaLink="false">http://monkeytooth.net/?p=197</guid>
		<description><![CDATA[Ok so the idea is you have a user input form. In that form you have your users providing a dollar amount of some sort. But how do you verify this dollar amount is correct. Meaning is it a numeric value, is it in a dollar format, etc.. Well with this little function I hope [...]]]></description>
		<wfw:commentRss>http://monkeytooth.net/2010/08/finding-and-verifying-u-s-dollar-amounts-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to use PHP mail() with HTML and CSS</title>
		<link>http://monkeytooth.net/2010/08/how-to-use-php-mail-with-html-and-css/</link>
		<comments>http://monkeytooth.net/2010/08/how-to-use-php-mail-with-html-and-css/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 21:00:28 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP mail with HTML and CSS]]></category>

		<guid isPermaLink="false">http://monkeytooth.net/?p=27</guid>
		<description><![CDATA[The  php mail() function. Such a simple function with so much versatility. Now I know, I know.. trust me I know! There are dozens of tutorials out there on the subject of PHP mail() and its functionality. But how many of them are based off the core concept, and how to use it statically at best [...]]]></description>
		<wfw:commentRss>http://monkeytooth.net/2010/08/how-to-use-php-mail-with-html-and-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Convert a Unix Timestamp to MySQL DATETIME Timestamp with PHP using date()</title>
		<link>http://monkeytooth.net/2010/08/convert-a-unix-timestamp-to-mysql-datetime-timestamp-with-php-using-date/</link>
		<comments>http://monkeytooth.net/2010/08/convert-a-unix-timestamp-to-mysql-datetime-timestamp-with-php-using-date/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 19:45:22 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP MySQL DATETIME]]></category>
		<category><![CDATA[PHP time timestamp conversion to MySQL DATETIME]]></category>

		<guid isPermaLink="false">http://monkeytooth.net/?p=182</guid>
		<description><![CDATA[Well if your like me you like to diversify your usage of timestamps or just like me as well when I first got into coding with PHP I didn&#8217;t know much about how to properly mesh PHP with a MySQL Database, and to be quite frank the tutorials out there at the time and even [...]]]></description>
		<wfw:commentRss>http://monkeytooth.net/2010/08/convert-a-unix-timestamp-to-mysql-datetime-timestamp-with-php-using-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
