SQL Server blocked access to procedure ‘sys.xp_cmdshell’ of component ‘xp_cmdshell’ because this component is turned off as part of the…
Remove Maintance WP State
Description of error If you’ve been keeping on top of your WordPress updates using the automatic upgrade feature, you may…
Copy NSString to Clipboard
Coming back to the ultimate purpose of this blog… helping my memory!Here we are: a code snippet to copy a…
Getting NSDate from NSString
Very useful, yet short and simple, code snippet on how to rip the NSDate from NSString using NSDateFormatter: If you…
Rebuild Icon Cache in Windows (Vista and 7)
Rebuilding the Icon Cache Database Close all folder windows that are currently open. Launch Task Manager using the CTRL+SHIFT+ESC key…
Get iPhone Device Version
He is a quick way to separate iPhone 4 / iPhone 3 code snippets.
iPhone Touch Icon – Create your own Icon Set
Since the introduction to the iPhone 4, we now have some additional icons we need to create to support the…
Why Google Chrome?
There are some features that most ppl hasnt noticed in google Chrome. For my opinion Google Chrome will be the…
Wiscp on iPhone
First make sure you have ssh and bsd subsystem installed from installer. If you cant find the source reboot or…
Capture Save/Load/Remove Image in documents directory
NSFileManager offers a convenient way to write images to and load them from the documents directory. If you’re frequently doing…