<?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; links Archives </title>
	<atom:link href="http://nooshu.com/tag/links/feed" rel="self" type="application/rss+xml" />
	<link>http://nooshu.com</link>
	<description>Kneeling on the shoulders of giants</description>
	<lastBuildDate>Sun, 15 Apr 2012 13:42:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<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>

