This post is a follow up to the first Secrets In Websites. For those who don’t remember the first time, I point out odd, interesting, funny things in other websites’ code. Yes it takes some time to put a post like this together, that’s why it’s just about a year since the last time. Enough with the intro, read on for the code.
The Code
WordPress.com
You’ll notice a comment sure to make any web developer laugh on WordPress.com’s login page
The guys behind WordPress a while back took the site BrowseHappy under its wing. WordPress has always been a strong believer in web standards, so this isn’t surprising (though still amusing). Did you also know that the guys behind it (Automattic) don’t have job titles? Unless you consider “Chief BBQ Taste Tester” to be a real job title. Matt, I hope your job doesn’t kill you with a heart attack.
The geniuses over at Facebook feel the same and put the following on the top of their IE conditionally included stylesheets:
popurls
The ever so popular popurls has the following comment in the header of the page.
RedHat
RedHat was one of the earlier corporate sites to redo itself into a standards based design. They have great respect for those who came before them. In their master CSS file they have the following tribute as well as a little remark about Netscape 4.x:
Panic Software
Panic Software has a cool little piece of code for those who browse the product page for Coda (awesome product BTW) with IE and don’t have at least version 6.0:
I hear it’s pretty nice too.
Panic also has a comment in the head of their homepage that reads:
Twitter (who redirects to drop the ‘www’ BTW) is a very popular service these days. In their HTML they mark which server served up the data. You’ll see it in the form:
Copper eh? No fiber in your data center? I won’t judge, as long as your bandwidth is plentiful.
WordPress.com
Here’s a bonus from WordPress. While many analytics programs use a 1px transparent “tracker gif” to manage statistics, WordPress did something a little different. At the very bottom on the left hand side, you can see the face of WordPress analytics in all it’s tiny glory.
Mozilla
This technically applies to more than just Firefox. You’d be surprised to see how many times kungFuDeathGrip
is in the code base.
Many Sites using Google Products/Services
Many people have noticed strange Google tags on sites such as:
This isn’t a “SEO” practice, despite some misconception on the web. This is used by the Google Search Appliance, a product made by Google which many websites use to power their own search engines to tell the engine what to read and what to ignore. It wouldn’t be practical for Google to use these “in the wild”. The reason is that spammers could effectively hide an alternate website within those comments. Google’s business is based largely on accurate search results. Spammers have already tried to abuse the CSS property display: none;
. This would be even better. You can find code like this on Apple.com among many other sites.
Webmasters can however optimize their side for AdSense using a technique recommended by Google:
This tells Google to give weight to a certain part of your page when deciding what ad to display on the page. This is good for cases where you feel other material on your page is influencing the ads and resulting in off-topic ads.
Infrastructure/Platform
Microsoft
Microsoft‘s offering against Linux and Apache is IIS on Windows. Which one would expect they themselves use. What they don’t tell you is that they also have used Akamai (with over 25,000 servers), which uses Linux. They have used Akamai for many things like DNS, and caching files. Rather than “Powered By Windows Server” maybe they should append “hiding behind Linux”.
Myspace.com
Myspace.com was previously Adobe/Macromedia’s model customer because it was written in ColdFusion, and said to be the biggest ColdFusion site on the net (and one of the biggest sites on the net). Many think it still is, but it’s not. While many URL’s suggest it might be because they end in .cfm
it’s actually running ASP.net and has been since aprox, 2006. You can confirm this by viewing the headers on some of their pages. You’ll see:
X-AspNet-Version: 2.0.50727
MTV.com
MTV.com‘s site has search powered by a Google Search Appliance. MTV is also owned by Viacom who sued Google, the parent company of YouTube. The folks at MTV awesomely admitted the irony during relaunch on their blog.
Global Crossing
Tier 1 networking provider Global Crossing really wants you to know how fast they are. Doing a trace could turn up something like this:
7 15 MS 13 MS 14 MS COMCAST-IP-SERVICES-LLC.tengigabitethernet1-4.ar5.NYC1.gblx.net [64.208.222.58] 8 14 MS 13 MS 13 MS tengigabitethernet1-4.ar5.NYC1.gblx.net [64.208.222.57]
Yes that’s right, they use 10 GigE! Just FYI.
Goofy
Firefox 2.0
In Firefox 2.0, go to “About Firefox” (under the help menu for Windows, under the Firefox menu for Mac), and click on credits. You’ll notice Stephen Colbert. He wrote it single handedly, but added some other names because he’s a nice guy. Bonus: I’m on the list too. Above him because I’m better than him. That’s right, I said it.
Handy
Chase
Chase for some reason puts it’s login form in plain text. The submit URL is https, but it doesn’t feel right. They do have a SSL enabled login page, but for some reason they hide it. Here it is for those interested:
https://chaseonline.chase.com/online/home/sso_co_home.jsp
For some reason, most of Google’s services are insecure by default. By simply going to https, you can use SSL for added security.
Gmail: https://mail.google.com
Google Calendar: https://www.google.com/calendar
Google Reader: https://www.google.com/reader
On the next page is the 2008 US Presidential Candidate Campaign sites…
69 replies on “Secrets In Websites II”
Hmm, another comment not directly related the article.
I’m annoyed by some pages that promote non-IE browsers. Instead of positively checking if IE is used, and ocmplain if it is, they check for FF and complains (Shows a switch message) if it FF is not being used. For me as an Opera user that is annoying.
If you wonder, Opera stopped identifying itself as IE some years ago, so it’s not that. But when it happens, I can of course ues mask as FF, and all is fine.
[…] web da parte dei vari candidati alle primarie negli Stati Uniti. Un’analisi interessante. Qui il post. PS: guardate anche la prima puntata della serie ÂŤSecrets in WebsitesÂť, il link è […]
[…] Secrets in websites, part two. [via Robert Accettura’s Fun With Wordage] […]
I like the Firefox ones, there cool.
[…] Secrets In Websites II | Robert Accetturaâs Fun With Wordage (tags: webdesign cool programming) […]
[…] Secrets In Websites II | Robert Accetturaâs Fun With Wordage […]
What about on WordPress’ comments template:
[…] Todos odian a IE – Que no te digan, que no te cuenten, usa Firefox o morirĂĄs de alguna enfermedad vinculada con tu falta de genialidad. Como ves acĂĄ, varias pĂĄginas tienen ataques al explorador de Microsoft en su cĂłdigo fuente, por si a alguien lo quedaba alguna duda de que NADIE quiere el IE. Fuente […]
[…] Secrets in websites: programmeurs met gevoel voor humor […]
I find myself doing the same thing with my code now as well. Putting funny things in knowing not many people will read them. Kinda like a ‘hello’ into the future.
– Dwayne Charrington.
http://www.dwaynecharrington.com
Great observations!
[…] But if you are a web geek you will probably get a kick out of these stats, just like me. Check out Roberts page for the complete […]
Hey, no secrets hidden on your own site?
I saw the little wordpress smilie on one of my blogs and couldn’t figure out what in the hell it was or where it came from … let alone how to move it. At least now I don’t think I’m quite as crazy đ
[…] comments in famous websites! You’ll laugh :)read more | digg story Share and Enjoy: These icons link to social bookmarking sites where readers can […]
On this page:
Oops, i meant to say “!– Delicious Delicacies for bots… humans just ignore ;-). –!”, the tag messed it up.
[…] all using open source technologies, such as Apache and jQuery. That’s quite a change from the campaign websites of 2008 and it demonstrates that everything is rapidly moving towards open source. The vast majority of […]
[…] all using open source technologies, such as Apache and jQuery. That’s quite a change from the campaign websites of 2008 and it demonstrates that everything is rapidly moving towards open source. The vast majority of […]