<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>Equel Technologies</title>
	<link>http://www.equeltech.com</link>
	<description>Developing The Future</description>
	<lastBuildDate>Mon, 21 Sep 2009 19:23:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Cocoa ScreenCast: Creating a plugin for Cocoa Applications</title>
		<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>
		<link>http://www.equeltech.com/archives/191</link>
			</item>
	<item>
		<title>iPhone Screencast: Creating a UITabBarControler application</title>
		<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>
		<link>http://www.equeltech.com/archives/172</link>
			</item>
	<item>
		<title>Cocoa ScreenCast: Localization in Cocoa</title>
		<description><![CDATA[This screencast demonstrantes how to add localization to a simple Cocoa app.
The XCode project files can be downloaded here

]]></description>
		<link>http://www.equeltech.com/archives/140</link>
			</item>
	<item>
		<title>Factory Pattern in PHP</title>
		<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>
		<link>http://www.equeltech.com/archives/134</link>
			</item>
	<item>
		<title>Singleton Pattern in PHP</title>
		<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>
		<link>http://www.equeltech.com/archives/122</link>
			</item>
	<item>
		<title>PHP Serialization method</title>
		<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>
		<link>http://www.equeltech.com/archives/73</link>
			</item>
</channel>
</rss>
