Posts Tagged: programming

Java StringBuilder

Posted by & filed under , , , .

This is something that I have seen quite a few times while looking online at other people’s code so I thought I’d write about it quickly — preach the world and all that 🙂 I’m referring here to the JDK class StringBuilder, however, those of you who know your JDK classes would surely have figured […]

Scripting

The Joys of Development Frameworks

Posted by & filed under , , .

I haven’t had much time lately to use my beloved mobile WordPress application – due to a mixture of owning a Kindle nowadays and being swamped with work. Ironically it was some of the recent work that forced me in the end to write this article so today I gave up my Kindle on the […]

java code

Compilation tools

Posted by & filed under , , .

If you are developing applications as your day job then you are used more than likely to compiling your code and then running it (I know there are exceptions to the rule in those who are using interpreted languages but there’s still a majority of us it seems who use compilers). Some of you might […]

java code

The joys of unit tests

Posted by & filed under , , .

I’m sure as a developer you’ve all heard of unit tests and best practices which preach to unit test your code in the finest details to ensure stability of the platform you are building. While my post does refer to Java (due to my recent experience) I am convinced that this can be applied to […]

Programming for bandwidth

Posted by & filed under .

Just like many others I do keep an eye on the technical articles and blogs that are out there on the net. I’d like to think that most of the ones I’m reading are quite authoritative on some areas of programming and present some useful insights into the world of IT. Even so, I am […]

The big guns

Posted by & filed under , .

This is just something that has been the subject of many discussions in between myself and various friends of mine for a while now so I thought I’d summarize some of these into a post – if nothing else just to remind myself a few years down the line what I used to think about […]

A Big Space in between Firefox and Internet Explorer

Posted by & filed under , , .

For those of you who tried to put together a “flatten” function cross browser to eliminate consecutive spaces and/or trim some text that is retrieved from the HTML page itself, you might have noticed that a simple regex of the kind /\s+/gm is simply not enough and occasionally Internet Explorer would still return a string […]

Customize Your SquirrelMail Login Page

Posted by & filed under , , .

If you’re using SquirrelMail then you are probably a bit fed up with the plain look-and-feel of the product. I’m not against it, it’s just that it DOES look kind of amateurish, unfortunately 🙁 While there is currently work in progress to make it more customizable and skinnable and so on in a future release, […]

SquirrelMail Autocomplete for Firefox

Posted by & filed under , , .

So I finally got around to providing a fix for the Autocomplete plugin for SquirrelMail to work in Firefox (for those of you who didn’t realise, the plugin was only working with Internet Explorer before). Hopefully the fix will make it in the next release of the plugin, but for those of you who are […]