Can anybody tell me the programming language used to develop stickr www.stickr.com

Discussion in 'Programming' started by raj61184, Feb 1, 2011.

  1. #1
    Hi,

    In www.stickr.com, I basically want to know, how are these post-it kind of stickers for website made.. is it jquery? I am not able to figure out

    If any of you have any idea or guesses about how these stickers for website are developed/coded it would be a great help

    Thanks in advance.
     
    raj61184, Feb 1, 2011 IP
  2. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #2
    If you have to ask, and ask on DP no less, then you don't know enough to develop such a site.
     
    drhowarddrfine, Feb 2, 2011 IP
  3. raj61184

    raj61184 Member

    Messages:
    416
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    45
    #3
    I am a computer engineer by profession and yes I dont have much experience in developing websites....I think you didnt get my question. I had asked your ideas to develop stickr(widget that get attached on website ) and not how a website is made. Have I cleared your doubt??

     
    raj61184, Feb 2, 2011 IP
  4. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The response headers suggests it is written in PHP 5 and running on a Nginx server
     
    AstarothSolutions, Feb 2, 2011 IP
  5. gapz101

    gapz101 Well-Known Member

    Messages:
    524
    Likes Received:
    8
    Best Answers:
    2
    Trophy Points:
    150
    #5
    ^^ you're right..

    here's the complete view

    Server: nginx
    Date: Sat, 05 Feb 2011 07:12:34 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    X-Powered-By: PHP/5.2.17
    Set-Cookie: stickrsession=3jbjlvmgtkpafa57te5hajfmc2; expires=Sat, 12-Feb-2011 07:12:34 GMT; path=/
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma: no-cache
    Set-Cookie: stickrsession=3jbjlvmgtkpafa57te5hajfmc2; expires=Sat, 05-Feb-2011 07:42:34 GMT; path=/
    Content-Encoding: gzip
     
    gapz101, Feb 4, 2011 IP