Jump to content

Designing websites - Do i really need to be using PHP throughout ??


slimboyfatz32

Recommended Posts

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!!

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.

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.