Helping you work smarter

Web

CSS Sticky Footer

http://css-tricks.com/snippets/css/sticky-footer/  

>>

,

CSS Menu

http://www.cssplay.co.uk/menus/ http://www.noupe.com/css/100-great-css-menu-tutorials.html http://djdesignerlab.com/2011/09/09/25-beautifully-created-css-and-jquery-menu-tutorial/

>>

,

PHP Error messages explained

Since PHP 4.2.0, PHP returns an appropriate error code along with the file array. The error code can be found in the error segment of the file array that is created during the file upload by PHP. In other words, the error might be found in $_FILES[‘userfile’][‘error’]. UPLOAD_ERR_OK Value: 0; There is no error, the file uploaded with […]

>>

,

PDFTK – PDF Toolkit

iServe has installed PDFTK http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ as per Angie request. The path is /usr/bin/ PDFTK is a tool kit to manipulate pdf.

>>

, , , , ,

Web Hosting Error Code

Informational 100 – Continue 101 – Switching Protocols Successful 200 – OK 201 – Created 202 – Accepted 203 – Non-Authoritative Information 204 – No Content 205 – Reset Content 206 – Partial Content Redirection 300 – Multiple Choices 301 – Moved Permanently 302 – Found 303 – See Other 304 – Not Modified 305 – Use Proxy 307 – Temporary Redirect Client Error 400 – Bad Request 401 – Unauthorized 402 – Payment […]

>>

, , ,

VS1 Scheduled Tasks (Cron Job)

e.g wget http://www.ifa.org.nz/admin/notify.php -O /dev/null /dev/null From Wikipedia, the free encyclopedia In Unix-like operating systems, /dev/null or the null device is a special file that discards all data written to it (but reports that the write operation succeeded) and provides no data to any process that reads from it (yielding EOF immediately). In programmer jargon, especially Unix jargon, it may also be called the bit bucket or black hole.

>>

, , ,

Free Fonts

http://www.fontsquirrel.com/

>>

, , ,

Next posts