Click here to create your personal news page. The news that appears on Ajax will appear there and be constantly updated. You can then modify the page, share it with your friends, or export it and have it appear elsewhere.

You can also create a personal news page and follow the news that interests you by clicking on the tab labelled 'New page'.
 

topics : related - allExplore

Wikio Shopping

  1. 1. Baby & Nursery
  2. 2. Car/Motor Bike
  3. 3. Communication
  4. 4. Computers
  5. 5. Electronics
  6. 6. Entertainment
  7. 7. Fashion & Lingerie
  8. 8. Finance
  9. 9. Gifts & Gadgets
  10. 10. Health & Beauty
  11. 11. Home & Garden
  12. 12. Household Appliances
  13. 13. Sport & Fitness
  14. 14. Travel
  15. 15. Video Games

New products

  1. 1. Western Digital ShareSpace 4TB
  2. 2. Sapphire Radeon HD 4550
  3. 3. LG KP500
  4. 4. Dell S2309W
  5. 5. Samsung Pixon
  6. 6. Shuttle D 1000H
  7. 7. Philips M200
  8. go to Shopping

Participate



Ajax


Sort by : relevance - date - popularity
+Vote!

This Week in HTML 5: Web Forms 2, Search, and more

In Mark’s eighth roundup of HTML 5 land, he delves into the merging of Web Forms 2, which gives us fun things like: input type=”email” input type=”url” inpu type=”number” input type=”range” input type=”date” input type=”time” input type=”datetime” input type=”week” input type=”month” Then Mark discusses input type=”search”: Andy Lyttle wants to standardize one particular feature of (which is already...

+Vote!

Maintainable JavaScript videos are now available.

One month ago, the Fronteers conference in Amsterdam featured several “deep dive” talks on various web development topics. Stuart Langridge for example explained in detail what closures are and I talked about Maintainable JavaScript. The slides of my talk have been available for quite a while now and now Bachelor ICT have released the videos [...]

+Vote!

Reinhardt: a Client-side Dispatch Framework

Kevin Dangoor of SitePen has introduced Reinhardt a dispatch engine on the client side: A typical server-side web framework today includes three main components: a URL dispatching to some controller object scheme, a template engine, and a data mapping facility. Currently in Dojo, you’ll find that the latter two items already exist. dojox.dtl provides the first [...]

+Vote!

IE8 and Standards

Anne van Kesteren of Opera Software has updated his post on IE 8 to cover beta 2: XDomainRequest: Microsoft unfortunately continues with XDomainRequest rather than making changes to XMLHttpRequest as other browsers are doing and as is being standardized by the W3C Web Apps Working Group. (Disclaimer: I am the editor of XMLHttpRequest Level 2.) [...]

+Vote!

An Interest Twist on a Pastebin

Pastebins have become an important part of sharing code with colleagues. Sites such as Pastebin & Pastie.org are extremely popular because they’re easy to use and very effective in letting people compare notes on source code, especially in a support setting. Remy Sharp wanted to take the pastebin concept a step further, past the static [...]

+Vote!

Chofter: search mashup using all things Dojo

Shane O’Sullivan has built a nice search mashup experience called Chofter. It uses all things Dojo, including: Layouts, Dialogs, Menus and ContentPanes for the user interface. dojo.data and dojo.rpc for data transfer. dojox.dtl (Django Templating Library) for transforming search data into visuals. dojo.fx and FisheyeLite for eye candy

+Vote!

How does the scoping work with eval()?

Rakesh Pai wanted to understand scope issues with eval and found a few surprises. He started with the snippet: PLAIN TEXT JAVASCRIPT: var foo = 123; var bar = { changeFoo: function() { // We'll keep changing the following snippet alert(this); eval("var foo = 456"); // Changing [...]

+Vote!

Exclusive iPhone in Action Chapter Downloads

Now that the NDA has been released, book publishers are finally able to get out their wares. Christopher Allen and Shannon Appelcline have written iPhone in Action, and have kindly given the Ajaxian community free downloads of a couple of the early access chapters: SDK Programming for Web Developers delves into the introduction to Objective-C and [...]

+Vote!

JavaScript creator ponders past, future

Brendan Eich created JavaScript, the popular scripting linguistic communication being used to liven up Internet applications. Coupled with XML, JavaScript have go portion of the Ajax (Asynchronous JavaScript and XML) technique popular in Web development. InfoWorld recently met with Eich to speak about JavaScript: where it have been and where it is headed. Eich, who functions as main technology military...

+Vote!

Antisocial: 3D in Canvas with Sound

Gasman has created Antisocial, a very enjoyable demo of Canvas doing fake 3d and 2d along with that ZX Spectrum sound that you loved as a kid. Check out the tool to see where the magic happens, and make some music, Spectrum style! I feel like we have been light on showcases recently, so please email us [...]

+Vote!

Pimp My Site with CSS and Prototype

Do you like some code pimpage? We saw a couple of interesting posts on this recently in fact. First, our own Christian Heilmann took a table based layout, and in short order turned it over to the light via YUI Grids and CSS. He took this: And it quickly became this: He has made the code available, and is [...]

+Vote!

The myths and reality of XHTML

Lack of support for XHTML is a fact of life on the web in 2008. Prior to the 3.0 series of Firefox the XHTML processor in Gecko was so poor that Mozilla’s own engineers recommended against it[27]; no version of Internet Explorer up to, and including, IE 8 support XHTML at all, and a number [...]

+Vote!

Aptana Jaxer 1.0 RC

The Jaxer team has released a release candidate for Jaxer 1.0. Here a synopsis of all the new features and improvements that have gone into this latest release candidate: Jaxer.Sandbox: HTTP-level control; support readyState, toHTML, waitForCompletion Built-in, extensible dispatching for RESTful and RPC service requests Fast, native JSON support Improved APIs for HTTP Request and Response More flexible...

+Vote!

ajax im

Asynchronous JavaScript & XML instant messenger AJAX im (“asynchronous javascript and xml instant messenger”) is a browser-based instant messaging client. It uses AJAX to create a near real-time IM environment that can be used in conjunction with community, intranet, and social websites. No refreshing of the page is ever needed for this “web application” to work, as everything is updated in real-time...

+Vote!

Extreme JavaScript Performance; John Resig on Ars

Ars Technica has a new columnist, John Resig. His first piece is on Extreme JavaScript Performance which has started to come to us in abundance recently! His article focuses on the latest updates to the fish, SquirrelFish Extreme: A popular technique that is gaining traction amongst JavaScript engine implementers is that of optimizing the engine, while it’s [...]