Chris Norton

Register Log in

Super Mario in 14kB Javascript. Very impressive little browser game that recreates some of the first Super Mario game.

I have recently been doing quite a bit of development with both ExtJS and jQuery and I thought I would share my experiences with both of them. One thing to keep in mind is that I’m not going to say whether one is really good or bad - they’re both excellent libraries and your choice for any given project might simply come down to personal preference. That said, the rest of this will be my opinion on the two.

Read the rest of this entry »

Some good news from browser makers today to put a cap on a great year for browser development and innovation.

Read the rest of this entry »

CouchDB is a (relatively) new database option for development that focuses on documents, rather than generic relational systems like most databases do. I think the concept is appealing and support for things like automatic versioning and distributed processing and storage could mean a lot fewer headaches that trying to get a custom system going yourself. Also interesting is the JSON storage format, which would make this ideal to use in many asynchronous web applications as the data returned can be used straight away on the browser.

I haven’t had any cause to use this system yet but I’ll be sure to write a review when I do. Anyone else taken this for a spin?

I’ve recently been developing a web-based application (a RIA one might say) and, after initially trying to get it working right in jQuery, I decided to have a go at using ExtJS, a JavaScript library I’ve been meaning to try for a while. Basically, it is a JavaScript library that includes a ton of things for building web application other libraries don’t - not surprising considering it started life as an add-on to YUI. Here is my initial impressions of it, most of which are direct comparisons to jQuery.

Read the rest of this entry »

I recently discovered eXtplorer, which is a Javascript and PHP file manager. The system looks very impressive and the feature list sounds great for allowing less technical users to manage their own websites (rather than requiring an FTP program). However, from my admittedly brief examination of the software I found that many of the things simply didn’t work or there were enough minor issues to make using it rather annoying.

Read the rest of this entry »