Learning to make the hard things easy

Bash script to backup a WordPress web site

Posted by on Aug 26, 2009 in Linux, Server Admin | 0 comments

The script (backup_site.sh) for backing up a site has been modified.  It now accepts parameters. Parameter 1: domain Parameter 2: database...

Read More

Saturday morning at Uncle Merlin’s lake

Posted by on Aug 15, 2009 in Travel | 0 comments

...

Read More

is_home() not working in my WordPress plugin

Posted by on Aug 4, 2009 in PHP, Wordpress | 0 comments

When using is_home(), is_category(), is_page() etc. in my WordPress plugin that displays category-based ads, they kept returning NULL. My...

Read More