I’ve been spending time today with Eclipse, the popular development tool used primarily by Java developers. I’m using Eclipse in my J2EE development because there’s a plugin that enables EJB development for JBoss, and another plugin that enables web servlet development, and yet another that allows me to interface with a SQL Server database, and even […]
Category: JavaScript
writings about JavaScript/ECMAScript and Node
We interrupt your regular thinking
I wrote a while back about putting RDF files out on Amazon’s S3 file storage. Why, I was asked. After all, I don’t have enough files, I have room on my server, and so on. Yup, I agreed. Other than S3 being nifty tech and wanting to be a cool kid, why would one want […]
Asking permission first
Recovered from the Wayback Machine. Tim Bray has an interesting take on the use of AJAX: rather than have your server do the data processing, use AJAX to grab the data and then have the clients do the work: A server’s compute resources are usually at a premium, because it’s, you know, serving lots of different […]
Babble
Tim Bray recently expressed doubts about PHP: So here’s my problem, based on my limited experience with PHP (deploying a couple of free apps to do this and that, and debugging a site for a non-technical friend here and there): all the PHP code I’ve seen in that experience has been messy, unmaintainable crap. Spaghetti […]
What does work
One of the old DHTML examples that still works is this Dance of the Sugar Plum Divs, using animated objects built on top of cross-browser DHTML objects. Just in case anyone is interested, here are the cross-browser objects, and the Animator classes. This technology is the same that powers AJAX.
