Ved Varsha – The language interfacing application User’s Manual

There is no formal installation of this package,
(i) if you’ve got yourself the static binaries, just run it directly by typing
./varshaview(linux) varshaview.exe(win32)
(ii) Incase it’s the source archive that you’ve got, compile it as follows: qmake make and follow step (i)
Read more

iPhone™ and iPod®touch Programming: Handling Touch Interactions and Events Sample

An essential part of any Web 2.0 application is the ability to respond to events triggered by the user or by a condition that occurs on the client: the clicking of a button, the pressing of a key, the scrolling of a window. While the user interacts with an HTML element, the entire document, or the browser window, JavaScript serves as the watchful eye behind the scenes that monitors all of this activity taking place and fires off events as they occur.
With their touch screen interface, iPhone and iPod touch are all about direct interactivity with the user. As a result, you would expect any Mobile Safari application you create to be able to handle the variety of finger taps, flicks, swipes, and pinches that a user naturally performs as they interact with their mobile device. However, because of the current capabilities of Mobile Safari browser, you have to work with these interactions differently from what you might expect.
Read more