What is this website utilizing?

Discussion in 'Databases' started by NYCuser, Sep 30, 2009.

  1. #1
    http://www.attaincapital.com/managed_futures_rankings/

    Can anyone tell me what types of web dev languages/utilities they're using?

    I know there are elements of Ajax + jquery, but also wondering what else is in there, SQL? asp.net?

    Thanks - I'm rebuilding a site for a college ranking site and like the layout/filters used by the previously mentioned site.
     
    NYCuser, Sep 30, 2009 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    I bet its asp.net with mvc + sql server - or it could be coldfusion - one of the urls has a : in it which is sometimes used for url-rewriting
     
    ccoonen, Sep 30, 2009 IP
  3. ohteddy

    ohteddy Member

    Messages:
    128
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    28
    #3
    The server's response header is:

    
    HTTP/1.1 200 OK
    Date: Fri, 02 Oct 2009 00:32:03 GMT
    Server: Apache/2.2.11 (Win32) PHP/5.2.9-2
    X-Powered-By: PHP/5.2.9-2
    Set-Cookie: CAKEPHP=o9bjke4r6e1ug9n64144t1kvi0; expires=Mon, 02-Oct-2034 06:32:03 GMT; path=/
    P3P: CP="NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"
    Keep-Alive: timeout=5, max=100
    Connection: Keep-Alive
    Transfer-Encoding: chunked
    Content-Type: text/html
    Cache-Control: NO-CACHE
    
    Code (markup):
    They are most likely using a LAMP solution. Linux/Apache/MySQL/PHP
    The framework they are most likely using is CakePHP?
     
    ohteddy, Oct 1, 2009 IP