CSS3 gradients
March 14, 2011 | Comments | Uncategorized
#element {
/* Mozilla browsers only */
background: -moz-linear-gradient(0% 100% 0deg, #FFFFFF, #F2F2F0 100%) repeat scroll 0 0 transparent;
}
www.maggsweb.com
March 14, 2011 | Comments | Uncategorized
#element {
/* Mozilla browsers only */
background: -moz-linear-gradient(0% 100% 0deg, #FFFFFF, #F2F2F0 100%) repeat scroll 0 0 transparent;
}
June 16, 2010 | Comments | Uncategorized
June 16, 2010 | Comments | Uncategorized
The below given listing illustrates four of the most common: listing files using ftp_nlist(); uploading files with ftp_put(); downloading files with ftp_get(); and deleting files with ftp_delete(). Note that ftp_put() and ftp_get() must be supplied with the remote and local file name, together with the transfer type (binary or ASCII).
October 18, 2009 | Comments | Uncategorized


