Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts

VirtualKeyboard@Google.ru

Friday, May 28, 2010 0 commenti
I was trying to navigate at http://www.google.ru/, Google in the Russian version.

And I found a little virtual keyboard:

And I was suprised when I saw it :) It's a great idea to have a "virtual keyboard" when needed to write characters the user cannot write normally or without external tools.

With just one-click-activation I just started Cyrillic! :)

It's a good example of when javascript is useful.
I'd like to add something like that in the jAPS 2.0 CMS :PP

Geolocate users with Mootools

Thursday, March 4, 2010 0 commenti
I want to tell You about a Mootools class called Locate.

You can find It directly in the MooForge here http://mootools.net/forge/p/locate; It helps you to use the geolocation feature of those browsers who support it.

It's pretty fast:


var location = new Locate({
onLocate: function(position){
// Do stuff with the position data
}
});


Well done, Christopher Beloch. :)

Eat this!