Some month ago I posted an article named Into PhoneGap: an example of API-aware native iPhone app with HTML5 and SQL local database and several readers asked me for the full source code of the example app. In this post I would like to do more. In recent times I had to chance to work a lot [...]
MooTools Quick DemojQuery Quick Demo Common design patterns about Placeholder hide labels on focus event, so when user select the input box. Another technique hides the label after user’s focus, precisely it does on first letter typed (it’s the case of new twitter welcome-page).
HTML5.armonica is another example of what you can do with new drawing technologies on the Web. This demo has been inspired by a Splinter Cell reminds about some time ago. In order to crack a system, in the game, you had to match a given signal with a random one, generated on the fly. In [...]
In terms of web development, using classes and plugins for common operations or effects can save you a lot of time. I would like to share a quick snippet to add an image-transition with javascript that may be used to simulate a morph on mouse-hover event. I made a simple class so you can keep [...]
Quick Demo Last weeks i’ve been working a lot with Ogre 3D engine and by consequence i couldn’t bring something, even little, here on my blog. The topic is the classic projectile motion (not considering air drag) re-adapted to HTML5 implementation.