I'm researching building a site by looking at what other people have done but I don't know how to determine what technologies or platforms are being used. How can I tell what any given site is running when I visit it?
|
|
There are four basic things you can check to determine what any given site is running:
There are also browser plugins and other tools that will analyze a site and show you what is running. One of the more popular examples of this is Wappalyzer which has extensions for both Firefox and Chrome and is worth a look for you. |
||||
|
You can get a breakdown of what different components a site uses using Built With. When a site uses a content management system such as Wordpress, it usually shows up there. In the case of the site you are asking about, it does not show a content management system but the following libraries: jQuery, FancyBox, JQuery Mousewheel plus a number of widgets. |
||||
|
|
|
The Chrome Sniffer extension for Google Chrome detects what web applications and JavaScript libraries a site is built on and displays icons in the address bar accordingly. |
||||
|
|