AJAX is used to create more interactive applications. AJAX ASP/PHP Example The following example will demonstrate how a web page can communicate with a web server while a user type characters in an input field: Example Start typing a name in the input field below: First name: Suggestions: Try it yourself » Example Explained – [...]
Read More >>
Function: A function is a subprogram that performs a specific task when called by the main program. It is always a good practice to divide a huge program into a number of subprograms until elementary functions are reached. More clearly, a huge program should be divided into number of functions, and a function precisely should [...]
Read More >>
In this part we’ll cover the basics of classes, and how to put together your own class. We’ll also go over how to make variables. Classes add a lot of functionality to your code and help to stop you repeating yourself over and over again as you might in conventional code. With classes and functions [...]
Read More >>

Consider this – If you found a WordPress theme that you like so much but it is not widget-supported, don’t give up just yet. Methods below helps you to widgetize non-widget theme to a drag-drop widget theme. Download Widget plugin from Automattic, upload them accordingly and follow the 2 steps below.
Read More >>
Author: alyaspk Categories: CMS & Forums, Wordpress Tags: non widgetize, non widgetize theme, non widgetize theme wordpress, PHP, widgetize, widgetize theme, widgetize wordpress, widgetize wordpress theme, wordpress, wordpress template

Hello, and welcome to another PHP tutorial. This one will teach you how to make a nice PHP calendar (in PHP of course!). When I started out in PHP I always wanted to know how to make a calendar, but could never find the tutorial to do it. So i figured I’d write my own [...]
Read More >>

Introduction AJAX is abbrieviated from Asynchrounous javascript and XML. It’s not a new technology, but the implementation of a group of technologies to achieve a seamless interaction between client and server. Typically, xhtml and css to present the information, javascript is used to handle user interactions, and a server side language to perform the users’ [...]
Read More >>
Author: alyaspk Categories: AJAX, Browser Scripting, Java Script Tags: AJAX, ajax php, ajax tutor, ajax website, driven website, jquery, jquery and php, jquery tutor, PHP, php tutor, php website, simple ajax, simple website

In this follow up, we’re going to do better. The basis for this upgrade falls on a messy PHP “if…else” statement that was present in the old method. Below, we’ll explore two different methods for updating your blog’s admin highlighting system.
Read More >>
Author: alyaspk Categories: PHP, Wordpress Tags: admin, admin comment, comment highlight, comments, highlight admin comment, highlight comment, PHP, php tipes, php tutor, php tutorial, wordpress, wordpress php, wp, wp comment

In this tutorial we’ll be using JQuery to perform a search on a mysql table without waiting for a new page to load. First of all we’re going to build the php document which will be used by JQuery to perform the search.
Read More >>
Author: alyaspk Categories: AJAX, Browser Scripting Tags: AJAX, ajax live, ajax php, ajax search, ajax searched, ajax searching, ajax tips, ajax tutor, build live search, live, live search, live search ajax, PHP, php ajax

Introduction Welcome to the third and final part of a series introducing Object Oriented PHP!
Read More >>
Author: alyaspk Categories: PHP, Server Scripting Tags: Basics, MySQLi, object oriented, OOP, PHP, php 2, php 3, php great, php hack, php hack tutor, php nice, php object, php object oriented, php oriented, php part 2, php part 3, php tutor, php tutorial, Web Development, Web Standards

Introduction Welcome to Part 2 of a three part series introducing Object Oriented PHP!
Read More >>
Author: alyaspk Categories: PHP, Server Scripting Tags: Basics, MySQLi, object oriented, OOP, PHP, php 2, php great, php hack, php nice, php object, php object oriented, php oriented, php part 2, php tutor, php tutorial, Web Development, Web Standards