 |
Last Updated: on Thursday, December 13, 2012
Web Development Blog
This web development blog features fresh articles on JavaScript, AJAX, CSS, XHTML, PHP, Photoshop...
scriptiny.com
|
|
 |
on Thursday, June 14, 2007
AJAX
ajax,
w3schools,
asp,
example,
using
What is Ajax ? Simply it is a technic, which lets you to load any part of page , without loading whole page. See thee Example : http://www.w3schools.com/php/php_ajax_poll.asp Easiest way to learn Ajax. http://www.w3schools.com/ajax/ajax_intro.asp Working Ajax example, http://zbk.110mb.com/abo...

Open Source Lover
| 8 views
|
on Friday, May 20, 2011
40 Best Ajax Tutorials
tutorials,
ajax,
learn,
design
Ajax is not a technology but a group of technologies. Ajax uses a combination of HTML and CSS to mark up and style information. The DOM is accessed with JavaScript to dynamically display, and to allow the user to interact with the information presented. JavaScript and the XMLHttpRequest object pr...

stylishwebdesigner
| 16 views
|
on Saturday, December 4, 2010
Search optimization for AJAX websites
website,
seo
AJAX not only provides faster website loading (because not whole page is refreshed, but only part of content is changed ), but also more interactivity and better user experience. But one main thing that discourages web developers from using AJAX on their websites is that AJAX generated...

WebcodingEasy.com RSS Feed
| 8 views
|
on Thursday, August 5, 2010
AJAX File Uploader for ColdFusion
ajax
Uploading files with AJAX is a unique challenge due to the fact that file uploads require a form "post" with enctype="multipart/form-data". To get around this people have used a combination of IFrames and AJAX. I found a great jQuery plug-in by Andrew Valums called Ajax Upload. Both Ray Camden...

design over matter
| 16 views
|
|