1

I've looked all over the web and stackoverflow and can't find anyone talking about stubleupon.com's lineup. Including: framework, language, database, etc. Does anyone have any idea or at least a guess? - thanks

YakovL
  • 7,557
  • 12
  • 62
  • 102
Jake
  • 13
  • 2

1 Answers1

0

You can't really see such things from the outside. However, by hoovering over the "Join for free" button, you see a php link (the target of the button is signup.php, so the language probably is php (You can't be sure as it depends entirely on the configuration of the server).

Femaref
  • 60,705
  • 7
  • 138
  • 176
  • i'm sorry if this sounds elementary but what do you mean a "php link" you mean other links look different? – Jake Mar 30 '11 at 09:21
  • if you mouse over a link, the target is `something.php`. If they were using REST-like links (like `page.com/signup/`) you'd had no way of seeing it from the outside. – Femaref Mar 30 '11 at 09:22