Install Native Spotify Client in Ubuntu

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 Spotify have brought out a native Linux client (finally!) and I can report that it works great. However, the installation instructions are a little sparse - here are some easier ones: First you need to add the spotify repository. Read On →

Ubuntu VirtualBox Clone VDI / Hard Disk

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 VirtualBox in Ubuntu for your virtual machine requirements, some times you might decide that you want to clone a machine so that you can have different versions of the OS (perhaps running different browser versions for example). Read On →

osCommerce to Magento Migration with Redesign Starting from £1280

Migrate your osCommerce, CRE Loaded or Zen Cart store to Magento for as little as £1280. Get in touch today and we can discuss your particular requirements and help you at every step of the way in your migration to Magento, without a doubt the best open source ecommerce platform available today. If you are thinking of upgrading or migrating from your osCommerce, CRE Loaded or Zen Cart based store to Magento then you should definitely get in touch with us. Read On →

Spotify for Linux Natively is Coming!

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 Just browsing the Spotify site and are now instructions for installing a proper native Linux version, rather than running the windows version under Wine. That’s great - cheers guys! Read On →

A Different Approach to Getting Designs Done

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 putting together a new web site and would like a logo and design creating, the traditional approach is to first choose a design agency and then get them to create a design for you. Read On →

Spotify Links Working in Linux

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 Update: if you have installed the native Linux client, just run these three commands in the terminal: gconftool-2 -t string -s /desktop/gnome/url-handlers/spotify/command "/usr/bin/spotify -uri %s" gconftool-2 -t bool -s /desktop/gnome/url-handlers/spotify/needs_terminal false gconftool-2 -t bool -s /desktop/gnome/url-handlers/spotify/enabled true To get spotify links (eg playlist links etc) to work in Linux, I found that this solution worked for me: First you need to create a shell script that will launch spotify for you. Read On →