corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Ive just had a really good idea.....


New Topic

New Poll
  <<  1    2  >> Subscribe | Add to Favourites

You are not logged in and may not post or reply to messages. Please log in or create a new account or mail us about fixing an existing one - register@corsasport.co.uk

There are also many more features available when you are logged in such as private messages, buddy list, location services, post search and more.


Author Ive just had a really good idea.....
dave17
Member

Registered: 3rd Sep 02
Location: Greater London
User status: Offline
23rd Feb 05 at 01:02   View User's Profile U2U Member Reply With Quote

jus thought of a new concept for a website, and i think it has the potential to be huge!!

ive designed a few websites before but unsure on how to go about making a serious one? ive only used frontpage to design pages, but what do most people use?

the site consists of filling in forms, uploading pictures. these details will then be searchable on the site. by name, region, age, sex, etc etc.

how do i go about it all?
Dom
Member

Registered: 13th Sep 03
User status: Offline
23rd Feb 05 at 01:03   View User's Profile U2U Member Reply With Quote

notepad, php, SQL database


and thats what i use, except i use HTML Pad instead of notepad just to colour everything nicely

edit - oh and photoshop etc to do graphics

[Edited on 23-02-2005 by Dom]
TimS
Member

Registered: 29th Jan 05
Location: Brignorth, Shropshire
User status: Offline
23rd Feb 05 at 01:04   View User's Profile U2U Member Reply With Quote

you mean faceparty?

Be hard to do using frontpage or without a reasonable understanding of "web" lanaguges
MarkW
Member

Registered: 19th Mar 04
Location: Orpington, Kent
User status: Offline
23rd Feb 05 at 01:04   View User's Profile U2U Member Reply With Quote

Dreamweaver for a start, then lots of backend coding - Jodi_the_g , Tim, Ian, Dom & cybermonkey i think all have a fair idea
TimS
Member

Registered: 29th Jan 05
Location: Brignorth, Shropshire
User status: Offline
23rd Feb 05 at 01:05   View User's Profile U2U Member Reply With Quote

agreed, note pad is the best, SQL would be the best way as well.
Dom
Member

Registered: 13th Sep 03
User status: Offline
23rd Feb 05 at 01:05   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by TimS
you mean faceparty?

Be hard to do using frontpage or without a reasonable understanding of "web" lanaguges


im guessing more of an hot or not website, or a dating site


edit - as for backend server side languages, obviously php would be better, but if you arnt worried about speed and just want some easy then go for ASP which is basicaly basic language but for websites - really easy to learn, and to debug as well unlike php/perl etc (its a pain when you miss a } and you have to go through hundreds of lines hunting for it )

[Edited on 23-02-2005 by Dom]
TimS
Member

Registered: 29th Jan 05
Location: Brignorth, Shropshire
User status: Offline
23rd Feb 05 at 01:06   View User's Profile U2U Member Reply With Quote

guess so
dave17
Member

Registered: 3rd Sep 02
Location: Greater London
User status: Offline
23rd Feb 05 at 01:07   View User's Profile U2U Member Reply With Quote

its a bit like faceparty yes. but with a new concept

just checked the domain id want and its avaliable too!!

would i be better off paying some1 to make this site for me? or would it not be THAT hard? ive done courses in Graphic design so im very familiar with Photoshop.

its just the searching and uploading part im unsure about being able to do.....
TimS
Member

Registered: 29th Jan 05
Location: Brignorth, Shropshire
User status: Offline
23rd Feb 05 at 01:09   View User's Profile U2U Member Reply With Quote

I would imgaine without know all the details it would be fairly expensive if you paided anyone ot do it.
Might be best reading up on php, sql and getting a basci understanding and having a go yourself.

Then maybe pay a company to tweat it.
dave17
Member

Registered: 3rd Sep 02
Location: Greater London
User status: Offline
23rd Feb 05 at 01:09   View User's Profile U2U Member Reply With Quote

so what software uses ASP then?

i am good at learning stuff, jus need to know where to start
dave17
Member

Registered: 3rd Sep 02
Location: Greater London
User status: Offline
23rd Feb 05 at 01:09   View User's Profile U2U Member Reply With Quote

i kno what i want, and how i want it to work, its jus going about it.......
Dom
Member

Registered: 13th Sep 03
User status: Offline
23rd Feb 05 at 01:10   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Dave17
its a bit like faceparty yes. but with a new concept

just checked the domain id want and its avaliable too!!

would i be better off paying some1 to make this site for me? or would it not be THAT hard? ive done courses in Graphic design so im very familiar with Photoshop.

its just the searching and uploading part im unsure about being able to do.....


uploading is a simple upload script, which you dumb either into a Database as a BLOB (use double the amount of space though) or as a file onto the server inself then record the filename in the database/table - then just add the info into the same table as well.

Then its a simple case of creating a form to search on a particular thing, and do a search in the database and print the results to screen
John
Member

Registered: 30th Jun 03
User status: Offline
23rd Feb 05 at 01:11   View User's Profile U2U Member Reply With Quote

www.hosting-group.co.uk could host it for you
dave17
Member

Registered: 3rd Sep 02
Location: Greater London
User status: Offline
23rd Feb 05 at 01:11   View User's Profile U2U Member Reply With Quote

so this seems simple to a few of you then?

i made this site YEARS ago, and that didnt take me long:

http://homepage.ntlworld.com/djbusta/front2.htm
TimS
Member

Registered: 29th Jan 05
Location: Brignorth, Shropshire
User status: Offline
23rd Feb 05 at 01:11   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Dom
quote:
Originally posted by Dave17
its a bit like faceparty yes. but with a new concept

just checked the domain id want and its avaliable too!!

would i be better off paying some1 to make this site for me? or would it not be THAT hard? ive done courses in Graphic design so im very familiar with Photoshop.

its just the searching and uploading part im unsure about being able to do.....


uploading is a simple upload script, which you dumb either into a Database as a BLOB (use double the amount of space though) or as a file onto the server inself then record the filename in the database/table - then just add the info into the same table as well.

Then its a simple case of creating a form to search on a particular thing, and do a search in the database and print the results to screen


Agreed but if you want a backend with payment method (which i imagine is the idea) etc its a bit harder
TimS
Member

Registered: 29th Jan 05
Location: Brignorth, Shropshire
User status: Offline
23rd Feb 05 at 01:12   View User's Profile U2U Member Reply With Quote

must admit i like the buttons on that site.
dave17
Member

Registered: 3rd Sep 02
Location: Greater London
User status: Offline
23rd Feb 05 at 01:14   View User's Profile U2U Member Reply With Quote

i haven even thought about payment. i doubt i would charge to use the site, as that would take away the fun of it.....

i would probably have to run the site from my own funds, and IF it got popular, think about advertising etc.
Dom
Member

Registered: 13th Sep 03
User status: Offline
23rd Feb 05 at 01:15   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Dave17
so what software uses ASP then?

i am good at learning stuff, jus need to know where to start


languages can be written in anything mate, notepad etc etc ASP is microsofts language - based on Visual Basic, which is based on Basic. So with this you need a windows server and there usually more expensive etc.

Php/Perl are based on C and although a pain in the arse to learn and debug, its generally faster and you can do more 'things' without having to install components like ASP etc PHP is linux servers (99% of the time) and therefore cheap hosting etc

if you go ASP, then just install IIS on your pc and you away. IF you want PHP, install PHP and IIS on your pc. Install MySQL aswell, then grab a copy of MySQL-Front to give you an Access style interface to the sql databases

its all depends what learning curve you want and what you think would benifit etc
Dom
Member

Registered: 13th Sep 03
User status: Offline
23rd Feb 05 at 01:17   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Dave17
i haven even thought about payment. i doubt i would charge to use the site, as that would take away the fun of it.....

i would probably have to run the site from my own funds, and IF it got popular, think about advertising etc.


payments systems in both PHP (or Perl)/ASP are just about the same - all abit of a bastard
dave17
Member

Registered: 3rd Sep 02
Location: Greater London
User status: Offline
23rd Feb 05 at 01:19   View User's Profile U2U Member Reply With Quote

dom sign in on msn if u can pls mate.


TBH im after a simple fix to get the site going, if it picks up, then il look into giving it a revamp?

thinking about it, i could sell merchandise for the site too!!!
TimS
Member

Registered: 29th Jan 05
Location: Brignorth, Shropshire
User status: Offline
23rd Feb 05 at 01:19   View User's Profile U2U Member Reply With Quote

Tell me about it, i been at work on my own all week as the web person is out and i being trying to do a online shop for etrxa brownie point, left it in the end.
Neil
Member

Registered: 2nd Nov 03
Location: Newcastle Drives: E46 MSport Coupe
User status: Offline
23rd Feb 05 at 01:47   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by MarkW
Dreamweaver for a start, then lots of backend coding - Jodi_the_g , Tim, Ian, Dom & cybermonkey i think all have a fair idea


As do I.
Laney
Member

Registered: 6th May 03
Location: Leeds
User status: Offline
23rd Feb 05 at 01:52   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by NeilM
quote:
Originally posted by MarkW
Dreamweaver for a start, then lots of backend coding - Jodi_the_g , Tim, Ian, Dom & cybermonkey i think all have a fair idea


As do I.


And sometimes I actually know what I'm talking about
dave17
Member

Registered: 3rd Sep 02
Location: Greater London
User status: Offline
23rd Feb 05 at 03:00   View User's Profile U2U Member Reply With Quote

woo been talkin this thru with dom, and it seems like it could work

a bit complicated seems i dont know PHP, but i dont have a job, so can teach myself
Ian
Site Administrator

Avatar

Registered: 28th Aug 99
Location: Liverpool
User status: Online
23rd Feb 05 at 09:41   View Garage View User's Profile U2U Member Reply With Quote

If you're serious about making it large you'll need to consider your hosting outlay, which if you're not taking money in will be a cost to yourself.

In order to take money in you need to be big enough, bit of a catch 22.

If you can stomach a few grand worth of bills in the first year you'll easily make that back in years two and three.

So far as the programming goes it sounds like you're a long way off, you need to get lots of experience of small scripts and projects before you even consider coding a thing like that from scratch. It took me a fair bit of time to code the garage and that was an addition to existing templates, data structure, functions etc.

You also need a well specced server and I dont necessarily mean speed, if you're uploading images you need to make system calls to resize and thumb them. We were only able to do this when we got our own dedicated hardware which on top of the bandwidth charges is of course another few k of expense.

Having that said, the concept is sound. Faceparty certainly don't do badly and I think with an edge there's room for another one.

You have choices and the first one you'll need to make straight away is whether to programme it in ASP (Microsoft) or PHP which is a less commercial language. I personally prefer PHP which is what CS is written in although it is possible to upload files in ASP, done that as well. Didn't resize them though as they weren't images. I'm sure you can.

You'll need to know a limited amount of SQL as well, this is the query language for the database, you'll use this in both as the queries will be pretty much identical regardless of what programming language you use. You don't need to go too indepth with this but enough knowledge to query efficiently is good. You don't want to slow the system down by having a poor and inefficient database.

There is then the twist that images can either be stored directly in the database as a thing called a BLOB - binary large object, or a file on the drive. BLOBS offer far greater control over the file, less opportunity for things to go out of sync, but they're also loads slower.

Files on the drive (as CS does) is quicker but there needs to be extra coding to make sure the database of cars keeps up with the file structure of car images.

  <<  1    2  >>
New Topic

New Poll

Corsa Sport » Message Board » Off Day » Ive just had a really good idea..... 23 database queries in 0.0233600 seconds