Category Archives: Software & Websites

There is a multitude of useful software packages, code plugins and websites crawling around out there in the real world, and if something piques my interest, you can be sure to find some commentary regarding it right here on the CodeUnit of Craig.

Fiddler Web Debugging Proxy

If you are a serious web developer (and you happen to be working off a Windows platform), then chances are good that you currently have the excellent Fiddler web debugging proxy installed on your machine. Continue reading

Posted in Software & Websites | Tagged , , , , | Leave a comment

Ubuntu Server: Enable Nano Syntax Highlighting

Although newer versions of Ubuntu (10.04 and up) already come with the helpful nano syntax highlighting enabled, older versions don’t – though thankfully switching this on is pretty simple to achieve. Continue reading

Posted in Software & Websites, Tutorials | Tagged , , , , | Leave a comment

LastPass: How To Delete All Saved Vault Items at Once

LastPass is a fantastic password vault application available over a number of different platforms and with a huge range of rather useful features that includes things like automatic form filling, one-click login, synchronization across browsers and of course bullet-proof password management/storage. Our quick little how to today deals with how to easily delete all your stored vault items at once. Continue reading

Posted in Software & Websites, Tutorials | Tagged , , , , , | Leave a comment

The Google Closure Minifier App

I’ve mentioned Google’s cool Closure javascript minifier project here in these pages before, but now I seen they’ve gone and put up a fantastic app that makes it as simple as a snap of the fingers to generate your own minified versions of your existing javascript js libraries. Continue reading

Posted in Software & Websites | Tagged , , , , , | Leave a comment

MySQL and XAMPP: Change Your Server’s Max Allowed Packet Limit

Just a quick note on how to permanently change your MySQL server’s configuration to allow for a bigger max_allowed_packet limit, basically the variable that controls how long a SQL statement can technically get. Continue reading

Posted in Software & Websites, Tutorials | Tagged , , , , , | Leave a comment