To support simplicity, possiibility and cost effective of PHP

Tutorials

Using Wordpress XMLRPC services

Jul 5th, 2009 | By admin | Category: Featured, PHP, Tutorials

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



Using XML web services

Sep 2nd, 2008 | By admin | Category: Tutorials

Web services allow you to exchange information over HTTP using XML. When you want to find out the weather forecast, the current stock price, or the cost of a product on eBay, you can write a short script to gather that data in a format you can easily manipulate. From a developer’s perspective, [...]



Learn CSS by examples

Jan 20th, 2008 | By admin | Category: Tutorials

Most Useful CSS Properties with Examples
CSS cheatsheet



Installing Apache on Windows

Jan 17th, 2008 | By admin | Category: PHP, Tutorials

Because it’s the most popular web server in use, you might think that Apache is a complicated piece of software, but it’s not difficult at all.
Installing Apache for Windows is a simple task, due in great part to the installation wizard distributed by the Apache Group. While running any web server on a Windows operating [...]



Using Zend components in your own web project

Jan 15th, 2008 | By admin | Category: PHP, Tutorials

I am a fan of Prado but Zend framework takes my love with its set of components. Having an MVC framework with a higher level of intefration between Model – View – Controller is better than taking Zend basic MVC model into a real life project. However, using Zend components to complete common web features [...]