1

Possible Duplicate:
What's the shebang/hashbang (#!) in Facebook and new Twitter URLs for?

I'm curious about for what the expression /#!/ is used in some websites like Twitter or about.me.

Some examples: http://twitter.com/#!/search/programmer http://about.me/search/#!/tag/programmer

I like to know if there are specific technologies for using that, like a framework or programming language.

Community
  • 1
  • 1
izazueta
  • 38
  • 6

1 Answers1

1

#! is called hashbang.

By reading Gawker Learns the Hard Way Why ‘Hash-Bang’ URLs are Evil and especially following the links for more technical-oriented information, you'll learn about one side of the story, the problematic one :)

SO: What's the shebang/hashbang (#!) in Facebook and new Twitter URLs for? seems to be the most voted question on the subject around here.

Community
  • 1
  • 1
FelipeAls
  • 21,711
  • 8
  • 54
  • 74