Home » Archive by category 'Tutorials'


— Create Custom Dashboard Widget – WordPress

Create Custom Dashboard Widget – WordPress

WordPress 2.7 introduced Dashboard Widgets, which are the widgets displayed on the main Dashboard of your WordPress installation. Along with these new widgets came the Dashboard Widgets API, which allows you to create any custom Dashboard Widget that you would like.
To create a custom Dashboard Widget you’ll be using the wp_add_ dashboard_widget function as shown ...

— Learn Python With Me – Day 1

Learn Python With Me – Day 1

So, what is python, and why should you use it? To quote an official blurb, it is “an interpreted, object-oriented, high-level programming language with dynamic semantics.”  Python is a programming language that know how to stay out of your way when you write your programs that are clear and readable.

— Preventing Cross-Site Scripting – PHP #QuickTip

You want to securely display user-entered data on an HTML page. For example, you want to allow users to add comments to a blog post without worrying that HTML or JavaScript in a comment will cause problems.
For this you can pass user input through htmlentities(  ) before displaying it.

— Playing With Graphics – PHP

Playing With Graphics – PHP

The image function that PHP uses are based on the GD image library that is developed by Boutell.com.  In previous versions of PHP the GD library was used as-is within PHP, but since PHP4.3 the code of GD library has been bundled  with the PHP installation and includes some enhancement to the original code such ...

— jQuery Price Range Slider With Products Interface

jQuery Price Range Slider With Products Interface

In this post we will learn how to create a price range slider using jQuery and jQuery UI. First of all we need to download jQuery and jQuery UI’s slider component js. If you see any room for improvement, or if you can add something than go ahead and comment and I will definitely give ...

— Ask Sunny: Tree + Load Url – jQuery

Ask Sunny: Tree + Load Url – jQuery

Some days back my dear friend nikhil(chubey sahb aka Mungeri lal) asked me “Paaji how to build a drop down like google code and load url on click”.
Its very easy we can build this within 5 minutes using jQuery.so here it goes..

— How To Download and Upload Files Over FTP – PHP

PHP comes with built-in support for the FTP file transfer protocol, making it easy to interface with FTP servers for file transfers.
The below given listing illustrates the process. First, a connection to the FTP server is initialized with a call to ftp_connect(); this function returns a

— Object Oriented Programming – PHP

Object Oriented Programming – PHP

Object – Oriented (OO) software development can be a confusing topic for developers who create primarily procedural code. But it doesn’t need to be. In this post, you’ll explore some of the basic theory behind OO and cover its (sometimes daunting) multisyllabic terminology.

— Creating A Facebook Application

Creating A Facebook Application

Well today we are going to create a Quiz application for FB (ya ya already there are lots of quiz app floating on FB so why not one more)
This Tutorial is going to be very brief and point to point because I am very bad in explaining things ..

— jQuery – Weather Widget

This code fetches data from a xml provided by google APIs, it requires jQuery and very little code of PHP. Last night my friend Prabodh asked something like this in java but unfortunately i don’t know JAVA so i did it in jQuery and PHP.