Cover image from Back to Windows

Back to Windows

February 12, 2016
I recently put Windows 10 onto my little Acer. It was a practical decision. I enjoyed Ubuntu but had a real problem with the impact on battery performance. After 40 to 50 minutes the battery would generally be depleted. So, I downloaded a Windows 8 ISO from Microsoft and began the installation. It took a loooooong time (it’s not a very performant laptop). Eventually I got Windows 8 installed, upgraded to Windows 10, sorted out activation issue with Acer and Microsoft.
Read more
Cover image from Outlook Kung-Fu

Outlook Kung-Fu

November 4, 2015
While in the process of doing some HTML emails recently I had some issues with Outlook. Stinky, sneaky Outlook. I learned a few little techniques though that are worth sharing. Only show this on Outlook First and foremost, only show the content between the conditionals on Outlook. <!--\[if gte mso 9\]></pre> <div class="only on outlook"></div> <!\[endif\]--> Don’t show this on Outlook (v1) Anything with the style mso-hide: all will be hidden on Outlook.
Read more
Cover image from Migrate Wordpress Database

Migrate Wordpress Database

September 15, 2015
I recently found the WP-CLI library and have been investigating ways I can integrate it into my workflow. I should note here that we use shared hosting extensively. Ideally the preferred solution would be to use a true migration tool. This is not always possible with shared hosting. To use the tool the following commands would be issued: migrate_wordpress.sh dev production This command would pull the latest version of the wordpress database from the production server.
Read more
Cover image from Quick Tip: Photoshop save slices without creating images folder

Quick Tip: Photoshop save slices without creating images folder

August 8, 2015
One of the minor annoyances that I run into from time to time is saving slices from a PSD. Once I have my slices defined and selected a folder Photoshop will save all my images in the folder I specified. However it will also create an images folder and place the images this folder. This means I that after saving the files they must be moved out of this folder.
Read more
Cover image from ssh as part of my workflow

ssh as part of my workflow

December 10, 2014
Have you ever been in the situation where the discovery of a technology or technique has rendered previous workflow comically inept and wasteful. One such example would be the discovery of the “edit multiple frames” button in Adobe Flash Professional. I had spent so much time moving from frame to frame to edit a tween. Then to discover that I could choose the entire animation as one and edit. Joy and sorrow in the one same wave of realisation.
Read more
Cover image from Early PC top 5

Early PC top 5

December 2, 2014
While doing my recent top 5 Amiga games, I got to thinking about the early PC games that I also enjoyed. I got into PC gaming in the late 90s and early noughties. Please note, these are merely the games that I particularly enjoyed: X-Wing: Alliance Included in this is the entire X-Wing series, but I started with Alliance. Needs a joystick, but the inclusion of the requirement to manage your ship’s energy (lasers/shields/engines) adds another dimension.
Read more
Cover image from Amiga Top Five

Amiga Top Five

November 1, 2014
I was thinking recently about the amount of time I spent playing games when I was younger. I don’t have as much appetite any longer for playing games. The only game I play now is Team Fortress 2, and even that very irregularly. The only game that would probably take me back into the market is Half Life 3… So, to archive my gaming childhood, I decided to put together the accompanying list.
Read more
Cover image from Vagrant and Puppet setup

Vagrant and Puppet setup

October 15, 2014
This summer during my holidays in Romania I looked into Vagrant. I had some time during the due to the heat, undertaking my own siesta without the sleep. My path to to Vagrant was slightly oblique, as I had been looking to test out Puppet. I had been using VirtualBox virtual machines as an integral part of my development and testing process for some time. The promise of making this an automated and scripted process for my development environment appealed to me.
Read more
Cover image from New Rig

New Rig

January 15, 2014
As a sort of follow up to the article here I decided to continue to attempt to scratch my Linux itch. Reasoning that maybe virtual machines aren’t a fair reflection of a system’s capabilities I went and bought a little netbook. I went for a little Acer Aspire in the January sales. This is a relatively cheap model, but it was the Christmas break so I had a little bit of time to kill.
Read more
Cover image from Grunt setup

Grunt setup

November 13, 2013
This article might be helpful to anybody who satisfies the following criteria: Wants to run Grunt On a Mac Running Linux through VirtualBox Using a shared folder for the directory you want to install packages If this describes your situation, you probably have run into errors installing the local version of Grunt through npm The reason for these errors might be that your Shared Folder doesn’t actually support symlinks. This was a change in v1.
Read more