Archivio per January, 2008
Creiamo una pagina che chiamiamo text2img.php
header("Content-type: image/png");
$string = $_GET['text'];
$im = imagecreatefrompng("images/button.png");
$color = imagecolorallocate($im, 255, 255, 255);
$px = (imagesx($im) - 7.5 * strlen($string)) / 2;
$py = 9;
$fontSize = 1;
imagestring($im, fontSize, $px, $py, $string, $color);
imagepng($im);
imagedestroy($im);
a cui passiamo come parametro (GET) il testo da creare come immagine. ad esempio: <img src="text2img.php?text=ciaociao">
Volete scaricare gratuitamente 68 ebook riguardante il mondo linux e argomenti affini ?? tramite questi link potete farlo in modo semplice.
- Advanced Linux Programming by CodeSourcery LLC
- Comprehensive Linux Textbook by Muayyad Saleh Al-Sadi
- Java Application Development on Linux by Carl Albing and Michael Schwarz (PDF)
- Linux Client Migration Cookbook, Version 2: A Practical Planning and Implementation Guide for Migrating to Desktop Linux by Chris Almond
- Linux Compute Clusters by Chander Kant
- The Linux Cookbook: Tips and Techniques for Everyday Use by Michael Stutz
- Linux Device Drivers by Alessandro Rubini and Jonathan Corbet
- Linux Installation and Getting Started by Matt Welsh
- Linux Kernel Module Programming Guide by Ori Pomerantz
- Linux Network Administrator’s Guide by Olaf Kirch and Terry Dawson
- Securing and Optimizing Linux by Gerhard Mourani
- Self-Service Linux: Mastering the Art of Problem Determination by Dan Behman and Mark Wilding
- Slackware Linux Essentials by Alan Hicks, Chris Lumens, David Cantrell, and Logan Johnson
- Linux Admins Security Guide
- Linux Security Howto
- Linux Firewall Configuration, Packet Filtering & netfilter/iptables
- Linux Device Drivers, Third Edition
- GNU Bash Reference Manual
- Knowing Knoppix
- Linux Client Migration Cookbook
- Vi iMproved (VIM)
- Linux: Rute User’s Tutorial and Exposition
- The Book of Webmin
- Linux From Scratch
- GNU Emacs manual
- Writing GNOME Applications
- KDE 2.0 Development
- GTK+/Gnome Application Development
- GNU Autoconf, Automake and Libtool
- Advanced Linux Programming
- Secure Programming for Linux and Unix
- The Art of Unix Programming
- The Linux Development Platform
- C++ GUI Programming With Qt 3
- Unofficial Ubuntu Guide
- The Easiest Linux Guide You’ll Ever Read - An Introduction to Linux for Windows users
- SUSE Linux Administration Guide
- Red Hat Enterprise Linux Installation Guide
- Red Hat Enterprise Linux Reference Guide
- Red Hat Enterprise Linux Step By Step Guide
- Fedora Linux EssentialsVisual Basic Essentials
- Fedora Core 7 Desktop Guide
- Ubuntu Linux Essentials
- PHP Essentials
- Javascript Essentials
- Red Hat Fedora Core 7 Installation Guide
- The Art of Unix Programming
- Bash Guide for Beginners
- Beyond Linux from Scratch
- The Book of Webmin Or: How I Learned to Stop Worrying and Love UNIX
- Brian and Tom’s Linux Book
- Debian GNU/Linux Desktop Survival Guide
- Debian GNU/Linux System Administrator’s Manual
- Everyday Linux
- FreeBSD HandbookGNU Manuals OnlineIn The Beginning Was The Command Line
- Introduction to Linux - A Hands on Guide
- LDAP Operations HOWTOLearning Debian GNU/Linux
- Learning the Unix Operating System
- Linux Administration Made Easy
- Linux Dictionary
- The Linux kernel
- Linux Kernel 2.4 Internals
- The Linux Kernel Module Programming Guide
- LINUX: Rute User’s Tutorial and Exposition
- Maximum RPM, Taking the Red Hat Package Manager to the Limit
- Pocket Linux Guide
- Secure Programming for Linux and Unix HOWTO
- Linux+ Study Guide
via: linuxhaxor

Una raccolta di script javascript per la validazione di moduli
validator.js - Client-side form validating
iWeb Toolkit:Javascript Form Validators
JavaScript Form Validations Made Easy!

fileNice è uno script php gratuito per browser di file, particolarmente utile per vedere e uplodare files sul server.
Sito web: http://filenice.com
Sito web: jQuery.ScrollTo

Programmable web è la raccolta di API dei maggiori servizi e siti internet più completa che ci sia. E' possibile cercare nel sito il web service che più ci interessa e vedere le informazioni di accesso e alle sue funzioni.
Sito web: http://www.programmableweb.com/
20+ Scripts, Tutorials e Frameworks per javascript.
Sito web: http://www.hongkiat.com/blog/j...ials-and-frameworks/
![]()
Iconspedia offre una discreta raccolta di icone da poter scaricare e utilizzare gratuitamente nel nostro sito, progetto o altro.
Sito web: http://www.iconspedia.com/





