slimboyfatz32 Posted February 13, 2008 Share Posted February 13, 2008 Hi all , I am currently in the process of designing a few (brochure type) websites for a client , nothing extra special .. a Home page describing the services they provide , a News page to be updated by my clients from time to time , and a Contact Us page. I mentioned to the client that the only page that really needed to be dynamic is the News page , all the rest could remain XHTML pages, they think otherwise ??? Who is right , who is wrong ? And would 'Wordpress' be a good way to update the news page ?? , As i would like to design XHTML/CSS sites then add PHP code aftewards , which i am sure with Wordpress the code is kept to a minimum and quite intuitive. many thanks!! Quote Link to comment https://forums.phpfreaks.com/topic/90963-designing-websites-do-i-really-need-to-be-using-php-throughout/ Share on other sites More sharing options...
revraz Posted February 13, 2008 Share Posted February 13, 2008 Neither is right or wrong. It's all how you want it to work. If you dont need PHP for a certain page, then don't use any. Quote Link to comment https://forums.phpfreaks.com/topic/90963-designing-websites-do-i-really-need-to-be-using-php-throughout/#findComment-466186 Share on other sites More sharing options...
Isityou Posted February 13, 2008 Share Posted February 13, 2008 If they want the site to be like a mini content management system where they can edit content on the front-end than I think PHP will be necessary. Quote Link to comment https://forums.phpfreaks.com/topic/90963-designing-websites-do-i-really-need-to-be-using-php-throughout/#findComment-466187 Share on other sites More sharing options...
logicopinion Posted February 13, 2008 Share Posted February 13, 2008 reading http://tizag.com mysql/php manual, if you know the basics of HTML you can easily create simple content menegment system which will server for updatng that page Quote Link to comment https://forums.phpfreaks.com/topic/90963-designing-websites-do-i-really-need-to-be-using-php-throughout/#findComment-466189 Share on other sites More sharing options...
Psycho Posted February 13, 2008 Share Posted February 13, 2008 Just create the static pages as html and give them a php extension. Then both you and the client are happy. It will add an insignificant additional load on the server because it will be processing those 'static' pages when it doesn't need to. However, I would typically create even a brocure type site in all PHP because there will be common elements between pages: header, navigation, etc. It is much easier to just create these elements as PHP include files than to recreate on the static pages. Quote Link to comment https://forums.phpfreaks.com/topic/90963-designing-websites-do-i-really-need-to-be-using-php-throughout/#findComment-466191 Share on other sites More sharing options...
slimboyfatz32 Posted February 13, 2008 Author Share Posted February 13, 2008 Thank you all for the quick responses!! Would you recommend using 'Wordpress' for the CMS for the sites or something else ?? I just had a play around with it and it was quite intuitive , followed this tut http://www.andrewstrojny.com/web-design/convert-xhtml-css-to-wordpress/ (very good it seems). many thanks. Quote Link to comment https://forums.phpfreaks.com/topic/90963-designing-websites-do-i-really-need-to-be-using-php-throughout/#findComment-466206 Share on other sites More sharing options...
logicopinion Posted February 13, 2008 Share Posted February 13, 2008 you may use whatever u wish too... if it suits your requirment. i can`t say anything about wordpress... never used it. Quote Link to comment https://forums.phpfreaks.com/topic/90963-designing-websites-do-i-really-need-to-be-using-php-throughout/#findComment-466212 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.