Saturday, June 14, 2014

Screen Capture with Shadow !? You Don't Like it ?

Using Mac OS X, you can press "command Shift 4" , then you can capture any area of your screen.

But it seems that the default setting make your capture have shadow.

If you don't like it , you can do the following:

Open "terminal"

Enter the following:

defaults write com.apple.screencapture disable-shadow -bool true

And then:

killall SystemUIServer



If you want to fall back , you can .....

defaults write com.apple.screencapture disable-shadow -bool false

And then:

killall SystemUIServer

Sunday, May 25, 2014

Where is the zoom slider for images in Finder?

In Finder window
Finder --> View --> Show status bar

You will see the slide bar at bottom of  your right hand corner.


Cheers!

Thursday, May 22, 2014

Evernote: Offline Viewing (Offline Notebooks in IOS device)

First you need to pay for Premium account in Evernote.
Offline Notebooks: you can access your notebooks (and all the notes inside) even you don't have Internet connection.

How to ?

  1. Go to "Notebooks" from the left hand side (green) menu.
  2. Click "Edit" from the the left hand side menu at the top right corner of the menu.
  3. Click the "information" icon (a circle with "i") besides the notebooks that you want to have offline viewing
  4. Slide the button besides "Make Available Offline".

Then you can view all the notes under that notebook even you don't have any Internet connection. But you need to sync once before you can have a offline viewing.



Enjoy!

Saturday, April 5, 2014

Evernote: Offline Notes in IOS device

First you need to pay for Premium account in Evernote.
Offline Notebooks: you can access you notes even you don't have Internet connection.

How to ?

Add your note to favourite (by click the star), then you can access the note even offline.


Enjoy!

Tuesday, April 1, 2014

MS Excel 2011 -- Change Date Time field to Date

Change the date time field to date, do the following in the cell

=Text(B2, "yyyy-mm-dd")


B2 is the cell with date time field.

Saturday, February 22, 2014

Zoom Content on the Screen or Magnify Content on the Screen















Turn Zoom on or off option + command + 8
Zoom in option + command + =
Zoom out option + command + -

Friday, January 3, 2014

How to rename a file or folder in Mac OS X


  1. Highlight the file or folder that you want to rename, then hit "return" key.
  2. Rename a file or folder via command line
    1. mv oldfilename newfilename