<?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>Drupal | ENFEW</title>
	<atom:link href="https://enfew.com/category/drupal/feed/" rel="self" type="application/rss+xml" />
	<link>https://enfew.com/category/drupal/</link>
	<description></description>
	<lastBuildDate>Mon, 23 May 2011 16:01:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://enfew.com/wp-content/uploads/2024/03/cropped-enfew-favicon-32x32.png</url>
	<title>Drupal | ENFEW</title>
	<link>https://enfew.com/category/drupal/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>7 &#8220;Create Your First Drupal Module&#8221; Tutorials &#8211; Newbies Guide</title>
		<link>https://enfew.com/7-create-your-first-drupal-module-tutorials-newbies-guide/</link>
					<comments>https://enfew.com/7-create-your-first-drupal-module-tutorials-newbies-guide/#respond</comments>
		
		<dc:creator><![CDATA[Istvan]]></dc:creator>
		<pubDate>Mon, 23 May 2011 16:01:08 +0000</pubDate>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Brandon Morrison]]></category>
		<category><![CDATA[Greg Dunlap]]></category>
		<category><![CDATA[John Wilkins]]></category>
		<category><![CDATA[Ken Rickard]]></category>
		<category><![CDATA[Larry Garfield]]></category>
		<category><![CDATA[Matt Butcher]]></category>
		<category><![CDATA[Matt Farina]]></category>
		<guid isPermaLink="false">http://www.enfew.com/?p=4671</guid>

					<description><![CDATA[<p>Updated Tutorials 1. Module developer&#8217;s guide by Drupal.org A Drupal site can have three kinds of modules: core modules that ship with Drupal and are approved by the core developers and the community; contributed modules written by the Drupal community and shared under the same GNU Public License (GPL) as Drupal; and custom modules created by [&#8230;]</p>
<p>The post <a href="https://enfew.com/7-create-your-first-drupal-module-tutorials-newbies-guide/">7 &#8220;Create Your First Drupal Module&#8221; Tutorials &#8211; Newbies Guide</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Updated Tutorials</h2>
<h3>1. <a href="http://drupal.org/developing/modules" target="_blank" rel="noopener">Module developer&#8217;s guide</a> by Drupal.org</h3>
<p>A Drupal site can have three kinds of modules: core modules that ship with Drupal and are approved by the core developers and the community; contributed modules written by the Drupal community and shared under the same GNU Public License (GPL) as Drupal; and custom modules created by the developer of the website. This section of the Developing for Drupal handbook will help you to write your own modules and to collaborate with the community on shared projects.</p>
<h3>2. <a href="http://drupal.org/node/361112" target="_blank" rel="noopener">Creating Drupal 7.x modules</a> by Drupal.org</h3>
<p>This section will include tutorials and other information that you will need to create modules for Drupal version 7.x. As Drupal 7.x has just been released, the information here is currently limited. <strong>This Includes:</strong></p>
<ul>
<li>Creating modules &#8211; a tutorial: Drupal 7.x</li>
<li>Writing .info files (Drupal 7.x)</li>
<li>Show all errors while developing</li>
<li>.install and the Fields API</li>
<li>Drupal&#8217;s code registry</li>
<li>Suppress caching (for development) or to use an external page cache</li>
<li>Using the theme layer (Drupal 7.x)</li>
</ul>
<h3>3. <a href="http://reinholdweber.com/2010/06/28/create-your-first-simple-drupal-7-module/" target="_blank" rel="noopener">Create your first simple Drupal 7 module</a> by Reinhold Weber</h3>
<p>Create your first Drupal 7 helloworld  module with few simple steps.</p>
<h3>4. <a href="http://cdmug.org/node/246" target="_blank" rel="noopener">Coding Your First Module</a></h3>
<p>Presenter:  Brandon Morrison</p>
<p><iframe src="http://player.vimeo.com/video/13783814?title=0&amp;byline=0&amp;portrait=0" width="400" height="300" frameborder="0"></iframe></p>
<p> DrupalCamp Chicago 2010 Coding Your First Module &#8211; Brandon Morrison</p>
<p>So you’ve tried CCK, Views, and a whole host of other modules, and you can’t get the functionality that you want out of Drupal. It’s cool, Drupal still has you covered. This session will cover the basics of adding your own code into Drupal and getting the functionality that you need/want.</p>
<p>Little to no Drupal experience is required, but you’re probably going to want to know PHP.</p>
<h2>Recommended Book</h2>
<h3>5. <a href="https://www.packtpub.com/drupal-7-module-development/book" target="_blank" rel="noopener">Drupal 7 Module Development</a></h3>
<p>Language :  English | Paperback : 420 pages | Author(s) : Matt Butcher, Larry Garfield, John Wilkins, Matt Farina, Ken Rickard, Greg Dunlap</p>
<p><strong>Overview of Drupal 7 Module Development</strong></p>
<ul>
<li>Specifically written for Drupal 7 development</li>
<li>Write your own Drupal modules, themes, and libraries</li>
<li>Discover the powerful new tools introduced in Drupal 7</li>
<li>Learn the programming secrets of six experienced Drupal developers</li>
<li>Get practical with this book&#8217;s project-based format</li>
</ul>
<h2>Old tutorials that are worth checking..</h2>
<h3>6. <a href="http://geeksandgod.com/tutorials/computers/cms/drupal/creating-simple-drupal-module" target="_blank" rel="noopener">Creating a Simple Drupal Module</a></h3>
<p>I&#8217;m going to show you how to create a very simple Drupal 6 module that uses hook_form_alter to remove a few fields from the node edit form, but only for blog and page nodes. We&#8217;ll alter different fields for each type. This should give you a foundation for more complex custom work.</p>
<h3>7.  <a href="http://mrphp.com.au/code/how-make-simple-form-module-drupal" target="_blank" rel="noopener">How to make a simple form module in Drupal</a></h3>
<p>This example module will provide a form where you can enter your name and upon submission will display your name as a message on the following page. It is very basic but will give you a start to making your first module. You can change all instances of the word example to the name of your module.</p>
<p>The post <a href="https://enfew.com/7-create-your-first-drupal-module-tutorials-newbies-guide/">7 &#8220;Create Your First Drupal Module&#8221; Tutorials &#8211; Newbies Guide</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://enfew.com/7-create-your-first-drupal-module-tutorials-newbies-guide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>8 Elegant Drupal 7 Blogging Themes</title>
		<link>https://enfew.com/8-elegant-drupal-7-blogging-themes/</link>
					<comments>https://enfew.com/8-elegant-drupal-7-blogging-themes/#comments</comments>
		
		<dc:creator><![CDATA[Istvan]]></dc:creator>
		<pubDate>Thu, 10 Mar 2011 11:45:45 +0000</pubDate>
				<category><![CDATA[Drupal]]></category>
		<guid isPermaLink="false">http://www.enfew.com/?p=3852</guid>

					<description><![CDATA[<p>1. Sky by Jeff Burnz Sky is a minimal, center aligned, CSS-based (no tables), multi-column layout theme, with Color module support (7.x only), that uses HTML5, CSS3 and the 960 Grid System. Live preview and customization with the Color module is available with the Color Theme module, which is highly recommended for configuring color options in this [&#8230;]</p>
<p>The post <a href="https://enfew.com/8-elegant-drupal-7-blogging-themes/">8 Elegant Drupal 7 Blogging Themes</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3>1. <a href="http://drupal.org/project/sky" target="_blank" rel="noopener">Sky</a> by Jeff Burnz</h3>
<p style="text-align: center;"><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-3853" title="Screenshot of the Sky theme for Drupal 7" src="http://www.enfew.com/wp-content/uploads/2011/03/Screenshot-of-the-Sky-theme-for-Drupal-7.png" alt="" width="560" height="496" /></p>
<p>Sky is a minimal, center aligned, CSS-based (no tables), multi-column layout theme, with Color module support (7.x only), that uses HTML5, CSS3 and the 960 Grid System.</p>
<p>Live preview and customization with the Color module is available with the Color Theme module, which is highly recommended for configuring color options in this theme: http://drupal.org/project/colortheme</p>
<h3>2. <a href="http://drupal.org/project/acquia_marina" target="_blank" rel="noopener">Acquia Marina</a></h3>
<p>Port of this theme to the Fusion theme system with tons of new features is up in the 3.x branch! The Fusion base theme and Skinr are required for the 3.x version.</p>
<p>Acquia Marina is an advanced theme developed by TopNotchThemes in partnership with Acquia for their Drupal distribution. It contains the same kinds of features you&#8217;ll find in our other Drupal themes.</p>
<h3>3. <a href="http://drupal.org/project/zeropoint" target="_blank" rel="noopener">Zero Point</a></h3>
<p>Zero Point is an advanced theme developed by Dr. Radut to be ideal for a wide range of sites. It contains the same kinds of features you&#8217;ll find in our other Drupal themes, plus many more.</p>
<p>The theme validates XHTML 1.0 Strict / CSS 2, and it is cross-browser compatible; works perfect in Firefox, IE 6, IE 7, IE8, Safari, Opera and Google Chrome.</p>
<h3>4. <a href="http://drupal.org/project/blogbuzz" target="_blank" rel="noopener">BlogBuzz</a></h3>
<p>BlogBuzz 7.x is available now! It is RC release because it has dependency on other modules. When all dependent modules catch up with Drupal 7, we will have BlogBuzz 7.x official release. Meanwhile feel free to install.</p>
<p>Give your Drupal blog a fresh new look with BlogBuzz I &amp; II! BlogBuzz is a lightweight, tableless blog Drupal theme developed by Antsin.com</p>
<p>BlogBuzz I &amp; II different by style. So pick your favour, we support both.</p>
<h3>5. <a href="http://drupal.org/project/simply_modern" target="_blank" rel="noopener">Simply Modern Theme</a></h3>
<p>Simply Modern is a table-less, CSS driven design sporting an advanced feature set.</p>
<p>Some of the key features are as follows:</p>
<ul>
<li>&lt;div&gt; elements via CSS for all layouts (no tables)</li>
<li>14 User Regions</li>
<li>Drupal 6 functionality</li>
<li>Tested in IE 6, IE 7, Firefox and Safari</li>
<li>CSS and XHTML valid</li>
<li>Upload components from ThemeSettings API</li>
<li>Custom Page Background</li>
<li>Custom Mast Head</li>
<li>Custom CSS File</li>
<li>Five preset color options</li>
<li>Choose between fixed or fluid widths</li>
<li>Customize sidebar widths</li>
<li>Sidebars can be on the left, right or split for 1, 2 or 3 column design</li>
<li>Suckerfish menus</li>
</ul>
<h3>6. <a href="http://drupal.org/project/pixture" target="_blank" rel="noopener">Pixture</a></h3>
<p>Pixture theme is a original recolorable theme for Drupal 5.x and 6.x</p>
<h3>7. <a href="http://drupal.org/project/magazeen" target="_blank" rel="noopener">Magazeen</a></h3>
<p>NEW: Port of Magazeen to the Fusion theme system with tons of new features is available in the 3.x branch! The Fusion base theme and Skinr module are required for the 3.x version.<br />
Magazeen is a cool and modern theme with a stylish colour scheme, originally designed for WordPress by WeFunction Design Agency, distributed by Smashing Magazine and originally ported to Drupal by zinv.</p>
<h3>8. <a href="http://drupal.org/project/agregado" target="_blank" rel="noopener">Agregado</a></h3>
<p>Agregado was originally designed by Darren Hoyt and Matt Dawson for WordPress and commissioned by the folks at Smashing Magazine. Ported to Drupal theme by Leow Kah Thong.</p>
<p>The post <a href="https://enfew.com/8-elegant-drupal-7-blogging-themes/">8 Elegant Drupal 7 Blogging Themes</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://enfew.com/8-elegant-drupal-7-blogging-themes/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Beginner&#8217;s Guide To Drupal 7 &#8211; 3 Must Read Books</title>
		<link>https://enfew.com/beginners-guide-to-drupal-7-3-must-read-books/</link>
					<comments>https://enfew.com/beginners-guide-to-drupal-7-3-must-read-books/#respond</comments>
		
		<dc:creator><![CDATA[Istvan]]></dc:creator>
		<pubDate>Tue, 18 Jan 2011 11:12:55 +0000</pubDate>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[lynda]]></category>
		<category><![CDATA[Mark Noble]]></category>
		<category><![CDATA[Osborne Mcgraw Hill]]></category>
		<category><![CDATA[Ray West]]></category>
		<category><![CDATA[Tom Geller]]></category>
		<guid isPermaLink="false">http://www.enfew.com/?p=2555</guid>

					<description><![CDATA[<p>1. Drupal 7: A Beginner&#8217;s Guide (Beginner&#8217;s Guide (Osborne Mcgraw Hill) Publisher: McGraw-Hill Osborne Media; 1 edition (September 22, 2011) &#124; Author: Ray West A hands-on guide to building websites and applications in Drupal. This fast-paced tutorial explains, step-by-step, how to build highly functional websites and applications using the popular and powerful open-source software Drupal. Timed for [&#8230;]</p>
<p>The post <a href="https://enfew.com/beginners-guide-to-drupal-7-3-must-read-books/">Beginner&#8217;s Guide To Drupal 7 &#8211; 3 Must Read Books</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3>1. <a href="http://www.amazon.com/Drupal-Beginners-Guide-Osborne-Mcgraw/dp/0071625445" target="_blank" rel="noopener">Drupal 7: A Beginner&#8217;s Guide</a> (Beginner&#8217;s Guide (Osborne Mcgraw Hill)</h3>
<p><strong>Publisher</strong>: McGraw-Hill Osborne Media; 1 edition (September 22, 2011) | <strong>Author</strong>: Ray West</p>
<p>A hands-on guide to building websites and applications in Drupal. This fast-paced tutorial explains, step-by-step, how to build highly functional websites and applications using the popular and powerful open-source software Drupal. Timed for the newest release, Drupal 7, the book helps you get started very quickly while teaching you many of the more advanced capabilities along the way.  Drupal: A Beginner&#8217;s Guide helps you get your great ideas to the Web at minimal cost and effort. You&#8217;ll be able to build a site framework that has total flexibility and slick aesthetics. The book also includes plenty of tips for easy, do-it-yourself website maintenance.<br />
<strong>About the Author</strong> &#8211; Ray West is a CIO, programmer and author with over 12 years experience in web development creating database and content management systems. He is the author of numerous books on web development and is the founder of CommunityMX.com and TODCon (The Online Developer&#8217;s Conference).</p>
<p><img decoding="async" class="aligncenter size-full wp-image-2556" title="Drupal 7 A Beginner's Guide" src="http://www.enfew.com/wp-content/uploads/2011/01/Drupal-7-A-Beginners-Guide-.jpg" alt="Drupal 7 A Beginner's Guide" width="500" height="500" /></p>
<h3></h3>
<h3>2. <a href="http://www.lynda.com/home/DisplayCourse.aspx?lpk2=73655" target="_blank" rel="noopener">Drupal 7 Essential Training</a> By lynda</h3>
<p><strong>Author</strong>: Tom Geller  | <strong>Released</strong>: 1/14/2011|   <strong>Duration</strong>: 7:25 |<strong> Level</strong>: Beginner</p>
<p>Drupal 7 Essential Training shows how to get the most out of Drupal, the content management system (CMS) that powers over a quarter million web sites. The course demonstrates how to download and install Drupal, add content and graphics to a site, change layout and design elements, control visitor interactions, and expand the site&#8217;s capabilities beyond what’s available in Drupal core. Discussion of established best practices in each step to ensure that a site remains streamlined, secure, and up-to-date. Exercise files are included with the course.<br />
<strong>Topics include: </strong></p>
<ul>
<li>Comparing Drupal with other content management systems</li>
<li>Understanding nodes</li>
<li>Creating basic content</li>
<li>Adding blogs, discussions groups, and polls</li>
<li>Subscribing to RSS feeds</li>
<li>Creating new content types</li>
<li>Managing users, roles, and permissions</li>
<li>Creating and modifying block regions</li>
<li>Adding menus</li>
<li>Extending site capabilities with modules</li>
</ul>
<p><strong>About Tom Geller: </strong>Tom Geller became first providing shareware reviews to Apple&#8217;s &#8220;eWorld&#8221; online service, and later serving as a reviews editor at MacWEEK. Since returning to freelance writing in 2006 after a five-year hiatus, his work has been published by Apple, Nature Magazine, the IEEE Computer Society, and Chemical Heritage Foundation</p>
<h3>3. <a href="http://www.amazon.com/Drupal-First-Look-Mark-Noble/dp/1849511225" target="_blank" rel="noopener">Drupal 7 First Look</a> By Mark Noble</h3>
<p>Learn the new features of Drupal 7, how they work and how they will impact you</p>
<ul>
<li>Get to grips with all of the new features in Drupal 7</li>
<li>Upgrade your Drupal 6 site, themes, and modules to Drupal 7</li>
<li>Explore the new Drupal 7 administration interface and map your Drupal 6 administration interface to the new Drupal 7 structure</li>
<li>Complete coverage of the DBTNG database layer with usage examples and all API changes for both Themes and Modules</li>
</ul>
<p><strong> Who this book is written for &#8211; </strong>Drupal 7 First Look is written for site administrators, themers, and developers who have some experience with Drupal 6 (or even Drupal 5) and want to upgrade their sites, themes, or modules to Drupal 7 or just learn more about Drupal 7. No programming experience is required, but several code examples are covered for readers that want more in-depth information about building themes and modules.</p>
<p><strong> About the Author &#8211; Mark Noble  &#8211; </strong>Mark Noble has worked in software development and website design for over 13 years in a variety of capacities including development, quality assurance, and management. He takes pride in developing software and websites to make businesses run more effectively and delights in helping users to get their jobs done more easily.  Mark currently works developing websites to help libraries manage their books. He also does occasional contract work for clients in a variety of industries.  When he isn&#8217;t in front of a computer, Mark enjoys playing with his family, photography, and geocaching.</p>
<p>The post <a href="https://enfew.com/beginners-guide-to-drupal-7-3-must-read-books/">Beginner&#8217;s Guide To Drupal 7 &#8211; 3 Must Read Books</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://enfew.com/beginners-guide-to-drupal-7-3-must-read-books/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
