devxlogo

June 18, 2004

Use This Method to Format an Integer

Say you want the length of an integer to be exactly five digits, you can use the below method: NumberFormat nf=NumberFormat.getInstance(); // Get Instance of NumberFormatnf.setMinimumIntegerDigits(5); // The minimum Digits

Export HTML Data into Excel Files

Nowadays, many reports are generated as HTML documents for access on the Web. This tip shows you how to export that HTML data as it is (including all the CSS

Ready for Retail? Get Your App on the Map

ow many times have you walked through your favorite electronics superstore, say Best Buy or CompUSA, looked at the software products sitting on the shelves and wondered ‘why them’? As