|
|
|
Wednesday, 07 September 2011 06:04 |
// This simple php function can take any url and shorten it
//you can also give the new shortend url a custom name by using the custom varable
//if the custom varable is not set then metiny will automaticly create a random name itself
function url_shortener($url,$custom){
//url shortener from metiny.com
//this function can take any url and shorten it
$metiny_url="http://metiny.com/api.php?make_metiny=$url&user_custom=$custom";//metiny.com api url
$file = file_get_contents($metiny_url);
echo $file;}
url_shortener('PUT-YOUR-URL-HERE','CHANGE-ME-TO-YOUR-CUSTOM-NAME');//url shortener function //CUSTOM
?>
 Read more: |
|
|
Friday, 03 December 2010 03:00 |
 | About iconStiX
A simple program to combine images, add text and attach composition as custom icon to desktop items such as folder. It is cooperated with the Finder’s services, so that you can select “Open iconStiX” in the Finder’s contextual menu to start the program.
It supports basic functions such as
- adding multiple objects (image and text) and ordering them in a table
- moving, resizing, rotating, coloring and shadowing objects
- preview in different sizes (manual scaling or animation)
- attaching & removing custom icons
- saving documents (as template)
- exporting composition as images (icns, png, tiff)
- keeping favorite icon images for quick access. |
Read more: |
|
|
Thursday, 21 October 2010 04:00 |
 | About iconStiX
A simple program to combine images, add text and attach composition as custom icon to desktop items such as folder. It is cooperated with the Finder’s services, so that you can select “Open iconStiX” in the Finder’s contextual menu to start the program.
It supports basic functions such as:
- adding multiple objects (image and text) and ordering them in a table
- moving, resizing, rotating, coloring and shadowing objects
- preview in different sizes (manual scaling or animation)
- attaching & removing custom icons
- saving documents (as template)
- exporting composition as images (icns, png, tiff)
- keeping favorite icon images for quick access. |
Read more: |
|
|
|
|
|
|
|