4/11/2005

Free Tech Books!!!

Filed under: General — russell @ 7:42 pm

Expand your library for free. Wow, this is nice a nice online tech library of free tech related books. Good resource for your bookmark collection:

http://www.freetechbooks.com/index.php


Have you heard of AJAX?

Filed under: General — russell @ 2:33 pm

I stumbled across an update for this "API" in my travels. It is a very interesting approach to web application development. Its not so much a technology as it is an approach. Jesse Garret sums it up very nicely:

"Take a look at Google Suggest. Watch the way the suggested terms update as you type, almost instantly. Now look at Google Maps. Zoom in. Use your cursor to grab the map and scroll around a bit. Again, everything happens almost instantly, with no waiting for pages to reload.

Google Suggest and Google Maps are two examples of a new approach to web applications that we at Adaptive Path have been calling Ajax. The name is shorthand for Asynchronous JavaScript + XML, and it represents a fundamental shift in what’s possible on the Web."

There is a .Net (of course) implementation here: http://ajax.schwarz-interactive.de/ with examples:

C# -- http://ajax.schwarz-interactive.de/csharpsample/default.aspx
VB.Net -- http://ajax.schwarz-interactive.de/vbnetsample/default.aspx

Updated link (simple implementation):
http://www.15seconds.com/issue/050526.htm


Grid Computing

Filed under: General — russell @ 8:42 am

Super hot technology these days. Not sure what the difference is from ealier iterations of clustering projects like beowulf, PVM, and mosix. I played with all of these things a few years back. I am interested in seeing what the difference is from that and "grid computing." I'll be taking a look in my "free" time. Anyway heres a link to a .Net implementation for developing grid computing applications. Also has a nice intro to grid computing in the documentation.

http://www.alchemi.net/index.html

One other side note: How is this different from some of the agent frameworks (like JADE or ADK) too????