rukus206,
Let me get realistic here. You can't build a large scale website without a good deal of know how. Well.... you can but it'll probably be unmaintainable, insecure, time-taking and soul destroying crap. PHP is certainly up to the job of coping with large scale sites as the performance talks will vouch for. But this is besides the point because you don't have a site to worry about the performance yet. You probably don't have a detailed designs yet.
Start out by understanding what is important by reading Getting Real and Designing the Obvious. Develop a good idea of what you want to achieve.
From here on in I would recommend you hire at least one good programmer with proven experience using OO and XP esp. unit testing practises, if this person codes in Java so be it. Then launch the project as open source. Your programmer(s) can take responsibility for ensuring all the server side code is well organised whilst your can concentrate on other issues of quality such as interface design, accessibility, visual styling, web standards, security, internationalization, compatibility,.... these are all things you can read about.
Design Approach - PHP, ASP, Rails???
Moderator: General Moderators
arborint - I agree, but I think stereofrog's comparison was an simplistic exaggeration for general effect. I didn't take what stereofrog wrote literally, but I understand where you're coming from. The main point I take away from that post is that, all things considered, Rails produces cleaner code than PHP. I appreciate the clarification, however...arborint wrote:But what about the other 999 lines in you application that aren't like that.stereofrog wrote:That's simple. 1 line of Rails code = 10 lines of php (with framework) = 100 lines of php (with standard library).
Honestly, I think Rails is a great framework and have done a couple of sites with it. But you don't do it any service to boast a order of magnitude in code reduction. That is deceptive at best. Do you have, for example, a Rails based app that has the identical functionality in 10-100 times fewer lines? I checked Mephisto and Wordpress -- the both have around 500k of code...
- Ollie Saunders
- DevNet Master
- Posts: 3179
- Joined: Tue May 24, 2005 6:01 pm
- Location: UK
This might help. Contractor will charge a significant percentage more though, maybe 30%?