Open Source and usability: Joomla vs. WordPress

Joomla!WordPress是 目前比较流行的开源CMS解决方案,但两者的区别是:Joomla!是想“尽可能满足你的所有需要”,而WordPress更似是有CMS功能的博客平 台。WordPress可以让新手一步到位的建立静态页面,无需去改动代码;但Joomla!必须要一位熟练用户才行。作为具有相似功能的开源项目,两者 在可用性上却是天上地下。

PlayingWithWire详细比较了Joomla!和WordPress的可用性, 包括如何创建有图像的博客日志和如何创建静态页面的过程,比较了两者的控制面板、菜单和配置。文章认为“如果Joomla!是Linux,那么 WordPress就是Mac OS X。WordPress也许只能提供Joomla! 90%的功能,但在多数情况下,WordPress更容易使用,能更快的建立和运行。”Joomla!论坛也讨论了该文

‘If Joomla! is Linux, then WordPress is Mac OS X. WordPress might offer only 90% of the features of Joomla!, but in most cases WordPress is both easier to use and faster to get up and running.’

Over the course of the last few years, I’ve been in charge of putting up a number of websites for various companies, often as favors for friends. In most cases, I’ve ended up using one out of two solutions: Joomla! and WordPress. While both of these projects have evolved greatly over the last few years, they are vastly different. Joomla! has always been intended as a ‘fit-all-your-possible-needs’-kind of CMS solution, while WordPress was developed as a blog with CMS capabilities. Recently WordPress has opened up to allow its users to set up a site with static-only material (with the option of a blog-page), without having to hack the code. Hence it’s one step closer to being a direct competitor to Joomla!. Read the rest of this entry »

Joomla 几个常见问题的解决

1,clean cache时,出现Fatal error: Only variables can be passed by reference in /home/bb/public_html/seo/administrator/components/com_cache/admin.cache.php on line 85
解决:replacing at line 77 of admin.cache.php with
$limit = $mainframe->getUserStateFromRequest( 'global.'.$option.'.limit', 'limit', $mainframe->getCfg('list_limit'));
2,批量替换文章中的特定内容:
UPDATE jos_content SET fulltext = replace(fulltext,"被替换的内容","替换成的内容");
3,出现两个标题的问题
menu-系统参数-显示页面标题-否 ,这个BUG好像在1.5.5中已经修正了。