August 13, 2009 – 5:24 am
I run raptorsrepublic.com which uses WordPress with some pretty heavy customizations here and there so every time WordPress releases an upgrade I’m very wary of doing it because I just don’t know how it’ll effect the platform. Partial file copying with FTP can really throw you a curveball and if one file gets corrupted [...]
This took me a bit to figure out so I thought I’d post it.
Say you’re using JSF and want to conditionally print some HTML tags in your Facelet that could, technically speaking, result in non well-formed markup. You can’t really do it. Printing something like is illegal as it’ll complain about the [...]
February 20, 2009 – 7:40 pm
Note that this is a very lame post. IntelliJ IDEA is the greatest Java IDE in the world, his post does not “diss” it in any way, just pointing out something that was funny to me and only so because I’ve been at it for quite some time now.
I often have IntelliJ generate [...]
December 21, 2008 – 6:59 am
Writing Facelet JSF Components is NOT the same thing as writing custom JSP-based JSF Components. Once you get past that it turns out they’re not hard to write at all. There’s no mucking around with JSP tag libraries, TLD files and other such archaic nonsense.
You need to edit create/edit three files in total. [...]
November 14, 2008 – 12:05 am
It says I have two messages, but where the hell are they?
Even the Firefox Google Notifier agrees with me:
If you’ve seen these messages, let me know:
Validation is one of the first things you test out when evaluating a web framework and its often one of the most time consuming to wrap your head around. In this post I’ll talk about three types of validation mechanisms present in JBoss’ Seam which will get you on your way towards validating [...]
OK, I don’t contribute much to the software community but I’m feeling generous today.
Since I run this pool at my office and for some unknown and weird reasons the link is #1 on Google for Euro 2008 Office Pool, I figured I’d share the piece of code that runs that “system” with the public. [...]
I’m trying to download a file from the evil Rapidshare (who make you wait about 2 painful minutes before giving you the file) and just after the wait time is over, I get a Captcha looking like this:
WTF man? I mean, does it really need to be this hard? Are you telling me that it [...]