<?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>Tekool.net</title>
	<atom:link href="http://www.tekool.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tekool.net/blog</link>
	<description>Flash, Flex, Air, Actionscript, Javascript, Silverlight, Mobile</description>
	<lastBuildDate>Thu, 03 May 2012 18:35:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>PureMVC Employee Admin demo for jQuery Mobile</title>
		<link>http://www.tekool.net/blog/2012/01/29/puremvc-employee-admin-demo-for-jquery-mobile/</link>
		<comments>http://www.tekool.net/blog/2012/01/29/puremvc-employee-admin-demo-for-jquery-mobile/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 15:50:45 +0000</pubDate>
		<dc:creator>Tekool</dc:creator>
				<category><![CDATA[English posts]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQueryMobile]]></category>
		<category><![CDATA[PureMVC]]></category>

		<guid isPermaLink="false">http://www.tekool.net/blog/?p=928</guid>
		<description><![CDATA[I started this project last year when jQuery Mobile was still in alpha stage. The first version of Employee Admin demo I made with alpha version of jQuery Mobile was interesting but not fully functional. I so have waited near a year to work on it again. Now that jQueryMobile is final and even passed [...]]]></description>
		<wfw:commentRss>http://www.tekool.net/blog/2012/01/29/puremvc-employee-admin-demo-for-jquery-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PureMVC Employee Admin demo for jQuery</title>
		<link>http://www.tekool.net/blog/2012/01/07/puremvc-employee-admin-demo-for-jquery/</link>
		<comments>http://www.tekool.net/blog/2012/01/07/puremvc-employee-admin-demo-for-jquery/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 17:56:05 +0000</pubDate>
		<dc:creator>Tekool</dc:creator>
				<category><![CDATA[English posts]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Objs]]></category>
		<category><![CDATA[PureMVC]]></category>

		<guid isPermaLink="false">http://www.tekool.net/blog/?p=1055</guid>
		<description><![CDATA[More and more people ask me to finish the job I started in 2011 on the PureMVC Employee Admin demo for jQuery. So I recently took the time to finish it completely. The project uses: objs for the definition of classes, inheritance and namespaces PureMVC for JavaScript objs for the MVC micro-architecture jQuery for communication [...]]]></description>
		<wfw:commentRss>http://www.tekool.net/blog/2012/01/07/puremvc-employee-admin-demo-for-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Objs JavaScript library update</title>
		<link>http://www.tekool.net/blog/2011/03/03/objs-javascript-library-update/</link>
		<comments>http://www.tekool.net/blog/2011/03/03/objs-javascript-library-update/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 13:31:10 +0000</pubDate>
		<dc:creator>Tekool</dc:creator>
				<category><![CDATA[English posts]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Objs]]></category>

		<guid isPermaLink="false">http://www.tekool.net/blog/?p=937</guid>
		<description><![CDATA[I recently completely refactored the Objs library to make a 2.0 version of it. I also moved its source from Google code to Github. For those discovering the project, Objs is a tiny and non-intrusive library available with an open source GNU GPL v3 license. It is slowly evolving since 2006 to suit my own [...]]]></description>
		<wfw:commentRss>http://www.tekool.net/blog/2011/03/03/objs-javascript-library-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PureMVC native JavaScript port</title>
		<link>http://www.tekool.net/blog/2011/01/30/puremvc-native-javascript-port/</link>
		<comments>http://www.tekool.net/blog/2011/01/30/puremvc-native-javascript-port/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 19:17:37 +0000</pubDate>
		<dc:creator>Tekool</dc:creator>
				<category><![CDATA[English posts]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PureMVC]]></category>

		<guid isPermaLink="false">http://www.tekool.net/blog/?p=899</guid>
		<description><![CDATA[Now that I have implemented a Unit Tests Suite for PureMVC JavaScript ports I couldn't resist to create a native JavaScript PureMVC port. By "native" I mean that this port doesn't use any external library but PureMVC classes themselves. The port uses "org.puremvc.js.standard" as namespace because I think this is a good thing to refer [...]]]></description>
		<wfw:commentRss>http://www.tekool.net/blog/2011/01/30/puremvc-native-javascript-port/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PureMVC port to Prototype JavaScript Framework</title>
		<link>http://www.tekool.net/blog/2011/01/19/puremvc-port-to-prototype-javascript-framework/</link>
		<comments>http://www.tekool.net/blog/2011/01/19/puremvc-port-to-prototype-javascript-framework/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 19:54:03 +0000</pubDate>
		<dc:creator>Tekool</dc:creator>
				<category><![CDATA[English posts]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PureMVC]]></category>

		<guid isPermaLink="false">http://www.tekool.net/blog/?p=825</guid>
		<description><![CDATA[As to give an answer to Cliff Hall asking: &#34;JavaScript Port Branches to Support ExtJS, MooTools, Objs... What's Next?&#34; on a PureMVC blog post, I announced on Twitter last week that I had in idea to port PureMVC to Prototype.js as soon as possible. As you may know, I made the first PureMVC port to [...]]]></description>
		<wfw:commentRss>http://www.tekool.net/blog/2011/01/19/puremvc-port-to-prototype-javascript-framework/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

