Added AjaxAC to the toolkit list. It’s yet another ajax toolkit. What I like about AjaxAC is their demo, which is a Country/City/State finder that loads data as you make selections.
Category: General
More Ajax
A couple things: Backbase now has a ‘community edition,’ there’s a greasemonkey script that does ajax debugging, Multiple Text Applicator does ajax lists.
Oh, and here’s something i wished i had yesterday — Live Http Headers — This is a mozilla extension that gives you the ability to see http headers as they’re sent.
All of this is over at my page of ajax toolkits & projects
Diesel Engines
Interesting fact: When Rudolph Diesel invented the diesel engine, his idea for fuel was peanut oil. Anyway, just got finished listening to the biodiesel episode of make audio. Good listen.
- Make Audio on Biodiesel
- Propel Fuels — Biodiesel Manufacturer interviewed on Make Audio
- Biodiesel Now — Forums for biodiesel Q&A
Ajax Extravaganza
I’ve added a static page on Ajax toolkits and interesting projects, to be somewhat of a chronicle of projects.
Most recently (from Ajaxian) are Toxic, a PHP Ajax toolkit and CFAjax, one for ColdFusion.
The static page is over on the right, and is linked to: here
Ajax roundup
I’ve been reading Ajaxian Blog, among others, recently, and here’s a roundup of some Ajax based links I’ve come across.
- Sajax — This one is really cool. Basically, it’s an Ajax client/server framework that includes backends written in ASP, ColdFusion, Io, Lua, Perl, PHP, Python, and Ruby. That’s a mouthful. I haven’t had time to play with it, but looking at the html source for their examples (they have a calculator and a simple chat program on their website)
- Dojo Toolkit — Dojo holds lots of promise, and, to be fair, it’s still in early development. Right now, they’ve got their basic “io” package available, and that’s what does the Ajax. Besides that, they plan on releasing a full javascript library of ajax enabled widgets, which is really, really cool. Some of the developers work for Jot, which is sort of a wiki-meets-excel macros company aiming to do lots of cool things to get at the “long tail” of application development that’s currently filled by simple excel macros. Oh, and other devs worked on previous projects like nwidgets, prototype, and f(m).
- Prototype
- f(m) — This one is pretty neat, it’s a Javascript / Emcascript implementation of many of Microsoft’s .NET framework objects. I think you’d really have to whack yourself in the head to start using this, but once you did, it’d be pretty neat.
- Wick — Web Input Completion Kit — Basically, this is a simple Ajax toolkit for doing auto completion a la google suggest, but with your choice of data. That’s what’s there now. They plan on releasing quite a bit more than just this, though.
- Sack of Ajax — This one is pretty much the simplest Ajax kit out there. All it does is perform an ajax call (based on the URL you provide) and put the results in a div class you specify. Simple, but it might not do enough for your tastes.
-
Ajaxing the Address Bar This is just a fairly straightforward discussion of how you can do more with ajax + search than google suggest. You can actually drive the search via ajax, which is interesting, though I’m not sure how usable it will be. It’s certainly interesting. Someone has to have come up with Google search results via API key driven by ajax by now. I can’t really think of how this would end up producing a better search experience for me — I mean, I’m pretty efficient w/ google searching, using firefox tabs, etc. Search rethought of as placing results in a “shopping cart” to be saved would be a neat idea.
Actually, I’d like to see a greasemonkey plugin for posting things to delicious easier. That would be cool.