Archivio per January, 2008

31
01

77 comandi e utilities per linux

posted di Administrator, in tutorials. No Commenti

 

Sito web: http://searchenterpriselinux.techt...d39_gci1282259,00.html

31
01

Da testo a immagine in php

posted di Administrator, in php, tutorials. No Commenti

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"> 

27
01

5978 icone per il web di alta qualità

posted di Administrator, in downloads. No Commenti

 

Sito web: http://nerdbusiness.com...icons-web-apps-rss

Volete scaricare gratuitamente 68 ebook riguardante il mondo linux e argomenti affini ?? tramite questi link potete farlo in modo semplice.

  1. Advanced Linux Programming by CodeSourcery LLC
  2. Comprehensive Linux Textbook by Muayyad Saleh Al-Sadi
  3. Java Application Development on Linux by Carl Albing and Michael Schwarz (PDF)
  4. Linux Client Migration Cookbook, Version 2: A Practical Planning and Implementation Guide for Migrating to Desktop Linux by Chris Almond
  5. Linux Compute Clusters by Chander Kant
  6. The Linux Cookbook: Tips and Techniques for Everyday Use by Michael Stutz
  7. Linux Device Drivers by Alessandro Rubini and Jonathan Corbet
  8. Linux Installation and Getting Started by Matt Welsh
  9. Linux Kernel Module Programming Guide by Ori Pomerantz
  10. Linux Network Administrator’s Guide by Olaf Kirch and Terry Dawson
  11. Securing and Optimizing Linux by Gerhard Mourani
  12. Self-Service Linux: Mastering the Art of Problem Determination by Dan Behman and Mark Wilding
  13. Slackware Linux Essentials by Alan Hicks, Chris Lumens, David Cantrell, and Logan Johnson
  14. Linux Admins Security Guide
  15. Linux Security Howto
  16. Linux Firewall Configuration, Packet Filtering & netfilter/iptables
  17. Linux Device Drivers, Third Edition
  18. GNU Bash Reference Manual
  19. Knowing Knoppix
  20. Linux Client Migration Cookbook
  21. Vi iMproved (VIM)
  22. Linux: Rute User’s Tutorial and Exposition
  23. The Book of Webmin
  24. Linux From Scratch
  25. GNU Emacs manual
  26. Writing GNOME Applications
  27. KDE 2.0 Development
  28. GTK+/Gnome Application Development
  29. GNU Autoconf, Automake and Libtool
  30. Advanced Linux Programming
  31. Secure Programming for Linux and Unix
  32. The Art of Unix Programming
  33. The Linux Development Platform
  34. C++ GUI Programming With Qt 3
  35. Unofficial Ubuntu Guide
  36. The Easiest Linux Guide You’ll Ever Read - An Introduction to Linux for Windows users
  37. SUSE Linux Administration Guide
  38. Red Hat Enterprise Linux Installation Guide
  39. Red Hat Enterprise Linux Reference Guide
  40. Red Hat Enterprise Linux Step By Step Guide
  41. Fedora Linux EssentialsVisual Basic Essentials
  42. Fedora Core 7 Desktop Guide
  43. Ubuntu Linux Essentials
  44. PHP Essentials
  45. Javascript Essentials
  46. Red Hat Fedora Core 7 Installation Guide
  47. The Art of Unix Programming
  48. Bash Guide for Beginners
  49. Beyond Linux from Scratch
  50. The Book of Webmin Or: How I Learned to Stop Worrying and Love UNIX
  51. Brian and Tom’s Linux Book
  52. Debian GNU/Linux Desktop Survival Guide
  53. Debian GNU/Linux System Administrator’s Manual
  54. Everyday Linux
  55. FreeBSD HandbookGNU Manuals OnlineIn The Beginning Was The Command Line
  56. Introduction to Linux - A Hands on Guide
  57. LDAP Operations HOWTOLearning Debian GNU/Linux
  58. Learning the Unix Operating System
  59. Linux Administration Made Easy
  60. Linux Dictionary
  61. The Linux kernel
  62. Linux Kernel 2.4 Internals
  63. The Linux Kernel Module Programming Guide
  64. LINUX: Rute User’s Tutorial and Exposition
  65. Maximum RPM, Taking the Red Hat Package Manager to the Limit
  66. Pocket Linux Guide
  67. Secure Programming for Linux and Unix HOWTO
  68. Linux+ Study Guide

via: linuxhaxor

25
01

Javascript form validators

posted di Administrator, in script javascript. No Commenti

 

Una raccolta di script javascript per la validazione di moduli

validator.js - Client-side form validating

Form Validator R2.0

JSValidate

Validate.js - webcoder.info

iWeb Toolkit:Javascript Form Validators

JavaScript Form Validations Made Easy!

Really easy field validation

Form Validator

A Guide to Unobtrusive Javascript Validation

jQuery plugin: Validation

LiveValidation

fValidator

Via: http://cssgallery.info/javascript-form-validators/

22
01

fileNice - free php file browser

posted di Administrator, in script php. No Commenti

 

fileNice è uno script php gratuito per browser di file, particolarmente utile per vedere e uplodare files sul server.

Sito web: http://filenice.com

22
01

jQuery ScrollTo

posted di Administrator, in jquery, script ajax. No Commenti

 

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/

20
01

Icone gratuite su iconspedia

posted di Administrator, in downloads. No Commenti

 

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/

web tracker