Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Closed Thread
 
Thread Tools Display Modes
Old Nov 7th, 2006, 8:10 AM   #1
jman05
Newbie
 
Join Date: Nov 2006
Posts: 16
Rep Power: 0 jman05 is on a distinguished road
Help a newbie out on a webpage

Hey. I was considering making a webpage for a business Idea I had. It would pretty much be like those sites that you can rate different apt complexes in cities except you rate something different. So people would need to be able to post reviews about different establishments in cities. How hard would it be for me to do this? Also I would pretty much need a listing of every autoshop in all of americas cities and I was wondering what it would take to get this going? I understand basic programming but nothing supserserious. I just know some visual basic. ALso what does it take to make the users create accounts. Thanks!
jman05 is offline  
Old Nov 7th, 2006, 8:41 AM   #2
ZenOswyn
Newbie
 
Join Date: Nov 2006
Posts: 5
Rep Power: 0 ZenOswyn is on a distinguished road
If you know visual basic, then it's going to be difficult to make a web application. You'd need to learn PHP, or Perl, or Python, or Rails, and then design the application, then program it, test, tweak, etc.

As for getting members. That's something everyone struggles with, and I don't believe there's a magic formula for success.
ZenOswyn is offline  
Old Nov 7th, 2006, 8:52 AM   #3
jman05
Newbie
 
Join Date: Nov 2006
Posts: 16
Rep Power: 0 jman05 is on a distinguished road
Based on what I want to do would it take that long? Also you told me all those languages I need to know. BUt dont I just use html? Do i need an outside program besides dreamweaver to use those languages?
I plan on getting traffic through google search optimization since there are not sites like this on the searches.

What would it cost to pay someone to do this for me after I made the general design and logos?
jman05 is offline  
Old Nov 7th, 2006, 9:07 AM   #4
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Use PHP and MySQL ... you could probably hash something out in a few hours.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline  
Old Nov 7th, 2006, 9:09 AM   #5
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
i agree, php, mysql (or postgresql) is the way to go for a web app. Moved thread to web design forum.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline  
Old Nov 7th, 2006, 9:09 AM   #6
jman05
Newbie
 
Join Date: Nov 2006
Posts: 16
Rep Power: 0 jman05 is on a distinguished road
"BUt dont I just use html? Do i need an outside program besides dreamweaver to use those languages?"
jman05 is offline  
Old Nov 7th, 2006, 9:15 AM   #7
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
Quote:
Originally Posted by jman05 View Post
"BUt dont I just use html? Do i need an outside program besides dreamweaver to use those languages?"
yes, in order to run php (see www.php.net for more info) you'll need to have ether a host that has support for php, or setup your own web server using apache, a free (read: free as in beer) webpage serving software (see www.apache.org for more info). Mysql or Postgresql are both database softwares that php has API's for. Using the combo of php and a db software like mysql or postgresql you can create a dynamic webpage (meaning your content on the site can be generated by you or the users). with just plan jane html, you won't get this functionality.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline  
Old Nov 7th, 2006, 9:30 AM   #8
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
HTML is simply a markup language. You use it in conjunction with the material you want to present. This tells the browser (on the client's machine) how to do it. When someone hits your site, the server responds with the appropriate page, then disconnects. Your client can look at the page all he/she wants, but is not in contact with your site any longer. If your client wants to see another page (perhaps represented by a link), the browser makes the request, the server responds, then disconnects. There is no remembered state inherent in the process.

If you want to respond actively to the client, then you need code (perhaps PHP, as has been suggested) running on the server. This code is invoked when the page is requested. The code determines what the client wants to do (from among the things you have said he could do, such as log in or ask for specific information from the scads that you have) and performs the actions required to do that, formats the results, and responds to the client with that special page.

If you want to "remain in touch" with a particular client, than you have to overtly introduce a state-retaining mechanism, such as "sessions."

Judging by your questions (no derogation intended), you would probably do well to hire someone. The cost is not something we can tell you. You can get it done by a kiddie hacker for next to nothing or you can pay a professional a reasonable amount. You will get what you pay for, with the usual variations that occur due to competency level, hunger, search for experience, and so forth.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline  
Old Nov 7th, 2006, 9:31 AM   #9
snipertomcat
Programmer
 
snipertomcat's Avatar
 
Join Date: Nov 2005
Location: Spring Valley, CA
Posts: 52
Rep Power: 3 snipertomcat is on a distinguished road
Quote:
Originally Posted by jman05 View Post
What would it cost to pay someone to do this for me after I made the general design and logos?
Well..as far as coding the program you designed, probably more than you want to pay. I have a friend who does freelance web programming and she charges like $2500 for a small sized website. If its just something you want to play around with, you should just learn the code (php, mysql, perl, whatever else)--its a good learning experience. If you want to get serious about it and try to make some money off this website, then go ahead and invest some money for a pro to handle it.
__________________
if (u=an_asshole) then GOTO (hell)
snipertomcat is offline  
Old Nov 7th, 2006, 3:17 PM   #10
jman05
Newbie
 
Join Date: Nov 2006
Posts: 16
Rep Power: 0 jman05 is on a distinguished road
Is there a way I can view and steal the php code from other sites?
jman05 is offline  
Closed Thread

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy text of webpage and paste into new email? jtmark Java 14 Sep 16th, 2006 6:56 PM
Plsss help a newbie lyk me.... tnx.. veiga2 C++ 7 May 27th, 2006 3:57 AM
Help for newbie programmer... techjunkie900 Other Programming Languages 13 Aug 17th, 2005 10:41 AM
HELP!!! Perl script to display drop down menu on webpage domquem Perl 8 Jun 2nd, 2005 9:48 AM
Explain Member Status to a Newbie, por favor Wraith Daquell Coder's Corner Lounge 15 May 28th, 2005 11:49 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:28 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC