![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Nov 2006
Posts: 16
Rep Power: 0
![]() |
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!
|
|
|
|
|
#2 |
|
Newbie
Join Date: Nov 2006
Posts: 5
Rep Power: 0
![]() |
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. |
|
|
|
|
#3 |
|
Newbie
Join Date: Nov 2006
Posts: 16
Rep Power: 0
![]() |
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? |
|
|
|
|
#4 |
|
Programming Guru
![]() ![]() ![]() |
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." |
|
|
|
|
#5 |
|
Programming Guru
![]() ![]() |
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! |
|
|
|
|
#6 |
|
Newbie
Join Date: Nov 2006
Posts: 16
Rep Power: 0
![]() |
"BUt dont I just use html? Do i need an outside program besides dreamweaver to use those languages?"
|
|
|
|
|
#7 | |
|
Programming Guru
![]() ![]() |
Quote:
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#8 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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 |
|
|
|
|
#9 |
|
Programmer
Join Date: Nov 2005
Location: Spring Valley, CA
Posts: 52
Rep Power: 3
![]() |
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) |
|
|
|
|
#10 |
|
Newbie
Join Date: Nov 2006
Posts: 16
Rep Power: 0
![]() |
Is there a way I can view and steal the php code from other sites?
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |