Wednesday, August 31st, 2005
Category: Dojo
, Showcase
“OMG! So awesome my head exploded” That is the subtitle at Turbo Ajax, and it certainly is very cool. Turbo DB Admin is Online database administration, Ajax style. If you check out the demo you will see something that feels like other db tools, but is of course right there in the web. turboDbAdmin Features Read the rest…
Category: Editorial
, Firefox
Bar Camp showed off Flock: We’re introducing the world’s most innovative social browsing experience. We call it the two-way web. Over the next few weeks, we’ll be seeding invites to a few lucky folks. Sign up to find out when invites are available Flock – Social Browsing is Cool By Techcrunch Flock was originally called Read the rest…
Category: Editorial
Every javascript coder, in almost every script, has encountered the onload limits. In this article we’ll present them briefly, together with some solutions. The window.onload event handler has two main limits: You can attach just one function to it The script will wait until the page is fully loaded before running Alessandro continues to discuss Read the rest…
Tuesday, August 30th, 2005
Category: Editorial
Somehow I also missed the blog about 37signals Writeboard, but found it thanks to Russell Beattie. What makes a web-app an app? I’d argue it’s not the functionality — there’s a lot of functionality on the web that we wouldn’t explicitly consider a “web-app.â€? I’d argue it’s the account, the infrastructure, the multi-page UI, the Read the rest…
Category: Showcase
Andrew Sutherland created a nice, clean, simple Periodic Table of the Elements that uses ajaxian techniques to grab information as you click on various areas. There are some interesting UI choices: You click on the element, not mouseover. This is nice in one way, as the popup is quite large, and Andrew changes the background Read the rest…
Category: Dojo
, Library
First DWR 1.0, and now the Dojo Toolkit 0.1.0 release. People have been chomping at the bit for a real release, and now we have it. The Dojo Download is located here, and you can grab different editions where you choose a package that has the elements that you want to use, as well as Read the rest…
Monday, August 29th, 2005
Category: Java
Joe Walker has released the 1.0 version of DWR, which is a popular Java Ajax binding framework. In this release… AJAX remoting of JavaScript calls to Java Automatic generation of JavaScript stubs to match Java code. Test pages allowing you to test and debug your server code. Access controls through: J2EE security including role based Read the rest…
Category: IE
, Ruby
Thomas Fuchs (script.aculo.us / Rails fame) talks of his Internet Explorer and Ajax image caching woes. Inserting chunks of HTML via Ajax is cool stuff, and speeds things up quite a bit. As long as you don’t happen to insert some images and you’re using Internet Explorer 6, that is. Here’s the problem: Internet Explorer Read the rest…
Category: Articles
, IE
Brad Neuberg has written up a lot on the state of state in the browser :) Saving Session Across Page Loads Without Cookies, On The Client Side This is a mini-tutorial on saving state across page loads on the client side, without using cookies so as to save large amounts of data beyond cookies size Read the rest…
Category: Flash
The Midnight Coders have announced immediate availability of the ActionScript Development Kit 1.0. This ActionScript Dev Kit is a top data collection library, that contains a nice XML parser: The goal for the XML parser was ease-of-use as we got really tired of creating bad looking code with the Macromedia’s XML object. The era of Read the rest…
Category: Firefox
, Showcase
Vivek Jishtu has written a Firefox extension that adds Ajax support to Yahoo! Mail: Adds AJAX support to the current Yahoo! mail and makes it a little more friendly. You can preview your messages without leaving your inbox. It adds a small arrow next to your email list. Click on the arrow to preview the Read the rest…
Category: Examples
, Java
The BluePrints Solutions Catalog has been updated this week. In it are many solutions on AJAX that cover show the programming model we are proposing for AJAX applications that run on the Java Enterprise Edition platform. Download or view the BluePrints Solutions Catalog at http://blueprints.dev.java.net/bpcatalog/ Check out the live solutions below: Autocomplete Basic Progress Bar Read the rest…
Saturday, August 27th, 2005
Category: Articles
, Examples
, Ruby
Jarkko Laine discusses Using Rails Ajax helpers to create safe state-changing links: A few months ago there was a heated discussion going on about Google Web Accelerator prefetching links and at the same time wreaking havoc in web apps that used plain GET links to change the state of an application. A few tricks came Read the rest…
Friday, August 26th, 2005
Category: Podcasts
We decided to bite the bullet, and try a new medium. Thus started the fun and games required in getting a Podcast up and running. Our first opening podcast focuses on: Introducing what we want to do with the podcast Having Dion and Ben discussing Ajaxian issues Going through recent items discussed in the Ajax Read the rest…
Category: Component
, Showcase
ObjectGraph has put up a very cool Ajaxian Dictionary that does a live dictionary search, allowing you to choose the particular dictionary… ObjectGraph also put together a nice Howto, showing the ASP.NET approach that they took to building this dictionary component.
Thursday, August 25th, 2005
Category: Articles
java.net have just published a step-by-step tutorial on writing a web chat app using DWR. The final result is a web-chat app, in about 100 lines of code – client and server. The point being how easy it is to get started with DWR. We could have gone into detail about using Scriptaculous for fancy Read the rest…
All Posts of August 2005