Category: Php
-
Showing MochiAds leaderboards in any Flash movie or web page
Ok, so you created your awesome game, embedded MochiAds leaderboards and want to publish high scores in your homepage, in another Flash movie, or wherever you want, just…
-
Creation of a Flash arcade site using WordPress – step 2
In this step, we’ll see how to configure WordPress to turn it into an arcade site. Remember that my final goal is to self-populate my arcade site with…
-
Sending email with multiple attachments with PHP
Today I was looking for a cut/paste script to manage emails with multiple attachments with php and I only found classes, server-side libraries or non-working examples (!!!). I…
-
Flash sending, manipulating and receiving data with sendAndLoad
This is a very importat thing to know when you are about to design Flash forms, or any application that needs to manage data such as an highscore…
-
Integrate your Flash game on Facebook
You all should know Facebook. I think it would be interesting to integrate your Flash game into a Facebook application. There are more options than you can imagine,…
-
Creation of a sortable list with Ajax tutorial
One 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…
-
How to create a WordPress Widget
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…
-
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…
-
Did I find a php bug?
Maybe today I found a php bug… try to run this script on your server… What do you get? I get a 0.90000000000001 on different servers with different…
-
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…
-
Php password generator
Today I had to generate some passwords, and I am not so creative in doing this. So I coded a function I want to share with you. How…