March 19, 2013March 19, 2013Android, How to, Programming How to Decrypt, Unpack, and Edit .apk files (Android, Eclipse, APKTOOL) – Easy as Pie Yes you can view or decrypt the XML files of an Android APK file. There is a tool android-apktool It is a tool for reengineering 3rd party, […]
January 11, 2013How to, PHP How to Split an Array into a String with PHP $myArray = explode(‘,’, $myString);
January 11, 2013January 11, 2013How to, PHP PHP Code for Replacing Characters in a String or Variable str_replace(‘”‘, “”, $string); preg_replace(“//”, “”, $string); C-style quotes: preg_replace(“/\/\/.*?\n/”, “\n”, $string); CSS-style quotes: preg_replace(“/\/*.*?\*\//”, “”, $string); bash-style quotes: preg-replace(“/#.*?\n/”, “\n”, $string);
January 10, 2013March 20, 2013How to, PHP Adding or Subtracting Time to/from MYSQL Formatted Timestamp in PHP Just replace “+1 day” with what ever you need to add. ex “+1 year, +1 day” etc. Have fun. $date = date(“Y-m-d”,strtotime(“+1 […]
September 4, 2012September 4, 2012Apple, Fix, How to, Mac, PHP PHP Cookies don’t work on Apple/Mac – Safari and Opera Browsers/iPhone, iPad, iPod Devices – FIXED If you’re having problems with using PHP $_COOKIES with Safari, Opera, iPad, iPod, iPhone, ibla bla or any Apple product. Please put […]
August 29, 2012How to How to fix any Computer I don’t agree with this illustration at all. I did however think it was pretty funny.
May 2, 2012May 2, 2012How to, Windows 10 of the Most Awesome Windows Shortcuts You Never Knew About Keyboard shortcuts are the essence of PC productivity. While newbs slowly mouse around their screens in search of buttons to click, seasoned […]
May 1, 2012Games, How to How to play your favorite console games online through your browser Like GameBoy and GameBoy Color Games. Well you should probably check out the newest online emulator that is taking the internet by […]