September 2005
Monthly Archive
I’d forgotten how much I like Java. I’ve been playing with Eclipse lately, so this inevitably leads down the path to Java development. Really Eclipse is the Swiss Army Knife of Integrated Development Environments. It’s built with the same philosophy as Java. It’s built with that same mindset that permeates the Java community. I’d sum it up with a simple maxim: Why should I create an object of type X then do all that work of customizing that one object when I can customize a subclass of X? If you don’t know what I mean, I’m talking about the practice (and I think this is great) of subclassing, for example, JButton to make your own XyzButton. Then XyzButton has all the features you need in it. The other approach is to create a single instance of a JButton and do the specific work inside that object’s code.
Read the rest of “Tying it All Together”…
With a little helpful prodding, I’ve just finally updated the version info for my SVG switcher extension. Essentially all it does is toggle the native SVG rendering in Firefox on and off by setting the svg.enabled to true or false. You can read more about my motivation for this in my previous post, and how to install and use it here.
If you’ve already used it, just click here to get the latest version. Remember that if you want to use another viewer (like ASV6) to view SVG in Firefox 1.5 Beta, you’ll probably have to reinstall it after installing Firefox (along with the manual copy of NPSVG6.dll and NPSVG6.zip).
SVG in Firefox has advanced a lot in a very short time, I hope that it won’t be long before this extension is only needed for sites that were developed with broken SVG targetted at one viewer.
Fri 23 Sep 2005
Filed in
SVG,
Games
2 Comments
SVG.org points to an SVG viewer that runs on the Sony PSP. I haven’t got the hardware to try it out, but it sounds interesting. I suppose it’s just another platform really, like any cell phone or PDA, but somehow the video game angle makes it sound more important.
Read the rest of “SVG on the PSP”…
Tue 20 Sep 2005
Filed in
General
1 Comment
What if people linked? Dave Winer says that linking is a core value of the web (it’s pretty far in, but he has some interesting things to say). Early pages linked everywhere. Now people publish articles online and they’re reluctant to link. His statement at Bloggercon last year (I’ve been listening to the podcasts from there for a while now) was that if you talk about something and don’t link to it, you’ve violated a core value of the web.
Read the rest of “What if people linked?”…
Mon 19 Sep 2005
Filed in
General
Add your comments
Ay, today be International Talk Like a Pirate Day!
I just noticed that Scott’s got the second installment in his Javascript Animation Tutorial up. In part 1 he covered the very basics of animation with Javascript. Now he’s getting into a little more detail about performance choices. It’s great read, he gets right to the point with some insight on how to get smoother animation by avoiding extra rendering in the browser. His simple demo looks pretty cool too (as usual).
Fri 2 Sep 2005
Filed in
General
Add your comments
I found an interesting article on Newsforge that talks about getting data from a MySQL database to OpenOffice applications. I think I still have an older version of OO.o installed because I don’t remember seeing the “Base” application that the technique relies on.
Base sounds like it’s worth upgrading to OpenOffice 2. It has it’s own database engine but can access MySQL and a bunch of other formats. I think it’d be interesting to experiment with, but moreover I could get a whole lot more out of MySQL with a good reporting tool.