Home
»
Articles
»
Search results for : ajax
Browse pages : 0
Total results : 5
Making A Cool Login System With PHP, MySQL & jQuery
Published on : 13.12.2009
Category : Web Development Viewed : 179 times.
DEMO | DOWNLOAD Introduction
Today we are making a cool & simple login / registration system. It will give you the ability to easily create a member-only area on your site and provide an easy registration process.
It is going to be PHP driven and store all the registrations into a MySQL database.
To add the needed flair, we are using the amazing sliding jQuery panel, developed by Web-kreation.
Step 1 – MySQL
First we have to create the table that will hold all the... |
Ajax with images and stylesheets
Published on : 01.04.2009
Category : AJAX Viewed : 343 times.
This should be filed under the quirky category :) Julien Lamarre has demonstrated doing Ajax-style callbacks not using XHR. Nor iframes. Nor Java. Nor Flash. He implemented it with images and CSS. Ajax using an image The client to server connection works by sending a request to the server using a dynamically created image with some parameters added to its “.src” property. The server’s response is sent in a cookie at the same time the generated image is returned to the client. Or, when cookies... |
AJAX Tutorial
Published on : 01.04.2009
Category : AJAX Viewed : 115 times.
AJAX stands for Asynchronous JavaScript And XML.AJAX is a type of programming made popular in 2005 by Google (with Google Suggest).AJAX is not a new programming language, but a new way to use existing standards.With AJAX you can create better, faster, and more user-friendly web applications.AJAX is based on JavaScript and HTTP requests.What You Should Already Know Before you continue you should have a basic understanding of the following: HTML / XHTMLJavaScript If you want to study... |
AJAX accessibility for websites
Published on : 30.03.2009
Category : AJAX Viewed : 131 times.
AJAX or Asynchronous JavaScript and XML, is an innovative way of using existing technologies to create highly interactive web applications. AJAX allows portions of the page to be updated without having to refresh and reload the entire page. It can increase site performance significantly and provide cutting edge user interfaces. Unfortunately it can also be a source of concern for delivering fully accessible web sites. What is AJAX? AJAX is not a new technology in itself but a new approach to... |
Why Ajax may be the future of Web services
Published on : 30.03.2009
Category : AJAX Viewed : 140 times.
One of the most important new Web-based technologies has lived an underground life of sorts for years, only to suddenly become extremely popular, mainly due to applications built with it on Google and other sites. It's called Ajax and it's a programming technique for creating rich, Web-based applications that look and work like desktop software, even though they are browser-based and use few resources. That same technology will eventually power the front ends to Web services and SOAs, say... |
|
|
|