Archive for May, 2009

Three Wolf Moon T-Shirt

More »

Listing and Editing Cron via Crontab

To list and edit crons, log in via SSH and use the following commands:
crontab -l to list crontabs
crontab -e to edit crontabs
editing is done in VI. Basic VI commands: http://www.cs.colostate.edu/helpdocs/vi.html

More »

How to add rel=”nofollow” to the top links in Magento

More »

Where can I add a rel=”nofollow” to “View as: Grid List” and “Sort By” in Magento Commerce

More »