<?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>Fightskillz.com &#187; Code</title>
	<atom:link href="http://fightskillz.com/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://fightskillz.com</link>
	<description>Life, Code, &#38; Idiocy</description>
	<lastBuildDate>Tue, 23 Jun 2009 19:17:54 +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>Adding Another Sidebar to Wordpress</title>
		<link>http://fightskillz.com/2009/01/adding-another-sidebar-to-wordpress/</link>
		<comments>http://fightskillz.com/2009/01/adding-another-sidebar-to-wordpress/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 21:34:45 +0000</pubDate>
		<dc:creator>Yoav</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://fightskillz.com/?p=488</guid>
		<description><![CDATA[I'm using Wordpress 2.7 at the time of writing, but my theme is modified from the default theme of version 2.5 or something. My current sidebar uses the widgets feature with some manually added stuff, sort of a lazy way of customizing stuff. I keep adding stuff to it and now I need a second [...]]]></description>
		<wfw:commentRss>http://fightskillz.com/2009/01/adding-another-sidebar-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex 3-RegExp: Find Urls In Text And Html</title>
		<link>http://fightskillz.com/2008/12/flex-3-regexp-find-urls-in-text-and-html/</link>
		<comments>http://fightskillz.com/2008/12/flex-3-regexp-find-urls-in-text-and-html/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 19:42:53 +0000</pubDate>
		<dc:creator>Yoav</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://fightskillz.com/?p=416</guid>
		<description><![CDATA[There are a number of situations where you'd want to grab the urls from a block of text. For example you may be loading in some external or dynamic data and want to make the links clickable, or change their colour. Regular expressions are used in a multitude of languages; they define patterns that can [...]]]></description>
		<wfw:commentRss>http://fightskillz.com/2008/12/flex-3-regexp-find-urls-in-text-and-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert Milliseconds to Time (H:M:S)</title>
		<link>http://fightskillz.com/2008/12/convert-milliseconds-to-time-hms/</link>
		<comments>http://fightskillz.com/2008/12/convert-milliseconds-to-time-hms/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 20:28:52 +0000</pubDate>
		<dc:creator>Yoav</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://chalk-it-out.com/blog/?p=29</guid>
		<description><![CDATA[Converting milliseconds to a time string can be a pain, especially when you're measuring something dynamic. In most languages I've come accross the Date object is calculated by the number of milliseconds that have passed since Jan 1, 1970. Because the different parts of a date are based on different bases ie: 60 minutes in [...]]]></description>
		<wfw:commentRss>http://fightskillz.com/2008/12/convert-milliseconds-to-time-hms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Navigation Buttons in Flex 3</title>
		<link>http://fightskillz.com/2008/12/simple-navigation-buttons-in-flex-3/</link>
		<comments>http://fightskillz.com/2008/12/simple-navigation-buttons-in-flex-3/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 14:08:49 +0000</pubDate>
		<dc:creator>Yoav</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[mxml]]></category>

		<guid isPermaLink="false">http://chalk-it-out.com/blog/?p=28</guid>
		<description><![CDATA[Say you have 3 linkbuttons, connected to a viewstack and you want to change the colour of the linkbutton that corresponds to the current view. In a simple scenario you don't want the user to be able to click linkbutton1 when they're staring at view1 because they're already there.
Step 1:
set the disabled colour of your [...]]]></description>
		<wfw:commentRss>http://fightskillz.com/2008/12/simple-navigation-buttons-in-flex-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passing a Multi-dimensional Array Between Javascript And Php.</title>
		<link>http://fightskillz.com/2008/08/passing-a-multi-dimensional-array-between-javascript-and-php/</link>
		<comments>http://fightskillz.com/2008/08/passing-a-multi-dimensional-array-between-javascript-and-php/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 12:46:42 +0000</pubDate>
		<dc:creator>Yoav</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://chalk-it-out.com/blog/?p=21</guid>
		<description><![CDATA[Passing data between client and server is pretty straight forward, we use HTML structured forms and AJAX calls to put data up, and echo/print methods to bring it down. The data types transmitted are usually strings and numbers. Unfortunately Javascript and Php don't have built in conventions for you to pass arrays or objects between [...]]]></description>
		<wfw:commentRss>http://fightskillz.com/2008/08/passing-a-multi-dimensional-array-between-javascript-and-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Embedding fonts in Flex 3</title>
		<link>http://fightskillz.com/2008/06/embedding-font-in-flex-3/</link>
		<comments>http://fightskillz.com/2008/06/embedding-font-in-flex-3/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 02:15:33 +0000</pubDate>
		<dc:creator>Yoav</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[mxml]]></category>

		<guid isPermaLink="false">http://chalk-it-out.com/blog/?p=12</guid>
		<description><![CDATA[Fonts are the creative content of the font designer or foundry, so if you don't have a collection of fonts you've paid for, and aren't planning on purchasing some, you should stick to free fonts. A good place to start is Google, you'll find plenty of foundries who make a few free fonts, and several [...]]]></description>
		<wfw:commentRss>http://fightskillz.com/2008/06/embedding-font-in-flex-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mootools 1.2 &#8211; Update any element with Ajax</title>
		<link>http://fightskillz.com/2008/05/mootools-12-update-any-element-with-ajax/</link>
		<comments>http://fightskillz.com/2008/05/mootools-12-update-any-element-with-ajax/#comments</comments>
		<pubDate>Sun, 18 May 2008 17:13:35 +0000</pubDate>
		<dc:creator>Yoav</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Mootools]]></category>

		<guid isPermaLink="false">http://chalk-it-out/blog/?p=8</guid>
		<description><![CDATA[Easily update any element's inner html with an ajax get request.
Simple get request
$&#40;'div_files'&#41;.load&#40;'getfiles.php'&#41;;
What it does is get the content of getfiles.php and uses it as the innerHtml for the div with id
'div_files'
Slightly more complex get request
var myHTMLRequest = new Request.HTML&#40;&#123;url:'getfiles.php', update:'div_files'&#125;&#41;.get&#40;&#123;'user_id': 25&#125;&#41;;
In this get request, like the simple one you specify the location of the [...]]]></description>
		<wfw:commentRss>http://fightskillz.com/2008/05/mootools-12-update-any-element-with-ajax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Downloading a File with Flex 3</title>
		<link>http://fightskillz.com/2008/05/downloading-a-file-with-flex-3/</link>
		<comments>http://fightskillz.com/2008/05/downloading-a-file-with-flex-3/#comments</comments>
		<pubDate>Sun, 18 May 2008 17:08:33 +0000</pubDate>
		<dc:creator>Yoav</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Flex 3]]></category>

		<guid isPermaLink="false">http://chalk-it-out/blog/?p=7</guid>
		<description><![CDATA[I stumbled over this when I was building the CCMCP Library app but I suppose history's due to repeat itself. The problem is this: downloading a file from flex just doesn't work; A dialogue pops up, you choose a place to save the file, but when you hit save no file gets downloaded.
If you're sure [...]]]></description>
		<wfw:commentRss>http://fightskillz.com/2008/05/downloading-a-file-with-flex-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
