How can I find out with which software a web page was written?

-3

I'd like to know which software was used for the development of the web page http://www.daraz.pk and http://www.jabong.com . How can I do it? Is there any tool for Firefox that could help me finding out this information?

Hamza Maqsood

Posted 2013-04-08T11:17:13.317

Reputation: 1

Question was closed 2013-04-08T12:06:55.967

1Is there any specific reason you made an exact duplicate of the existing question? – slhck – 2013-04-08T12:07:19.813

Answers

2

Google Chrome has a plugin called Chrome Sniffer, you can use this to determine most if not all of the used JavaScript libraries and web frameworks. Unfortunately I do not know any equivalent of it in Firefox.

Dkyc

Posted 2013-04-08T11:17:13.317

Reputation: 41

Easy enough to install another browser though +1 – Amicable – 2013-04-08T11:25:29.807

0

In Chrome, Firefox or Internet Explorer 9 you can use F12 to view the code (Firefox is a plugin you must install called Firebug).

Unless the software comments out where it came from though, I don't believe you can tell what software made the page. Or do you just want to know the underlying technologies?

Austin T French

Posted 2013-04-08T11:17:13.317

Reputation: 9 766

You don't need Firebug. In fact, the majority of the tools Firebug offers have been integrated for a while now. It's accessible through the Web Developer menu, and the main toolbar can be opened with Shift + F2. Or you could right click on any page and click View Page Source, which applies for all aforementioned browsers. – Bob – 2013-04-08T11:35:49.000

2Or use control-u to view the page source with needed a mouse. That works in every graphical browser I ever used, except for IE. – Hennes – 2013-04-08T11:41:06.570