To support simplicity, possibility 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

Day 1 – part 1: Understanding CI

Goals

Setup first CI project
Hello, world
Creating template
Connect to the database
Using model

Setup your first project
Setting up a CI project is simple, especially when you first begin with CI.

Download the latest version from CodeIgniter site
Unzip it in to a web folder, let assume your web folder will map to this url: http://localhost/film
You can delete the user guide [...]

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 [...]