Archivio di settembre, 2009
Trucchi per Army Men Sarge's War - Console Xbox 360Trucchi di Army Men Sarge's War per Sbloccare alcuni Extra del Gioco...Legenda: "G=Gi ...leggi tutto»
Scarica: http://www.deviantart.com/download/132732427/Dusk_by_kawsone.rar
fonte: www.sastgroup.com ...leggi tutto»
SCALA GRIGI
//to black and white
if(!file_exists('dw-bw.png')) {
$img = imagecreatefrompng('dw-manipulate-me.png');
imagefilter($img,IMG_FILTER_GRAYSCALE);
imagepng($img,'db-bw.png');
imagedestroy($img);
}
NEGATIVO
//to negative
if(!file_exists('dw-negative.png')) {
$img = imagecreatefrompng('dw-manipulate-me.png');
imagefilter($img,IMG_FILTER_NEGATE);
imagepng($img,'db-negative.png');
imagedestroy($img);
}
COLOR SEPPIA
//to black and white
if(!file_exists('dw-sepia.png')) {
$img = imagecreatefrompng('dw-manipulate-me.png');
imagefilter($img,IMG_FILTER_GRAYSCALE);
imagefilter($img,IMG_FILTER_COLORIZE,100,50,0);
imagepng($img,'db-sepia.png');
imagedestroy($img);
}
fonte: www.sastgroup.com ...leggi tutto»
Demo: http://www.queness.com/resources/html/slicing/index.html
Codice Sorgente: http://www.queness.com/resources/archives/jquery-slicing.zip
fonte: www.sastgroup.com ...leggi tutto»
Attraverso questo script sar ...leggi tutto»
Demo: http://cpojer.net/Scripts/InputMask/
Codice Sorgente: http://cpojer.net/Scripts/InputMask/InputMask.js
fonte: www.sastgroup.com ...leggi tutto»
METODO 1
< ?php if (in_category('8')) continue; ?>
METODO 2
< ?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts("cat=-8&paged=$paged"); ?>
METODO 3
< ?php query_posts($query_string . '&cat=-8'); ?>
fonte: www.sastgroup.com ...leggi tutto»
Link al tutorial: http://www.psdvault.com/photo-effect/create-a-distant-desert-city-scene-with-energy-ray-blast-in-photoshop/
fonte: www.sastgroup.com ...leggi tutto»
