HTML5 game creation prototype
Do you remember my first Flash game tutorial? I think it’s time to make something similar with HTML5. At the moment, I am showing just a quick prototype because I want to show you it’s possible to achieve smooth movements with this technique, but I am going to start a tutorial series about it. I … HTML5 game creation prototype
Creation of a Sokoban game with jQuery
When I said there are games you must be able to make in less than a day, obviously I meant in any language. This is the jQuery version of the Sokoban game I made in less than 2Kb. Or, more precisely, it’s the javascript version, powered by jQuery. You should know the rules… click in … Creation of a Sokoban game with jQuery
Creation of a minimalist image gallery in 18 jQuery lines
The web is full of jQuery galleries, but I think none of them is really minimalist to give people the opportunity to custom and improve it according to their needs, and none of them is fully explained, line by line, style by style, to help jQuery newcomers. So I decided to create the Triqui Gallery, … Creation of a minimalist image gallery in 18 jQuery lines
17 jQuery powered web games with source code
While Flash remains the best software to develop casual web games, jQuery allows you to make interesting things… nothing to do with pure action Flash games, but in some cases you can get interesting results out of your browser. Here it is a list with 17 jQuery powered games, most of them with clean and … 17 jQuery powered web games with source code
Loading WP posts with Ajax and jQuery – a real world example
If you are looking for a real world example made with Loading WordPress posts with Ajax and jQuery or you haven’t played LineBall yet, or you played it, you loved it and you want to know who made the music, this is the right blog post. I am finishing and polishing LineBall’s official site built … Loading WP posts with Ajax and jQuery – a real world example
Loading WordPress posts with Ajax and jQuery
After seeing how to include jQuery Ajax calls in your WordPress blog, it’s time to load posts on the fly, without reloading the page. As for the previous example I am using the standard Kubrick theme… without any plugin installed. Look how I load the posts under the header by clicking on their titles… even … Loading WordPress posts with Ajax and jQuery
Including jQuery Ajax calls in your WordPress blog
I want to show you how to include jQuery ajax calls in your WordPress blog. The reason is simple: sometimes you may need to update the content of a WP page without reloading the entire page. This is useful when you want the user to interact with your blog without forcing him to reload the … Including jQuery Ajax calls in your WordPress blog
Create a dynamic content animated footer ad for your site in just 9 jQuery lines – 17 lines version
Some days ago I showed you how to create a dynamic content animated footer ad for your site in just 9 jQuery lines. Now it’s time to write eight more lines to add two important features: The first, as suggested in a comment, is allowing to set a delay before the ad appears. The second … Create a dynamic content animated footer ad for your site in just 9 jQuery lines – 17 lines version
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 in just 9 jQuery lines. Moreover, with this script you will need to add just one line to your site to display the ad. Just to make … Create a dynamic content animated footer ad for your site in just 9 jQuery lines
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 where to place ads is already taken by the game itself, so we are going to create a javascript preloader that will show an ad for 15 … Placing ads before a game loads with jQuery
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 the script wouldn’t be enough for me, so I decided to create a lights off effect that make any content in a given div remain highlighted while … JQuery powered lights off effect