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

Posted in Tips and Tricks, Web Runtime | Tagged , , , | Leave a comment

Labyrinth Game with W3C Widget, Accelerometer API and Nokia N900

I’ve been crafting the W3C Widgets for Qt Web Runtime (WRT) from the day Qt guys released the version for my Nokia N900. I haven’t been so productive on any other platform. This time I crafted a small game of … Continue reading

Posted in Games, Qt, Software Development, Tips and Tricks, Web Runtime | Tagged , , , , , , | 2 Comments

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

Posted in Tips and Tricks, Web Runtime | Tagged , , , , | 1 Comment

How to Create Simple W3C Widget

Here are instructions how you can create a simple W3C widget that runs on Qt Web Runtime (WRT) e.g. on Nokia N900. Widgets are just ZIP packages containing at least two files: Configuration file (config.xml) and resource files (index.html and … Continue reading

Posted in Software Development, Tips and Tricks | Tagged , , , , , | Leave a comment

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 , , , , | Leave a comment