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…
Month: May 2011
-

Write a Joomla plugin in simple steps.
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…
-

Steps to write a WordPress Plugin
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…
-

How to create a Facebook application using PHP
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,…
-

How to use wordpress color picker
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…
-

What is cURL in PHP with POST/GET request method
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…
-

How to upload Image in PHP
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…
