Big Blog

Arts & Culture
Banking
Biological Science
Blog Watch
Celebrities
Computer Games
Computer Security
Cricket
Data Privacy
Developer
Domain Names
E-commerce
Gadgets
General Science
Handhelds
IP & Patents
Java
Linux
Mobile Technology
Movie Reviews
MP3
Nanotech
Online Auctions
Online Legal Issues
Open Source
Personal Finance
Photography
Quirky
Robotics
Search Engines
Space Science
Top Internet
Top Stories
Top Tech
Video Games
Web Developer
Webmaster Tips
XML & Metadata
{Home}



ajax: search

WordPress: AJAX/Dynamic Content and Interactive Forms

AJAX—it's the buzzword that hit the Web with a bullet in 2005, thanks to Jesse James Garrett, a user-experience expert who founded AdaptivePath.com. If you're totally new to AJAX, I'll just point out that; at its core, AJAX is nothing that scary or horrendous. AJAX isn't even a new technology or language!

How to Develop Web Applications with Ajax: Part 1

In the past, web applications were limited because a web page had to be reloaded (or another page loaded in its place) in order for new data to be obtained. Other methods were available (without loading another page), but the techniques weren’t well supported and had a tendency to be buggy. In recent months, a technique that had not been widely supported in the past has become available to a large number of web surfers, giving developers more freedom to develop cutting-edge web applications. These applications, which asynchronously retrieve XML data via JavaScript, are affectionately known as “Ajax applications” (Asynchronous Javascript and XML applications). In this article, I will explain how to retrieve a remote XML file via Ajax to update a web page, and as this series continues, I will discuss more ways that Ajax technology can be us

AJAX Essential Training: An XML HTTP Request Smith also covers how XMLHttpRequests actually works in the code

In AJAX Essential Training, instructor Dori Smith shows experienced web developers how to utilize AJAX to best create dynamic pages. The course covers selecting the best tools for the job (HTML, CSS, JavaScript, XML), understanding all aspects of HTTP from requests to responses, and creating dynamic forms and maps from static HTML and CSS forms and files. Dori also explains in detail how to get and use the Yahoo! UI framework.

Video-Based Tutorial: AJAX Essential Training: An XML HTTP Request

In AJAX Essential Training, instructor Dori Smith shows experienced web developers how to utilize AJAX to best create dynamic pages. The course covers selecting the best tools for the job (HTML, CSS, JavaScript, XML), understanding all aspects of HTTP from requests to responses, and creating dynamic forms and maps from static HTML and CSS forms and files. Dori also explains in detail how to get and use the Yahoo! UI framework.

How to Create an Ajax Autocomplete Text Field: Part 11

It's been a voyage of discovery and learning, but our series on the Ajax Autocomplete Control is drawing to a close. Along the way, we learned about the Eclipse IDE, the Eclipse Web Project, JSP pages, how to add a Tomcat server to the IDE, JavaScript, Ajax, JSON and CSS. This week we wrap up the series by adding code to process

Saving and Retrieving Data with AJAX in ASP.NET

In this first part of a four-part series, you'll learn how to make your ASP.NET applications featuring AJAX do some of the most important functions: save, retrieve, and change data. This article is excerpted from chapter four of Learning ASP.NET 2.0 with AJAX: A Practical Hands-on Guide, written by Jesse Liberty, Dan Hurwitz and Brian MacDonald (O'Reilly, 2007; ISBN: 0596513976). More...

JavaScript,UpdatePanels,VB.NET

We all know that AJAX utilizes JavaScript, but what if we want to use our own JavaScript calls in conjunction with AJAX? This tutorial will show you how we can call JavaScript ourselves whilst using AJAX. We will be making use of the Alert method in JavaScript when the user clicks a button.

AJAX-Powered Features in CoaguTrak Optimized With Google Chrome Browser

AJAX-Powered Features in CoaguTrak's Anticoagulation Software Optimized With Google Chrome Browser(TM)

AJAX-Powered Features in CoaguTrak Optimized With Google Chrome Browser

AJAX-Powered Features in CoaguTrak's Anticoagulation Software Optimized With Google Chrome Browser(TM)

AJAX RIA Toolset for IBM WebSphere Platform Released

AJAX for IBM WebSphere Platform is available for download. The files are packaged as Eclipse plugins, so I was able to install them into Eclipse 3.2 to just view the documentation. (it works with WebSphere Application Server Toolkit also) There are included samples and tutorials, although according to the forum, some samples may require WebSphere Application Server 6.0 or higher in order to properly deploy the EAR (enterprise application archive)." writes Jim Hsu in IBM's official blog.

AJAX World RIA Conference - Extending Dojo via New Widgets

NET · AJAX · CLOUD · ECLIPSE · FLEX · OPEN WEB · iPHONE · JAVA · LINUX · OPEN SOURCE · ORACLE · PBDJ · SEARCH · SILVERLIGHT · SOA · VIRTUALIZATION · WEB 2.0 · WIRELESS · XML

AJAX World: HTML 5, WebSocket, and Comet - The Future of the Web

NET · AJAX · CLOUD · ECLIPSE · FLEX · OPEN WEB · iPHONE · JAVA · LINUX · OPEN SOURCE · ORACLE · PBDJ · SEARCH · SILVERLIGHT · SOA · VIRTUALIZATION · WEB 2.0 · WIRELESS · XML

AJAX Essential Training: An XML HTTP Request

In this video training series, Lynda.com instructor Dori Smith discusses An XML HTTP Request, which is the core functionality of AJAX. She explains how the request is capitalized, and explains why the spelling matters (javascript is case sensitive), and if you get the characters spelled incorrectly, Javascript will get confused. She discusses the properties that XMLHttpRequests have as well.

AJAX Push for the iPhone with ICEfaces

The iPhone has brought the unification of the Desktop and Mobile Web, but there are still a number of challenges in bringing AJAX applications to mobile devices, including reduced bandwidth, increased latency, reduced screen size, and limited battery life.

AJAX Push for the iPhone with ICEfaces

The iPhone has brought the unification of the Desktop and Mobile Web, but there are still a number of challenges in bringing AJAX applications to mobile devices, including reduced bandwidth, increased latency, reduced screen size, and limited battery life.

AJAX Extender Example: Button Enabled Changes

This article illustrates an example of an extender that changes the enabled status of another control when the button is clicked. The author provides a detailed introduction to AJAX Control Toolkit and delves into the creation of the server extender and also that of client side component with the help of detailed code samples. More...

AJAX RIA Toolset for IBM WebSphere Platform Released

A round-up of the overall themes and topics being presented at the 6th International AJAXWorld RIA Conference & Expo at The Fairmont Hotel in San Jose, CA, October 20-22, 2008 - including keynotes by Adobe's CTO and Microsoft’s Developer Platform VP and Sessions on AIR & Flex, AJAX, ASP.NET, Google Web Toolkit (GWT), iPhone Development, JavaScript, Mashups, Mobile RIAs, Open APIs & Toolkits. More...

Ajax validation with Struts 2

Writing code to validate Web-form input can be even more of a chore than implementing form-processing logic. But help is at hand, thanks to the Struts 2 framework. Oleg Mikheev looks under the hood of the Struts 2 validation mechanism and shows you how its Java, JavaScript, and Ajax support can take the pain out of Web-form validation.

eBay to Present at SYS-CON's AJAX World RIA Conference & Expo

NET · AJAX · CLOUD · ECLIPSE · FLEX · OPEN WEB · iPHONE · JAVA · LINUX · OPEN SOURCE · ORACLE · PBDJ · SEARCH · SILVERLIGHT · SOA · VIRTUALIZATION · WEB 2.0 · WIRELESS · XML

An Ajax Approach to Active Client Pages

If a user were using a slow Internet connection, he would have found that it takes time for him to have his web page displayed (downloaded) at his client computer. Nowadays, only the first page of his web site will take a long time to be downloaded; the rest of the pages will come very fast. Keep reading to learn how we can accomplish this trick. It's all thanks to Active Client Pages and the magic of AJAX.

WaveMaker, Genuitec cite AJAX focus

Developing with the popular AJAX technique for Web applications is the focus of product releases Monday from both WaveMaker and Genuitec.

Using AutoComplete in the AJAX Toolkit in VB.NET

In this tutorial, you will learn how to implement something similar using the AutoComplete AJAX Control and a Web Method.

ComponentGo! has released WebSchedulerGo 2.4.7 ? Gantt scheduling with AJAX

The WebSchedulerGo 2.4.7 is a unique ASP.NET control on the market that allows users to manage multiple resources at a time. AJAX technology gives one the possibility to drag and drop scheduler items to change time and/or resource, or to edit in place texts on the scheduler. A hierarchical tree of the rows allows building parent-child relations among resources. The control can be used in many areas: hierarchical project planning, management of resources and time, hotel room booking, employee scheduling, team management, doctor/patient time planning, etc.

AJAX for Oracle: Building RIAs Without Plug-ins

developers (and users) definitely want Web 2.0 features, but unfortunately very few of them have the time to learn and keep up with the swift pace of advancement in

AJAX RIA Toolset for IBM WebSphere Platform Released

Broadband Service Provider Trident SR Sdn. Bhd.


Search News:


Copyright © 2001-2008 Jonathan Hedley