April 10, 2007
If you want Safari to open multiple web sites in tabs at once, copy this in your Apple Script editor and customize it the way you want. Save the script as say “My Sites” and the next time you run it it will open Safari with all the sites at once.
tell application "Safari"
activate
set the URL of document 1 to "http://au.yahoo.com/"
my new_tab()
set the URL of document 1 to "http://forum.macformat.co.uk/index.php"
my new_tab()
set the URL of document 1 to "http://www.satelitskiforum.net/wbb2/index.php"
my new_tab()
set the URL of document 1 to "http://davortech.wordpress.com"
my new_tab()
set the URL of document 1 to "http://au.answers.yahoo.com"
end tell
on new_tab()
tell application "Safari" to activate
tell application "System Events"
tell process "Safari"
click menu item "New Tab" of menu "File" of menu bar 1
end tell
end tell
end new_tab
2 Comments |
Macintosh, Miscellaneous, Scripting |
Permalink
Posted by Davor
April 4, 2007
My bloger code:
B9 d- t++ k s++ u f+ i++ o+ x++ e- l+ c+
Decode it!
My Geek Code:
GIT/TW d? s>—:>– a- C@>+ U P L(+++)@ E@>—- W++(++)>++$ N> o K– !w !O M$>++ !V !PS PE>++ Y PGP t>+++ 5>++ X>+ R> tv>+++ b>+ DI D G !e h>++ r>— y?
Decode it!
Leave a Comment » |
Fun, Internet, Miscellaneous |
Permalink
Posted by Davor
April 4, 2007
I am really sick and tired of hearing constant arguments on which is better, Mac or a PC, both online and in the real life. I can’t understand why mac users are trying to prove an obvious thing – Macs are better! If the PC users are happy with their Windows crashing, viruses, malicious software, spyware etc. , then I’d let them have it. I know so many people saying how they are happy with their Windows machine but when something goes wrong, they are pulling out their hair and cry. So stop arguing. I am sure that PC users sooner or later will actually see that their OS suck and switch to Mac.
4 Comments |
Macintosh, Operating Systems, Random thoughts, Technology |
Permalink
Posted by Davor