Install Circle Chain on your iPhone for free and get the source code!! 645 downloads to go - last updated: April 21, 2012

How to crop a Flash Movie

Emanuele Feronato on Jun 3, 2006 • 34 Comments

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, set a new height and width for the flash movie based on your flash design. At this point probably some of your movie images will be off [...]

Color Schemer – create matching color schemes in a click

Emanuele Feronato on Jun 2, 2006 • Leave a comment

An interesting site if you want to quickly create matching color schemes. www.colorschemer.com You can buy a software, or browse a gallery of almost 1000 schemes searchable by keywords at this page.

Know which POST (or GET) method variables are available with php

Emanuele Feronato on Jun 1, 2006 • 3 Comments

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 kind of form. 1 2 3 4 5 <?php foreach ($_POST as $varname => $varvalue) { echo "$varname -> $varvalue<br>"; } ?> This script prints all passed [...]

Page 2 of 212