Category: Php
-
Playing with Google Analytics API
I think you all know Google Analytics. A Google Analytics API has long been one of the most widely anticipated (and wanted from developers) features. On April 21st,…
-
MagOrMin – an old php based game
This is an ooooooold (let’s call it) game I explained for a web programming class in 2003 or 2004. It was made to explain some basics about Php,…
-
Trying to solve a Sokoban level with brute force
Before you even think this script will solve a Sokoban level, I must warn you: this script won’t solve a sokoban level, it won’t even recognize whether a…
-
Sudoku creator/solver with PHP
This is an old project for a class held in 2005. At that time, Sodoku game was very popular in Italy, and I saw quite a lot of…
-
Perfect maze generation – tile based version
You may wonder why I am publishing another maze script. The reason is simple: in Perfect maze generation with AS3 post and previous ones I just showed you…
-
Create a WordPress MochiAds Leaderboards Widget
Some time ago I blogged about Showing MochiAds leaderboards in any Flash movie or web page with a script made by myself that displayed MochiAds leaderboards on your…
-
Put a banner with your MochiAds stats in your blog
Let’s imagine you made an awesome game and monetize it with MochiAds, and want to show your readers/the world how much your game rocks, now you have an…
-
Separate comments from trackbacks in your WordPress blog
When your blog starts becoming popular, people will visit, read and talk about it and your blog will have comments pingbacks, and trackbacks. While everybody knows what is…
-
Parsing MochiAds feed in a friendly way
I made this little script to debug my portal script (almost completed) and I want to share it with you. It simply shows MochiAds feed in a friendly…
-
Creation of a Flash arcade site using WordPress – step 5
In Creation of a Flash arcade site using WordPress – step 4, we saw how to post a game into a wp database, now we’ll see how to…
-
Creation of a Flash arcade site using WordPress – step 4
One of the best (or worst) things about programming is once you think you’ve almost done it, another problem pops up. In part 3 I told you the…
-
Understanding WordPress Loop
Once you installed your WP blog, it’s just a matter of time before you hear this word: The Loop. Did you install a plugin? It probably has some…