Active Articles: 2038
Total Categories: 16
Sub Categories:616
Ajax and JavaScript | ||||||||
Introduction Ajax is a combination of technologies that increase web page usability. It is an acronym for Asynchronous JavaScript and XML. Ajax performs its functions by encoding all requests between the server and the browser in the common programming language of JavaScript. Communication between server and browser in a standardized language like JavaScript and the ... learn more
| ||||||||
| ||||||||
Ajax Tutorial with Prototype | ||||||||
This is an example of a good use of Ajax, and at the same time keeps it simple. It is a zip code verifier. As soon as the person enters the zip code it makes a request to the server to see if the zip code is in the database, and returns the city and ... learn more
| ||||||||
| ||||||||
AJAX-loaded pages | ||||||||
In javascript we declare variables by using the var keyword. Translation: when we want to tell javascript that we want to make a variable, we have to use the word var. It’s a special word that javascript recognizes. But what is a variable? Something that holds a value that can change. For example, in math, ... learn more
| ||||||||
| ||||||||
Cross-browser Ajax Tutorial | ||||||||
A tutorial using a JavaScript Ajax library to make form submissions more usable. ... learn more
| ||||||||
| ||||||||
Lightweight Ajax Development | ||||||||
The tutorial discusses some of the limitations of the JSP application design and shows how a lightweight Ajax-based solution can help to overcome them. It introduces basic Ajax concepts and a popular Java toolkit called Direct Web Remoting (DWR). You'll convert the application to a lightweight design. ... learn more
| ||||||||
| ||||||||
Implementing AJAX Using ASP.NET 1.1 | ||||||||
AJAX is an acronym that stands for Asynchronous JavaScript and XML. AJAX gains its popularity by allowing data on a page to be dynamically updated without having to make the browser reload the page. ... learn more
| ||||||||
| ||||||||
Alternate Ajax Techniques - Part 2 | ||||||||
In this installment, you'll learn how to use images and cookies to enable client-server communication even on older browsers that don't support the DOM. ... learn more
| ||||||||
| ||||||||
How To Pick an Ajax Framework | ||||||||
How To Pick an Ajax Framework Understanding the Ajax Framework In the last year, nearly 500 Ajax frameworks have been created. Picking the proper framework is extremely important, because it will determine the success of the features, maintenance, and development time for your project. There are a number of questions you will want to ask ... learn more
| ||||||||
| ||||||||
Ajax Advantages | ||||||||
Introduction One of the major concerns of information technology (IT) in the present historical moment is making the Web and web applications as efficient as possible. This insures a business’ competitive edge in this era where operating systems and applications are increasingly accessed and/or stored on the Internet. Web applications that can function on a ... learn more
| ||||||||
| ||||||||
Errors That Developers Make With Ajax | ||||||||
Errors That Developers Make With Ajax Basic Things That Developers Must Avoid While Ajax has been the subject of hype for its ability to make web applications much more interactive, with power comes responsibility, and Ajax can be dangerous in the hands of developers who do not know how to use it properly. While Ajax ... learn more
| ||||||||
| ||||||||
Ajax Frameworks | ||||||||
Introduction Ajax frameworks support Ajax technologies to build dynamic, client-side web sites. On dynamic web pages, users can make requests of a database contained on a server. Within an Ajax framework the data is sent to or read by the server through the use of JavaScript. This allows users to make specific requests that are ... learn more
| ||||||||
| ||||||||
Using Ajax from Perl | ||||||||
You could spend a lot of time figuring out all the pieces of JavaScript on the client side and Perl on the server side in order to work out how to use Ajax in your code. Thankfully, there's already a module on CPAN to take the pain out it: CGI::Ajax. ... learn more
| ||||||||
| ||||||||
How To Pick an Ajax Framework | ||||||||
In the last year, nearly 500 Ajax frameworks have been created. Picking the proper framework is extremely important, because it will determine the success of the features, maintenance, and development time for your project. There are a number of questions you will want to ask yourself when it comes to choosing the proper framework. If ... learn more
| ||||||||
| ||||||||
Ajax form validation | ||||||||
Learn how to use AJAX in order to process and validate your forms. ... learn more
| ||||||||
| ||||||||
Ajax For Beginners | ||||||||
AJAX allows you to make a call to an http server (typically an RSS feed or a webpage), get it’s content and load them into your existing page without having to refresh the whole page. This means that services like email don’t have to reload the whole page everytime you click a message, saving on ... learn more
| ||||||||
| ||||||||
Ajax Disadvantages | ||||||||
Introduction Ajax is the acronym for Asynchronous JavaScript and XML. It incorporates a suite of technologies aimed at improving user experience with web pages. It also allows programs written in different programming languages on different browsers to communicate with each other. Translation, communication and function between web applications happens remotely and, ideally, instantaneously. Another primary ... learn more
| ||||||||
| ||||||||
Google and Ajax | ||||||||
Introduction In a recent article, reporter and web developer Sean Michael Kerner declared “The AJAX World Belongs to Googleâ€. This article refers to the dominance of Ajax in Google’s web applications and how Google’s continued incorporation of Ajax techniques is bringing Ajax to the mainstream. Ajax is an acronym for “Asynchronous JavaScript and XML. By ... learn more
| ||||||||
| ||||||||
Guide to Using AJAX and XMLHttpRequest | ||||||||
The XMLHttpRequest object is a handy JavaScript object that offers a convenient way for Web pages to get information from servers without refreshing themselves. The purpose of this article is to demonstrate through a series of baby steps just how easy it is to use the XMLHttpRequest object ... learn more
| ||||||||
| ||||||||
AJAX: Building a Chat | ||||||||
This tutorial is teaches how to build a Live Chat for WebSite ... learn more
| ||||||||
| ||||||||
Three Practical Uses For Ajax | ||||||||
In this article I'm going to show you three simple and practical uses for Ajax on your Web site. You'll need to know a bit of HTML, JavaScript, and PHP to follow along, but I'll do my best to explain everything in simple terms so you don't get lost. ... learn more
| ||||||||
| ||||||||
