Forums | MacLife
You are not logged in.
#1 2003-01-20 2:00 pm
- jeri7h
- Member
- From: Somewhere.
- Registered: 2001-10-24
- Posts: 605
Welcome Safari User.
Anyone seen this image yet on Apple's homepage?
You can only see it if you are using safari 
Offline
#2 2003-01-20 2:03 pm
- MuckSavage
- The Balls

- From: In a glass case of emotion.
- Registered: 2001-10-02
- Posts: 3402
- Website
Re: Welcome Safari User.
Yeah, apple showing love for its' browser. Where is that little tag on msn.com? 
You have an absolutely breath-taking... heiney. I mean, that thing's good. I wanna be friends with it.
Offline
#3 2003-01-20 2:03 pm
- registered_user
- bulletproof
- From: padding: zero-pixels;
- Registered: 2000-12-19
- Posts: 16020
- Website
Re: Welcome Safari User.
Oh, I better switch browsers right away then!
Nope, never saw it. I used Safari for a day only. Kinda neat though
Offline
#4 2003-01-20 2:08 pm
- Tickle-Me-Eric
- The Asthmatic Avenger

- From: Hollywood, CA
- Registered: 2000-06-12
- Posts: 3452
- Website
Re: Welcome Safari User.
Interesting...
Now what they SHOULD do is have a "Welcome Explorer User, have you tried Safari?" button...
Or the "Welcome Chimera User... Um... Safari isn't done yet..." button
(I like Safari, a lot, just needs a few more features... I do use it though, even over Chimera, in hopes that my feedback will shape a better browser...)
"Obviously they have mistaken me for a much shorter man"
- Cary Grant as Roger Thornhill, in North by NorthWest
"There's no emoticon for what I'm feeling!"
Offline
#5 2003-01-20 2:12 pm
- Mazer Rackham
- Member
- From: St. Pete, Florida, United Stat
- Registered: 2002-05-03
- Posts: 1882
- Website
Re: Welcome Safari User.
Hey, that's cool!
Check the bottom of the page with the 4 little boxes. They replaced the "Safari: The Turbo Browser for X" with a little picture of Airport Extreme.
Interesting 
"Early to bed, early to rise makes a man stupid and blind in the eyes." -Mazer Rackham
Offline
#6 2003-01-20 2:21 pm
Re: Welcome Safari User.
Hey, that's cool!
Check the bottom of the page with the 4 little boxes. They replaced the "Safari: The Turbo Browser for X" with a little picture of Airport Extreme.
Interesting
Then I went to the site with Chimera, and "Safari :The Turbo Browser for X" is back. They're so smart.
Offline
#7 2003-01-20 2:22 pm
Re: Welcome Safari User.
We should get some perk as well as a greating... 15% discount at apple store... New versions of iPhoto/iMovie before other people, etc.
Offline
#8 2003-01-20 2:25 pm
Re: Welcome Safari User.
Scopin' their source....
Here we go:
Code:
<SCRIPT LANGUAGE = "JavaScript">
var SafariMessage = "<IMG SRC=\"/home/images/2003/01/safarititle01202003.gif\" WIDTH=\"670\" HEIGHT=\"80\" ALT=\"WELCOME SAFARI USERS. The new PowerBooks.\">"
var NoSafariMessage = "<IMG SRC=\"/home/images/2003/01/powerbooktitle01202003.gif\" WIDTH=\"670\" HEIGHT=\"80\" ALT=\"The new PowerBooks.\">"
if (navigator.userAgent.indexOf('Safari') != -1) {
document.write(SafariMessage);
} else {
document.write(NoSafariMessage);
}
</SCRIPT>
and...
Code:
<SCRIPT LANGUAGE = "JavaScript">
var SafariMessage = "<A HREF=/airport/ onClick=\"adclick(\'/airport/\',\'Promo - AirPort\')\"><IMG SRC=\"http://a772.g.akamai.net/7/772/51/b4177fe2284e7a/www.apple.com/home/images/2003/01/promoairportextreme01152003.gif\" WIDTH=170 HEIGHT=125 BORDER=0 ALT=\"AirPort Extreme\"></A>"
var NoSafariMessage = "<A HREF=/safari/ onClick=\"adclick(\'/safari/\',\'Promo - Safari\')\"><IMG SRC=\"http://a772.g.akamai.net/7/772/51/fc0e869ede36f6/www.apple.com/home/images/2003/01/promosafari01052003.gif\" WIDTH=170 HEIGHT=125 BORDER=0 ALT=\"Safari. The turbo browser for X.\"></A>"
if (navigator.userAgent.indexOf('Safari') != -1) {
document.write(SafariMessage);
} else {
document.write(NoSafariMessage);
}
</SCRIPT>
Offline
#9 2003-01-20 2:34 pm
- registered_user
- bulletproof
- From: padding: zero-pixels;
- Registered: 2000-12-19
- Posts: 16020
- Website
Re: Welcome Safari User.
We should get some perk as well as a greating... 15% discount at apple store... New versions of iPhoto/iMovie before other people, etc.
Maybe they'll only charge you $30 for the final release if you provide feedback. 
Offline
#10 2003-01-20 2:36 pm
- Tickle-Me-Eric
- The Asthmatic Avenger

- From: Hollywood, CA
- Registered: 2000-06-12
- Posts: 3452
- Website
Re: Welcome Safari User.
Maybe they'll only charge you $30 for the final release if you provide feedback.

"Obviously they have mistaken me for a much shorter man"
- Cary Grant as Roger Thornhill, in North by NorthWest
"There's no emoticon for what I'm feeling!"
Offline
#11 2003-01-20 4:55 pm
- michaelsgamingworld
- Member
- From: In front of my iMac, next to m
- Registered: 2002-11-03
- Posts: 345
- Website
Re: Welcome Safari User.
how/can I put that into my website? That would be so awesome
5, 10, 15, 20, 30
It just keeps getting better and better!
------------------------------------------------------
You-"But 95% of the world uses windows"
Me-"Too bad for the whole world"
Offline
#12 2003-01-20 4:58 pm
- NAG
- A witch!
- Royal Wombat

- From: /usr/local/apps/nag
- Registered: 2000-09-22
- Posts: 30225
Re: Welcome Safari User.
You basically copy and paste the script and change a few things, like the url for the image etc...
Offline
#13 2003-01-22 5:38 pm
- Freezer mac
- iPod scroll wheel

- From: next to a big cold lake.
- Registered: 2001-01-06
- Posts: 7367
Re: Welcome Safari User.
<html>
<SCRIPT LANGUAGE = "JavaScript">
var safari = "Welcome safari user"
var notsafari = "Get a Real Browser"
if (navigator.userAgent.indexOf('Safari') != -1) {
document.write(safari);
} else {
document.write(notsafari);
}
</SCRIPT>
</html>
Offline

