View Full Version : Myspace
gigglebite
Apr 17, 2006, 09:57 AM
How do we make it automatic in which users at myspace.com when they join, and enter their personal information in which it is automically updated. And, they enter pictures, it come up immediately, how do make it? Is it some sort of database?
ScottGem
Apr 17, 2006, 09:59 AM
Not sure what you are asking, but the method may differ. It may be just that a link is created on the profile page, or the link may be stored in a database. You would have to ask the developers of that site how they did it.
LTheobald
Apr 18, 2006, 02:02 AM
I believe what you want is created using AJAX (Asynchronous JavaScript And XML). As in your enter something in the page, hit a button and it just appears there without the page refreshing - that's done using AJAX.
If you want some tutorials on the subject then Google is your friend (http://www.google.co.uk/search?hs=DuQ&hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=AJAX+tutorials&btnG=Search&meta=).
This isn't for anyone new to programming though. You'll need some experience with JavaScript, XML and some knowledge of how web pages/servers work to understand it fully.
gigglebite
Apr 18, 2006, 12:30 PM
Thank you both for the help!
Good day!