Drupal can handle this functionality with the core installation.I will have to get a copy of wordpress, will it write the content to various sites or ust 1???
Thanks
__________________
http://www.kernelpoweruk.com
| SitePoint Sponsor |
Drupal can handle this functionality with the core installation.I will have to get a copy of wordpress, will it write the content to various sites or ust 1???
Thanks
__________________
http://www.kernelpoweruk.com
Joshua K. Briley
Website Design and Front End Development
I use Wordpress as the CMS for my sites theese days due to the ease of updateing it.


We build LOTS of websites using WordPress as the CMS. I've found it to be easy to use, easy to theme, and fairly flexible (so far I've been able to find a plugin for just about any feature I've needed.)
I've used numerous other CMS's in the past, including Drupal, Joomla, Website Baker, ModX, and others. However, I've found WordPress to be the most user friendly, which is a HUGE benefit when building websites for clients that lack technical savvy.
My only gripe with WordPress is that I feel like they release too many updates. I find it very frustrating that they release new versions faster than I can keep them updated. I really wish they would release fewer, more thorough updates.
So, to answer the original question ... yes, WordPress is perfectly suitable as a CMS for a portfolio site.
I think wordpress is better than drupal. drupal upgrade is a headache. I cringe when ever i think about upgrading my existing drupal site. Drupal image embedding in contents is terrible. Drupal is extremely slow.
Being said that, if you are an expert in drupal or you want to be one, than it is the best CMS becasue of its flexibility and modular desing and availability of large number of third-party modules.


And the fact it won't update automatically, you have to download the entire thing (yet you can automatically update plugins by just clicking update... strange). Considering there's probably been, hmm, maybe 50 updates since it's released (at a guess) that's TONS of time spent downloading/uploading the new files, let alone theme and plugin fixing.Oooh yes I agree with you on this one - big pain, especially on sites with a ton of different plugins that may or may not work with the update.
I totally agree with you, the update thing was a pain in the ***, but after I installed this plugin all the problems where solved
http://techie-buzz.com/wordpress-plu...2-release.html
Give it a try![]()


Isn't it annoying when things are stupid by default, and other people have to come and fix it up? Basically like Microsoft tons of there stuff is rubbish (like Vista) yet follow some tweak guides on the net and its 1000% better.
As long as it has a rollback option it'd be perfect, nothing worse than finding their is something wrong with the update and not having the old files anymore![]()


Absolutely use WP as a CMS. I've converted some nice big sites over to WP without any change in design, URL structure or functionality... but get the benefits of a CMS when something needs editing, themes for managing design, plugins, etc.
17-29% of paid ad clicks are fraudulent. Get protected with Improvely, your online marketing dashboard.
→ Conversion tracking, click fraud detection, A/B testing and more.


would you recommend WP as a CMS if you only have knowledge of HTML and CSS? eg no js or php skills ??


Yes. WP is made for people who don't even have HTML or CSS knowledge.

I was once a fan of using wordpress as a cms. I actually just yesterweek finished a wp design for a client. This last design showed some problems with adding html (espcially divs) into the posts when spans are also used (this is how wordpress aligns and changes text). This is a problem even when the feature to auto fix code is turned off.
IMO if you are looking for a quick solution and looking at a very simple design in which the editor will not being doing anything too fancy in those posts, then WP can be the way to go. Anything past that you might want to consider other options, including making yor own simple DB driven cms (which I am serously thinking of doing).
<?php//Kyle Wolfeecho devBlog("My Dev Notes");


If you want to do that, I'm happy to partner with a backend programmer. I can handle the design and HTML/CSS. My issue with WP is that exact problem - it decides to edit the HTML which wrecks the page, no matter how many plugins I installed that are meant to stop it doing that.including making yor own simple DB driven cms (which I am serously thinking of doing).
wordpress is good for small sites or blogs . better use drupal for serious sites .




I have the opposite problemI am good with backend programming but I'm not very good with design and graphics (don't misunderstand me, I know XHTML and CSS very well but I somehow don't have the skill for making nice web 2.0 designs in Photoshop - every design I make looks spooky
). I've got my own small CMS written in PHP, if you want to take a look at it, send me a pm and I will send you the files.
I use WordPress to run both my website and my blog. I agree with the other posters who say that WP doesn't have much oommph in and of itself. To run a good portfolio site, you will need some plugins. I have several running mine.
One more thing: If you're not skilled at backend programming, find someone who is. That makes all the difference.
wordpress is the only solution to build personal websites or for those people who just dont know anything on the web and want to have there own identity on the web through wordpress.
Wordpress is a great idea for CMS. I use it for more simple sites like you are thinking of using it for. Portfolio sites are a good suit with Wordpress, and you get SE Friendly URL's. If you build a site where you want some extra extensions I like Joomla as there is so many free ones, but I'd say half my sites run WP.
Wordpress is great. Probably the best. You can go with an out of the box theme and can tweak it with css.
Oakley CA Homes for Sale Oakley CA Real Estate, Foreclosures
Vancouver Real Estate Information
Fairfield Painters


Just turn off WP's auto-paragraph filter from your theme's functions.php.
There's a plugin that lets you do it on a post-by-post basis: WP UnformattedPHP Code:remove_filter ('the_content','wpautop');
Turn it all off and it'll show the raw text you put into the post body, WP doesn't do any filtering that can't be turned off without editing WP.
17-29% of paid ad clicks are fraudulent. Get protected with Improvely, your online marketing dashboard.
→ Conversion tracking, click fraud detection, A/B testing and more.

<?php//Kyle Wolfeecho devBlog("My Dev Notes");

<?php//Kyle Wolfeecho devBlog("My Dev Notes");
Bookmarks