It’s been a long time since I last played with Flex. I feel like starting from square one. This also means that I have a more difficult path ahead of me, with my Flex Builder trial license already expired. Fortunately, it’s not that hard to setup basic mxml auto complete functionality with a plain Eclipse [...]
Entries from September 26th, 2008
Free Alternative to Flex Builder
September 26th, 2008 · 12 Comments · Flex, Tools
Tags: ActionScript 3·Adobe Flex·Eclipse·Eclipse Plugin·Flex Builder·MXML
SEO basics
September 19th, 2008 · No Comments · PHP, Tools
I’ve been creating web applications for quite some time but never got interested in SEO (or Search Engine Optimization) until now. The primary reason I think is that most (if not all) of the web applications I’ve been developing are for internal use only (think Java and banks). But this outlook changed as my wife [...]
Tags: SEO
Debugging cron tasks
September 9th, 2008 · No Comments · Tools
Being a *nix noob, I found it really hard to figure out the problem I had with a cron job last week. The fact that sendmail was disabled in the machine I was working on also didn’t help (no emails were sent during failed cron task execution). To workaround the problem, I found a useful [...]