<?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/"
	>

<channel>
	<title>Equel Technologies</title>
	<atom:link href="http://www.equeltech.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.equeltech.com</link>
	<description>Developing The Future</description>
	<pubDate>Mon, 21 Sep 2009 19:23:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cocoa ScreenCast: Creating a plugin for Cocoa Applications</title>
		<link>http://www.equeltech.com/archives/191</link>
		<comments>http://www.equeltech.com/archives/191#comments</comments>
		<pubDate>Thu, 11 Jun 2009 09:44:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Cocoa]]></category>

		<category><![CDATA[Objective-C]]></category>

		<category><![CDATA[Video Tutorials]]></category>

		<category><![CDATA[Cocoa Plugins]]></category>

		<category><![CDATA[Cocoa Screencast]]></category>

		<category><![CDATA[Mac OS X Programming]]></category>

		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://www.equeltech.com/?p=191</guid>
		<description><![CDATA[This screencast demonstrantes how to create a Cocoa application with plugin support and writing the plugin itself.
The XCode project files can be downloaded here

]]></description>
		<wfw:commentRss>http://www.equeltech.com/archives/191/feed</wfw:commentRss>
<enclosure url="http://www.equeltech.com/wp-content/uploads/2009/06/CocoaPluginTest.mov" length="58638598" type="video/quick" />
		</item>
		<item>
		<title>iPhone Screencast: Creating a UITabBarControler application</title>
		<link>http://www.equeltech.com/archives/172</link>
		<comments>http://www.equeltech.com/archives/172#comments</comments>
		<pubDate>Thu, 04 Jun 2009 06:23:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Cocoa]]></category>

		<category><![CDATA[Objective-C]]></category>

		<category><![CDATA[Video Tutorials]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[Cocoa Screencast]]></category>

		<category><![CDATA[Cocoa Touch]]></category>

		<category><![CDATA[iPhone Programming]]></category>

		<category><![CDATA[iPhone Screencast]]></category>

		<category><![CDATA[Mac OS X Programming]]></category>

		<category><![CDATA[UITabBar]]></category>

		<category><![CDATA[UITabBarController]]></category>

		<guid isPermaLink="false">http://www.equeltech.com/?p=172</guid>
		<description><![CDATA[This screencast demonstrantes how to create a simple iPhone/iPod app using a tab bar controller and 2 view controllers.
The XCode project files can be downloaded here

]]></description>
		<wfw:commentRss>http://www.equeltech.com/archives/172/feed</wfw:commentRss>
<enclosure url="http://www.equeltech.com/wp-content/uploads/2009/06/UITabBarControllerTest.mov" length="45019543" type="video/quick" />
		</item>
		<item>
		<title>Cocoa ScreenCast: Localization in Cocoa</title>
		<link>http://www.equeltech.com/archives/140</link>
		<comments>http://www.equeltech.com/archives/140#comments</comments>
		<pubDate>Wed, 01 Apr 2009 11:07:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Cocoa]]></category>

		<category><![CDATA[Objective-C]]></category>

		<category><![CDATA[Video Tutorials]]></category>

		<category><![CDATA[Cocoa Plugins]]></category>

		<category><![CDATA[Cocoa Screencast]]></category>

		<category><![CDATA[Localization]]></category>

		<category><![CDATA[Mac OS X Application Localization]]></category>

		<category><![CDATA[Mac OS X Programming]]></category>

		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://www.equeltech.com/?p=140</guid>
		<description><![CDATA[This screencast demonstrantes how to add localization to a simple Cocoa app.
The XCode project files can be downloaded here

]]></description>
		<wfw:commentRss>http://www.equeltech.com/archives/140/feed</wfw:commentRss>
<enclosure url="http://www.equeltech.com/wp-content/videopop/1238592991.mov" length="1824034" type="video/quick" />
<enclosure url="http://www.equeltech.com/wp-content/uploads/2009/04/localization-intro.mov" length="1824034" type="video/quick" />
		</item>
		<item>
		<title>Factory Pattern in PHP</title>
		<link>http://www.equeltech.com/archives/134</link>
		<comments>http://www.equeltech.com/archives/134#comments</comments>
		<pubDate>Wed, 01 Apr 2009 08:17:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[factory pattern]]></category>

		<category><![CDATA[patterns]]></category>

		<category><![CDATA[PHP Docs]]></category>

		<category><![CDATA[PHP patterns]]></category>

		<category><![CDATA[PHP programming]]></category>

		<guid isPermaLink="false">http://www.equeltech.com/?p=134</guid>
		<description><![CDATA[Factroy Pattern in PHP
Factory pattern, allows you to create a centric place in your classes where you could craete a new instance that depends on one or more classes.
In this example we&#8217;ll take a look at a parser in PHP

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263&#60;?php

interface IParser &#123;
&#160; &#160; public function getParams&#40;&#41;;
&#160; &#160; public function setParams&#40;&#41;;
&#160; &#160; public function parse&#40;&#41;;
&#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.equeltech.com/archives/134/feed</wfw:commentRss>
		</item>
		<item>
		<title>Singleton Pattern in PHP</title>
		<link>http://www.equeltech.com/archives/122</link>
		<comments>http://www.equeltech.com/archives/122#comments</comments>
		<pubDate>Tue, 31 Mar 2009 19:38:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[PHP patterns]]></category>

		<category><![CDATA[singleton]]></category>

		<guid isPermaLink="false">http://www.equeltech.com/?p=122</guid>
		<description><![CDATA[Singleton Pattern in PHP
PHP classes allows you to define the attributes (instance or class variables) and methods that manipulate with the attributes.
Every instance of a class shares a separate copy of attributes

12345678910111213141516171819202122232425262728&#60;?php

class MyClass &#123;
&#160; &#160; private &#160; &#160; $users_list;
&#160; &#160; protected &#160; $roles;
&#160; &#160; 
&#160; &#160; public function __construct&#40;&#41; &#123;
&#160; &#160; 
&#160; &#160; &#125;
&#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.equeltech.com/archives/122/feed</wfw:commentRss>
		</item>
		<item>
		<title>PHP Serialization method</title>
		<link>http://www.equeltech.com/archives/73</link>
		<comments>http://www.equeltech.com/archives/73#comments</comments>
		<pubDate>Wed, 25 Feb 2009 11:17:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[decrypt]]></category>

		<category><![CDATA[encrypt]]></category>

		<category><![CDATA[serialize]]></category>

		<category><![CDATA[unserialize]]></category>

		<guid isPermaLink="false">http://www.equeltech.com/?p=73</guid>
		<description><![CDATA[PHP allows us to serialize objects, arrays etc with the <em><strong>serialize()</strong></em> function.
What means serialization? Serialization means a storable reprezentation of a value, where the value can be an array, object, etc...]]></description>
		<wfw:commentRss>http://www.equeltech.com/archives/73/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
