Archive for September, 2007

Validating XML Documents in Eclipse using DTD

Thursday, September 13th, 2007

Eclipse is able to validate any XML document on-the-fly if you provide a DTD. As you know, XML document is identified by one of two kinds of ID: public and system. The system identifier is basically the URL of the DTD defining the language used in the document. When you start editing an XML [...]

J2ME/MIDP Programming For Mobile Phones - Good, Bad and Ugly

Tuesday, September 11th, 2007

Today there are not too many technology alternatives when it comes to creating software for the cellphones. There is a number of platforms out there (like Symbian, Linux and now even Apple with the iPhone) but there only 3 of them that can be really considered for mass-market development: J2ME (the most widely available one), [...]