Top stories for ajax

Buzz | Video | Top stories | My News


added 2009 Tue Mar 24 16:38:56 by Spider8411
Today we present the new collection of the most interesting jQuery plugins for the last month.
added 2009 Tue Mar 24 3:57:57 by Jim Wilson
This article demonstrates how to dynamically add a > node to the DOM, supplying custom code which will be executed only when the script has successfully finished loading.
added 2009 Sat Mar 21 11:18:07 by sven
With the OpenSocial Development Environment (OSDE), you no longer need an online OpenSocial container environment to build your applications. OSDE is a new Eclipse plugin that lets you develop either OpenSocial JavaScript (gadget) client applications or OpenSocial Java client applications using OpenSocial 0.8's REST/RPC protocols, entirely within the Eclipse development environment.
added 2009 Fri Mar 20 3:34:59 by Jim Wilson
JavaScript's variable scoping rules can cause problems for developers, especially when using loops to set up events. This article introduces one elegant approach to these situations called a loop closure.
added 2009 Thu Mar 19 13:41:32 by bloid
We???ve got another great round of talks for you today from John Resig, Jack Slocum, and Christian Heilmann.
added 2009 Thu Mar 19 6:36:52 by rlamarch
The article describes how you can create a centralized object for handling XHR requests. This approach opened up many possibilities for specialized features such as bookmarking, history and other stateful problems encountered in ajax programming.
added 2009 Wed Mar 18 12:46:26 by vik20000in
The Microsoft Ajax team made the fourth preview of the 4.0 version available on CodePlex. This is an important release because it enables the full client data story, complete with the ability to get changes back to the server automatically.
added 2009 Wed Mar 18 4:29:27 by chris.grove
GWT is a framework for writing AJAX interactive web applications. I'm going to look at this from the point of view of answering the key question - "Why GWT"? In other words, out of all the AJAX frameworks out there, what compelling reasons are there to choose GWT?
added 2009 Wed Mar 18 3:32:11 by rlamarch
Comet is a Web application model that enables web servers to send data to the client without having to explicitly request it. Developers can utilize Comet techniques to create event-driven Web apps. This article will examine one method of implementing Comet called Ajax Long Polling and demonstrate how it can be used to refresh page components and keep cached data in synch with the server.

Sponsors

 
added 2009 Wed Mar 18 2:49:54 by polterguy
Here's a pretty new and fresh test of browser speed in regards to JavaScript using the Peacekeeper test from Futuremark... Running on an AMD trippel core with 4GB of RAM stripped for processes it's testing 10 different browser (versions)
added 2009 Tue Mar 17 8:48:42 by -fox-
A very easy and thorough mechanism to refresh partial pages with AJAX and JQuery that allows an easy implementation of a real-time dashboard in just 3 minutes.
added 2009 Tue Mar 17 8:20:46 by Matt Stine
I'm currently working on a Grails application with a requirement for uploading product images, which are subsequently resized into thumbnails of various sizes for different shopping screens. Since it took a bit of doing to get this done, I thought I'd post my solution here in case anyone could benefit from it.
added 2009 Sun Mar 15 20:41:52 by LogicallyGenius
Make sure you click that dancing text. Also check that 'Elastic' option in the dropdown menu. For more info --> http://code.google.com/p/gwt-fx/wiki/KeyFeatures
added 2009 Sun Mar 15 20:27:57 by LogicallyGenius
This site currently exists to test out usage of the HTML 5 video and audio elements with the Ogg codecs. You'll need a browser that can playback Ogg media using > and >. Firefox 3.1 nightly builds, Opera experimental builds and Safari with XiphQT installed can playback videos with varying degrees of success. Basic playback support for non-HTML5 compatible browsers is provided by the Java based Cortado player.
added 2009 Sat Mar 14 12:37:54 by skls
Release 1.4.6 includes: Bug fixes: 1. Grid Resize Does Not Collapse Properly 2. SimpleGrid resizing issues 3. Issues with GWT embedded browser New features: 1. Implement basic borders API 2. Implement advanced tab panel 3. Columns resizing feature must be implemented in the SimpleGrid 4. Add setDate() to DatePicker 5. New demo application required 6. Add grid methods to provide an ability to get grid rows, columns, etc 7. Make user manual
added 2009 Fri Mar 13 5:46:23 by jmarranz
This release adds even more control for developers, more browsers and preliminary support of the full remote control feature.
added 2009 Thu Mar 12 23:56:55 by ahmedsayed_86
Free ASP.NET MVC book by Scott Gu
added 2009 Thu Mar 12 14:12:16 by FromTheBeetFarm
Simple way to use XML and jQuery to manage options for a drop-down box.
added 2009 Thu Mar 12 10:40:13 by drimille
Why you should create a jQuery plugin, what are the advantages and tutorials on it.
added 2009 Thu Mar 12 5:37:07 by Noupe
Employees need to access their email from wherever they happen to be ??? on the road, at customer sites, remote offices, and at home. WebMail clients allows receiving and sending email messages using POP3 and SMTP protocols through both local and remote mail servers. Providing secure filtering of unsafe content while viewing HTML-formatted email mess
added 2009 Thu Mar 12 4:07:56 by brixon
JSONP (JSON with Padding) was created as a workaround to the cross domain problem. The cross domain problem refers to the fact that Ajax code run from website A can't access data from website B. So as a simple example, imagine trying to load Yahoo Search results from your site:
added 2009 Wed Mar 11 2:05:53 by LogicallyGenius
An applet can traverse and modify the Document Object Model (DOM) of its web page.
added 2009 Tue Mar 10 21:25:58 by Michael Cote'
In this episode of RIA Weekly, with talk with Jeff Haynie about the open source Ajax and desktop application development frameworks Appcelerator is working on. We also go over the RIA news of the week.
added 2009 Tue Mar 10 18:29:57 by Spider8411
In this article we review 10 most popular JavaScript frameworks and comparing them by various aspects.
added 2009 Tue Mar 10 12:15:09 by MrCao
I recently came through a problem while working on a javascript framework on top of jQuery. At one point, having one big javascript file containing all the application objects becomes hard to both naviguate and maintain. From here you want to ease your developement process by splitting your main class in small, specialized, classes ...
added 2009 Tue Mar 10 8:15:45 by Holly Irving
One of the biggest pains when testing web applications is hitting the wall with Ajax and client-side dynamic content. The big problem from an architectural standpoint is that at a DOM level it is incredibly difficult to determine a significant action from an insignificant action. If one were to record every minor browser DOM mutation, the output Test Case would be hundreds of lines long, which whilst amusing for about 5 seconds, is completely unmaintainable. Read more at: http://www.jadeliquid.com/blogs/2009/testing-complex-ajax-content.php
added 2009 Tue Mar 10 6:59:29 by kylehayes
In an effort to better understand loosely what developer's think of the JavaScript frameworks they use, I've created a short survey. It is by no means a scientific representation of an overall census, naturally. I hope to have a somewhat broad enough audience for this short poll.
added 2009 Mon Mar 9 1:28:58 by bloid
When using these, developers have to carefully consider many subtle techniques to help users get things done. In this article, we present 70 new and useful JavaScript and AJAX techniques, all of which are of the highest quality and are more or less easy to configure. You will also find some very useful but better known techniques to use on almost any project you work on.
added 2009 Thu Mar 5 7:33:23 by marcosesperon
FlipClock is a simple jQuery plugin. I use it as tutorial for people who want to develop a basic plugin for jQuery.
added 2009 Thu Mar 5 5:18:04 by aburo
ZK is a open source Ajax Java Web framework that enables rich UI for Web applications with little programming. ZK's Direct RIA tecnology minimizes the development cost by transparent and automatic synchronization between client and server.


12345678910111213 ... 29 »