Archive for May, 2011

Modules are the powerful way to add new functionality in a Joomla site. If you know how to write a Joomla module, you can convert any PHP code into Joomla Module for example a Jquery slideshow, facebook fanbox etc. Is it possible? Yes Ofcource it is! Modules are used to display data in all or few  [ Read More ]

From last few days i have received many request for the simple steps of writing a Joomla Plugin. So, i am back with the simple steps of writing a Joomla Plugin. As we know Joomla is the most popular CMS in these days. So, becoming a Joomla Plugin developer is also a good idea to  [ Read More ]

The power of wordpress is behind it’s plugins. Some people think that developing a wordpress plugin is a hard work. But believe me with the simple steps i am going to tell you everyone can write a WordPress plugin. Through wordpress plugin you can add alot of functionality in your wordpress site. You can filter  [ Read More ]

If you are searching for something like “how to create a facebook application using Php” then you are at the right place. Its as easy as making tea Through this code you can create your own gaming facebook application, contest facebook application etc. Many facebook users use many facebook applications and wish to create his/her  [ Read More ]

Many of you want to use the wordpress color picker like in the header editor of the wordpress. Don’t worry today i will let you know how to do it. I have created a sample plugin which just display the color picker inside it. The code is really simple to implement. WordPress uses “farbtastic” script  [ Read More ]

cURL is a PHP library which allows you to connect and communicate to many different types of servers with many different types of protocols. You can use it for php curl post method request or get method request. Using cURL you can: Implement payment gateways’ payment notification scripts. Download and upload files or complete web  [ Read More ]

This tutorial shows you how to upload an image on your server using PHP and html forms. You will also learn how to verify if the uploaded file is an image (by checking the extension of the file), if it doesn’t overtakes a size limit and how to change the uploaded file name. Important: You  [ Read More ]