Saturday, December 19, 2009

Final Project

Here is the site hosted on onepotcooking: http://onepotcooking.com/michaelcaviness/final_project/tcw-web/

And here it is hosted elsewhere, where I will likely continue to modify it before appending it onto the company website: http://www.hellofellow.net

For reference, here is the original site: http://www.tcw-web.com


Wireframes for Final Project



Saturday, December 5, 2009

showing hidden files in the mac finder

Here's the link. To summarize, you'll need to open the Terminal and paste this verbatim:

defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

To turn it off again, simply type the above command replacing TRUE with FALSE.

http://www.mactricksandtips.com/2008/04/show-hidden-files.html