How to right click using the Macbook trackpad on Windows 7
Published in Blog by Adam Williams / 0 CommentsAs I mentioned in my previous post I’ve just installed Windows 7 on my Macbook and one of the issues I’ve come across is the lack of a right click button on the trackpad. Here’s a way to get right clicking without having to plug in an external mouse: Make sure you have run the [...]
Continue Reading -»How to enable sound on Windows 7 on Mac (iMac / Macbook)
Published in Blog, Uncategorised by Adam Williams / 0 CommentsHi, I just bought a copy of Windows 7 Ultimate and decided to set it up on my Macbook (running OS X 10.5) using Bootcamp. The install was very straight forward and the graphics and networking worked out of the box. The only issue I had was getting the sound to work. After a bit [...]
Continue Reading -»How to set error level and output in PHP
Published in Blog, Uncategorised by Adam Williams / 0 CommentsYou can set the error reporting level in PHP and also define whether it is displayed to the user or saved to a log file. The level can be defined either in the php.ini, .htaccess or directly inside a PHP script. The logging level options are: E_ALL – will log every error, including notice messages [...]
Continue Reading -».htaccess file not being parsed/read
Published in Blog, Uncategorised by Adam Williams / 0 CommentsIf you have a .htaccess file in your web directory and it does not appear to be being parsed, here’s a few things to check: Check the syntax of your .htaccess. Try commenting out using # line by line to see if you can get any part of it working. Check you’re using the Apache [...]
Continue Reading -»How to import a large database dump file into MySQL via SSH
Published in Blog, Uncategorised by Adam Williams / 0 CommentsThis solution allows users to import MySQL dump files into MySQL using SSH. This can be useful when the file is too large to upload via PHPMyAdmin. Upload the dump file to the remote server using WinSCP (Windows) or the linux equivalent tool. Once the file is successfully uploaded fire up an SSH session using [...]
Continue Reading -»Developed Virgin Money Competition Site
Published in Web Design & Development by Adam Williams / 0 CommentsDeveloped competition micro-site for Virgin Money
Continue Reading -»