Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Can someone advise me please...
Old 07-01-2008, 05:50 PM Can someone advise me please...
Average Talker

Posts: 15
Trades: 0
On how to create a website like this?

http://www.virtualsportzcenter.com

I am interested in the way basketball scores are reported.

How would I go about creating a site similar to it?

Is there something online I can use to replicate this site please?


Thanks in advance, all advise welcome.
Sorry if this is a noob post, just desperate now.

Last edited by tom1985; 07-01-2008 at 06:02 PM..
tom1985 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-01-2008, 06:59 PM Re: Can someone advise me please...
Average Talker

Posts: 15
Trades: 0
Please?
tom1985 is offline
Reply With Quote
View Public Profile
 
Old 07-01-2008, 07:29 PM Re: Can someone advise me please...
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Tom it's a little hard to tell you how to build a site in one post. That might be why people haven't answered.

The site you linked to is built using a combination of HTML and CSS. My first question for you would be how familiar are you with HTML and CSS? A good background in both is going to help you build sites in general.

If you don't mind sharing your experience in building sites and the languages you know I'll be happy to point you to some sources that will help develop a site like the one you linked to.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 07-01-2008, 07:57 PM Re: Can someone advise me please...
Average Talker

Posts: 15
Trades: 0
Im studying multimedia computing at university, however only in my first year.

I know some HTML and CSS.

It's basically just getting a site that is all automatic.

People can give scores back and then league tables are updated automatically.

www.yourfifaleague.net

i want a site similiar to that but that looks better.

Basically on that site you can:

Register, then apply to be a manager of a team, e.g. Arsenal.

Once the admin authorise you as a captain, you can then look for team members(other registered users)

Managers can then send a contract to the player, basically to accept to be on there team, once accepted they show on the team, e.g ARSENAL

Once a team is full you cant add anymore.

You then play your matches when scheduled by the admin on Xbox Live.

Once the matches have been played the scores are then fed back into a form which, when both teams have submitted the scores, the league table automatically updates.

I want something like this, however for NBA rather than Football(Soccer)

Once I get the back end of the site running as in all automatic, I am sure I can sort how it looks etc by myself its just all the coding to achieve this that I cant get my head around.
tom1985 is offline
Reply With Quote
View Public Profile
 
Old 07-02-2008, 03:02 AM Re: Can someone advise me please...
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
And none of this can be done using HTML. So...

... If you would let us know what you are proposing to code the back end in,
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 07-02-2008, 08:23 AM Re: Can someone advise me please...
MikeNumbers1's Avatar
Experienced Talker

Posts: 31
Trades: 0
I would suggest getting host, and installing drupal, or some other CMS (content management system).

That will do a lot of the hard work for you.
__________________

Please login or register to view this content. Registration is FREE
- Technology News from all over the internet *
MikeNumbers1 is offline
Reply With Quote
View Public Profile Visit MikeNumbers1's homepage!
 
Old 07-02-2008, 08:05 PM Re: Can someone advise me please...
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
You can get a CMS to handle some of the things you want like the login, but some of what you want sounds like it's going to require a little custom programming.

Like Chris said the backend won't be HTML and CSS. At a minimum you're going to need a server side language and a database. I use PHP/MySQL, but it's not your only choice. I'm not sure how familiar you are with server side languages and databases, but the first step is a crash course in both.

I'm going to guess you would go the PHP/MySQL route (and again you don't have to). There are plenty of books that teach both together. It's a good way to learn since each is more useful in combination with the other.

There are plenty of tutorials online as well.

The last part where the league scores are updated sounds like it would just require a form and when submitted the form updates the database. The league tables displayed on the site will be reading from the database. Neither is hard to do, but you do need to know the basics of a server side language and how that language interacts with a database.

The login and registration system is in many ways the same. It's a combination of taking input form the user and reading and writing to databases. There are plenty of tutorials online to create that functionality and most any book should cover the basics as well.

As for the rest again it's all about reading and writing to databases. The how will be in the details of the way you want things set up.

First step in all of this is learning a server side programming language and a database and how the two interact.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 07-04-2008, 12:32 PM Re: Can someone advise me please...
Junior Talker

Posts: 2
Trades: 0
Quote:
Originally Posted by MikeNumbers1 View Post
I would suggest getting host, and installing drupal, or some other CMS (content management system).

That will do a lot of the hard work for you.
also suggest you installing a cms
__________________
S
Please login or register to view this content. Registration is FREE
mynameisx is offline
Reply With Quote
View Public Profile
 
Old 07-10-2008, 07:23 AM Re: Can someone advise me please...
Novice Talker

Posts: 7
Trades: 0
tom, the site you are reffering takes more than just css/ html. it requires database connection, and a good server side scripting language like php...
__________________
team webwizard -- #1 web outsourcing team!!
for your php,css, javascript, html project needs contact us :
Please login or register to view this content. Registration is FREE
team_webwizard is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Can someone advise me please...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.63112 seconds with 12 queries