Archive

Posts Tagged ‘Ajax’

Wordpress: Add Random Content in Sidebar Widget

Feb 26th, 2010

Need to add random content is sidebar! Do you have two kinds of content and want to display randomly to visitors? This can also be useful when you have two types of content and both are equally important but sidebar space is not allowing to add both kind of content.
The technique and code provided will [...]

Web Scripting Top Blog Posts of 2009

Dec 20th, 2009

All are writing something something related to year end. So, what should I write. I though to write about the top visited posts of 2009 on my blog.
I hope you will enjoy reading it. I am sure my regular visitors will like this post.
Dynamically Populate Select List by Ajax
PHP Login and Logout Script
Javascript show hide [...]

Google Custom Search Ajax API – Few more Examples

Dec 13th, 2009

Helping to clarify what various search result options can do and what functionality each hosting offer. Hosting option Custom Search Engine have are: Search Element, Iframe, and Google hosted. Demo are given for easy understanding.

Setting Site Restriction to Google Ajax Search API

Nov 29th, 2009

Adding multiple website search restriction to Google Ajax Search API. Example of Google Ajax search API.

JQuery: Ajax Example of Select Values Filled Dynamically

Aug 13th, 2009

This Ajax example will give you an idea of, how to present users a dynamic data based on input using Ajax method. I will use jQuery JavaScript library for this linked select lists example. Dynamically Populate Select List by Ajax is an example using plain JavaScript code. Suppose a user has selected a type [...]

Dynamically Populate Select List by Ajax

Apr 12th, 2007

Many times, when your data is based on one parameter then you have to submit your form with user given input for getting the data based on given input by user. This increase waiting time for user completing input and adds extra request/response trip also. For this kind of situation, Ajax has provided great [...]

Paging in PHP, MySQL and Ajax

Mar 25th, 2007

This script is an extension to the script written for Pagination/paging using PHP, MySQL. It uses Ajax to help show the pages without page refresh.