Thursday, May 31st, 2007
Category: The Ajax Experience
Ajax developers are used to wringing a lot of functionality out of a limited and generally closed platform. Thanks to many pioneers, we’ve been able to do really rich UIs in HTML for a few years now. But going off-line has always been Really Tough. Adobe’s Apollo project has been ahead of the game in Read the rest…
Wednesday, May 30th, 2007
Category: Gears
, Google
I couldn’t resist taking RSS Bling, and adding modern offline support to it (instead of HTA/Mozilla specific support from 2+ years ago). I tackled a very narrow problem. Instead of grabbing feed and post data directly from an online store, I changed the code to: Display the feeds and posts, pulling them from the local Read the rest…
Category: Announcements
, Google
, GWT
With the Google Developer Day here, we are seeing a lot of interesting news from Google (If I may say so myself). We just saw that GWT 1.4 RC has been released, and it is a big deal for the GWT community. With version 1.3 we saw the fully open source migration of the framework. Read the rest…
Category: JavaScript
, Library
Monsur Hossain has created a simple Javascript LRU Cache: It is loosely based on ASP.NET’s Cache, and includes many caching options such as absolute expiration, sliding expiration, cache priority, and a callback function. It can be used to cache data locally in the user’s browser, saving a server roundtrip in AJAX heavy applications. Usage < Read the rest…
Category: OpenAjax
Coach Wei is chair of the OpenAjax CommunicationHub task force, and he wants feedback: CommunicationHub is another part of the technical work that OpenAjax Alliance has been working on. The goal of CommunicationHub is to identify and propose solutions for communications related interoperability issues, eventually leading to the formation of a working group around this Read the rest…
Category: Component
, Prototype
TableKit is a Prototype based library that lets you create sort, inline edit, and resize tables. There is a simple unobtrusive way to use the component: < View plain text > HTML <table class="sortable resizable editable"> And, you can get lower level and work directly with the API via the TableKit objects.
Category: Fun
, JavaScript
, Library
From the “we can do it, so we will” department we have JSVI, a JavaScript implementation of vi, in ~3.5k lines of code. (via Dean)
Tuesday, May 29th, 2007
Category: Google
, Mapping
, Showcase
When I first saw the new Street View functionality that has appeared in the Google Maps preview I was obviously impressed. We have seen other companies taking photos of the content, but being able to walk around the Map was very cool. If I am visiting a new building, or area, I find myself checking Read the rest…
Category: jQuery
, Showcase
In dogfood style, little Web 2.0 apps come up to support Web 2.0-isms. My Cool Button takes on the Big Button meme, and uses jQuery to get ‘er done.
Category: Showcase
Shea Rial pointed us to GCOE X, the latest entry in the Ajax OS market. There isn’t much to see yet, but you can take it for a mini-test drive. As much as I love the Web, and Ajax, the Web / Ajax OS dream seems a looooong way out. And if it ever happens Read the rest…
Category: JavaScript
, Library
, UI
Our own Michael Mahemoff has been at it again, and this time with a real twist. Michael has packaged Bitjuice, a Javascript API that lets you draw graphics by creating complex HTML tables that are styled. Yup, not Canvas, not SVG, but HTML tables! You can take it for a spin with the interactive scratchpad.
Monday, May 28th, 2007
Category: Roundup
We realize that it is an incredible tough job to keep up on what is happening in the Ajax community as it is so broad. We aim to bring you a few posts a day to take some of the burden off of you, but what about broader terms? We are starting a new monthly Read the rest…
Friday, May 25th, 2007
Category: JavaScript
, Library
, Showcase
Marijn Haverbeke has not only been able to create a syntax-highlighting JavaScript editor in JavaScript, but he has written up the story of the brutal odyssey to the dark side of the DOM tree. The story is a great romp through the never-never-land of JavaScript, DOM, and browser “quirks”. It is well worth a read Read the rest…
Category: JavaScript
, Library
Fabio Zendhi Nagao, an applied math student and term Moootols fan, has created fValidator an open source unobtrusive javascript tool for easy handling form validation. You markup your form something like this: < View plain text > HTML <input id="exA_Phone" class="fValidate[’required’,’phone’]" name="phone" type="text" /> And, the framework takes care of the validation. The example will Read the rest…
Category: JavaScript
, Library
, Prototype
Christos Constandinou has created Event.observeMethod, a library that gives you a way of adding event listeners to methods in an object and running other methods before, around and/ or after the method you are listening to. The code itself is small, based on Prototype, and only 49 lines (1.8kb), uncompressed. < View plain text > Read the rest…
All Posts of May 2007