EntropySink

Technical & Scientific => Programming => Topic started by: ober on October 20, 2005, 01:47:47 PM

Title: AJAX is the BIZZOMB
Post by: ober on October 20, 2005, 01:47:47 PM
So I wrote my first AJAX app today, and I must say I'm impressed by how easy it was.  Took me about an hour or so of screwing around, but I got it to work finally.

If anyone else is interested, I'm going to post some links in the resources thread.
Title: AJAX is the BIZZOMB
Post by: webwhy on October 20, 2005, 05:53:29 PM
did you use a toolkit or write from scratch?
Title: AJAX is the BIZZOMB
Post by: ober on October 21, 2005, 08:19:32 AM
From scratch... I know there are a lot of classes and stuff out there, but I wanted to understand exactly what was going on.  Granted, I read through a few tutorials first to understand xmlhttprequest (and I still need to do more reading), but the code was all manual.
Title: AJAX is the BIZZOMB
Post by: ahluka on October 21, 2005, 08:31:55 AM
Well I'm about to google this AJAX you speak of because I have no idea what it is, but I'm definately interested - linky!
Title: AJAX is the BIZZOMB
Post by: ahluka on October 21, 2005, 08:37:18 AM
Whoa far out, look what I found: http://www.myghty.org/index.myt
I've just started learning Python, this should be quite interesting; different from writing the usual apps. I could use the support for my sites too.

AJAX looks quite interesting (found the wiki page on it).
Title: AJAX is the BIZZOMB
Post by: ober on October 21, 2005, 08:43:18 AM
Quote from: ahluka
Well I'm about to google this AJAX you speak of because I have no idea what it is, but I'm definately interested - linky!
Check the resources thread in this board for a few links.
Title: AJAX is the BIZZOMB
Post by: ygfperson on October 21, 2005, 12:19:09 PM
ajax is pretty cool. You could write a tabbing for a browser with it if it wasn't for security restrictions limiting you to your own domain

//edit: i can see you used it to make editing your posts much easier
Title: AJAX is the BIZZOMB
Post by: ober on October 21, 2005, 01:33:26 PM
uhh... you mean VBulletin did... right?
Title: AJAX is the BIZZOMB
Post by: ygfperson on October 23, 2005, 04:10:07 AM
same difference
Title: AJAX is the BIZZOMB
Post by: Perspective on October 23, 2005, 06:32:27 PM
Google Maps has an API through AJAX IIRC.
Title: AJAX is the BIZZOMB
Post by: ober on October 23, 2005, 09:42:26 PM
Yeah... same as Google suggest.