ical

I’m using google calendar but sometime I can’t access online. So, I also using ical with iPad and iPhone. However, iCal can’t sync my home and office computer. So, I have a only way to use iCal with Google Calendar.

How to use Google Calendar with iCal

Go to the iCal > Preferences > Account.

Click on the plus and then choose the google account. After that Enter your email and password.

You will receive the google calendar but it can access only one calendar. If you want to add other calendar from Google , go to Delegation and check your calendar.

Adium

Sometime we want to use default font in Adium. We can change default font on display message. But it will not change in text box on chat windows. We can change text box font but it’s only work for one time. We don’t want to change every time. So, you can make like following
Read More

Safari Menu > Preferences>Tabs>Open pages in tabs instead of windows: and change to Always.

other way:

  1. Quit Safari
  2. Open Terminal.app
  3. Enter defaults write

    com.apple.Safari TargetedClicksCreateTabs -bool true

    and press enter

  4. Open Safari again

You can lock orientation in iPad easily. But there is no button for orientation lock for iPhone and iPodTouch. However, we wanna lock orientation sometime. If you are using iOS 4.0 or higher , you can do it. Double click the home button and Multitask bar will appear. Scroll to the left and you will see iPod control and orientation button (the first left button).
Read More

Sometime, we are lazy to read article and we just want to listen. OK. Mac have this function, text to speech. Oh! amazing. Copy & Paste in App! No!! just select the text and press shortcut key. And then you will hear. How nice!
Read More

MySQL from MAMP can’t run from terminal. You need to add mysql bin path in $PATH. From terminal you can do with export PATH like following

$ export PATH=/Applications/MAMP/Library/bin/:/opt/local/bin:/opt/local/sbin:$PATH

but it’s only for 1 time. You close the terminal and open again. It will lost. For permanently, you need to add in profile file.

How to

open terminal

$cd ~

$open -a TextEdit .profile

Read More

In Mac Finder, don’t have show hidden. If we want to see hidden for some reason (eg: .htaccess for web development), we can make it easily.

1. Open the Terminal
2. TYPE in terminal

$defaults write com.apple.finder AppleShowAllFiles TRUE
$killall Finder

If you don’t want to see hidden file, just change TRUE to the FALSE.

Designed By Saturngod