Home >> Java

Feeding RSS

Posted on: Tuesday, February 14th, 2006 in: General, Java, PHP

RSS is just an XML file that follows XML 1.0 specification. RSS simply allows us to syndicate a website contents into another website. If you want to add RSS feeds into your website, I guess we will need the read the followings:

The RSS 1.0 specification.
The RSS 2.0 specification.
RSS File Format and history.
RSS Advisory Board.
PHP [...]

Sun’s Giving Away IDEs

Posted on: Sunday, November 13th, 2005 in: Java

Sun has decided to give away its famous IDEs for free with full-license. The IDEs include Java Studio Creator and Java Studio Enterprise. All you need to do to download them is to be a member of Sun Developer’s Network, which is also free to register. Sun Java Studio Creator 2 is soon to be [...]

TechForge and Eclipse

Posted on: Friday, July 1st, 2005 in: General, Java, Linux, PHP

TechForge.com aims multiple channels for specific technologies, and now it’s starting with Eclipse, which is my favourite Java IDE. Now I have a chance to learn more about that technology at one place.

Java GUI Builder

Posted on: Thursday, February 24th, 2005 in: Java

JBuilder is a power tool to create great java applications, as it gives tools to design GUI in an easy manner. If you are not a fan of JBuilder, and want to write applications using simple editors, you might want to have a GUI Builder for Java. Of course, you can hand-code your GUI, [...]

Apache, MySQL, PHP

Posted on: Thursday, February 24th, 2005 in: Java, Linux, PHP

It is pretty easy to install and configure Apache on both Windows and Linux. And so is MySQL, and so is PHP support. Still configuring those things to work perfectly needs certain effort, especially when it comes to installing Tomcat, Perl, mail servers or ftp servers etc. For those who don’t want to mess up [...]