<?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>nooshu &#187; drupal Archives </title>
	<atom:link href="http://nooshu.com/tag/drupal/feed" rel="self" type="application/rss+xml" />
	<link>http://nooshu.com</link>
	<description>Kneeling on the shoulders of giants</description>
	<lastBuildDate>Fri, 20 Jan 2012 11:38:04 +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>Drupal Love! Stuff I&#8217;ve learnt!</title>
		<link>http://nooshu.com/drupal-love-stuff-ive-learnt?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=drupal-love-stuff-ive-learnt</link>
		<comments>http://nooshu.com/drupal-love-stuff-ive-learnt#comments</comments>
		<pubDate>Thu, 09 Sep 2010 21:47:13 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://nooshu.com/?p=1372</guid>
		<description><![CDATA[A little bit of Drupal knowledge goes a long way! This amazing open source CMS allows you to build large scale websites easily.]]></description>
			<content:encoded><![CDATA[<p>I created a <a href="http://nooshu.com/new-to-drupal-here-are-a-few-helpful-links/">post a couple of months ago</a> about how I was learning <a href="http://drupal.org/">Drupal</a> for an up and coming project; well that project finally went live this week. Huzzah! It wasn&#8217;t all smooth sailing; there was lots of trial and error, head scratching and a few mini panics, but I got there in the end. It&#8217;s amazing what you learn over the course of a project. Any future Drupal projects will be so much quicker and easier to setup due to the fact that I now actually know how to use Drupal!</p>
<p>So anyway here are a few things I learnt along the way:</p>
<ul>
<li>There are some <a href="http://drupal.org/node/190815">very simple yet powerful</a> templating rules you can use to style your website. Learning how they work will really help you style specific pages and blocks.</li>
<li>Looking for some functionality that is missing by default? I bet there&#8217;s already a module that does the job. Check out <a href="http://drupalmodules.com/">Drupal modules</a>, this excellent website lists and rates thousands of Drupal modules which you can install and use.</li>
<li>If you do find a module that adds the functionality you need, double check that there aren&#8217;t other modules about that do it better. Since Drupal has been around for some time, many modules haven&#8217;t been updated in quite a while so they may just be occupying the name space. It&#8217;s always best to check before you dive into using one particular module as it may not always be the best route to take.</li>
<li>Learn how to use the <a href="http://drupal.org/project/cck">Content Construction Kit</a> (CCK). If you are missing a type of CCK field, look for an additional module; I&#8217;m sure there will be one you can install that does the job. You really can make content types do anything you want with CCK.</li>
<li>Learn how to use the <a href="http://drupal.org/project/views">Views module</a>. I really can&#8217;t express this point enough. The Views module is without a doubt one of the most powerful additions to any CMS I&#8217;ve ever come across. With it you can take any content and display it however you like on a page. The layout is a little intimidating at first, but once you get your head round it you will have a dynamic site up and running in no time at all.</li>
<li>Install the <a href="http://drupal.org/project/imagecache">ImageCache module</a>. It ties in with both CCK and Views allowing you to upload and display images on your site however you need to. If you add a new image preset the module will automatically iterate over old images so you never have to go in and manually adjust images if you change your site design / functionality.</li>
<li>One thing I missed from Drupal was the ability to add parent / child nodes. Luckily theres a module called <a href="http://drupal.org/project/nodehierarchy">Node Hierarchy</a> that will add this functionality. It even handles the breadcrumbs and Views for you. <strong>Note</strong>: Make sure you don&#8217;t have &#8216;Taxonomy breadcrumb&#8217; enabled with Node Hierarchy as the breadcrumbs won&#8217;t work. I learnt that the hard way!</li>
</ul>
<p>Hopefully other budding Drupal users found the tips helpful. I&#8217;m still a Drupal novice, but now I know the basics the site possibilities are endless.</p>
]]></content:encoded>
			<wfw:commentRss>http://nooshu.com/drupal-love-stuff-ive-learnt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New to Drupal? Here are a few helpful links</title>
		<link>http://nooshu.com/new-to-drupal-here-are-a-few-helpful-links?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-to-drupal-here-are-a-few-helpful-links</link>
		<comments>http://nooshu.com/new-to-drupal-here-are-a-few-helpful-links#comments</comments>
		<pubDate>Tue, 13 Jul 2010 08:23:48 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://nooshu.com/?p=1246</guid>
		<description><![CDATA[Decided to dip my toe in the murky world of the Drupal CMS (it's not that murky really), lots to learn about this very powerful framework. Here are a few links that fellow beginners may find useful. ]]></description>
			<content:encoded><![CDATA[<p>For the past week or so I&#8217;ve been expanding my horizons and started using a new CMS (to me at least), it&#8217;s name is <a href="http://drupal.org/">Drupal</a>. Now Drupal has been around for many years, originally known as &#8216;Drop&#8217; until it was renamed to &#8216;Drupal&#8217; in 2001. The CMS is now on version 6 (with alpha versions of 7 available from the download page). As I&#8217;ve only just started using this extremely powerful CMS I thought I&#8217;d put together a quick list of links and tips of what I&#8217;ve learnt so far. Hopefully other beginners like myself will find them useful.</p>
<h3>Screencasts</h3>
<ul>
<li><strong>Lynda.com</strong>: I can&#8217;t stress enough how useful <a href="http://www.lynda.com/">Lynda.com</a> has been while learning Drupal (or any other piece of software for that matter). It has <a href="http://www.lynda.com/home/ViewCourses.aspx?lpk0=413">3 superb sets of screencasts</a> available that will take you from a complete beginner a fairly competent Drupal developer. They aren&#8217;t free but they are well worth the money!</li>
<li><strong>Learn by the Drop</strong>: Another set of <a href="http://learnbythedrop.com/gettingstarted">brilliant screencasts</a> that you can use to get up to speed on how to use Drupal. The site contains both premium and free videos for the &#8216;want to be&#8217; Drupal developer.</li>
</ul>
<h3>Websites</h3>
<ul>
<li><strong>Stack Overflow</strong>: Now I know this is a bit of a catch-all site as it can be used for any programming language, but you will often find many questions you have, have already been answered on <a href="http://stackoverflow.com/">Stack Overflow</a>. The Drupal specific questions are available <a href="http://stackoverflow.com/questions/tagged/drupal">here</a>.</li>
<li><strong>Drupal Snippets</strong>: <a href="http://drupalsnippets.com/">Drupal Snippets</a> is a whole site dedicated to&#8230;. erm&#8230; snippets for Druplal. I must admit I&#8217;ve yet to use the site, but I bookmarked it as soon as I found it as I&#8217;m sure it will come in extremely useful after learning the basics.</li>
</ul>
<h3>Modules</h3>
<ul>
<li><strong>CCK</strong>: Download and install this module and developing dynamic websites in Drupal becomes so (so!) much easier. <a href="http://drupal.org/project/cck">CCK (Content Construction Kit)</a> is a module that expands Drupals native Custom Content Types functionality opening a whole world of possibilities for your site and users. In essence CCK makes it easier to &#8216;push&#8217; data into your site in any way you see fit. It&#8217;s even being included into the core of Drupal 7.</li>
<li><strong>Views</strong>: Over the past couple of days I&#8217;ve been blown away by the power and versatility of the <a href="http://drupal.org/project/views">Views module</a>. Where CCK is used to push data into your site database, Views &#8216;pulls&#8217; the data back out and display it in any format you like. It&#8217;s quite intimidating at first as there are tonnes of options and settings, but once you get your head around it, the Drupal world is your oyster. A free screencast on how to use it is available <a href="http://learnbythedrop.com/drop/22">here</a>.</li>
<li><strong>Pathauto</strong>: Coming from WordPress I&#8217;m used to its fantastic permalink functionality, once setup it just works. Drupal doesn&#8217;t seem to come bundled with anything similar (please correct me here if I&#8217;m wrong!) so installing the <a href="http://drupal.org/project/pathauto">Pathauto module</a> will plug that gap. The module automatically generates a path for various content types without you having to worry about it.</li>
</ul>
<h3>Themes</h3>
<ul>
<li><strong>Zen</strong>: If you are a Front End Developer like myself you will be wanting a solid foundation with which to build and style your site. You could just edit one of the bundled themes if that&#8217;s your thing, but I prefer to start a fresh. The <a href="http://drupal.org/project/zen">Zen theme</a> is a fantastic theme with which to base your styling off. One big tip, don&#8217;t edit the main Zen folder, create a sub-theme by <a href="http://drupal.org/node/226507">following these directions</a> (I learnt that the hard way).</li>
</ul>
<p>So there you go, hopefully fellow Drupal beginners will find the links above useful. Any that I&#8217;ve missed off or that you&#8217;d recommend? Leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://nooshu.com/new-to-drupal-here-are-a-few-helpful-links/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

