Chris Norton

Register Log in

Archive for the ‘Reviews’ Category

I discovered Shazam in the Ovi Store list of recommended apps. This is something iPhone users have had for a while but has had only limited availability for Symbian devices. Curious, I decided to try it out.

Read the rest of this entry »

Dropbox is a service that allows for synchronising files between computers. I’ve been using it for a couple months now and I quite like it.

Read the rest of this entry »

Yes, I am finally getting with the 21st century and going mobile. Or my blog is at least. In the sense that it works a lot better on mobile devices now.

Read the rest of this entry »

The last few months I have been keen to move my existing version control activities over to Bazaar, away from Subversion. Today that desire was rather firmly set in stone when I discovered that Bazaar doesn’t create a .bzr directory under every subdirectory in the tree like Subversion does with its .svn directories. This makes things so much easier to work with when you have to, say, upgrade your version of Wordpress and you need to use FTP to transfer the files. Clearly you don’t want to transfer your VCS data as well so previously I had resorted to creating a sync script that disregarded the unwanted directories. So, thank you Bazaar for making my life that little bit easier!

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 »

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 »