Home >> November, 2004

PHP And Struts

Posted on: Tuesday, November 30th, 2004 in: PHP

Jakarta Struts is a framework for building web applications using Java Technologies, and it encourages an architecture similar to MVC design pattern, and the approach is commonly known to most programmers as Model 2 approach.
If you are searching for a similar frame like that for PHP, Phrame is definitely worth looking. It also inspires Model [...]

Java Pesticides

Posted on: Thursday, November 25th, 2004 in: Java

When it comes to programming, bugs are inevitable. PMD is one of the open source java code inspector. It scans the source code and identifies

Empty try/catch/finally/switch blocks
Unused local variables, parameters and private methods
Empty if/while statements
Overcomplicated expressions - unnecessary if statements, or loops that could be while loops
Classes with high Cyclomatic Complexity measurements

It can just simply [...]

Myanmar DMA / MBA Students Community Site

Posted on: Thursday, November 25th, 2004 in: General

This is the re-launch of DMA2004.org that was corrupted due to Postnuke 0.75 upgrade. So on my second thought, DMA2004.org’s only purpose being to provide a mean to communication among alumni, I made a switch to phpBB to be served as backend. I, as a phpBB newbie, am finding hacks that will make phpBB looks, [...]

Google Scholar

Posted on: Friday, November 19th, 2004 in: General

I just noticed that feature today. Sounds like I need to spend some time tweaking google parameters.

Google Scholar enables you to search specifically for scholarly literature, including peer-reviewed papers, theses, books, preprints, abstracts and technical reports from all broad areas of research. Use Google Scholar to find articles from a wide variety of academic [...]

XFce, Gnome and Nautilus

Posted on: Tuesday, November 16th, 2004 in: Linux

I used Gnome as my desktop environment three months ago, and I completely switched to XFce for its speediness, and many other things. But when I first made the switch, I started to find out that Nautilus is not executing the exact way as it does with Gnome. I gradually realized that I have to [...]