Simple wordpress seo plugin using custom meta Part 1
How to create a simple wordpress plugin to add unique custom meta data to your blog posts/pages and extend it according to your own needs.
View ArticleGetting Started With The Google+ PHP API
This screencast will teach you how to get your Google+ application setup and running to begin working with the Google + API. We will use the PHP sample test app to setup an application and get...
View ArticleHow To Use Twitter API To Display Your Twitter Updates
Learn How you can use PHP to display your twitter updates by using the Twitter API. The next part of this tutorial you will learn how to put this code into Wordpress widget.
View ArticleJust-In-Time Image Resizer With Cache
.htaccess Trick that lets you request and generate images of any size
View ArticlePHP API Development: Dreaming Of Your Own API? Make It Possible Today!
I have often dreamed of creating an API for one of my sites but Ive always set it aside as I thought it would be too much work to do. One day I just decided its time to build it.
View ArticleWordPress Featured Posts using Nivo Slider
How to create Featured posts slider using Nivo Slider in wordpress powered blog or website.
View ArticleGenerate PDF Files from Database using CodeIgniter
Learn how to generate PDF File from Database using Codeigniter library called the R&OS Library.
View ArticleGenerating PDF files with tabular data in it, using CodeIgniter
This is post which will teach you how you can generated pdf files with data displayed in a tabular format, using CodeIgniter Framework
View ArticlePHP installation script
In this post, we will discuss about installation script for our web site or web application. I divided into four functions for four steps. Before we do the first step, we need some code to call our f...
View ArticleLoad More Using KnockoutJS, PHP/CodeIgniter (Part 1)
Everyone has used social networking sites and almost all of them implement Load More functionality to load additional posts/messages. Load More is actually alternate way of pagination. There are two ...
View ArticleRegistration Form PHP Script
You will know to create a registration form using php. It is secure method to make your password more secure while your registration method
View ArticleConvert number to word with PHP
You can use this freely and modify it however you want.
View ArticleTable As HTML Using PHP
Learn this simple method to display a complete table in HTML using PHP.
View ArticleDisplaying database records in unordered list format Using PHP?
Displaying database records in unordered list format Using PHP?
View ArticleHow to trim all members of an array with PHP?
The array_map() function allows us to make the callback to the elements of the given arrays. By using php built in function trim() with array_map() you can trim the white space from the beginning and...
View Article