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

တစ္ခါတစ္ေလမွာ ကၽြန္ေတာ္တုိ႕ေတြဟာ Adium ရဲ႕ font ကို ျပင္ခ်င္ပါတယ္။ Chat သည့္အခါမွာေတာ့ text message ကို ျပင္လုိ႕ ရေပမယ့္ textbox ကိုေတာ့ ျပင္လုိ႕မရပါဘူး။ အဲဒီ textbox ကို ျပင္ခ်င္ရင္ ေအာက္ကလိုမ်ဳိး ျပင္လုိက္ရင္ ရပါလိမ့္မယ္။
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

တစ္ခါတစ္ေလမွာ ကၽြန္ေတာ္တုိ႕ေတြ စာဖတ္ရတာ ပ်င္းပါတယ္။ အဲလို အခါမွာ နားေထာင္တာကို ပိုလုပ္ခ်င္ၾကတယ္။ Mac မွာ text to speech function ပါျပီးသားပါ။ Copy Paste လုပ္ျပီး app ထဲမွာထည့္ျပီးနားေထာင္ရမွာလား ? မဟုတ္ပါ။ text ကို select လုပ္ျပီး short cut ေလး ႏိွပ္လုိက္ရုံပါပဲ။ ဘယ္ေလာက္ေတာင္ အဆင္ေျပလိုက္လဲ။
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


Mac ရဲ႕ Finder မွာ hidden file ေတြ မျပပါဘူး။ တကယ္လို႕ ျမင္ခ်င္တယ္ဆိုရင္ လြယ္လြယ္ေလး လုပ္လုိ႕ရပါတယ္။ ဥပမာ။ ။ .htaccess က web development အတြက္ လိုပါတယ္။

၁။ Terminal ကိုဖြင့္ပါ။
၂။ terminal တြင္ ေအာက္ပါအတုိင္း ရိုက္လုိက္ပါ။

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

တကယ္လို႕ hidden file မ်ား မျပခ်င္ဘူးဆုိရင္ အေပၚက command TRUE ဆိုသည့္ေနရာတြင္ FALSE လုပ္လုိက္ပါ။

Designed By Saturngod