To comment or not to comment… That is the (eternal) question….

This seems to be a contentious subject, at least with the few people I've spoken to... and I seem to be on the "losing side" as it were... I can certainly see both sides of argument, however, for me at least, I comment the hell out of my code! The reason I do this is [...]

By |2017-11-15T13:01:06+00:00January 8th, 2017|Design, Development, Discussion, Tips|0 Comments

Fix for Windows 10 Upgrade not appearing

So you've waited and waited, and have finally gotten bored of waiting for your Windows 10 Upgrade to appear... I found a useful comment on the here which did the trick for me; Open up Regedit. Locate the registry key: [fusion_builder_container hundred_percent="yes" overflow="visible"][fusion_builder_row][fusion_builder_column type="1_1" background_position="left top" background_color="" border_size="" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding="" margin_top="0px" margin_bottom="0px" [...]

By |2017-07-24T08:33:16+01:00August 28th, 2015|Tips, Windows, Windows 10, Windows Update|0 Comments

Possible Fix for Upgrading Windows 10 build 10122 to 10130

If you’re having issues trying to upgrade your Windows 10 from Build 10122 to 10130 try the following steps prior to upgrading; First Check your System Health, by running the following three commands from an elevated Command Prompt; dism /online /cleanup-image /scanhealth dism /online /cleanup-image /checkhealth dism /online /cleanup-image /restorehealth   Then try cleaning out [...]

By |2017-07-24T08:33:16+01:00June 1st, 2015|Bugs, Tips, Windows, Windows 10, Windows Update|0 Comments

WordPress – Target CSS at IE 8 and before

I frequently encounter clients who are using a wide variety of Web Browsers... This is troublesom, as older browsers obviously don't support the nice new shiny CSS3 features such as @media Queries. So, I often need a way to tack on custom CSS styling specifically for older browsers such as IE8. The WordPress Codex suggests one [...]

By |2017-07-24T08:33:16+01:00February 16th, 2015|CSS, Tips, Wordpress|0 Comments

Quick Tips – Reset MySQL Root Password and Reconfigure phpMyAdmin

I managed to either forget or not configure the root password for the MySQL instance on my Raspberry Pi... While searching around I found some step by step instructions on Ask Ubuntu (A Stack Exchange site), by a user named Amigo Chan... They worked a treat; Ctrl + Alt + T to launch terminal sudo [...]

By |2017-07-24T08:33:16+01:00February 10th, 2015|Data, Linux, MySQL, phpMyAdmin, Raspberry Pi, Tips|0 Comments