How do I make a website like racinglivecodes.com?
by gomteng on March 17, 2011Q: How do I make a website like racinglivecodes.com? What format do they use? How do I make people type in their ID and make it appear in front of the webpage? Please help me.
Tags: website
You’d need to learn and understand the various software languages of dynamic websites. You can probably get by with PHP, mySQL, HTML, CSS and Javascript.
I suggest reviewing the web development books at your local bookstore or at Amazon.com to find a few things to get yourself started.
If you’ve never done any kind of computer programming before, you might be better off hiring someone else to do this work for you.
Mark (Uber Geek) says: on March 17, 2011 at 8:30 am
This site uses HTML, CSS, and tables (which are html). If you are familiar with HTML code it should be fairly simple to create.
There is a text box used for the ID code and then places it in the table. The table gets updated with the new info or code ID.
jselden73 (Uber Geek) says: on March 17, 2011 at 8:37 am