Featured Posts

Adding HTML Signature to your iPhone 4 without Jailbreaking itAdding HTML Signature to your iPhone 4 without Jailbreaking... One of the features missing on the iPhone is HTML signature for Mail, and if you are using two different email addresses like me you probably want to have two different...

Readmore

Play Tetris Using Mac Leopard TerminalPlay Tetris Using Mac Leopard Terminal Terminal Tetris is actually part of the Gnu Emacs and is something you should able to do on any unix system that has Emacs on it. I attached text and video instructions. To...

Readmore

Automate a Remote Login Using SSH - LinuxAutomate a Remote Login Using SSH - Linux To do just that you need to create SSH Key Pair 1. we need to use ssh-agent to create an SSH key pair. To do that run this command: ssh-keygen -t rsa When prompted...

Readmore

Free Google Wave InvitesFree Google Wave Invites Do you really want a Google Wave Invite but don't want to pay $$$ on eBay??? I got one for you.... The deal is: I give you an Invitation and once you get it...

Readmore

Start Google Chrome in Incognito ModeStart Google Chrome in Incognito Mode I'm Using Mozilla FireFox as my default web browser But I like using Chrome for Private Browsing. Google Chrome doesn't provide an option to load Incognito by default so...

Readmore

Cool Geex Rss

Google Chrome Incognito – Mac OSX Perfect Solution

Posted on : 17-12-2009 | By : Cool Geex | In : Google, Script Editor

11

  • Update: “Open” For leopard doesn’t have –args as option so pay attention for the differences between the two.

Aug-12-2009 I published a script that start Google Chrome in incognito mode by default.

Since than G’s of readers used my method, and now I’m releasing the perfect Mac Solution for that problem.

Inspired by Craig H from The Web Site Is Down

1st Option:

Download the DMG I Created Here: Google Chrome (Incognito) For Snow Leopard

OR This one (Google Chrome Incognito) For Leopard

2nd Option:

1. Open Apple Script Editor and paste the following code.
Snow Leopard: do shell script "open -a Google\\ Chrome --new --args -incognito"

Leopard: do shell script "/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome –incognito"

2. Save & Run

Create an Application that Start Google Chrome in Incognito Mode

Posted on : 24-09-2009 | By : Cool Geex | In : Google, Script Editor

1

This Post will show you how to create an Application from the script provides in the post Start Google Chrome In Incognito Mode

Just Follow the Video

If you like the video, Please Rate It

Create your own list of email addresses from your inbox

Posted on : 15-09-2009 | By : Cool Geex | In : Script Editor, Snow Leopard

0

Like most, I’m getting everyday tons of emails, I’m not saving all the addresses, but maybe I should.

I figured that if I’ll want to promote something one day I can use that list, so I wrote a script that captures all the email address to a file.

I’m using Macintosh Apple Mail and using the script editor.

email-from-inbox

This Is the Script:

Mac Hidden Files Control

Posted on : 26-08-2009 | By : Cool Geex | In : Downloads, Mac Leopard, Script Editor

1

Make Finder Show Or Hide Files

This App make the finder showing Hidden and System files.
If Hidden files set to ON then it will turn it OFF.
Very good to anyone how works with Apache and needs to modify .htaccess files

**** Update: One of the readers brought to my attention that the version I posted on the site doesn’t supported by Snow Leopard.

I already fixed it and will upload it soon!

* Thanks To David

Download Here: Hidden Files Control (Free)

Move downloaded DMG files automatically

Posted on : 14-08-2009 | By : Cool Geex | In : Mac Leopard, Script Editor

0

I’ve tweaked my Downloads folder so that applications which are usually downloaded as disk images are automatically moved to another folder.

To do that, Take a look at my Video.

I attached a script to my Downloads folder as a folder action. First, I typed the following script into Script Editor:

[applescript]

on adding folder items to theFolder after receiving downloadFile
tell application “Finder”
repeat with theFile in downloadFile
if the name of theFile ends with “.dmg” then
move theFile to folder “THE_FOLDER_YOU_CREATED” of folder “YOUR_USER_NAME” of folder “Users” of startup disk
end if
end repeat
end tell
end adding folder items to

[/applescript]

Available on the App Store

Advertise Here


Subscribe To CoolGeex