W3 Updates, HTML, XHTML, CSS, JavaScript, AJAX, XML, PHP, Ruby, PHP Frameworks

Archive

Posts Tagged ‘AJAX’

ASP – AJAX and ASP

June 20th, 2011

JAX is used to create more interactive applications. AJAX ASP 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 >>

Author: Categories: ASP Tags: ,

Google Ajax Search With Your Adsense Ads

October 26th, 2009

All of you might have seen the New Ajax Search Gadget on your Layout > Add GadgetPage. This Ajax search gadget doesn’t support adsense ads.But you can now have a Google ad supported Google Ajax search widget on your blog.The speciality of the Ajax Search is that it can search your blog, without actually leaving your blog.(no need [...]

Read More >>

Blue Stripes Ajax Version WordPress Theme

October 7th, 2009
Ajax Verion Wordpress Theme

Ajax version of one of his themes named “Blue Stripes”.Reasons to do this is i love this Web 2.0 layout of design very much impressive work and thought this theme must be added with some more Web 2.0 functionalities.So i worked upon it and made it Ajax compatible.

Read More >>

Create an Ajax-Based Auto-Completing Search Field for your WordPress Theme

October 1st, 2009
automcompletion-wordpress.png

Why not helping your visitors to find what they’re looking for on your blog, by using a cool auto-completion on your search field? To do so, we’ll use WordPress tagcloud, php and ajax. Please note that even if this code is fully functional, this is an experimentation, and the SQL query isn’t really optimized. The [...]

Read More >>

Create a Ajax based Form Submission with jQuery

September 8th, 2009

AJAX AJAX has changed the world of web development. Look at digg, facebook and gmail, thery are good examples to show the capability of AJAX. AJAX can create a highly responsive web interface and increase the user experience. AJAX is abbrieviated from Asynchrounous javascript and XML. It’s not a new technology, but the implementation of [...]

Read More >>

A Simple AJAX Driven Website with jQuery and PHP

September 5th, 2009

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 >>

Build a Live Search with Ajax

September 1st, 2009

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 >>

Quick Tip : Blur Links With jQuery

August 30th, 2009

This quick tip covers a quick usability upgrade for links on AJAX pages. By most browser’s default a dotted line stays around the link after it has been clicked. This becomes a problem with AJAX because the pages are often not reloaded. Turning it off is simple with jQuery without any impact to the functionality. [...]

Read More >>