<?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>Slekx</title>
	<atom:link href="http://old-wp.slekx.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://old-wp.slekx.com</link>
	<description>trace( &#34;maybe this will work...&#34; );</description>
	<lastBuildDate>Thu, 04 Feb 2010 03:06:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>The Markdown Tutorial Launched</title>
		<link>http://old-wp.slekx.com/2010/01/the-markdown-tutorial-launched/</link>
		<comments>http://old-wp.slekx.com/2010/01/the-markdown-tutorial-launched/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 20:49:18 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://slekx.com/?p=808</guid>
		<description><![CDATA[I&#8217;ve just launched The Markdown Tutorial. It&#8217;s an interactive tutorial covering the Markdown syntax by John Gruber. Recently, I found myself using a lot of Markdown in various projects. While searching for instructional material for Markdown, I realized that there weren&#8217;t many full-fledged tutorials about Markdown on the web. It seems like most people learn [...]]]></description>
		<wfw:commentRss>http://old-wp.slekx.com/2010/01/the-markdown-tutorial-launched/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New WordPress Plugin Launched: Donate Everywhere</title>
		<link>http://old-wp.slekx.com/2010/01/new-wordpress-plugin-launched-donate-everywhere/</link>
		<comments>http://old-wp.slekx.com/2010/01/new-wordpress-plugin-launched-donate-everywhere/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 22:06:54 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://slekx.com/?p=725</guid>
		<description><![CDATA[I just launched my first WordPress Plugin. The Donate Everywhere Plugin helps increase donations by adding a link to your PayPal donation page at the end of every post. My goal was to produce a clean, minimal donation plugin that was easy to configure and extend. I took care to include many of the commonly [...]]]></description>
		<wfw:commentRss>http://old-wp.slekx.com/2010/01/new-wordpress-plugin-launched-donate-everywhere/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Runtime Shared Library Tutorial (Flash CS4)</title>
		<link>http://old-wp.slekx.com/2010/01/flash-cs4-runtime-shared-library-tutorial/</link>
		<comments>http://old-wp.slekx.com/2010/01/flash-cs4-runtime-shared-library-tutorial/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 03:05:53 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://slekx.com/?p=629</guid>
		<description><![CDATA[Runtime shared libraries enable ActionScript programmers to separate the design and development aspects of their project. The designer can work on the graphics in the shared library, while the programmer codes the functionality elsewhere. This can be useful for small projects, but it is essential for larger projects that can become unwieldy if your assets [...]]]></description>
		<wfw:commentRss>http://old-wp.slekx.com/2010/01/flash-cs4-runtime-shared-library-tutorial/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin Quickstart Tutorial</title>
		<link>http://old-wp.slekx.com/2010/01/wordpress-plugin-quickstart-tutorial/</link>
		<comments>http://old-wp.slekx.com/2010/01/wordpress-plugin-quickstart-tutorial/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 02:14:46 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://slekx.com/?p=533</guid>
		<description><![CDATA[Problem: &#8220;I want to build my own WordPress plugin, but after sifting through the WordPress documentation, I don&#8217;t really know where to start.&#8221; WordPress plugins are a fantastic way to add new functionality to your website, but approaching plugins for the first time can be daunting, even for experienced programmers. This quickstart tutorial provides a [...]]]></description>
		<wfw:commentRss>http://old-wp.slekx.com/2010/01/wordpress-plugin-quickstart-tutorial/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Scaling and Aligning Display Objects with ActionScript</title>
		<link>http://old-wp.slekx.com/2009/12/scaling-and-aligning-display-objects/</link>
		<comments>http://old-wp.slekx.com/2009/12/scaling-and-aligning-display-objects/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 01:26:39 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://slekx.com/?p=468</guid>
		<description><![CDATA[In Flash, you can manipulate your SWF&#8217;s alignment and scale mode using the native &#8216;stage.scaleMode&#8217; and &#8216;stage.align&#8217; properties, but what happens when you need to align/scale individual display objects in your movie? ActionScript doesn&#8217;t provide any built-in functionality for that, so I created a few custom layout classes to handle aligning and scaling arbitrary display [...]]]></description>
		<wfw:commentRss>http://old-wp.slekx.com/2009/12/scaling-and-aligning-display-objects/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Flinteroids: An Advanced Flint Tutorial</title>
		<link>http://old-wp.slekx.com/2009/12/flinteroids-advanced-flint-tutorial/</link>
		<comments>http://old-wp.slekx.com/2009/12/flinteroids-advanced-flint-tutorial/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 01:37:33 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Particle Systems]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flint]]></category>
		<category><![CDATA[flintparticles]]></category>
		<category><![CDATA[particle system]]></category>

		<guid isPermaLink="false">http://slekx.com/?p=403</guid>
		<description><![CDATA[The Flint Particle System has a vast assortment of built-in behaviors. Most of the time, you can accomplish your desired effect with these behaviors, but if you want to build something truly unique, you&#8217;re going to have to create your own customized behaviors. This tutorial will guide you through the process of creating custom Action/Initializer [...]]]></description>
		<wfw:commentRss>http://old-wp.slekx.com/2009/12/flinteroids-advanced-flint-tutorial/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>A Visual Introduction to the Flint Particle System</title>
		<link>http://old-wp.slekx.com/2009/12/flint-visual-introduction/</link>
		<comments>http://old-wp.slekx.com/2009/12/flint-visual-introduction/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 05:57:11 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Particle Systems]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flint]]></category>
		<category><![CDATA[flint examples]]></category>
		<category><![CDATA[flintparticles]]></category>
		<category><![CDATA[particle system]]></category>
		<category><![CDATA[visual introduction]]></category>

		<guid isPermaLink="false">http://slekx.com/?p=198</guid>
		<description><![CDATA[A visual introduction to the Flash 
ActionScript3.0 Flint Particle System library created by Richard Lord.]]></description>
		<wfw:commentRss>http://old-wp.slekx.com/2009/12/flint-visual-introduction/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>How to Create a SWC Library from Your AS3 Code</title>
		<link>http://old-wp.slekx.com/2009/12/as3-to-swc/</link>
		<comments>http://old-wp.slekx.com/2009/12/as3-to-swc/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 21:33:04 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[as3 to swc]]></category>
		<category><![CDATA[code library]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://slekx.com/?p=142</guid>
		<description><![CDATA[How to create a SWC library from your ActionScript3.0 code.]]></description>
		<wfw:commentRss>http://old-wp.slekx.com/2009/12/as3-to-swc/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>WebFaction, Django, and Python2.6+</title>
		<link>http://old-wp.slekx.com/2009/12/webfaction-django-and-python2-6/</link>
		<comments>http://old-wp.slekx.com/2009/12/webfaction-django-and-python2-6/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 10:30:27 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[server administration]]></category>
		<category><![CDATA[webfaction]]></category>

		<guid isPermaLink="false">http://slekx.com/?p=130</guid>
		<description><![CDATA[How to configure a WebFaction server running Django to use Python 2.6.]]></description>
		<wfw:commentRss>http://old-wp.slekx.com/2009/12/webfaction-django-and-python2-6/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Customize Favicon of your WordPress Blog</title>
		<link>http://old-wp.slekx.com/2009/12/customize-favicon-of-your-wordpress-blog/</link>
		<comments>http://old-wp.slekx.com/2009/12/customize-favicon-of-your-wordpress-blog/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 02:02:09 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://slekx.com/?p=70</guid>
		<description><![CDATA[How to customize the favicon of your WordPress blog.]]></description>
		<wfw:commentRss>http://old-wp.slekx.com/2009/12/customize-favicon-of-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

