Today I played the millionth mouse avoider Flash game… Shirk! I am a real pro at mouse avoider games… look how easily I beat the hard level. Watch the video! What a champion… This happens because you can right click the mouse, showing the menu. As far as I know, you can’t prevent the menu …
Tutorials
Do we really need another “move a ball in some way from A to B avoiding C” game? Noooooooo… but it seems two or three people still like this kind of games, so the new torture branded Game Garage is Floaty Light. Just kidding, of course. I made this prototype using the gravity and speed …
Read all posts about "Floaty Light" gameOne interesting Web 2.0 effect is the sortable list, and we are going to make one in less than five minutes thanks to Prototype and script.aculo.us libraries. Prototype is a JavaScript Framework that aims to ease development of dynamic web applications and can be downloaded here, while script.aculo.us (scriptaculous from now on) provides you with …
I think it’s time to learn how to create a WordPress Widget. WordPress (WP from now on) is the most used blogging platform, and I want to help everybody to code their favorite widgets. From the official site (where you can find a lot of widgets): WordPress Widgets (WPW) is like a plugin, but designed …
As you may notice, at the top of the rightmost column of this blog I am showing the latest posts of the forum. I did not find any widget fitting my needs so I had to solve the problem by myself. And I am going to tell you how. At the moment it’s not a …
This is not a proper tutorial, but an additional hint about WP customization. In the previous part I told you how to create a custom WP header. Following that tutorial you should be able to create your own custom header. But obviously every blog has a custom header. How to differentiate from the masses? How …
October 10th, 2007 update: part 2 is online Since I installed WordPress, I always wanted to make a theme on my own, but I’ve never had the time to learn how to do it. In these last days, when I installed the Torn theme, I started playing and messing with WP files, and now I …
I want you all to play 100 ROUNDS, a game created for didactic pourpose. The game is simple: just enter your name, press “Play” and start moving your mouse clockwise trying to make 100 rounds as fast as you can to enter the highscore table. I took some ideas from a script found on actionscript.org… …
Read all posts about "100 rounds" gameThis is a project I made for teaching purpose. First of all, let’s see what is a perfect maze. From Maze Works: A perfect maze is defined as a maze which has one and only one path from any point in the maze to any other point. This means that the maze has no inaccessible …
Read all posts about "Maze" gameHow 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 else) with a bit of Css and Javascript. I am showing the example in a iframe not to mess with WordPress styles. As you can see, when …