Category: Php
-
Developing a Facebook Application for absolute beginners – Step 4
The best way to do some viral marketing through Facebook is using inite forms to allow users to share applications with their friends who might not have otherwise…
-
Developing a Facebook Application for absolute beginners – step 3
In step 1 we created a simple Facebook application, and in step 2 we made our application able to write on the wall Now it’s time to add…
-
Developing a Facebook Application for absolute beginners – step 2
It’s time to add some features to the application we created in step 1. This time we’ll add some interaction with Facebook, such as publishing results on your…
-
MySQL to JSON with PHP
Ugly title for a post, really… but I did not find any function to convert the result of a MySQL query directly into JSON notation, so I made…
-
Developing a Facebook Application for absolute beginners
With more than 300 million active users and 50% of them using it every day (source), Facebook can be an interesting way to make some viral marketing. One…
-
Understanding and creating on the fly Photoshop Color Swatches with php
This tutorial won’t cover basic Color Swatches information… I suggest you to follow Photoshop’s help if you don’t know what I am talking about. The interesting value of…
-
pic2col – extract color schemes from a picture
Ever wondered the point in calculating color distance at Color difference algorithm and Color difference algorithm – part 2? The answer is pic2col… just another picture to color…
-
Color difference algorithm – part 2
It’s time to see how to calculate difference between two colors. I am using the CIE1994 formula because it’s quite accurate and not that complex to calculate. Here…
-
Color difference algorithm
I will probably write some posts and tutorials about this topic, becaue color differences are very useful when designing a color scheme or some elements to be placed…
-
Understanding MochiAds Publisher Bridge – Part 3
In part 1 we saw how to configure a cross-domain policy file, calling the javascript and send the results to a webpage. In part 2 we saw how…
-
Understanding MochiAds Publisher Bridge – Part 2
This is the second part of Understanding MochiAds Publisher Bridge. In the first step I showed you how to configure a cross-domain policy file, calling the javascript and…
-
WordPress MochiAds plugin beta FIXED – UPGRADE
Loyal readers know I am developing a WordPress theme and plugin to run an arcade site using MochiAds games. Released some months ago, it has been fixed when…