About Me
I am a family man with two sons to raise. My profession is software development. One of my hobbies is my profession.Twitter
Category Archives: Tips and Tricks
Storing Objects to HTML5 Client-side Storage
Here is a handy tip on how to store your JavaScript objects into HTML5 client-side storage which is basically a simple key/value hashtable. You can easily store objects into a storage in JSON format. Code that I’m using for storing … Continue reading
Check Screen Orientation with jQuery in W3C Widget
Here is a small tip for your W3C Widget on how you can identify when screen orientation have changed. It’s simple to use additional JavaScript libraries in widgets so it makes sense to use something like jQuery in your widgets. … Continue reading
LWUIT 1.1 for Java ME Developers
One of the problems with Java ME applications containing more advanced UI components have been that it is really painful to have it rendered consistently across different platforms and devices. I’ve used to implement my own set of practices on … Continue reading
Posted in Link, MIDlet, Tips and Tricks, books
Tagged books, javame, lwuit, mobile, review
Leave a comment