Archive for the ‘Software/Tools’ Category
Thursday, February 4th, 2010
Ok…so you can now get an app for blackberry where you can manage your blog from your phone. So this is what I’m trying out at the moment!
Not sure what happens with HTML formatting but its good for posting brief thoughts and managing comments on the go…
That’s if this posts…
Posted in Software/Tools, The Life of ... | No Comments »
Tuesday, June 23rd, 2009
Itunes was really really starting to piss me of when I tried to load some mp3’s into my mixing software and it wouldn’t read them due to its DRM protection…par! So I set about sorting this issue out I knew there must be something out there and this was the best solution I found and its legal … I think?!
(more…)
Tags: Convert Itunes to mp3, ITunes, m4a, Mp3, Tuneclone
Posted in Music, Software/Tools | 1 Comment »
Sunday, May 3rd, 2009
I have been working with Joomla for over three years now and recently my love for it as a CMS has started to fade. Now I’m not sure if its the CMS thats annoying me or the feeling that a bespoke solution to content management would make thing a whole lot easier?
(more…)
Tags: Content Management, Joomla
Posted in Software/Tools, Web development | No Comments »
Wednesday, April 15th, 2009
JSLint is a JavaScript code validator which will check the syntax of the code you have written. Now more often that not when I write my code I leave a comma in where its not needed or miss a bracket which is usually fine in Firefox. But when you try the code in Internet Explorer it throws a wobbly. If I find I am having issues with IE then I put my code through JSLink which highlights any issues with your code. When you have over 100 lines of JS and you know you are hunting down one comma this can be tricky – but this site takes the guess work out of the process.
(more…)
Tags: javascript, Javascript code validator, JSLint
Posted in Software/Tools, Web development | No Comments »
Saturday, December 20th, 2008
The majority of my spare time is spent listening to music – my preferred application for listening to music is Media Monkey. However as I have done some DJ’ing in the past a lot of my music is from compilations. To rip my music I use CDEX – the tracks names from FreeDB for compilations are usually returned something like …. “Slade/Merry Christmas” with artist names all “Various”. The following is a script/tutorial that splits this title into the correctly formatted name and artist.
(more…)
Tags: Compliations, DJing, MediaMonkey, Music, Script, VBScript
Posted in Music, Software/Tools, The Life of ..., Web development | No Comments »