Just another WordPress weblog
13 Aug
http://www.e-moxie.com/resources/news/13-steps-to-a-successful-website-launch/
Plus 7 more
http://www.graphic-euphoria.co.uk/category/findability-seo
This provides a big help. I think I’ll compare it to the check list that I use and see if I can refine it. I’ll post the result soon.
17 Jul
tarball
command is:
tar cvf other-files.tar.gz jscript sales ecom orders user css
17 Jul
http://www.compassdesigns.net/joomla-blog/14-modern-seo-best-practices-for-2009.html
16 Jul
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.
16 Jul
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.
16 Jul
http://tuts4tech.net/2009/06/19/how-to-install-wordpress/