Mobile app version of vmapp.org
Login or Join
Sue5673885

: Wordpress vs Clean html/css When it comes to designing/coding presentational websites, with static content and few pages.. let's say, between 5 and 20. Would you go with wp, design a custom theme

@Sue5673885

Posted in: #Html #Seo #WebDevelopment #Wordpress

When it comes to designing/coding presentational websites, with static content and few pages.. let's say, between 5 and 20. Would you go with wp, design a custom theme and update with content, or would you code from scratch a clean html/css eventually + some js ?

For now, since I'm just stepping into web development, I see wordpress as a complex cms that loads slow in my browser..

EDIT: I suppose a page generated with wordpress would load slower than a page that looks the same coded from scratch.

Please help me find the pros/cons of both.
How about seo/indexing?
Is it worth learning wp for designing presentational websites ?

P.S. I'm asking this because a lot of my friends, who are a bit more experienced than me, tend to recommend using wp because clients like it and it's easy, but I'm not sure yet.

When It comes to you, what would you prefer and why ?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Sue5673885

2 Comments

Sorted by latest first Latest Oldest Best

 

@Sent6035632

I guess it depends on who the client is. If it's for yourself, and you feel comfortable using straight HTML/CSS, by all means hand code it yourself. But if it's for a client, I'd go Wordpress, personally.

If I had a penny for every time a client asked me to update the content on their site, I'd have several thousand pennies at this point. Wordpress allows them to easily go in and update content without having to know a lick of HTML. Furthermore, Wordpress gives the ability to easily add a blog to their site with minimal effort (huge selling point these days).

Speed wise, a properly configured Wordpress install should run about as fast as a hand coded website. Also, some plugins give you a huge leg up when it comes to SEO/extensibility. Check out these plugins:


Hyper Cache - It's got a lot more cool features for caching that Super Cache doesn't offer.
Google Sitemaps - Sitemaps are very helpful for SEO. They can be a pain sometimes to code. This plugin makes them automatically, so that's nice.
Look into mod_pagespeed and gzip for increased speed.


When doing a new Wordpress install, I'm always sure to follow this Nettuts+ guide for a safe and secure install of Wordpress.
Since you aren't checking up on this site every day, it always helps to have an extremely secure install of Wordpress.

Hope this helps and please let us know what you decide on soon.

10% popularity Vote Up Vote Down


 

@Kaufman445

Generally, if a group of people with IQ >> age (which is a must for any webmaster) recommends a certain solution, there is a reason behing that.

Yes, WP makes things a lot easier. Just install wp-super-cache or a similar plugin and your speed problem is solved.

Also, you can use .htaccess browser caching to further improve speed.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme