To support simplicity, possiibility and cost effective of PHP

Featured

Using Wordpress XMLRPC services

Wordpress is a great blogging platform. With tons of plugins available, Wordpress is quickly become a good choice not only ...

Prototype and Scriptaculous tree

After a week trying to embrace SilverStripe JS treeview, finally I had my friend send me a treeview written on ...

Object Oriented Programming with JavaScript – Before Prototype, jQuery or ExtJS

Speaking a language fluently is the key to leverage that language's power. JavaScript has a long time being considered a ...

Building a Data Access layer using PDO

Every time you start building a complete website with some modules and functionalities, you start thinking about the "structure" of ...

Tutorials

Using Wordpress XMLRPC services

Wordpress is a great blogging platform. With tons of plugins available, Wordpress is quickly become a good choice not only for personal blogging purpose but also for making content oriented sites. There are also many sites want to add ‘blog’ feature into it and WP one more time is the chosen one.
Although WP’s plugin architecture [...]

Prado framework

Writing the Hello world application with Prado

Prado PHP framework is a really cool framework, especially for .NET programmers who are looking for solutions in PHP. Prado focus mainly in making things done than doing a single task smartly. But coder won’t have to worry about quality of their code as Prado classes are written so well already.
I’ve spent more than one [...]

JavaScript

Prototype and Scriptaculous tree

After a week trying to embrace SilverStripe JS treeview, finally I had my friend send me a treeview written on Prototype and Scriptaculous, the TafelTree. There are a dozen of treeview control written in many different JS framework like ExtJS, jQuery, etc. but it takes me long time to find out an Protopye one. Good [...]