The most popular links posted by developers to Stack Overflow
31–40 of 69 posts
Re: The most popular links posted by developers to Stack Overflow
#32Re: The most popular links posted by developers to Stack Overflow
#33The javascript entry doubles as a Table of Contents for the jQuery API. Totally unsurprising
Re: The most popular links posted by developers to Stack Overflow
#34Re: The most popular links posted by developers to Stack Overflow
#35I'd be interested in seeing what happens when you bucket citations by domain instead of URL. Google Analytics counts over a thousand unique referring SO pages to Cocoa Controls ( http://www.cocoacontrols.com ) this year alone. But, of course, most of the links back to my site are long tail.
Great idea, will try and look at that next.
Re: The most popular links posted by developers to Stack Overflow
#36Re: The most popular links posted by developers to Stack Overflow
#37Top Objective-C link points to ASIHTTPRequest, an obsolete networking library that is no longer supported (and even its developer recommends against using it).
Re: The most popular links posted by developers to Stack Overflow
#38In the spirit of HN, how does it work and what powers it? :)
Re: The most popular links posted by developers to Stack Overflow
#39Earlier quoted context omitted.
You learn something every day. I was sure URLs are not case sensitive until now. While domain names are not case-sensitive, the rest of the URL might be. In our example, this would be everything that follows “.com” as in wisegeek.com/are-urls-case-sensitive.htm.
Think about it, the host server gets the path string raw, it's up to it how to interpret it.