10001110100110101
I finally got the Ajax thing up and running, thanks to some code I found on this site.
I still have some formatting to do, but it seems as if the page can load without needing to look up all of that information at once. Unfortunately, it is a little slow, and since it goes through my server, I'm going to have to think of redoing it to use the XmlHttpRequest since the information does not actually reside on my server.
*rubs chin*
Yes, that would also mean a lot more javascript. Ah well, I'll have to figure out something some other time. I'm too tired right now.
Tuesday, December 26, 2006 at 22:29:55 (UTC)
Interesting... although it doesn't seem to be completely asynchronous.
Also, it doesn't work in IE5.
Ah well, thanks for pointing out that my RSS dates were mixed up!
Hwan
Tuesday, December 26, 2006 at 23:21:47 (UTC)
I don't really care too much about IE5, but it does fail in IE6. I'm thinking that it is because the DOM is not loaded before it tries to apply the script? I guess I have some bug work..
QYV