How to create an iPhone accelerometer monitor and an “highest iPhone point” arrow using javascript’s devicemotion
event listener.
Javascript
My first web app game for iPhone is GuessNext, powered by jQuery Mobile. Play it and give feedback.
Read all posts about "GuessNext" gameSecond step of the iPhone web app creation, this time featuring splash screen, status bar appearance and saving data locally.
Learn how to control characters and content in your web applications using TouchSwipe jQuery plugin.
The first attempt to create an iPhone game starting from a web page.
Build HTML5 Games in no time with Impact JavaScript Game Engine. Games created with Impact require no browser plugins or any software installations – just a modern browser that supports the Canvas tag.
I want to share with you a little snippet of code I am using for a project. I was looking for a cute jQuery color picker and I found Farbtastic to be the best for my needs. Anyway, I also liked how jQuery UI used the Slider to make a simple color picker so I …
There are a lot JavaScript analog clocks out there, but most of them use images or CSS3 tricks to make them move. I am showing you an analog clock made without any image and without any style thanks to Raphaël JavaScript Library. Raphaël is a JavaScript library that let you your work with vector graphics …
Do you remember Krasimir Tsonev? He’s the author of the tween manager class and The Big Adventure. He gave me the permission to publish an interesting post about Flash and search engine optimization. Many people will say that Flash is not SEO friendly. Actually that’s not 100% true. Flash is just a tool that shows …
There are a couple of improvements to do to Full screen centered background image with CSS and jQuery to add some functionality such as window resizing management and make it compatible with Opera. First, you should change the CSS to Setting triquibackimg‘s position to relative rather than fixed will make it work in Opera too. …