Comment on Ask HN: Rate my site - delishbits.comparentComments−meese_OP16yThat's just URL encodings. Try http://www.delishbits.com/languages/c%23(foo.com/c# is parsed as an anchor)−Snoddas16yWhy should I do that? The faulty link is on the site under http://www.delishbits.com/explore−meese_OP16yAh, didn't realize that. Sorry, it's fixed.−fnid216ymake the url /c-sharp rather than /c#, or check the location.href to see if there is a # in it. Hardly anyone is going to remember that # is %23−meese_OP16yThanks, I changed it. (languages/c++ is now also languages/c-plus-plus instead of languages/c%2b%2b). Seems like a no-brainer now that you've pointed it out.−Snoddas16yI think using c-sharp is a good idea. Makes it easier to find in search engines too.
Comments
That's just URL encodings. Try http://www.delishbits.com/languages/c%23
(foo.com/c# is parsed as an anchor)
Why should I do that? The faulty link is on the site under http://www.delishbits.com/explore
Ah, didn't realize that. Sorry, it's fixed.
make the url /c-sharp rather than /c#, or check the location.href to see if there is a # in it. Hardly anyone is going to remember that # is %23
Thanks, I changed it. (languages/c++ is now also languages/c-plus-plus instead of languages/c%2b%2b). Seems like a no-brainer now that you've pointed it out.
I think using c-sharp is a good idea. Makes it easier to find in search engines too.