[2003-04-17] Java Development Tools You Never Knew Existed The world of software is ever-growing, and though we all like to stay on top of all the tools available to us, who has the time?
[2003-04-17] Opera 7 browser goes with Linux Opera Software has released the latest version of its browser with its first-ever version for the Linux operating system.
[2003-04-17] Image Resizing with PHP If you're anything like me, you're probably lazy (and if you're not, give yourself a pat on the back!).
[2003-04-14] Password encryption: rationale and Java example Where has your password been?
[2003-04-10] Improvement of website search results for physical store locations Abstract: The internet is electronic, but it services customers which live in physical space and often must visit a store.
[2003-04-02] Is Object Class, the Root of all Hierarchies? What is an Object class?
For those who are new to .NET, according to MSDN library - "Object is the ultimate superclass of all classes in the .NET Framework; it is the root of the type hierarchy."
[2003-04-01] Send XML without XMLHTTP Microsoft provides the XMLHTTP object for sending and receiving XML data from the client. However, this restricts you from creating portable Web applications, since the XMLHTTP object is an ActiveX object.