| Author |
Message |
absolutefunk
Joined: 07 May 2005
Posts: 35
Location: DFW Texas
|
| Posted: Wed May 11, 2005 1:00 am Post subject: TekTonic HTML source - LOL |
|
|
Got bored so I loaded TekTonic's website which was in my recent history (was actually gonna go with unixshell# for VPS before discovering Linode), and I noticed they offer web design, so I went to look at their source code (I tend to do this for web design sites to see how well the code is) for the current page I was on.
http://www.tektonic.net/resellers.php
Seems that page and the VPS page use that nice side table, however whomever coded it must have thought otherwise. I think if I were to go with them to design a website, I'd order the swear-free package ;) LOL
-Brian |
|
| Back to top |
|
zunzun
Joined: 18 Feb 2005
Posts: 163
Location: Birmingham, Alabama USA
|
| Posted: Wed May 11, 2005 12:29 pm Post subject: |
|
|
| You just made coca-cola shoot out of my nose. That is hilarious. |
|
| Back to top |
|
NecroBones
Joined: 16 Mar 2004
Posts: 110
Location: Sterling, VA
|
| Posted: Wed May 11, 2005 3:31 pm Post subject: |
|
|
| Oh that is just too funny! :) |
|
| Back to top |
|
tfrevert
Joined: 15 Apr 2003
Posts: 17
Location: Wichita, KS
|
| Posted: Wed May 11, 2005 5:33 pm Post subject: |
|
|
| Do you suppose thats its a dreamweaver n00b or just a postal developer? |
|
| Back to top |
|
Xan
Joined: 08 Feb 2004
Posts: 286
Location: Austin
|
| Posted: Wed May 11, 2005 11:37 pm Post subject: |
|
|
Must be a Dreamweaver newbie. The postal developers seem to be much more professional.
http://www.usps.com/ |
|
| Back to top |
|
tfrevert
Joined: 15 Apr 2003
Posts: 17
Location: Wichita, KS
|
| Posted: Thu May 12, 2005 7:52 pm Post subject: |
|
|
| very punny :lol: |
|
| Back to top |
|
tronic
Joined: 04 Dec 2004
Posts: 123
|
| Posted: Fri May 13, 2005 3:02 pm Post subject: |
|
|
Pretty funny. :)
I didn't want to wade through raw HTML to see what it was, so the short-cut to see it more easily:
Code: $ wget http://www.tektonic.net/resellers.php
$ grep '<\!--' resellers.php
I know, I'm lazy. ;) |
|
| Back to top |
|
NeonNero
Joined: 04 Jan 2005
Posts: 115
Location: Ålesund, Norway
|
| Posted: Fri May 13, 2005 4:18 pm Post subject: |
|
|
tronic wrote: Pretty funny. :)
I didn't want to wade through raw HTML to see what it was, so the short-cut to see it more easily:
Code: $ wget http://www.tektonic.net/resellers.php
$ grep '<\!--' resellers.php
I know, I'm lazy. ;)
This one's just as quick/lazy:
Code: lynx --source http://www.tektonic.net/resellers.php | grep "<\!--" |
|
| Back to top |
|
OverlordQ
Joined: 04 Jun 2004
Posts: 199
|
| Posted: Fri May 13, 2005 5:53 pm Post subject: |
|
|
man that has nothing on the linux kernel lol
Quote: linux-2.6.11.9/arch/mips/kernel/irixioctl.c: * irixioctl.c: A fucking mess...
linux-2.6.11.9/arch/mips/kernel/sysirix.c:/* 2,191 lines of complete and utter s*** coming up... */
linux-2.6.11.9/arch/mips/pci/pci-ip27.c: * IOC3 is fucked fucked beyond believe ...
linux-2.6.11.9/arch/sparc/kernel/head.S: * Sun people can't spell worth damn. "compatability" indeed.
linux-2.6.11.9/arch/sparc/kernel/process.c: /* f*** me plenty */
linux-2.6.11.9/arch/sparc/kernel/sunos_ioctl.c: /* Binary compatibility is good American knowhow fuckin' up. */
linux-2.6.11.9/arch/sparc/lib/checksum.S: * give up. I'm serious, I am going to kick the living s***
linux-2.6.11.9/arch/sparc64/kernel/pci_common.c: * there must be a damn good reason for it.
linux-2.6.11.9/arch/sparc64/kernel/traps.c: /* Why the f*** did they have to change this? */
linux-2.6.11.9/arch/sparc64/lib/checksum.S: * are two fold. Firstly, they cannot pair with jack s***,
linux-2.6.11.9/arch/sparc64/mm/ultra.S: * in Microelectronics who refused to fix this s***.
just some examples :)
grep -R -E '(f***|s***|damn)' * | less |
|
| Back to top |
|
| |