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.

All powerful email client of the future incorporating current memes

Ok, big enough title? Simple idea.

I think it would be interesting for there to be an emai -> todo list convergence app, with the following features.

  1. Let all email be tagged both automatically (text scan) and by hand
  2. Allow easy manual tagging (possibly w/ tree-based tag finding)
  3. Allow filters that will automatically tag mail based on features of the mail (from an individual, from a mailing list, with a subject line, etc.
  4. Allow ‘views’ of mail to be created that shows mail based on how the mail is tagged
  5. Allow todo items to be created easily from mail
  6. Allow tags to be associated w/ todo lists and todo list items

Dive into Greasemonkey

I’ve been interested in Greasemonkey, a plugin for firefox that lets you customize webpages as you view them. That’s right, it lets you change a webpage or pages on the client, without the server having the slightest clue.

Anyway, I’ve been wanting to learn more about how it works, so when I ran across Dive Into Greasemonkey, I thought, “hey, cool”

So i’m off reading this crap about greasemonkey, now. What will i figure out first, Greasemonkey or Dojo/Ajax?

Ugh. I am too compelled to figure this shit out.