<?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>web development blog</title>
	<atom:link href="http://www.markisgood.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.markisgood.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 30 Oct 2009 20:26:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating Your First jQuery Plugin</title>
		<link>http://www.markisgood.com/blog/javascript/creating-your-first-jquery-plugin</link>
		<comments>http://www.markisgood.com/blog/javascript/creating-your-first-jquery-plugin#comments</comments>
		<pubDate>Fri, 30 Oct 2009 20:26:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript / AJAX]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.markisgood.com/blog/?p=228</guid>
		<description><![CDATA[Creating jQuery plugins is very easy. This simple tutorial will get you started creating your own plugins.]]></description>
		<wfw:commentRss>http://www.markisgood.com/blog/javascript/creating-your-first-jquery-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Database Singleton</title>
		<link>http://www.markisgood.com/blog/php/php-database-singleton</link>
		<comments>http://www.markisgood.com/blog/php/php-database-singleton#comments</comments>
		<pubDate>Mon, 26 Oct 2009 01:49:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.markisgood.com/blog/?p=218</guid>
		<description><![CDATA[Explanation and example of the singleton design pattern used to connect to a mysql database.]]></description>
		<wfw:commentRss>http://www.markisgood.com/blog/php/php-database-singleton/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drawing With Tweener</title>
		<link>http://www.markisgood.com/blog/flash/drawing-with-tweener</link>
		<comments>http://www.markisgood.com/blog/flash/drawing-with-tweener#comments</comments>
		<pubDate>Tue, 06 Oct 2009 22:07:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash / Actionscript]]></category>
		<category><![CDATA[Drawing API]]></category>
		<category><![CDATA[Tweener]]></category>

		<guid isPermaLink="false">http://www.markisgood.com/blog/?p=80</guid>
		<description><![CDATA[An AS3 script for drawing lines with Tweener. Create a line, add points, and set the time it takes tweener to draw.]]></description>
		<wfw:commentRss>http://www.markisgood.com/blog/flash/drawing-with-tweener/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Web Design Tips</title>
		<link>http://www.markisgood.com/blog/design/general-web-design-tips</link>
		<comments>http://www.markisgood.com/blog/design/general-web-design-tips#comments</comments>
		<pubDate>Wed, 12 Aug 2009 21:39:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.markisgood.com/blog/?p=188</guid>
		<description><![CDATA[How grouping like elements, excess spacing, contrast, simplicity and repetition will improve your sites design.]]></description>
		<wfw:commentRss>http://www.markisgood.com/blog/design/general-web-design-tips/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Shorthand List</title>
		<link>http://www.markisgood.com/blog/css/css-shorthand-list</link>
		<comments>http://www.markisgood.com/blog/css/css-shorthand-list#comments</comments>
		<pubDate>Wed, 12 Aug 2009 19:16:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.markisgood.com/blog/?p=162</guid>
		<description><![CDATA[Detailed list of CSS shorthand techniques you can use to save time writing style sheets.]]></description>
		<wfw:commentRss>http://www.markisgood.com/blog/css/css-shorthand-list/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vertical Aligning with CSS</title>
		<link>http://www.markisgood.com/blog/css/vertical-aligning-with-css</link>
		<comments>http://www.markisgood.com/blog/css/vertical-aligning-with-css#comments</comments>
		<pubDate>Wed, 12 Aug 2009 18:50:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.markisgood.com/blog/?p=159</guid>
		<description><![CDATA[Vertically align content without using tables for page layout.]]></description>
		<wfw:commentRss>http://www.markisgood.com/blog/css/vertical-aligning-with-css/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with XML using Actionscript 3.0</title>
		<link>http://www.markisgood.com/blog/flash/working-with-xml-using-actionscript-3-0</link>
		<comments>http://www.markisgood.com/blog/flash/working-with-xml-using-actionscript-3-0#comments</comments>
		<pubDate>Mon, 10 Aug 2009 21:37:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash / Actionscript]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.markisgood.com/blog/?p=150</guid>
		<description><![CDATA[Working with XML using Actionscript 3.0. I demonstrate the basics of working with XML using AS3, including loading, send, reading nodes, reading attributes and searching.
]]></description>
		<wfw:commentRss>http://www.markisgood.com/blog/flash/working-with-xml-using-actionscript-3-0/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy MySQL Database With PHP</title>
		<link>http://www.markisgood.com/blog/php/copy-mysql-database-with-php</link>
		<comments>http://www.markisgood.com/blog/php/copy-mysql-database-with-php#comments</comments>
		<pubDate>Mon, 03 Aug 2009 22:09:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.markisgood.com/blog/?p=141</guid>
		<description><![CDATA[PHP script which makes an exact copy of an existing MySQL Database]]></description>
		<wfw:commentRss>http://www.markisgood.com/blog/php/copy-mysql-database-with-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX login using jQuery</title>
		<link>http://www.markisgood.com/blog/javascript/ajax-login-using-jquery</link>
		<comments>http://www.markisgood.com/blog/javascript/ajax-login-using-jquery#comments</comments>
		<pubDate>Wed, 17 Jun 2009 18:33:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript / AJAX]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.markisgood.com/blog/?p=87</guid>
		<description><![CDATA[HTML and javascript using jQuery that functions as a simple user login form. Also included a PHP file for testing.]]></description>
		<wfw:commentRss>http://www.markisgood.com/blog/javascript/ajax-login-using-jquery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sound Basics In Actionscript 3</title>
		<link>http://www.markisgood.com/blog/flash/sound-basics-in-actionscript-3</link>
		<comments>http://www.markisgood.com/blog/flash/sound-basics-in-actionscript-3#comments</comments>
		<pubDate>Wed, 17 Jun 2009 16:15:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash / Actionscript]]></category>
		<category><![CDATA[Sound]]></category>

		<guid isPermaLink="false">http://www.markisgood.com/blog/?p=82</guid>
		<description><![CDATA[Simply how to play a sound. As well as how to pause and play a sound using the soundchannel class.]]></description>
		<wfw:commentRss>http://www.markisgood.com/blog/flash/sound-basics-in-actionscript-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
