<?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>Calgary Flash Developer, Flash Development, Calgary PHP Developer - Jesse Knowles</title>
	<atom:link href="http://www.jesseknowles.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jesseknowles.com</link>
	<description>Calgary PHP/Flash Developer</description>
	<lastBuildDate>Tue, 16 Feb 2010 05:51:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Proper use of Buttons in AS3</title>
		<link>http://www.jesseknowles.com/index.php/flash-development/proper-use-of-buttons-in-as3/</link>
		<comments>http://www.jesseknowles.com/index.php/flash-development/proper-use-of-buttons-in-as3/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 00:59:46 +0000</pubDate>
		<dc:creator>jesse</dc:creator>
				<category><![CDATA[Flash Development]]></category>

		<guid isPermaLink="false">http://www.jesseknowles.com/?p=112</guid>
		<description><![CDATA[I recently came across an issue with disabling buttons in ActionScript 3 without removing the MouseEvent listeners. In AS2 its simple if you just set the enabled property on the button/movieclip to false. In AS3 you have to do a little more than that. You need to set the mouseEnabled property on the button/movieclip to [...]]]></description>
		<wfw:commentRss>http://www.jesseknowles.com/index.php/flash-development/proper-use-of-buttons-in-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Nested Functions using global variables</title>
		<link>http://www.jesseknowles.com/index.php/web-development/nested-functions-using-global-variables-in-php/</link>
		<comments>http://www.jesseknowles.com/index.php/web-development/nested-functions-using-global-variables-in-php/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 19:37:25 +0000</pubDate>
		<dc:creator>jesse</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jesseknowles.com/?p=99</guid>
		<description><![CDATA[Today I figured out the hard way some intricacies of using the global setting within nested functions. In PHP, if you want to load a variable from outside of your function, you first have to declare it as global before you use it inside your function. So Something like this.

$a = 1;
function test&#40;&#41; &#123;
  [...]]]></description>
		<wfw:commentRss>http://www.jesseknowles.com/index.php/web-development/nested-functions-using-global-variables-in-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My new mac-mini server</title>
		<link>http://www.jesseknowles.com/index.php/misc/my-new-mac-mini-server/</link>
		<comments>http://www.jesseknowles.com/index.php/misc/my-new-mac-mini-server/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 07:20:51 +0000</pubDate>
		<dc:creator>jesse</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jesseknowles.com/?p=94</guid>
		<description><![CDATA[Recently I had been toying with the idea of getting my own server because I hate being limited to whatever my shared host allows. I wanted to be able to load whatever software I wanted on it, load up as many websites/domains as I wanted, handle as many ftp accounts as I wanted and install [...]]]></description>
		<wfw:commentRss>http://www.jesseknowles.com/index.php/misc/my-new-mac-mini-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Online Coupon Codes &#8211; My latest creation</title>
		<link>http://www.jesseknowles.com/index.php/web-development/coupon-sherpa-online-coupon-codes/</link>
		<comments>http://www.jesseknowles.com/index.php/web-development/coupon-sherpa-online-coupon-codes/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 16:19:36 +0000</pubDate>
		<dc:creator>jesse</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jesseknowles.com/index.php/web-development/coupon-sherpa-online-coupon-codes/</guid>
		<description><![CDATA[
I am now officially in the affiliate marketing world. After developing the Coupon Sherpa iPhone application with my brother Luke we decided we would also build a full fledged website offering every kind of coupon imaginable. So now our iPhone application is one aspect of what Coupon Sherpa is, with its most important being the [...]]]></description>
		<wfw:commentRss>http://www.jesseknowles.com/index.php/web-development/coupon-sherpa-online-coupon-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site Launch &#8211; Ray Caesar Portfolio</title>
		<link>http://www.jesseknowles.com/index.php/web-development/ray-caesar-website/</link>
		<comments>http://www.jesseknowles.com/index.php/web-development/ray-caesar-website/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 22:47:37 +0000</pubDate>
		<dc:creator>jesse</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jesseknowles.com/index.php/web-development/ray-caesar-website/</guid>
		<description><![CDATA[So, over the winter I had been working on a portfolio website redesign for a 3D artist in Toronto. The project was mostly php/mysql based which was a welcome change from all the flash work I had been doing earlier that year. The website includes an inline CMS (meaning that after you login, you just [...]]]></description>
		<wfw:commentRss>http://www.jesseknowles.com/index.php/web-development/ray-caesar-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Coupon Sherpa: Scannable Coupons on your iPhone</title>
		<link>http://www.jesseknowles.com/index.php/iphone-development/coupon-sherpa/</link>
		<comments>http://www.jesseknowles.com/index.php/iphone-development/coupon-sherpa/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 16:05:15 +0000</pubDate>
		<dc:creator>jesse</dc:creator>
				<category><![CDATA[iPhone Development]]></category>

		<guid isPermaLink="false">http://www.jesseknowles.com/index.php/iphone-development/coupon-sherpa/</guid>
		<description><![CDATA[
For the past couple months I had decided to take a break from Flash development and try something completely foreign to me; iPhone App development. The language is completely different than Actionscript, however it comes Model-View-Controller based, so that was my only comfort. 
My brother and I came up with an idea to put coupons [...]]]></description>
		<wfw:commentRss>http://www.jesseknowles.com/index.php/iphone-development/coupon-sherpa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autoblur Javascript Object</title>
		<link>http://www.jesseknowles.com/index.php/web-development/autoblur-javascript-object/</link>
		<comments>http://www.jesseknowles.com/index.php/web-development/autoblur-javascript-object/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 02:47:40 +0000</pubDate>
		<dc:creator>jesse</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jesseknowles.com/index.php/web-development/autoblur-javascript-object/</guid>
		<description><![CDATA[I hate coding things twice and every once in a while I seem to need something that automatically clears the default value in an input text field for a form. So I decided to write a javascript object that would make life incredibly easy for me. And now its all yours if you have a [...]]]></description>
		<wfw:commentRss>http://www.jesseknowles.com/index.php/web-development/autoblur-javascript-object/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Today is Free Shipping Day</title>
		<link>http://www.jesseknowles.com/index.php/misc/today-is-free-shipping-day/</link>
		<comments>http://www.jesseknowles.com/index.php/misc/today-is-free-shipping-day/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 16:23:39 +0000</pubDate>
		<dc:creator>luke</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.jesseknowles.com/index.php/misc/today-is-free-shipping-day/</guid>
		<description><![CDATA[I have written previously about the free shipping website that my brother created. To help merchants and shoppers he&#8217;s created a new shopping day. It&#8217;s called Free Shipping Day and it is today. Over 250 participating merchants will be offering free shipping with delivery by Christmas. Luke says that merchants really like the idea of [...]]]></description>
		<wfw:commentRss>http://www.jesseknowles.com/index.php/misc/today-is-free-shipping-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Tracer Dashboard Widget</title>
		<link>http://www.jesseknowles.com/index.php/flash-development/flashtracer/</link>
		<comments>http://www.jesseknowles.com/index.php/flash-development/flashtracer/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 07:55:55 +0000</pubDate>
		<dc:creator>jesse</dc:creator>
				<category><![CDATA[Flash Development]]></category>

		<guid isPermaLink="false">http://www.jesseknowles.com/index.php/flash-development/flashtracer/</guid>
		<description><![CDATA[This will likely be of interest to most Flash Developers fortunate enough to be working on a Mac. 
Since I recently stopped using Firefox due to its ever increasing size and annoyance of download requests every time I opened it, I chose to switch over to a much slimmer Safari. The only thing I really [...]]]></description>
		<wfw:commentRss>http://www.jesseknowles.com/index.php/flash-development/flashtracer/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Free Shipping Just in Time for the Holidays</title>
		<link>http://www.jesseknowles.com/index.php/misc/free-shipping-just-in-time-for-the-holiday/</link>
		<comments>http://www.jesseknowles.com/index.php/misc/free-shipping-just-in-time-for-the-holiday/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 02:34:11 +0000</pubDate>
		<dc:creator>luke</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.jesseknowles.com/index.php/misc/free-shipping-just-in-time-for-the-holiday/</guid>
		<description><![CDATA[I am happy to announce that our company Kinoli just launched Free Shipping.org. The web site is an online shopping resource with a list of over 600 stores with free shipping coupons and promotion codes. By the end of 2008, we expect to have over 1000 free shipping coupons on the site. The site also [...]]]></description>
		<wfw:commentRss>http://www.jesseknowles.com/index.php/misc/free-shipping-just-in-time-for-the-holiday/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
