Telegraph | Money | Microsoft links with Motorola to launch mobile phone: "Microsoft's bid to dominate the market for mobile phone operating systems will receive a boost today when the US software giant launches its first phone with a major handset maker."
Untold story:In a related product launch Steve Ballmer, Chief Executive Officer Microsoft Corp announced general availability of the Blue Screen of Death sized down for use in Motorola handset
Sunday, September 14, 2003
Microsoft links with Motorola to launch mobile phone
Posted by
Kumar
at
9:45 PM
0
comments
Friday, September 12, 2003
J2SE: A nice tool to learn API differences
JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared. This is very useful for describing exactly what has changed between two releases of a product. Only the API (Application Programming Interface) of each version is compared. It does not compare what the source code does when executed.
Sample Reports:
Comparing J2SE1.4.0 and J2SE1.4.1
Comparing J2SE1.3.1 and J2SE1.4
Posted by
Kumar
at
11:22 AM
0
comments
Tuesday, September 09, 2003
J2ME: Turning your phone into web Server.
I wrote a simple midlet which turns my Phone into simple web server. To keep the code simple, I removed the additional GPS capabilities. Currently the web server listens to port 8000 and repsonds "Hello, I am Kumar Mettu's Phone. Thanks for Visiting" for all requests that are sent to this tiny web server. Note that this code is tested only on Motorola i88s with Nextel Total Connect Service.
Here is the code for the tiny web server:
001 import java.io.IOException;
|
I know there is no business value for this web server. But hey turning phone into a web server and viewing it serve web pages to browser is fun :-)
Posted by
Kumar
at
11:47 PM
8
comments
J2ME: My new J2ME-GPS phone
Since my old phone is more than 2 years old, I bought a new Motorola i88s phone which has J2ME and GPS support.
I added some cool J2ME applications which will probably be blogging about in coming days.
Posted by
Kumar
at
11:31 PM
0
comments
Monday, September 08, 2003
Molecular Expressions: Science, Optics and You - Powers Of 10: Interactive Java Tutorial
Molecular Expressions: Science, Optics and You - Powers Of 10: Interactive Java Tutorial: "View the Milky Way at 10 million light years from the Earth. Then move through space towards the Earth in successive orders of magnitude until you reach a tall oak tree just outside the buildings of the National High Magnetic Field Laboratory in Tallahassee, Florida. After that, begin to move from the actual size of a leaf into a microscopic world that reveals leaf cell walls, the cell nucleus, chromatin, DNA and finally, into the subatomic universe of electrons and protons."
Posted by
Kumar
at
8:21 AM
0
comments
Thursday, September 04, 2003
StarOffice makes strong inroads in India
StarOffice makes strong inroads in India: "'In a scenario where enterprises are looking to bring down costs and increase productivity, StarOffice has emerged to be a viable option. In the last few months, StarOffice has gained substantial penetration into the Indian markets across segments like corporations, home users and government,' says K P Unnikrishnan, country head, marketing, Sun Microsystems India."
Posted by
Kumar
at
6:12 AM
0
comments
Wednesday, September 03, 2003
Send your prayer to GOD using SMS
Indians can send an SMS PUJA (prayer) to BPL and have the prayers recited for them at a popular Bombay temple, during the annual Ganesh Chaturthi festival. For just 51 rupees or $1.10, subscribers can avoid the hassle and aggravation of temple queues and text Ganesh instead.
Posted by
Kumar
at
6:12 PM
0
comments