Category: Tutorials
-
How to show latest phpBB3 posts in your WordPress sidebar
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…
-
Customizing WordPress header – part 2
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…
-
Customizing WordPress header
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…
-
100 ROUNDS, a Flash game with Php/MySql hiscore table and explained source code
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…
-
Step by step perfect maze generation with php
This 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…
-
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…
-
Check cookies with php
Today, an interesting script to check cookies with php. I had to used it because a bad configuration on the server turned off cookie settings, and I have…
-
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…
-
How to crop a Flash Movie
Sometimes we may need for some reason to “crop” a Flash Movie, but unlike Photoshop, there is not “crop” command. How can we do? Using the ‘size’ button,…
-
Know which POST (or GET) method variables are available with php
Very easy script for a very important need: handle all variables coming with POST or GET methods. With this script you can manage all data coming for every…
-
Determine connection speed with php
One of the hardest script you can find in internet is the one that determines connection speed of a surfer visiting our site. From today it’s not anymore…
-
WordPress in two (or more) languages
Browsing the internet, I noticed the necessity to have a blog in two or more languages. It’s a necessity I’m having too, so the first thing I did…