Categories
Development

Eclipse Plugin Tutorial

On-Java has a Eclipse Plugin Tutorial out.

Categories
Development

IDEA rant

Looks like Will isn’t all that thrilled with IntelliJ IDEA. I havn’t tried it myself for a couple of years, but are currently sticking with Eclipse and MyEclipse for web development and I’m loving it. A coworker that just joined my project is already hooked on it, after using IDEA on his last project.

Categories
Development

Web clients and the Ajax approach

Found some interesting thoughts on Aslak Hellesøy’s blog about webclients and interaction design. He links to something they call Ajax which is pretty much dynamic pages managed by javascript all the way through the application. Google are doing a good job at it right now with their new applications, and the UI would be really slick. I would’nt want the nightmare of coding all the different browser compatible script though. If I’m ever goind to use something like this I will have to find a javascript library that was maintained and let med avoid all the problems with browser version and types.