<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Autarchy of the Private Cave &#187; CMS</title> <atom:link href="https://bogdan.org.ua/tags/cms/feed" rel="self" type="application/rss+xml" /><link>https://bogdan.org.ua</link> <description>Tiny bits of bioinformatics, [web-]programming etc</description> <lastBuildDate>Wed, 28 Dec 2022 16:09:04 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>https://wordpress.org/?v=3.8.27</generator> <item><title>Drupal is more than just a CMS</title><link>https://bogdan.org.ua/2008/04/06/drupal-is-more-than-just-a-cms.html</link> <comments>https://bogdan.org.ua/2008/04/06/drupal-is-more-than-just-a-cms.html#comments</comments> <pubDate>Sat, 05 Apr 2008 22:18:38 +0000</pubDate> <dc:creator><![CDATA[Bogdan]]></dc:creator> <category><![CDATA[CMS]]></category> <category><![CDATA[Drupal]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[cck]]></category> <category><![CDATA[contemplate]]></category> <category><![CDATA[devel]]></category> <category><![CDATA[drupal]]></category> <category><![CDATA[excellent]]></category> <category><![CDATA[framework]]></category> <category><![CDATA[views]]></category> <guid
isPermaLink="false">http://bogdan.org.ua/?p=288</guid> <description><![CDATA[This post provides several links which would be useful for the beginning Drupal developers, or developers deciding which CMS to use as the base for their next project. Also, strengths of Drupal are highlighted. Intensively working with Drupal during the past two weeks, I find it to be an excellent tool, and also much more [&#8230;]]]></description> <content:encoded><![CDATA[<p><em>This post provides several links which would be useful for the beginning Drupal developers, or developers deciding which CMS to use as the base for their next project. Also, strengths of Drupal are highlighted.</em></p><p>Intensively working with <a
href="http://drupal.org/" class="broken_link" rel="nofollow">Drupal</a> during the past two weeks, I find it to be an excellent tool, and also much more than a <abbr
title="Yet Another CMS">YACMS</abbr>.</p><p>Now I think that Drupal is also a framework &#8211; providing invisible to developer caching, session handling, access control, theming, localization, and more. The minimal effort required to extend already <strong>huge</strong> Drupal functionality is to write your own module &#8211; and, if done right, your module will immediately benefit from all the bonuses Drupal provides.</p><p>But Drupal also really shines as a CMS! You can start with a free design theme, and without any PHP knowledge have your custom portal built within a week &#8211; with your own hands, if you desire! (Note: &#8220;within a week&#8221; is true, but only if you already know what exactly you should be doing; learning time is short, but it&#8217;s not within that same week.)</p><p>What makes Drupal so powerful? I&#8217;d say that beautiful <strong>core</strong> and numerous <strong>modules</strong>.</p><p>What Drupal has to offer?<br
/> <span
id="more-288"></span><br
/> In theming, it uses by default <a
href="https://www.drupal.org/project/phptemplate" class="broken_link" rel="nofollow">PHPTemplate</a> engine. It&#8217;s simple &#8211; just HTML, with PHP tags inserted where dynamic content should go. It&#8217;s logical &#8211; you have separate layout files for the whole page, for blocks, for content (nodes), etc. That won&#8217;t be an exaggeration, if I say that Drupal themes support allows 95% of designs to be easily implemented. (5% go to static xHTML and ExpressionEngine <img
src="https://bogdan.org.ua/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> )</p><p>You also have blocks in Drupal. Blocks might be the oldest component of almost all CMSs, but the power of Drupal is that you have full CSS control over blocks. And you can also individually control the HTML of any block &#8211; using the same PHPTemplate files, as for general Drupal theming!</p><p><a
href="http://drupal.org/project/cck" class="broken_link" rel="nofollow">CCK</a>, content construction kit, is the candidate module for the inclusion into Drupal core. It allows you to actually construct content types the way you want. If you have a custom-designed web-site with several differently displayed sections &#8211; just create new content type for each section, and add only the information needed for each section&#8217;s content items! Then show your content, using theming. Or using <a
href="http://drupal.org/project/contemplate" class="broken_link" rel="nofollow">contemplate</a> module &#8211; which is a &#8220;visual editor for content display themes&#8221;. That&#8217;s purely point-and-click.</p><p><a
href="http://drupal.org/project/views" class="broken_link" rel="nofollow">Views</a> module is another shotgun in the powerful arsenal of Drupal. It allows you to build custom pages and blocks from the content and content types you have. And not a single line of PHP or SQL has to be written*. (<em>*: if there is a view which fits your needs.</em>)</p><p>If you decide to dive into some more details &#8211; grab the <a
href="http://drupal.org/project/devel" class="broken_link" rel="nofollow">devel</a> module, it greatly facilitates development for Drupal.</p><p>Choose Drupal. It&#8217;s strong, flexible (to the point that someone might call it a drawback), versatile, highly extendible, secure, and much more!</p><p><a
class="a2a_button_citeulike" href="https://www.addtoany.com/add_to/citeulike?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F04%2F06%2Fdrupal-is-more-than-just-a-cms.html&amp;linkname=Drupal%20is%20more%20than%20just%20a%20CMS" title="CiteULike" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F04%2F06%2Fdrupal-is-more-than-just-a-cms.html&amp;linkname=Drupal%20is%20more%20than%20just%20a%20CMS" title="Pocket" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_kindle_it" href="https://www.addtoany.com/add_to/kindle_it?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F04%2F06%2Fdrupal-is-more-than-just-a-cms.html&amp;linkname=Drupal%20is%20more%20than%20just%20a%20CMS" title="Kindle It" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_evernote" href="https://www.addtoany.com/add_to/evernote?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F04%2F06%2Fdrupal-is-more-than-just-a-cms.html&amp;linkname=Drupal%20is%20more%20than%20just%20a%20CMS" title="Evernote" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pinterest" href="https://www.addtoany.com/add_to/pinterest?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F04%2F06%2Fdrupal-is-more-than-just-a-cms.html&amp;linkname=Drupal%20is%20more%20than%20just%20a%20CMS" title="Pinterest" rel="nofollow noopener" target="_blank"></a><a
class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fbogdan.org.ua%2F2008%2F04%2F06%2Fdrupal-is-more-than-just-a-cms.html&#038;title=Drupal%20is%20more%20than%20just%20a%20CMS" data-a2a-url="https://bogdan.org.ua/2008/04/06/drupal-is-more-than-just-a-cms.html" data-a2a-title="Drupal is more than just a CMS"><img
src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded> <wfw:commentRss>https://bogdan.org.ua/2008/04/06/drupal-is-more-than-just-a-cms.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>ExpressionEngine: template-driven CMS for the unusual designs</title><link>https://bogdan.org.ua/2008/02/24/expressionengine-template-driven-cms-for-the-unusual-designs.html</link> <comments>https://bogdan.org.ua/2008/02/24/expressionengine-template-driven-cms-for-the-unusual-designs.html#comments</comments> <pubDate>Sun, 24 Feb 2008 19:15:23 +0000</pubDate> <dc:creator><![CDATA[Bogdan]]></dc:creator> <category><![CDATA[CMS]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[content management system]]></category> <category><![CDATA[design]]></category> <category><![CDATA[EE]]></category> <category><![CDATA[EllisLab]]></category> <category><![CDATA[ExpressionEngine]]></category> <category><![CDATA[template]]></category> <category><![CDATA[template-driven]]></category> <category><![CDATA[templating]]></category> <category><![CDATA[unusual]]></category> <guid
isPermaLink="false">http://bogdan.org.ua/2008/02/24/expressionengine-template-driven-cms-for-the-unusual-designs.html</guid> <description><![CDATA[ExpressionEngine (EE) by EllisLab (see dislaimer). EE is available both as free and as paid-for: free has somewhat limited functionality, but enough to start the simple news site or blog. ExpressionEngine is suitable both for content-centric and news-centric (blog-like) projects, though in my opinion it&#8217;s more geared towards news/blog-like sites. EE has a special/specific feature: [&#8230;]]]></description> <content:encoded><![CDATA[<p><a
href="http://expressionengine.com/" target="_blank">ExpressionEngine</a> (EE) by EllisLab (see <a
href="http://bogdan.org.ua/2008/02/24/expressionengine-template-driven-cms-for-the-unusual-designs.html#disclaimer">dislaimer</a>). EE is available both as free and as paid-for: free has somewhat limited functionality, but enough to start the simple news site or blog. ExpressionEngine is suitable both for content-centric and news-centric (blog-like) projects, though in my opinion it&#8217;s more geared towards news/blog-like sites.<br
/> <span
id="more-263"></span><br
/> EE has a special/specific feature: to create the site, you actually start with writing page templates, using the admin-interface&#8217;s template editor. Templating system is quite simple (especially if you had previous experience with e.g. Smarty), though does take some time to accommodate and learn the tags available.</p><p>EE CMS consists of &#8220;modules&#8221;. Each module has some admin-side and/or visitor-side functionality, and adds some more template tags, available for templating.</p><p>I built a site using EE &#8211; <a
href="http://j-school.kiev.ua/" target="_blank">http://j-school.kiev.ua/</a> (it&#8217;s in Ukrainian, but has several static pages in English). The site has a main blog, and approximately eight topical sub-blogs. Everything is driven by quite a limited number of custom templates &#8211; which are often just &#8220;include&#8221;-d with different parameters.</p><p><em>As a summary</em>: EE is good for &#8220;unusual designs&#8221;, as it&#8217;s templating is both strong and flexible. However, as a programmer, I find EE &#8220;rough around the edges&#8221;, and not always consistent. It&#8217;s still being developed &#8211; for example, the &#8220;Pages&#8221; module, which allows to create pages with user-defined URLs/permalinks, was added to the core fairly recently; before that, it existed only as a third-party module, and was quite a pain to use.</p><p><a
name="disclaimer"></a><br
/> <strong>Disclaimer</strong>: I&#8217;m in no way associated with EllisLab, except for being a hired programmer for a purchased EE version.</p><p><a
class="a2a_button_citeulike" href="https://www.addtoany.com/add_to/citeulike?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F02%2F24%2Fexpressionengine-template-driven-cms-for-the-unusual-designs.html&amp;linkname=ExpressionEngine%3A%20template-driven%20CMS%20for%20the%20unusual%20designs" title="CiteULike" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F02%2F24%2Fexpressionengine-template-driven-cms-for-the-unusual-designs.html&amp;linkname=ExpressionEngine%3A%20template-driven%20CMS%20for%20the%20unusual%20designs" title="Pocket" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_kindle_it" href="https://www.addtoany.com/add_to/kindle_it?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F02%2F24%2Fexpressionengine-template-driven-cms-for-the-unusual-designs.html&amp;linkname=ExpressionEngine%3A%20template-driven%20CMS%20for%20the%20unusual%20designs" title="Kindle It" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_evernote" href="https://www.addtoany.com/add_to/evernote?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F02%2F24%2Fexpressionengine-template-driven-cms-for-the-unusual-designs.html&amp;linkname=ExpressionEngine%3A%20template-driven%20CMS%20for%20the%20unusual%20designs" title="Evernote" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pinterest" href="https://www.addtoany.com/add_to/pinterest?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2008%2F02%2F24%2Fexpressionengine-template-driven-cms-for-the-unusual-designs.html&amp;linkname=ExpressionEngine%3A%20template-driven%20CMS%20for%20the%20unusual%20designs" title="Pinterest" rel="nofollow noopener" target="_blank"></a><a
class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fbogdan.org.ua%2F2008%2F02%2F24%2Fexpressionengine-template-driven-cms-for-the-unusual-designs.html&#038;title=ExpressionEngine%3A%20template-driven%20CMS%20for%20the%20unusual%20designs" data-a2a-url="https://bogdan.org.ua/2008/02/24/expressionengine-template-driven-cms-for-the-unusual-designs.html" data-a2a-title="ExpressionEngine: template-driven CMS for the unusual designs"><img
src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded> <wfw:commentRss>https://bogdan.org.ua/2008/02/24/expressionengine-template-driven-cms-for-the-unusual-designs.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Which CMS is better</title><link>https://bogdan.org.ua/2006/08/03/which-cms-is-better.html</link> <comments>https://bogdan.org.ua/2006/08/03/which-cms-is-better.html#comments</comments> <pubDate>Thu, 03 Aug 2006 07:18:02 +0000</pubDate> <dc:creator><![CDATA[Bogdan]]></dc:creator> <category><![CDATA[CMS]]></category> <category><![CDATA[drupal]]></category> <category><![CDATA[Mambo]]></category> <category><![CDATA[Typo3]]></category> <category><![CDATA[wordpress]]></category> <guid
isPermaLink="false">http://www.bogdan.org.ua/2006/08/03/which-cms-is-better.html</guid> <description><![CDATA[When you have a new web-project just about to be started, you frequently face the problem of the CMS selection &#8211; &#8216;Which CMS is better&#8217;? There&#8217;s a hundred and more various CMS out there. To name just a few &#8211; PHP-Nuke, PostNuke, Mambo, Joomla, Drupal, e107, XOOPS, Nucleus, Typo3, Xaraya, YACS! (visit http://www.opensourcecms.com/ for much [&#8230;]]]></description> <content:encoded><![CDATA[<p>When you have a new web-project just about to be started, you frequently face the problem of the CMS selection &#8211; &#8216;Which CMS is better&#8217;? There&#8217;s a hundred and more various CMS out there. To name just a few &#8211; PHP-Nuke, PostNuke, Mambo, Joomla, Drupal, e107, XOOPS, Nucleus, Typo3, Xaraya, YACS! (visit <a
href="http://www.opensourcecms.com/"  title="Open Source CMS" target="_blank">http://www.opensourcecms.com/</a> for much more and try for yourself).</p><p>If you gooogle this problem, you will get loads of forums discussing topics like &#8216;Mambo vs Drupal&#8217;, &#8216;PHP-Nuke vs PostNuke&#8217; etc. But, to be sure, this &#8216;source&#8217; of information is not likely to really help you choose. What you need is a good in-depth overview of the systems.<br
/> <span
id="more-8"></span><br
/> And I found one at <a
href="http://www.ibm.com/developerworks/ibm/library/i-osource1/index.html" title="Using open source software to design, develop and deploy a collaborative web site" target="_blank">IBM&#8217;s web-site</a>. I strongly recommend reading it if you need to choose a CMS. It&#8217;s fresh (July 11, 2006), and just good. Here&#8217;s a CMS comparison table from that address (copyrights belong to respective owners):</p><div
style="text-align: center;"><img
src="http://bogdan.org.ua/wp-content/uploads/2006/08/cms_comparison.gif" alt="CMS comparison table" title="CMS comparison table" width="361" height="252" class="size-full wp-image-539" /></div><p>If you&#8217;d like to, you can also read <a
href="http://www.ibm.com/developerworks/ibm/library/i-osource2/" title="using open source software ..." target="_blank">Part 2</a>, or the whole series of articles on IBM&#8217;s web-service design process, titled &#8220;Using open source software to design, develop, and deploy a collaborative Web site&#8221;. In the series, there are also articles describing the use of Eclipse, Apache, PHP, MySQL and phpMyAdmin for the collaborative web-site creation.</p><p><ins
datetime="2013-07-09T19:55:10+00:00">Update</ins>: for some reason :), IBM had taken down parts 1 and 2; now only parts <a
href="http://www.ibm.com/developerworks/opensource/tutorials/i-osource3/index.html">three</a> and <a
href="http://www.ibm.com/developerworks/opensource/tutorials/i-osource4/index.html">four</a> are available.</p><p><a
class="a2a_button_citeulike" href="https://www.addtoany.com/add_to/citeulike?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2006%2F08%2F03%2Fwhich-cms-is-better.html&amp;linkname=Which%20CMS%20is%20better" title="CiteULike" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pocket" href="https://www.addtoany.com/add_to/pocket?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2006%2F08%2F03%2Fwhich-cms-is-better.html&amp;linkname=Which%20CMS%20is%20better" title="Pocket" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_kindle_it" href="https://www.addtoany.com/add_to/kindle_it?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2006%2F08%2F03%2Fwhich-cms-is-better.html&amp;linkname=Which%20CMS%20is%20better" title="Kindle It" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_evernote" href="https://www.addtoany.com/add_to/evernote?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2006%2F08%2F03%2Fwhich-cms-is-better.html&amp;linkname=Which%20CMS%20is%20better" title="Evernote" rel="nofollow noopener" target="_blank"></a><a
class="a2a_button_pinterest" href="https://www.addtoany.com/add_to/pinterest?linkurl=https%3A%2F%2Fbogdan.org.ua%2F2006%2F08%2F03%2Fwhich-cms-is-better.html&amp;linkname=Which%20CMS%20is%20better" title="Pinterest" rel="nofollow noopener" target="_blank"></a><a
class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fbogdan.org.ua%2F2006%2F08%2F03%2Fwhich-cms-is-better.html&#038;title=Which%20CMS%20is%20better" data-a2a-url="https://bogdan.org.ua/2006/08/03/which-cms-is-better.html" data-a2a-title="Which CMS is better"><img
src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded> <wfw:commentRss>https://bogdan.org.ua/2006/08/03/which-cms-is-better.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>