<?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>Modern Street&#187; CMS</title>
	<atom:link href="http://www.modernstreet.com/category/cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.modernstreet.com</link>
	<description>A Blog on and about the Web</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:19:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing Drupal on a website</title>
		<link>http://www.modernstreet.com/cms/installing-drupal-on-a-website/</link>
		<comments>http://www.modernstreet.com/cms/installing-drupal-on-a-website/#comments</comments>
		<pubDate>Thu, 19 May 2011 15:37:42 +0000</pubDate>
		<dc:creator>DarrinW</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[installing Drupal]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.modernstreet.com/?p=1244</guid>
		<description><![CDATA[Drupal, a popular content management system (CMS) provides the user an application environment where they can create their own website and publish content on it in a systematic manner. The advantage of using Drupal is that it provides a flexible way of maintaining website content, and being an open source project, is available totally free [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<p><a title="Drupal" href="http://drupal.org">Drupal</a>, a popular content management system (CMS) provides the user an application environment where they can create their own website and publish content on it in a systematic manner. The advantage of using Drupal is that it provides a flexible way of maintaining website content, and being an open source project, is available totally free of cost. The sites built with this tool are usually well managed, organized, and held in high regard.</p>
<p>Although Drupal was slightly tough to install a few years ago, it has become easier and easier with each newer version. The steps involved in creating a website using Drupal are as follows.<span id="more-1244"></span></p>
<p>1)  First you have to download the latest copy of Drupal. You will get a file with the extension “.tar.gz”. Treat it like any normal compressed archive, and extract it to a specific location on your hard drive.</p>
<p>2)  Installing the software requires some minimum requirements.</p>
<ul>
<li>PHP 5 for running PHP scripts.</li>
<li>MySQL Database to store data for your website.</li>
<li>Apache server.</li>
</ul>
<p><img class="alignnone size-full wp-image-1246" title="drupal-core-files" src="http://www.modernstreet.com/wp-content/uploads/2011/05/drupal-core-files.jpg" alt="Drupal core files" width="324" height="416" /></p>
<p>Before you run the installer, you will have to upload the Drupal core files you extracted earlier, to your web server via FTP.</p>
<p>To install, you will have to run the “install.php” script in your browser, and choose continue. Type in the install URL like this example &#8211; <strong><code>http://www.example.com/install.php</code></strong></p>
<p>Once it is done, a fresh Drupal page will open, where you will create your website. The steps to proceed each stage of the way are pretty self explanatory after that. For finer detail on running the installation script after this, go <a href="http://drupal.org/documentation/install/run-script">here</a>.</p>
<p><img class="alignnone size-full wp-image-1247" title="drupal-modules" src="http://www.modernstreet.com/wp-content/uploads/2011/05/drupal-modules.jpg" alt="Drupal modules" width="480" height="263" /></p>
<p>Drupal works with several modules, which will add its respective features on your website if applied. These modules can be used to add bookmarks to your websites, to menus or transition effects, tag clouds, etc.</p>
<p>But if you insert too many modules, your website will become excessively slow, which is unwanted. Advanced modules can be unlocked from Administer option. To add a module, it is as simple as to go to the Modules option and check the box beside the name of the module. Finally, click on “Save”.</p>
<p>3)  Then you have to decide how your site is going to look like. Drupal comes with its own set of themes, color schemes and pictures to be used, but you can download themes on your own (although you will have to pay for them). Some themes like the default Garland, allow you to change the color schemes. You can do it by going to the Configure option in your Themes tab.</p>
<p><img class="alignnone size-full wp-image-1248" title="drupal-color-scheme" src="http://www.modernstreet.com/wp-content/uploads/2011/05/drupal-color-scheme.jpg" alt="Drupal color scheme" width="480" height="405" /></p>
<p>4)  Now you will have to add relevant pages to your site. These pages and their links will be stored in the database. You can use simple pain text or html text for this purpose, and Drupal will do the rest for you. To add a page, click on Content in the Navigation tab. Choose the option “page”, then provide a suitable name to it. Copy/Paste the desired content, and click on “Save”.</p>
<p><img class="alignnone size-full wp-image-1249" title="drupal-pages" src="http://www.modernstreet.com/wp-content/uploads/2011/05/drupal-pages.jpg" alt="Drupal pages" width="480" height="168" /></p>
<p>5)  You can add Blocks to your page, which will contain the search bar, favourites, RSS feeds etc. Adding a Block is similar to adding a module, and you can position it anywhere in your site.</p>
<p><img class="alignnone size-full wp-image-1250" title="drupal-blocks" src="http://www.modernstreet.com/wp-content/uploads/2011/05/drupal-blocks.jpg" alt="Drupal blocks" width="480" height="449" /></p>
<p>6)  The Menu tab in Drupal will allow you to insert menus that will allow visitors to go to different pages on your site.</p>
<p>7)  Finally, <span style="text-decoration: underline;">define user settings</span> that will govern which pages will be available to whom, and which pages are available only when the users log in. Keep a backup of your database, and you are ready to host your Drupal website on the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modernstreet.com/cms/installing-drupal-on-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When WordPress is not enough: Real CMS power required</title>
		<link>http://www.modernstreet.com/cms/when-wordpress-is-not-enough-real-cms-power-required/</link>
		<comments>http://www.modernstreet.com/cms/when-wordpress-is-not-enough-real-cms-power-required/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 20:07:07 +0000</pubDate>
		<dc:creator>DarrinW</dc:creator>
				<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://www.modernstreet.com/cms/when-wordpress-is-not-enough-real-cms-power-required/</guid>
		<description><![CDATA[WordPress is probably the most popular blogging software for bloggers worldwide, but sometimes, we may have bigger ideas requiring bigger features than WordPress can possibly handle. That includes all the other blog scripts as well. Sometimes, we may not want to &#8220;blog.&#8221; In fact, some of us may not be interested in that whole blogging [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org" title="WordPress">WordPress</a> is probably the most popular blogging software for bloggers worldwide, but sometimes, we may have bigger ideas requiring bigger features than WordPress can possibly handle. That includes all the other blog scripts as well. Sometimes, we may not want to &#8220;blog.&#8221; In fact, some of us may not be interested in that whole blogging thing at all. That is when you may need a dedicated CMS (Content Management System) script.</p>
<p>For instance, WordPress is not good at publishing different forms of content and displaying it in predefined sections, easily and quickly. More importantly, WordPress is not adept at managing a community. This lack of depth extends beyond just the templating aspect. Although there is more awareness of WordPress&#8217; potential beyond just blogging, it makes a poor version if compared side by side with a pure CMS.</p>
<p align="center"><img src="http://www.modernstreet.com/wp-content/uploads/2007/04/wordpress-logo.jpg" alt="wordpress-logo.jpg" /></p>
<p>Sure, you can hire out a good and expensive programmer to create a custom theme that won&#8217;t look anything remotely resembling a blog, modify the code a great deal, and end up with something decent, but couldn&#8217;t you accomplish the same with a <u>free</u> <a href="http://en.wikipedia.org/wiki/Open_source_software" title="Open Source software">Open Source</a> CMS system?<span id="more-327"></span></p>
<p>This dilemma of choice is being played out every single day, thousands of times. Web developers who want to switch systems, old timers who want to switch from HTML to PHP, publishers who want to upgrade/downgrade their sites&#8230;..and so forth.</p>
<p>I used to be one of these, but guess what &#8211; I&#8217;m still asking the same questions&#8230; <img src='http://www.modernstreet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>WordPress powers small to large blogs very well indeed. It was meant to do that. <a href="http://welovewp.com" title="A WordPress showcase">This site</a> showcases many well designed WordPress sites, but&#8230;. I couldn&#8217;t help noticing that none were really complex sites.</p>
<p>Now, here&#8217;s a <a href="http://welovetxp.com" title="Textpattern showcase gallery">Textpattern showcase site</a>, to compare. In fairness, <a href="http://www.textpattern.com" title="Textpattern">Textpattern</a> was never a pure blog system, but a true type CMS with blogging functions.</p>
<p>Can WordPress run a newspaper site? Here&#8217;s an example of WordPress running as a newspaper site.</p>
<p>Hmmm, good effort with WordPress, but this is <a href="http://www.lime.com/" title="LIME powered by Drupal">something Drupal was expressly designed for</a> (LIME is a Drupal powered site).</p>
<p>WordPress still has potential in becoming a more powerful CMS over time, but there are also valid arguments why some webmasters would choose one of the CMS scripts over WordPress. The way I see it, there is a limit to WordPress and what it can do, even though it&#8217;s currently well able to go beyond normal blogging functions. Maybe in future developments?</p>
<p><img src="http://www.modernstreet.com/wp-content/uploads/2007/11/joomla.jpg" title="joomla.jpg" alt="joomla.jpg" align="right" hspace="4" />There are so many good Open Source CMS systems, (and commercial ones too), that it is almost impossible to find the &#8220;best one.&#8221; Amongst the free Open Source CMS&#8217;s, Joomla and Drupal are by far the most familiar faces. In fact, Drupal was the <u>overall</u> winner of the recent <a href="http://www.packtpub.com/award" title="Drupal voted overall best Open Source CMS">Open Source CMS Award</a>, while Joomla picked up the best Open Source PHP CMS award. As for the best <strong>commercial</strong> CMS, I&#8217;m guessing it might be <a href="http://expressionengine.com" title="Expression Engine">Expression Engine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modernstreet.com/cms/when-wordpress-is-not-enough-real-cms-power-required/feed/</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
	</channel>
</rss>

