<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0" xml:base="http://dtutorials.com">
<channel>
 <title>dtutorials</title>
 <link>http://dtutorials.com</link>
 <description />
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/dtutorials" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="dtutorials" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
 <title>How to create URL aliases in Drupal without path module</title>
 <link>http://dtutorials.com/node/220</link>
 <description>&lt;p&gt;Creating pretty urls or permanent links in Drupal is easy. Really easy. This functionality comes out of the box with the Path module. And by adding the contributed Pathauto  module you can make your life easier by letting Drupal generate the pretty urls automatically based on some properties of your post (like the title).&lt;/p&gt;
&lt;p&gt;But there's another way of doing this in Drupal. Drupal provides a mechanism in code by means of the custom_url_rewrite_inbound and custom_url_rewrite_outbound functions. Using these wisely may give you some performance gain. Let's see how you can use these.&lt;/p&gt;
&lt;div class="field field-type-text field-field-domain"&gt;
      &lt;div class="field-label"&gt;Domain:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    drupalcoder.com        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <comments>http://dtutorials.com/node/220#comments</comments>
 <category domain="http://dtutorials.com/drupal/drupal-6">Drupal 6</category>
 <category domain="http://dtutorials.com/category/optimization">Optimization</category>
 <pubDate>Sun, 07 Mar 2010 16:28:35 +0000</pubDate>
 <dc:creator>Tim</dc:creator>
 <guid isPermaLink="false">220 at http://dtutorials.com</guid>
</item>
<item>
 <title>Drupal 6 Performance Tips</title>
 <link>http://dtutorials.com/drupal-books/drupal-6-performance-tips</link>
 <description>&lt;div class="field field-type-text field-field-author"&gt;
      &lt;div class="field-label"&gt;Author:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    Trevor James, TJ Holowaychuk        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-text field-field-publisher"&gt;
      &lt;div class="field-label"&gt;Publisher:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    Packt Publishing        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-text field-field-short"&gt;
      &lt;div class="field-label"&gt;Short Description:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    This book is written for Drupal beginners, developers, designers, and webmasters who utilize the Drupal content management system to create robust websites. It provides crucial performance-related information for users of all experience levels, including Drupal module contributors, webmasters who simply configure and maintain Drupal websites, and even Drupal themers.        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-text field-field-long"&gt;
      &lt;div class="field-label"&gt;Long Description:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;p&gt;Learn how to maximize and optimize your Drupal framework using Drupal 6 best practice performance solutions and tools&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Monitor the performance of your Drupal website and improve it&lt;/li&gt;
&lt;li&gt;Configure a Drupal multisite environment for best performance&lt;/li&gt;
&lt;li&gt;Lot of examples with clear explanations&lt;/li&gt;
&lt;li&gt;Choose and use the best Drupal modules for improving your site's performance&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Drupal is one of the most respected and widely used open source content management frameworks. Small, medium, and large-scale websites are built using Drupal and the framework supports ecommerce, CRM, multisite and web service integrations.&lt;/p&gt;
&lt;p&gt;Once you get your Drupal site installed and up and running, you will be concerned with site performance and how fast you can make your Drupal site run. This book will focus on implementing performance modules and solutions to help speed up your Drupal website.&lt;/p&gt;
&lt;p&gt;We will look at introductory topics such as upgrading your Drupal site, maintaining your site, and enabling core Drupal page compression and caching.&lt;/p&gt;
&lt;p&gt;Then we will turn to an advanced look at some contributed modules that help speed up performance, including Development, Boost, Authcache, Advanced Cache, and the Memcache API and Integration module.&lt;/p&gt;
&lt;p&gt;Finally, we'll look at how best to implement a Drupal multisite environment and run it with high-speed performance in mind.&lt;/p&gt;
&lt;p&gt;This book is designed for Drupal developers and webmasters who want to increase their Drupal site's speed and performance. You will take your Drupal site to the next level by not only displaying relevant and newsworthy content, but also running a powerful and high-speed website.&lt;/p&gt;
&lt;h2&gt;What you will learn from the Drupal 6 Performance Tips book&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Upgrade your Drupal 5 site to Drupal 6 using best practice upgrade paths&lt;/li&gt;
&lt;li&gt;Back up and maintain your Drupal 6 site using core and contributed modules and utilities&lt;/li&gt;
&lt;li&gt;Configure the Drupal core and contributed modules for high traffic&lt;/li&gt;
&lt;li&gt;Run core Drupal page compression, CSS and JS compression, and use Drupal page caching&lt;/li&gt;
&lt;li&gt;Run scheduled cron tasks to perform crucial garbage-collection processes&lt;/li&gt;
&lt;li&gt;Use the Development (Devel) module to monitor page loads and queries&lt;/li&gt;
&lt;li&gt;Use the Boost module for anonymous page caching, tweak Boost settings, and use Boost blocks and advanced Boost settings to monitor site performance&lt;/li&gt;
&lt;li&gt;Install and use Memcache API and Integration module, and Authcache and Advanced Cached modules to enhance and monitor site performance&lt;/li&gt;
&lt;li&gt;Configure a Drupal multisite environment for best performance&lt;br /&gt;
Approach&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is a practical and solution-based book designed to help you to quickly discover and learn about specific aspects of Drupal performance that you are interested in. In each chapter, Drupal-based modular performance tips and solutions are investigated and explained in detail.&lt;/p&gt;
&lt;h2&gt;Who Drupal 6 Performance book is written for&lt;/h2&gt;
&lt;p&gt;This book is written for Drupal beginners, developers, designers, and webmasters who utilize the Drupal content management system to create robust websites. It provides crucial performance-related information for users of all experience levels, including Drupal module contributors, webmasters who simply configure and maintain Drupal websites, and even Drupal themers.&lt;/p&gt;
&lt;p&gt;This book expects basic knowledge of Drupal operation, configuration and server technologies, and applications including MySQL and PHP.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-number-integer field-field-book-store"&gt;
      &lt;div class="field-label"&gt;Book Store:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    Amazon        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-text field-field-book-link"&gt;
      &lt;div class="field-label"&gt;Book Link:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    http://www.amazon.com/gp/product/1847195849?ie=UTF8&amp;amp;tag=timonwebcom-20&amp;amp;link_code=as3&amp;amp;camp=211189&amp;amp;creative=373489&amp;amp;creativeASIN=1847195849        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-filefield field-field-book-cover"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;img  class="imagefield imagefield-field_book_cover" width="500" height="617" alt="" src="http://dtutorials.com/sites/default/files/book-covers/1847195849.jpg?1267534010" /&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-datestamp field-field-date-published"&gt;
      &lt;div class="field-label"&gt;Date published:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;02/2010&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <comments>http://dtutorials.com/drupal-books/drupal-6-performance-tips#comments</comments>
 <category domain="http://dtutorials.com/drupal/drupal-6">Drupal 6</category>
 <category domain="http://dtutorials.com/category/optimization">Optimization</category>
 <pubDate>Tue, 02 Mar 2010 12:47:20 +0000</pubDate>
 <dc:creator>Tim</dc:creator>
 <guid isPermaLink="false">219 at http://dtutorials.com</guid>
</item>
<item>
 <title>Upgrading large &amp; complex sites</title>
 <link>http://dtutorials.com/node/218</link>
 <description>&lt;p&gt;The two main problems with upgrades are complexity and time: a lot of operations need to be performed in a specific order within a short period of time to minimize downtime. Any solution that addresses these two problems will need to be automated, and the best way to do this that I found involved a VCS, drush and some minimal shell scripting. The presentation is about the WHY's, and this article is about the HOW's, with more implementation details that wouldn't fit well in a presentation.&lt;/p&gt;
&lt;div class="field field-type-text field-field-domain"&gt;
      &lt;div class="field-label"&gt;Domain:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    happypixels.net        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <comments>http://dtutorials.com/node/218#comments</comments>
 <category domain="http://dtutorials.com/drupal/drupal-5">Drupal 5</category>
 <category domain="http://dtutorials.com/drupal/drupal-6">Drupal 6</category>
 <category domain="http://dtutorials.com/drupal/drupal-7">Drupal 7</category>
 <category domain="http://dtutorials.com/category/maintenance">Maintenance</category>
 <pubDate>Mon, 01 Mar 2010 20:14:00 +0000</pubDate>
 <dc:creator>Tim</dc:creator>
 <guid isPermaLink="false">218 at http://dtutorials.com</guid>
</item>
<item>
 <title>CVSing back your drupal site</title>
 <link>http://dtutorials.com/node/217</link>
 <description>&lt;p&gt;The benefits of using source control are great. It is like working with another developer, to review your code changes, even if you are all by yourself, not to mention being able to rollback any changes that you have made.&lt;/p&gt;
&lt;p&gt;The main idea is to download from cvs the same version of your existing site, then copy all the CVS folders in each subdirectory to the appropriate subdirectories of your existing site. Then to run compare with cvs any differences that you have made, and once satisfied, update using cvs to the latest version.&lt;/p&gt;
&lt;div class="field field-type-text field-field-domain"&gt;
      &lt;div class="field-label"&gt;Domain:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    coderamblings.com        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <comments>http://dtutorials.com/node/217#comments</comments>
 <category domain="http://dtutorials.com/category/development">Development</category>
 <category domain="http://dtutorials.com/drupal/drupal-5">Drupal 5</category>
 <category domain="http://dtutorials.com/drupal/drupal-6">Drupal 6</category>
 <category domain="http://dtutorials.com/drupal/drupal-7">Drupal 7</category>
 <category domain="http://dtutorials.com/category/other-useful">Other Useful</category>
 <pubDate>Mon, 01 Mar 2010 20:07:02 +0000</pubDate>
 <dc:creator>Tim</dc:creator>
 <guid isPermaLink="false">217 at http://dtutorials.com</guid>
</item>
<item>
 <title>Creating Custom Lists Using Nodequeue</title>
 <link>http://dtutorials.com/node/216</link>
 <description>&lt;p&gt;The Nodequeue module is an incredibly useful module that allows you select individual nodes and place them in a list in whatever order you like. This lesson shows you how to create a new nodequeue, add nodes to the queue, arrange the queue and then add the queue to a view.&lt;/p&gt;
&lt;div class="field field-type-emvideo field-field-embed"&gt;
      &lt;div class="field-label"&gt;Embed Video Here:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                            &lt;div id="emvideo-youtube-flash-wrapper-1"&gt;&lt;object type="application/x-shockwave-flash" height="350" width="425" data="http://www.youtube.com/v/s3oCr5iWeTc&amp;amp;rel=0&amp;amp;enablejsapi=1&amp;amp;playerapiid=ytplayer&amp;amp;fs=1" id="emvideo-youtube-flash-1"&gt;
          &lt;param name="movie" value="http://www.youtube.com/v/s3oCr5iWeTc&amp;amp;rel=0&amp;amp;enablejsapi=1&amp;amp;playerapiid=ytplayer&amp;amp;fs=1" /&gt;
          &lt;param name="allowScriptAcess" value="sameDomain"/&gt;
          &lt;param name="quality" value="best"/&gt;
          &lt;param name="allowFullScreen" value="true"/&gt;
          &lt;param name="bgcolor" value="#FFFFFF"/&gt;
          &lt;param name="scale" value="noScale"/&gt;
          &lt;param name="salign" value="TL"/&gt;
          &lt;param name="FlashVars" value="playerMode=embedded" /&gt;
          &lt;param name="wmode" value="transparent" /&gt;
        &lt;/object&gt;&lt;/div&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-text field-field-domain"&gt;
      &lt;div class="field-label"&gt;Domain:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    learnbythedrop.com        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <comments>http://dtutorials.com/node/216#comments</comments>
 <category domain="http://dtutorials.com/category/development">Development</category>
 <category domain="http://dtutorials.com/drupal/drupal-6">Drupal 6</category>
 <category domain="http://dtutorials.com/modules/nodequeue">nodequeue</category>
 <category domain="http://dtutorials.com/category/other-useful">Other Useful</category>
 <media:content url="http://youtube.com/v/s3oCr5iWeTc" fileSize="937" type="application/x-shockwave-flash"> <media:thumbnail url="http://img.youtube.com/vi/s3oCr5iWeTc/0.jpg" />
</media:content>
 <enclosure url="http://youtube.com/v/s3oCr5iWeTc" length="937" type="application/x-shockwave-flash" />
 <pubDate>Mon, 01 Mar 2010 20:00:51 +0000</pubDate>
 <dc:creator>Tim</dc:creator>
 <guid isPermaLink="false">216 at http://dtutorials.com</guid>
</item>
<item>
 <title>Add alternative search with the Lucene API module</title>
 <link>http://dtutorials.com/node/215</link>
 <description>&lt;p&gt;The Search Lucene API module is an alternative search module which can be used on your Drupal site. It's powered by a stripped down version of the Zend Lucene Search which is a PHP port of Apache Lucene. Because it's all PHP do don't have to worry about running the search on a separate server or setup other applications to run the search.&lt;/p&gt;
&lt;div class="field field-type-text field-field-domain"&gt;
      &lt;div class="field-label"&gt;Domain:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    zugec.com        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <comments>http://dtutorials.com/node/215#comments</comments>
 <category domain="http://dtutorials.com/drupal/drupal-6">Drupal 6</category>
 <category domain="http://dtutorials.com/category/search">Search</category>
 <category domain="http://dtutorials.com/modules/search-lucene-api">Search Lucene API</category>
 <pubDate>Thu, 11 Feb 2010 09:43:50 +0000</pubDate>
 <dc:creator>zugec</dc:creator>
 <guid isPermaLink="false">215 at http://dtutorials.com</guid>
</item>
<item>
 <title>Multilingual Drupal: Some Dos And Don'ts</title>
 <link>http://dtutorials.com/node/214</link>
 <description>&lt;p&gt;So we've done all French sites before. And we've done all English sites before. But a recent project was our first real forray in to multilingual sites and it's an e-commerce/Ubercart job! Talk about gluttons for punishment!&lt;/p&gt;
&lt;p&gt;There are bags of tutorials, so I'll keep this short but sweet. A list of dos and don'ts from our painful, recent experience:&lt;/p&gt;
&lt;div class="field field-type-text field-field-domain"&gt;
      &lt;div class="field-label"&gt;Domain:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    co.uk        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <comments>http://dtutorials.com/node/214#comments</comments>
 <category domain="http://dtutorials.com/drupal/drupal-6">Drupal 6</category>
 <category domain="http://dtutorials.com/category/localization">Localization</category>
 <pubDate>Sun, 31 Jan 2010 22:37:00 +0000</pubDate>
 <dc:creator>Tim</dc:creator>
 <guid isPermaLink="false">214 at http://dtutorials.com</guid>
</item>
<item>
 <title>Advanced Drupal Theming using Panels Part 1</title>
 <link>http://dtutorials.com/node/213</link>
 <description>&lt;p&gt;I generally would style individual page elements like menus, blocks, views, and other content by using their own class names or IDs. That would mean if I wanted a consistent style to be applied to many of these elements I would have to override template files just to add a consistent class attribute, or have multi-line selectors in my css which would make it incredibly difficult to organize. Then one day I got smart and started to use Panels. Without getting into much detail, I’d have to say that using Panels to create my own custom layouts and plugins has changed my game as a Drupal themer.&lt;/p&gt;
&lt;div class="field field-type-text field-field-domain"&gt;
      &lt;div class="field-label"&gt;Domain:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    activelamp.com        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <comments>http://dtutorials.com/node/213#comments</comments>
 <category domain="http://dtutorials.com/drupal/drupal-6">Drupal 6</category>
 <category domain="http://dtutorials.com/modules/panels">panels</category>
 <category domain="http://dtutorials.com/category/theming">Theming</category>
 <pubDate>Sun, 31 Jan 2010 22:14:00 +0000</pubDate>
 <dc:creator>Tim</dc:creator>
 <guid isPermaLink="false">213 at http://dtutorials.com</guid>
</item>
<item>
 <title>Creating a custom multi field search in Drupal Apache Solr</title>
 <link>http://dtutorials.com/node/212</link>
 <description>&lt;p&gt;Say you have a property website and you wanted to offer users the ability to search on a number of different fields in a Solr index. At the moment in the Solr admin interface you have the ability to put content bias on a number of predefined fields. Whilst useful it doesn't give you very fine grained control.&lt;/p&gt;
&lt;p&gt;Here is a possible option for creating a multiple field search handler in Drupal Apache Solr.&lt;/p&gt;
&lt;div class="field field-type-text field-field-domain"&gt;
      &lt;div class="field-label"&gt;Domain:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    uk.net        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <comments>http://dtutorials.com/node/212#comments</comments>
 <category domain="http://dtutorials.com/category/development">Development</category>
 <category domain="http://dtutorials.com/drupal/drupal-6">Drupal 6</category>
 <category domain="http://dtutorials.com/category/other-useful">Other Useful</category>
 <pubDate>Tue, 26 Jan 2010 15:25:07 +0000</pubDate>
 <dc:creator>Tim</dc:creator>
 <guid isPermaLink="false">212 at http://dtutorials.com</guid>
</item>
<item>
 <title>Using diff module</title>
 <link>http://dtutorials.com/node/211</link>
 <description>&lt;p&gt;The diff module let's you view the difference between node revisions. It adds a tab on every node page where you can see a list of revisions which you can control via permissions.&lt;/p&gt;
&lt;div class="field field-type-text field-field-domain"&gt;
      &lt;div class="field-label"&gt;Domain:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    zugec.com        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
</description>
 <comments>http://dtutorials.com/node/211#comments</comments>
 <category domain="http://dtutorials.com/modules/diff">diff</category>
 <category domain="http://dtutorials.com/drupal/drupal-6">Drupal 6</category>
 <category domain="http://dtutorials.com/category/nodes">Nodes</category>
 <pubDate>Tue, 19 Jan 2010 17:47:23 +0000</pubDate>
 <dc:creator>zugec</dc:creator>
 <guid isPermaLink="false">211 at http://dtutorials.com</guid>
</item>
</channel>
</rss>
