Skip to content

February 13, 2012 - Posted by V5 Blogger - no comments

That first it invokes server to check for ‘https’. Server returns either string or a numeric value.
Between which you can execute your desired code that needs to be written if server has ssl (i.e. when it returns true).
Else it checks for server port number 443 is active or not. This also returns true.
Use your validation code inbetween return true; statements.

November 24, 2011 - Posted by V5 Blogger - 1 comment

For those who are not familiar with the word “Hello world”, its just said to mark the beginning of the program learning.
In this tutorial i am going to show, how to open a project and execute a simple program in J2ME.

November 23, 2011 - Posted by V5 Blogger - no comments

The MIDlet life cycle defines the execution states of a MIDlet as well as valid states of transitions. The lifecycle can be considered to start when a MIDlet is installed in a device and it lasts until the MIDlet is uninstalled.

November 23, 2011 - Posted by V5 Blogger - no comments

In the following tutorial i’ll be giving a short description to the introduction of the J2ME and what it basically consists of (just as much as necessary). Then in next coming tutorials i’ll describe you the development of J2ME applications from scratch.

November 20, 2011 - Posted by V5 Blogger - no comments

With of new version of browsers came the age of html5. Its still not used so widely, but you can use it, if you want to simplify the development and styling process of the webpage.