Using grep to scrape web pages
In preperation to scrape a number of web pages, I used grep to make a list of URLs I need to scrape. The list of URLs was in an RSS...
Read MoreBash script to backup a WordPress web site
The script (backup_site.sh) for backing up a site has been modified. It now accepts parameters. Parameter 1: domain Parameter 2: database...
Read Moreis_home() not working in my WordPress plugin
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