My Blog

All about my activities, Ideas and everything.

Month: January, 2010

Tutorial : Show hidden files in Finder Mac OSX

Unlike windows, Mac OSX has a different to show hidden files. We just can’t right click and show all files. So, in Mac OSX we need to go to Terminal and put this command. To open show all files 1defaults write com.apple.finder AppleShowAllFiles TRUE To disable show all files 1defaults write com.apple.finder AppleShowAllFiles FLASE And [...]

Prototype : IE throws an error: “Object does not support this property or method”.

I have been this problem for ages. How stupid am I? To resolve this problem just parse the element to $(element) before use. That’s it. The problem is IE doesn’t allow you to extend element. Reference : http://proto-scripty.wikidot.com/faq#propnotsupported

Mac OSX Snow Leopard : How to find your DNS and change your hosts

1cat /etc/resolv.conf and change the hosts 1cat /etc/hosts