This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What computer Language (ex. CSS, HTML, PHP, Java) was used to develop Facebook's Photo-Tagging Features?
04-11-2014, 04:27 PM
Post: #1
What computer Language (ex. CSS, HTML, PHP, Java) was used to develop Facebook's Photo-Tagging Features?
I have decent knowledge of Web Programming (HTML, CSS, and learning PHP), but was trying to understand how this feature was developed.

Ads

Find all posts by this user
Quote this message in a reply
04-11-2014, 04:34 PM
Post: #2
 
Its combination of PHP and HTML im not familiar with the fade effect

Ads

Find all posts by this user
Quote this message in a reply
04-11-2014, 04:43 PM
Post: #3
 
javascript client side, PHP server side.

http://developers.facebook.com/

http://www.google.com/search?q=ajax
Find all posts by this user
Quote this message in a reply
04-11-2014, 04:59 PM
Post: #4
 
javascript was used to allow the user (you) to select the face and ajax (javascript + php) was used to search the name of the person you just selected then more php was used to submit a query to one of their databases as that person tagged in that specific photo at this location (x,y coordinates)

its a lot of code but pretty straight forward if you know a ton of javascript/ajax
Find all posts by this user
Quote this message in a reply
04-11-2014, 05:12 PM
Post: #5
 
JavaScript to get the exact coordinates of the tag in the photo: x1, y1, x2, y2
And, I guess HTML's <img> and <area> tags to display them on the browser.
PHP to store the cords, name and other details in the database.
AJAX to send the data to the PHP.

:-)
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)