Category: Html
-
JavaScript + CSS 3D Wheel of Fortune
Build a fully 3D Wheel of Fortune using nothing but HTML, CSS and JavaScript, with pure geometry and a few clever transforms. Watch it spin in real 3D and see how a handful of divs can create a smooth, random wheel animation.
-
Complete JQuery + interact.js Draw and Match game in less than 100 lines thanks to my pure TypeScript class to handle Draw and Match games
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.
-
Complete JQuery + interact.js Drag and Match game in less than 70 lines thanks to my pure TypeScript class to handle Drag and Match games
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!
-
Pure TypeScript class to handle Drag and Match games in just a few lines – jQuery + interact.js example in 20 lines of code
A 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.
-
How to add interlevel ads to your PuzzleScript HTML5 games
With PuzzleScript you can create great HTML5 games in a few minutes, now I am showing you how to add interlevel ads and monetize them.
-
Making a game with HTML + jQuery Mobile and publishing it to Apple App Store – step 2
Second step of the iPhone web app creation, this time featuring splash screen, status bar appearance and saving data locally.
-
Controlling an iPhone mobile game with swipes using jQuery
Learn how to control characters and content in your web applications using <strong><a href="http://labs.skinkers.com/touchSwipe/" target="_blank">TouchSwipe</a></strong> jQuery plugin.
-
Making a game with HTML + jQuery Mobile and publishing it to Apple App Store
The first attempt to create an iPhone game starting from a web page.
-
JavaScript analog clock with no images and no CSS
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…
-
Full screen centered background image with CSS and jQuery # 2
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…
-
Full screen centered background image with CSS and jQuery
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,…
-
JQuery powered lights off effect
A couple of days ago a fan of my Facebook page asked me for a script to make the effect you see on this page. Obviously simply reverse-engineering…