Thanks to my pure TypeScript class with no dependencies to handle Draw and Match games, I was able to build a jQuery Draw and Match game in less than 100 lines of code. Full example ready to download.
Read all posts about "Dungeon Raid" gameHtml
A complete JQuery driven Drag and Match game in only 69 lines of code? It’s possible thanks to my pure TypeScript Drag and Match class with no dependencies. Free download available. Let’s build Drag and Match games!
Read all posts about "Drag and Match" gameA jQuery driven Drag and Match game in only 20 lines of code? It’s possibile thanks to my pure TypeScript Drag and Match class which handles everything you need for these kindof games. Interaction by interact.js – Full source code for you to download.
Read all posts about "Drag and Match" gameWith PuzzleScript you can create great HTML5 games in a few minutes, now I am showing you how to add interlevel ads and monetize them.
Second 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.
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 …
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. …
Recently a lot of sites feature a full screen background image. Full screen background images can be used to give some sort of liquid effect to fixed layouts, or just to show full screen images in some special occurrences, such as Christmas or the launch of a new service. This is what you’ll get: demo. …