A quick and dirty way to shuffle widgets position, since I did not find any plugin to do it.
Php
CakePHP 1.3 Application Development Cookbook is the new book from Packt Publishing which will guide you through the creation of applications using CakePHP
A quick snippet of code to allow Text widgets to execute php code without using any plugin.
Since the blog is almost five years old, I must seriously redesign it. The problem is: there are so many beautiful blog themes out there I really do not know how to redesign my blog. That’s why I am asking you some suggestions. How should this blog look like? Which features would you add? Help …
As promised, here I am with the Triqui MochiAds Arcade plugin for WordPress fixed to start feeding again. The problem is Mochi guys added a new field called “languages” that wasn’t supported by the database table. I hope you will keep on using the plugin, and I want to inform you I am writing the …
Here we go with the 3rd step. In this tutorial you will learn how to publish a full featured feed post to your friends’ wall, and to handle “umlauts” characters like “äöü” for the pleasure of our German readers, and for every user who has friends whose names contain special characters. This is the kind …
In step 1 you learned how to authenticate and select a random friend of yours. In this second part you will learn how to get more information about your friends and how to post the answer on their wall. This is what you will get: and once you hit “Answer and publish” you will post …
Do you know Friend Interview? It’s a Facebook application which asks a random question about a random friend of yours, and publish the result on his wall. I won’t publish a snapshot of such app since it’s full of rubbish and ads, but I am sure you know what I am talking about (and moreover …
One of the most used image effects is the edge detection. Have you ever wondered how does it work? The following is a tutorial to achieve an edge detection effect on an image without using any built-in functions, such as imagefilter with IMG_FILTER_EDGEDETECT filter type. It will be very useful to learn something about image …
While I am preparing a new tutorial about Facebook applications (and a php FB game, maybe HTML5 based), I notice there isn’t any “Hello World” application about Facebook applications using the new Graph API with just some PHP lines. If you don’t know what is the Graph API and don’t want to get an headache …