Twelve Dozen

Just another WordPress weblog

14 best practice SEO techniques

http://www.compassdesigns.net/joomla-blog/14-modern-seo-best-practices-for-2009.html

  • 0 Comments
  • Filed under: seo
  • Removing svn files

    The command line again is there to save the day.
    rm -rf `find . -type d -name .svn`
    This code will search through your current directory and remove all .svn folders.

  • 0 Comments
  • Filed under: command line
  • Learning GREP

    This is a really get site for getting started with GREP.
    http://www.thegeekstuff.com/2009/03/15-practical-unix-grep-command-examples/
    Recently I’ve found out how powerful GREP can be. I’ve used it find text in files, which saved me a ton of time searching through files for a php variable.

  • 0 Comments
  • Filed under: command line
  • http://tuts4tech.net/2009/06/19/how-to-install-wordpress/

  • 0 Comments
  • Filed under: command line