Wednesday, April 30th, 2008
Category: Browsers
, Debugging
, Showcase
PPK has published new event compatibility tables that test the event registration models (traditional, W3C and Microsoft) as well as event bubbling and capturing. There is a lot of data here on the quirks of the various browsers.
Category: Accessibility
, Ajax
John Resig put together a nice overview of the ARIA Live Regions specification with an example of how you can track a list of people in a way that a screen reader can understand when someone is added or deleted. Imagine a todo list application. PLAIN TEXT HTML: <ol aria-live="polite" aria-relevant="additions removals" Read the rest...
Category: Dojo
, Examples
Sam Foster has written up an example of using Dojo to create directory listings with keyboard shortcuts. You can now tab over to the box on the top right, and filter your selections: This tutorial shows you how to upgrade those plain vanilla pages to make getting around a little faster and along the way Read the rest...
Category: JavaScript
, Utility
Tor Norbye has posted about the type inference that NetBeans has with JavaScript: Roman Strobl has just published a screencast of the new JavaScript editor in NetBeans 6.1. The demo is around 5 minutes and highlights many of the editing features. I'd like to dwell on the type inference part a bit. Around four minutes Read the rest...
Tuesday, April 29th, 2008
Category: Prototype
, Scriptaculous
, Showcase
Twistori is a fun little site created by Amy Hoy and Thomas Fuchs. As you would expect, design is a key part of the application, and the Prototype / Script.aculo.us combo pull off the work. The site pulls in live data on various topics (love, hate, think, believe, feel, wish) via the real-time twitter search Read the rest...
Category: .NET
, Performance
Omar AL Zabir, the co-founder & CTO of Pageflakes has written about a continuous streaming Ajax proxy that solves the common problem that all Ajax proxies have, the double delay in downloading content on server first and then delivering to the browser. Omar talks about the continuous proxy that can help solve the problems. The Read the rest...
Category: Mobile
Jason Grigsby of Cloud Four has created a research project that needs our help. He has created a mobile browser concurrency test to "query the number of concurrent connections your phone makes. Your phone’s browser will need to display images for the test to work. We’ve also set up a SMS keyword to make it Read the rest...
Monday, April 28th, 2008
Category: Aptana
, Cloud
, JavaScript
Aptana have announced their cloud platform initiative, Aptana Cloud. Aptana Cloud plugs right into your IDE to provide instant deployment, smart synchronization, and seamless migration as you scale. Aptana Cloud is ideal for developers who use scripting languages to create Ajax, Facebook, mySpace and all other sorts of Web applications. The key is that this Read the rest...
Category: Component
, Flash
, JavaScript
, MooTools
Harald Kirschner has created a new version of FancyUpload "a file-input replacement which features an unobtrusive, multiple-file selection menu and queued upload with an animated progress bar." A good example is the Queued Photo Uploader which is coded by: PLAIN TEXT JAVASCRIPT: var swiffy = new FancyUpload2($('demo-status'), $('demo-list'), { 'url': Read the rest...
Category: JavaScript
, Library
Jeff Watkins is a fan of the Cocoa data binding model, and wanted to bring it to the Web. This lead him to create a projects three years ago, which comes out of the dark now: Coherent. There are some fun demos, such as the Flickr Browser, and the Laptop configurator which mimics the Apple Read the rest...
Category: Games
, Java
, JavaScript
As John Resig reports, the Japanese Shibuja.JS user group managed to port (at least in parts) the Java Virtual Machine over to JavaScript. The project is called Orto and there is a Japanese PDF explaining the details (I guess) available on John's site. Using this you can convert Java code into bytecode and embed it Read the rest...
Category: JavaScript
, Sencha
Jack Slocum and his team are listening, and appear to be working with the community to clear things up: With our recent change to the GPL v3 some concerns have been brought up by the Ext Community. We are hoping to address some of those concerns via community discussion of two new FLOSS exceptions. The Read the rest...
Sunday, April 27th, 2008
Category: Editorial
, JavaScript
, Sencha
OpenEXT is here. It is a fork of Ext JS 2.0.2, which was under an LGPL license (kinda.... with some invalid, non-open source licensing). The crux of the fork is: Ext are claiming that a fork of the existing 2.0 version is not legal, due to the way they applied the LGPL. This is likely Read the rest...
2.3 rating from 276 votes
Saturday, April 26th, 2008
Category: Editorial
, Sencha
There has been a lot of noise revolving around Ext JS and the open source license decisions. Under the original license (LGPL-ish) many thought that it wasn't actually an open source license at all. Jack changed to GPL last week when he announced version 2.1, but others have been upset with views on forking the Read the rest...
Friday, April 25th, 2008
Category: Browsers
, Examples
, JavaScript
, Performance
, Showcase
, Testing
Steve Souders has released a nice little tool called Cuzillion which has the tag line of ‘cuz there are zillion pages to check, although it could also be that there are a zillion ways to do Web development! The tool lets you test out different techniques for optimizing performance in browsers, and these tests can Read the rest...
Category: Ajax
, JavaScript
, Library
, Screencast
I just posted on a a translate bookmarklet that uses the Google AJAX Language API: I really liked getting the Ajax Language API out into developers hands as god knows we shouldn't have to worry about translations. Now we can use the API and have the Google back-end do all of the work. I have Read the rest...
All Posts of April 2008