ATI Underscan Fix for Linux, Ubuntu etc

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you are using an ATI graphics card with Linux then you might be struggling with the fact they have helpfully decided to only use two thirds of your screen. Read On →

Google Voice Lands in the UK and elsewhere

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Looks like Google have finally rolled out Google Voice to the rest of the world. A nice alternative to skype, the rates look fairly reasonable though not as cheap as Skype - in fact the only place it seems to beat skype is on calling the US.

Easy Ubuntu 64bit DLNA Server Setup + Bonus MKV Converter Script

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If you are trying to get your computer and TV talking to each other over your home network so you can directly play files on the TV over the network then this is for you. Read On →

Wallpapered.com

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Coloured Selection Watt’s UK have had some development on their wall papers, and they have had layers added on to their website. We have also created colour options for clients to pick the colours they are looking for when they are searching for different wallpapers. Read On →

Magento javascript stopped working + solution

I’ve just spent to long trying to fix an infuriating problem with a simple fix. If you create a new theme from scratch and suddenly realise that none of your magento javascript is working, it could be because you’ve included jQuery and forgotten to include the noConflict argument. If you have included jQuery, then make sure the following line is included at the top of your page. jQuery.noConflict();

Magento Fixing Partial Translations

When building a web site that is in multiple languages, it can be difficult to make sure that all text in the template is in the __() wrapper, and even if it all is, then fill out the translations files with all the text necessary. Magneto has this really nice option called “Translate Inline” configurable form the admin panel by going to System > Configuration > Advanced > Developer > Translate Inline. Read On →