Activate your free membership today | Log-in

Friday, August 26th, 2005

Ajaxian.com Launches New Ajax Podcast!

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…

Posted by Dion Almaer at 12:59 am
11 Comments

+++--
3.9 rating from 9 votes

ObjectGraph Ajaxian Dictionary

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.

Posted by Dion Almaer at 12:39 am
Comment here

+++--
3 rating from 5 votes

Thursday, August 25th, 2005

Developing Ajax Applications with DWR

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…

Posted by Dion Almaer at 12:11 pm
Comment here

+++++
5 rating from 3 votes

Microsoft FireAnt: Ajax behind Hotmail

Category: Editorial

Omar Shahine from the MS Hotmail team has come out talking about the new architecture for hotmail. Last summer we spent a lot of time at the white-board evaluating a number of ways to deliver a new architecture for Hotmail. We considered a number of things: Modification of the current C/C++ ISAPI architecture to support Read the rest…

Posted by Dion Almaer at 10:35 am
2 Comments

++++-
4 rating from 10 votes

Ajax Tutorial: A Tale of Two IFrames

Category: Articles

Brad Neuberg has written a mini-tutorial on the black art of iframes and browser history. iframes? er we get that… you may think. However, Brad gets into the differences between: simple iframe via markup <iframe id=”testFrame” src=”http://www.google.com”> </iframe> iframe programatically var testFrame = document.createElement(“IFRAME”); testFrame.id = “testFrame”; testFrame.src = “http://www.google.com”; document.body.appendChild(testFrame); Thoughts on browsers In Read the rest…

Posted by Dion Almaer at 10:27 am
1 Comment

++++-
4.3 rating from 4 votes

Spanish Ajaxian Examples

Category: Examples

Senor Bastida emailed us with his ajax examples, Spanish style. He has packaged clasic examples like google suggest, several sections of gmail, loading times, page managers etc… and all of the code is available under a GPL license. For our Spanish readers :) Ajaxian Examples

Posted by Dion Almaer at 9:55 am
1 Comment

+++++
5 rating from 1 votes

Rails based Ajaxian Spell Checker

Category: Ruby

Dee Zsombor has written up How to build an AJAX-ed spellchecker with Ruby On Rails. The tutorial walks you through binding to Aspell via Ajax, and takes you step by step (from starting a fresh Rails app). Some of the Meat <!– file app/views/spell/_misspelled.rhtml –> <% suggest_div = “suggest__#{cnt}” this_span = “id__#{cnt}” %> <span id=’<%=this_span%>’> Read the rest…

Posted by Dion Almaer at 9:45 am
1 Comment

++++-
4 rating from 2 votes

Wednesday, August 24th, 2005

CPAINT Security Flaw: Hold your horses

Category: Editorial

There was a lot of fuzz over the CPAINT security flaw: A security hole in a popular development tool has severe implications for a number of the Internet’s most popular applications, including Gmail, Flikr and MSN Virtual Earth. This has been taken a little far. CPAINT has been updated, so it doesn’t allow you to Read the rest…

Posted by Dion Almaer at 12:54 pm
Comment here

OOOOO
Rate the above post

Prototype JavaScript library documentation

Category: Library, Prototype

We have great JavaScript frameworks, growing by the day, with Prototype and Dojo Toolkit. The challenge at the moment is good documentation. Sergio Pereira put together some solid Prototype documentation. Sergio goes through: the $() and $F() functions Ajax.Request Ajax.Updater Reference for prototype.js [ via Rob Sanheim ]

Posted by Dion Almaer at 12:02 pm
Comment here

OOOOO
Rate the above post

Ajax Framework Comparison Chart

Category: Editorial, Toolkit

The Midnight Coders are at it again with their Ajax product comparison chart. The comparison compares: WebORB (Midnight Coders own offering) DWR (open source java framework Ajax.NET Sajax (PHP) and ignores others (well, there ARE a lot…. maybe Backbase should be there as another commercial offering?) As they said: I suspect people may say we’re Read the rest…

Posted by Dion Almaer at 1:05 am
5 Comments

+++--
3.8 rating from 13 votes

HashBash: Ajax MD5/SHA1 Lookup

Category: Utility

A lil utility here. HashBash is an ajaxian service that looks up MD5 or SHA1 hashes.

Posted by Dion Almaer at 1:00 am
1 Comment

+++--
3.5 rating from 2 votes

Bitkraft: Ajaxian .NET web framework

Category: .NET, Toolkit

Bitkraft Web Library was developed as a web framework that extends the Microsoft Asp.net framework to provide more dynamic user interaction via ajax and json. Bitkraft is a CLR based (.NET) web framework that allows distributed web content to be created and served in a unique fashion. It is written in C# and compiles for Read the rest…

Posted by Dion Almaer at 12:56 am
Comment here

+++--
3 rating from 4 votes

OpenPortal: DHTML In-Place Editing in a Wiki ….. in 1999

Category: Editorial, Portal

We are hearing a lot of timewarps back to 1999/2000+, and Brad Neuberg joins in the back-think: Commercial Wikis such as SocialText and Jot have come out with in-place editing using DHTML and AJAX. Recently I was looking through some old CDs and found a project I created named OpenPortal that prototyped similar techniques…..in 1999 Read the rest…

Posted by Dion Almaer at 12:52 am
1 Comment

++++-
4 rating from 3 votes

Tuesday, August 23rd, 2005

WinLike: Window Manager for the Web

Category: Showcase

Ryan Petrain commented on Protopage and linked over to WinLike, a window manager for the browser: WinLIKE is the first professional Window-Manager for web browsers. With WinLIKE, developers can provide web applications, websites and portals with little windows – like you are used to from your desktop. WinLIKE is based on DHTML and is only Read the rest…

Posted by Dion Almaer at 12:31 pm
Comment here

++++-
4.2 rating from 6 votes

AJFORM 1.0: Ajaxian ToolKit

Category: Toolkit

Brendon Crawford has announced AJFORM 1.0 AJFORM is a JavaScript toolkit which simply submits data from any given form in an HTML page, then sends the data to any specified JavaScript function. AJFORM degrades gracefully in every aspect. In other words, if the browser doesn’t support it, the data will be sent through the form Read the rest…

Posted by Dion Almaer at 12:30 am
2 Comments

+++--
3.7 rating from 3 votes

Hula: Ajaxian Calendar

Category: Calendar, Screencast, Showcase

Maarten Stolte pointed me to a flash demo of a new ajaxian calendar: Hula. Hula is getting a new web interface, and it kicks ass, as this (flash) demo shows Can’t wait to check out the javascript and CSS that powers all that AJAX interaction and css fades. Pay attention to the sides of the Read the rest…

Posted by Dion Almaer at 12:22 am
1 Comment

+++--
3.5 rating from 16 votes