Linux Programming

MySQL – Reordering Table Fields

Every now and then I find myself adding a new field to a table as an after thought, this results in the column being listed last in your database client and depending on the importance my not be grouped next to the field you’d like it beside. I’m guilty of being very picky about what […]

Continue Reading...

Java

Eclipse – Repairing the Default Java Builder

For a while now I’ve been using my own custom batch file to build my project, in addition to compiling the class files it also packages it into a jar, signs it, and uploads it to my development server (as it’s an applet for a site I’m working on). However, since there’s two computers I […]

Continue Reading...

Java Programming

Load Langs.xml Failed!

I’ve been using Notepad++ for a couple of years and have mostly good things to say about it. However my one gripe is that on any system I’ve installed it on the program has been a ticking time-bomb and will inevitably start spitting out errors every time I open it. Usually I simply ignore the […]

Continue Reading...