TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

TheNanomancer on Twitter

2 pointsby deadIMPULSEover 15 years ago

2 comments

apotheonover 15 years ago
The first page of stuff is all superficial and pointless. My favorite is the one that suggests leaving the "http" off URLs when typing them into the address bar, so that you enter ://example.com instead of <a href="http://example.com" rel="nofollow">http://example.com</a>. I'd really like to know what idiot there didn't realize you don't need the :// either.<p>. . . and I just realized that for some reason HN eats a double-quote at the end of a URL, so I edited this to eliminate most of the double-quotes I used in the comment. I don't want a delimiter mismatch, after all.
deadIMPULSEover 15 years ago
The point of the :// thing is more for links and less for typing in an address bar. Some forums only allow so many characters in the signature and (say it is exampleforums.com), if you type in a url (say example.com) with out http, it will go to exampleforums.com/example.com. Thus a problem. If you type &#60;a href=://example.com&#62;Example&#60;/a&#62; it saves characters and wont go to the wrong address.