Decrease Window Border Size on Windows

Open regedit. Goto HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics Set the values of BorderWidth and PaddedBorderWidth to 0 ref: http://www.askvg.com/registry-tweak-to-decrease-window-border-size-and-padding-in-windows-8/  

Mysql dump encoding errors

If you get some errors like ’ instead of apostrophe try the following   $contents = mb_convert_encoding( file_get_contents( ‘FILEPATH_OF_PROBLEMATIC_FILE’ ), “HTML-ENTITIES”, “UTF-8” […]