|
ajax: search
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!
in Webmaster Tips
via WebReference.com @ 7:24 17th Sep
- Related
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
in Webmaster Tips
via HTML Goodies @ 11:57 27th Aug
- Related
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.
in XML & Metadata
via IT Business Net @ 22:16 15th Sep
- Related
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.
in XML & Metadata
via IT Business Net @ 22:17 15th Sep
- Related
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
in Webmaster Tips
via WebReference.com @ 20:04 14th Aug
- Related
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...
in Developer
via ASPWire @ 18:11 21st Aug
- Related
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.
in Developer
via Programmers' Heaven @ 21:06 17th Sep
- Related
AJAX-Powered Features in CoaguTrak's Anticoagulation Software Optimized With Google Chrome Browser(TM)
in Search Engines
via AJAX and RIA Journal @ 2:15 11th Oct
- Related
AJAX-Powered Features in CoaguTrak's Anticoagulation Software Optimized With Google Chrome Browser(TM)
in Search Engines
via Silverlight Developer's Journal @ 17:29 10th Oct
- Related
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.
in Web Developer
via SYS-CON Media @ 21:03 13th Aug
- Related
NET · AJAX · CLOUD · ECLIPSE · FLEX · OPEN WEB · iPHONE · JAVA · LINUX · OPEN SOURCE · ORACLE · PBDJ · SEARCH · SILVERLIGHT · SOA · VIRTUALIZATION · WEB 2.0 · WIRELESS · XML
in Java
via Java Developers Journal @ 19:04 12th Sep
- Related
NET · AJAX · CLOUD · ECLIPSE · FLEX · OPEN WEB · iPHONE · JAVA · LINUX · OPEN SOURCE · ORACLE · PBDJ · SEARCH · SILVERLIGHT · SOA · VIRTUALIZATION · WEB 2.0 · WIRELESS · XML
in Web Developer
via SYS-CON Media @ 10:15 7th Aug
- Related
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.
in XML & Metadata
via Tutorial Finder @ 22:18 15th Sep
- Related
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.
in Handhelds
via AJAX and RIA Journal @ 16:35 10th Oct
- Related
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.
in Mobile Technology
via SOA World Magazine @ 22:24 9th Oct
- Related
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...
in Developer
via ASPWire @ 19:12 13th Aug
- Related
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...
in Web Developer
via ASPWire @ 19:11 14th Aug
- Related
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.
in Java
via Java World @ 15:00 3rd Oct
- Related
NET · AJAX · CLOUD · ECLIPSE · FLEX · OPEN WEB · iPHONE · JAVA · LINUX · OPEN SOURCE · ORACLE · PBDJ · SEARCH · SILVERLIGHT · SOA · VIRTUALIZATION · WEB 2.0 · WIRELESS · XML
in Online Auctions
via Sys-Con Media @ 3:43 8th Oct
- Related
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.
in Webmaster Tips
via DevShed @ 15:38 8th Oct
- Related
Developing with the popular AJAX technique for Web applications is the focus of product releases Monday from both WaveMaker and Genuitec.
in Linux
via Linux World Australia @ 3:52 20th Aug
- Related
In this tutorial, you will learn how to implement something similar using the AutoComplete AJAX Control and a Web Method.
in Developer
via Programmers' Heaven @ 18:47 1st Oct
- Related
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.
in Developer
via Programmers' Heaven @ 1:08 11th Oct
- Related
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
in Java
via Java Developers Journal @ 1:28 28th Sep
- Related
Broadband Service Provider Trident SR Sdn. Bhd.
in Web Developer
via AJAX and RIA Journal @ 9:05 13th Sep
- Related
Search took 0.02 seconds.
|
|