What is facebook using?

Discussion in 'JavaScript' started by ferask, Mar 29, 2008.

  1. #1
    I would like to know what technology facebook are using for there interface?
    To be more specific, Im asking about the ability to move sections around the page... How is this done? are they using widgets?

    Thanks.
     
    ferask, Mar 29, 2008 IP
  2. So1

    So1 Peon

    Messages:
    45
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What is facebook? :D I cant find this word in my russian-english dictionary =( Could help u, but i cant understand what u need without understanding this word )

    Sorry for offtop.
     
    So1, Mar 30, 2008 IP
  3. Dollar

    Dollar Active Member

    Messages:
    2,598
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    90
    #3
    Its ajax and complicated javascripts.
    Check out http://script.aculo.us/
     
    Dollar, Mar 30, 2008 IP
  4. ronmac

    ronmac Well-Known Member

    Messages:
    2,093
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    125
    #4
    is it not Ajax with LAMP ??
     
    ronmac, Mar 30, 2008 IP
  5. ferask

    ferask Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thats a very general statement...
     
    ferask, Mar 30, 2008 IP
  6. dulcenegosyante

    dulcenegosyante Well-Known Member

    Messages:
    900
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    150
    #6
    I believe it's AJAX too.

     
    dulcenegosyante, Mar 30, 2008 IP
  7. ronmac

    ronmac Well-Known Member

    Messages:
    2,093
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    125
    #7
    general statment??

    you want a concise answer - perhaps i can buy the company and give you the CODE.

    whats EXACT info do u want
     
    ronmac, Mar 30, 2008 IP
  8. ferask

    ferask Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Yes go ahead and buy the company.. That would be great help :)

    anyway, My question is specifically about moving boxes around on the profile...
     
    ferask, Mar 30, 2008 IP
  9. Dollar

    Dollar Active Member

    Messages:
    2,598
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    90
    #9
    As I said its ajax and javascript.
    The box moves by javascript, and when you let go of the box. It uses ajax and pings the server and updates the mysql database of the layout of your profile. So the next time you log in (even if you delete all your cookies) will be changed.
    As noted this is highly complicated, you would have to know alot about this stuff do it. (facebook probably hires skilled programmers)
     
    Dollar, Mar 30, 2008 IP