Monthly Archives: April 2006

javascript date object

note: the getMonth() and setMonth() method values are zero-based for the Javascript Date () object. var someDate= new Date(“yy, mm, dd” ) January is 0, December is 11, etc.

Posted in WebTechnology | Leave a comment

crontab man entry from slackware

slackware has great crontab man entry: CRONTAB(1) CRONTAB(1) NAME crontab – manipulate per-user crontabs (Dillon’s Cron) SYNOPSIS crontab file [-u user] – replace crontab from file crontab – [-u user] – replace crontab from stdin crontab -l [user] – list … Continue reading

Posted in Linux | 1 Comment

FTP and SFTP Clients

FTP Windows – Internet Explorer – type ftp://user:password@ftpserver/url-path in address bar. OS X – SFTP SFTP is similar to FTP, but unlike FTP, the entire session is encrypted, meaning no passwords are sent in cleartext form, and is thus much … Continue reading

Posted in Other Tech, WebTechnology | Leave a comment