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 …
Javascript
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 …
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 …
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 …
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 …
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 …
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 destroy a complex theme in a matter of minutes”. Then I decided to code something similar by myself. That’s the only way I know to custom everything …
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 passed, and Flash became the leading tool to make Flash games. Anyway, I want to point you to two javascript libraries made for game developers. While you …
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 an hex map 1 and 2). Later, Douglas Huskins told me 10 years ago he wrote a collection of functions that would help a person navigate hex …
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 this task but, as usual, none of them seemed to fit my needs I decided to code a complete javascript popup opener in order to have one …