Category: Javascript
-
Create a dynamic content animated footer ad for your site in just 9 jQuery lines
Have you ever seen those ads sliding up from the bottom of your page when you are visiting a website? We are going to create a simple one…
-
Placing ads before a game loads with jQuery
When you run a Flash game portal or a Flash game official site, you normally place ads everywhere hoping someone will notice it. Obviously the most interesting place…
-
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…
-
Interesting jQuery effect
You know I am trying to use Gallery theme for triqui.com Yesterday I played a bit with the theme and I completely screwed everything… something like “how to…
-
GameJS and gameQuery: two javascript libraries for game developers
During late 90’s web games as we know them did not exist. At that time Javascript was the only language used to make some simple browser games. Years…
-
Developing hex map concept
Some months ago I released some tutorials about hexagonal tiles (and I developed an Halloween game based upon Hex maps creation and rollover and Finding adjacent cells in…
-
Complete Javascript popup opener
Opening popups in JS is simple, but sometimes in the same page we need to open popups with different features. There are several scripts in the net doing…
-
Javascript Sokoban game script
I’ve always been addicted to logic games and Sokoban is one of them. From Wikipedia: Sokoban (warehouse keeper) is a transport puzzle in which the player pushes boxes…
-
Click image and get coordinates with Javascript
I had to display several photos where the user can click over an interesting point and have its coordinates passed through a form. Of course, it was a…
-
Mouse wheel handler in Javascript
I found this very very interesting script by Adomas PaltanaviÄius to determine if you are using mousewheel. It returns a delta value, +1 or -1, according to scroll…
-
Enhanced country selection with Css and Javascript
How many times you had to choose your country in a form, with a old, simple popup? Time to change the way you choose your country (or anything…
-
Javascript chronometer/stopwatch
I needed a javascript chronometer/stopwatch to be inserted in a project, and I didn’t find anything on the web that fit my idea, so I created one almost…