Equel Technologies

                                                                    Developing The Future

Archive for April, 2009

Cocoa ScreenCast: Localization in Cocoa

April 1st, 2009. Published under Cocoa, Cocoa, Objective-C, Video Tutorials. No Comments.

This screencast demonstrantes how to add localization to a simple Cocoa app.
The XCode project files can be downloaded here

Factory Pattern in PHP

April 1st, 2009. Published under PHP. No Comments.

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’ll take a look at a parser in PHP

(more…)