<?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>Library Web Chic &#187; Drupal</title>
	<atom:link href="http://www.librarywebchic.net/wordpress/tag/drupal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.librarywebchic.net/wordpress</link>
	<description>Resources for librarians who are interested in the application of web design and technologies in libraries</description>
	<lastBuildDate>Thu, 15 Jul 2010 20:13:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>New Drupal tricks</title>
		<link>http://www.librarywebchic.net/wordpress/2010/04/17/new-drupal-tricks/</link>
		<comments>http://www.librarywebchic.net/wordpress/2010/04/17/new-drupal-tricks/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 00:50:28 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[content-management-systems]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[views]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/?p=1554</guid>
		<description><![CDATA[I&#8217;m working on a Drupal project right now where I&#8217;m doing a lot of with Views and CCK. Most of my project always seem to involve both of these modules and it seems like every time I work with them I discover that I&#8217;ve only really scratched the surface in terms of using them. Last [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a Drupal project right now where I&#8217;m doing a lot of with Views and CCK. Most of my project always seem to involve both of these modules and it seems like every time I work with them I discover that I&#8217;ve only really scratched the surface in terms of using them. Last week I delved into the realm of Menu Tabs. Menu Tabs allow you to have a single page with several tabs each one which is a different view. This is a REALLY cool trick because it means that you can take tabs and attach them to a given page or type of page. You can for example attach a tab with a given view to a user page. In the case of my project, I&#8217;m using this to list a users content in a tab on their user page rather than has a separate page that they go to or having to deal with the less than ideal Drupal content page. It also allows you to take Organic Group content like My Groups or My Unread items and make them tabs within a user&#8217;s page. Personally I can think of lots of ways to use this. One thing I&#8217;d like to do is use it so that I could attach a new tab with a view to certain types of nodes. I haven&#8217;t figured out how to do this yet but I have high hopes.</p>
<p>Another new piece of views I&#8217;ve been learning about is View Attachments. Like Menu tabs, View Attachments allow you to associate several views with a single page. But what attachments allow you to do is stack multiple views all within the same page in an non-tabbed fashion. The classic example of this is the Calendar Module, which although it is its own model, leverages Views heavily to make great calendars. In the past I&#8217;ve used the Events module to create list of events, but I&#8217;m trying CCK Date and Calendar for this project and so far its working out great. My biggest concern? How to get signups to work on Nodes with repeating dates. Since the signup is attached to the single node it seems like using the repeating functionality is a no go if you want to use signups.</p>
<p>Calendar is just one way in which you can use Attachments in Views. I&#8217;ve been reading a book from Packt Publishing called Drupal 6 Attachment Views that demonstrates a number of different ways to use Attachments within Views. I&#8217;ve learned alot from it, but ironically I&#8217;ve actually found its explanations of how to theme views of the most use. (Fuller review of the book later.</p>
<p>The last trick I discovered this week is that I could create custom date formats. I learned this working on my project building an Event Calendar. One thing that irks me is that out of the box the calendar showed the date and the time, which to me made no sense because I could see what the date was based on where on the Calendar the event was displaying. Unfortunately, to generate the calendar I need to send the full date/time through. What I could do though was repeat the Date/Time field and format it differently for display. To do this you have to create a custom date/time format. You can do this in Administration &gt; Site Configuration &gt; Date/Time &gt; Formats. I created a format that had only the time and for another display I was working on, one that had only the year. Then I could use either of these formats within my Views. The results are a nicer UI.</p>
<p>All of this seems to reinforce for me just how powerful Drupal is and also how many little tips, tricks and techniques ones can constantly be learning. By the time I&#8217;ve finished my current project I&#8217;m sure I&#8217;ll have more to share.</p>
<p><strong>Update 4/21/2010</strong></p>
<p>I was asked in the comments how I use the data format in the View. BasicallyÂ  there are two steps:</p>
<p>1. Select the date field</p>
<p><a href="http://www.librarywebchic.net/wordpress/wp-content/uploads/2010/04/date_format_views.jpg"><img class="alignnone size-full wp-image-1563" title="date_format_views" src="http://www.librarywebchic.net/wordpress/wp-content/uploads/2010/04/date_format_views.jpg" alt="" width="285" height="77" /></a></p>
<p>2. Choose the format you want to use. There are several that are included by default but any new ones add you can also use</p>
<p><a href="http://www.librarywebchic.net/wordpress/wp-content/uploads/2010/04/date_format.jpg"><img class="alignnone size-full wp-image-1564" title="date_format" src="http://www.librarywebchic.net/wordpress/wp-content/uploads/2010/04/date_format.jpg" alt="" width="228" height="105" /></a></p>
<p>The default format is usually the full date but you can choose other formats.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2010/04/17/new-drupal-tricks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CCK Computed Field Rocks</title>
		<link>http://www.librarywebchic.net/wordpress/2009/02/19/cck-computed-field-rocks/</link>
		<comments>http://www.librarywebchic.net/wordpress/2009/02/19/cck-computed-field-rocks/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 04:08:08 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[cck]]></category>
		<category><![CDATA[computed field]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[views]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2009/02/19/cck-computed-field-rocks/</guid>
		<description><![CDATA[So I&#8217;m still working on my drupal side project. My latest issue is that I have compound fields which I want to enter and store as individual fields but display and index as a single field. After making some attempts to do this a couple different ways. I decided that Computer Field might be the [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m still working on my drupal side project. My latest issue is that I have compound fields which I want to enter and store as individual fields but display and index as a single field. After making some attempts to do this a couple different ways. I decided that Computer Field might be the solution to my problems. Computed Field allows you to use PHP to create a field based on the PHP code. You can use PHP to do math, grab dates or even process existing fields. So for my titles which actually consist of a title and subtitle field is create a computed field which concatenates the title and subtitle for indexing purposes. This is also a great way to get around the fact that FlexiField and Views don&#8217;t work together. Another way I&#8217;m using Computer Field is to build a single date field for display purposes when I actually use several fields for collecting/entering date information. I&#8217;m still thinking through all the potential uses but I&#8217;m glad I figured it out because it is helping me out considerably.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2009/02/19/cck-computed-field-rocks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More Drupal Discoveries</title>
		<link>http://www.librarywebchic.net/wordpress/2009/02/08/more-drupal-discoveries/</link>
		<comments>http://www.librarywebchic.net/wordpress/2009/02/08/more-drupal-discoveries/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 19:52:29 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[modules]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/?p=1049</guid>
		<description><![CDATA[Much of my time the last two months has been spent working on Drupal. Some of this work has been related to the library&#8217;s new intranet, some has been research for a book chapter and some is in the vein of using Drupal for digital library content.
In some ways, the last area has taught me [...]]]></description>
			<content:encoded><![CDATA[<p>Much of my time the last two months has been spent working on Drupal. Some of this work has been related to the library&#8217;s new intranet, some has been research for a book chapter and some is in the vein of using Drupal for digital library content.</p>
<p>In some ways, the last area has taught me the most about the power of Drupal, because it stretches Drupal the farthest. It also has introduced me to modules that I wouldn&#8217;t have otherwise found (some are still in dev but very cool nonetheless) and which I feel are worth pointing out to people who may have only begun to scratch the surface with Drupal.</p>
<ul>
<li><a href="http://drupal.org/project/flexifield">FlexiField</a></li>
<li><a href="http://drupal.org/project/conditional_fields">Conditional Fields </a></li>
<li><a href="http://drupal.org/project/cck_fieldgroup_tabs">CCK Fieldgroup Tabs</a></li>
<li><a href="http://drupal.org/project/auto_nodetitle">Automatic Nodetitles</a></li>
<li><a href="http://drupal.org/project/token">Token</a></li>
<li><a href="http://drupal.org/project/rules">Rules</a></li>
<li><a href="http://drupal.org/project/workflow">Workflow</a></li>
<li><a href="http://drupal.org/project/imagecache">ImageCache</a></li>
<li><a href="http://drupal.org/project/imagecache_actions">Imagecache Actions</a></li>
<li><a href="http://drupal.org/project/contemplate">Contemplate</a></li>
</ul>
<p>I&#8217;m a little OCD about modules and I&#8217;ve <a href="http://delicious.com/librarywebchic/drupal%3Amodules">delicious&#8217;d a ton that are of interest</a> beside these.</p>
<p>My favorites from above? Contemplate, which makes it way easier to customize the look and feel of your nodes&#8217; teaser and body without having to add specific template file to your theme. Token is pretty much indespensible as well if you want to take a value and insert it into somewhere else. It can be used to customize forms for the person logged in or with Automatic Nodetitle to use a field such as the filename of a file uploaded as the node&#8217;s title. Workflow and Rules help to control what happens (field updated, email sent) when nodes move from one state to another and establish those states (for example: Approved, Submitted, Review). Flexifield and Conditional Field help make CCK smarter and ImageCache and Imagecache Actions make mass image (jpg, gif, png) manipulation simpler.</p>
<p>Working with Drupal I&#8217;m truly amazed sometimes with what is possible with it. Everytime I work with it I get new ideas about how I might use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2009/02/08/more-drupal-discoveries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drupal and TIFFs</title>
		<link>http://www.librarywebchic.net/wordpress/2009/01/20/drupal-and-tiffs/</link>
		<comments>http://www.librarywebchic.net/wordpress/2009/01/20/drupal-and-tiffs/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 03:23:00 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[Digital Libraries]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[tiff]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/?p=1052</guid>
		<description><![CDATA[I&#8217;ve been working on a prototype using Drupal for digital library content but one major issue I&#8217;m encountering is how Drupal deals with TIFFs. Drupal documentation is at best spotty and it is difficult sometimes to determined if modules (Image or ImageField) support TIFFs. What I&#8217;d like to be able to do is use FileField [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a prototype using Drupal for digital library content but one major issue I&#8217;m encountering is how Drupal deals with TIFFs. Drupal documentation is at best spotty and it is difficult sometimes to determined if modules (<a href="http://drupal.org/project/image">Image</a> or <a href="http://drupal.org/project/imagefield">ImageField</a>) support TIFFs. What I&#8217;d like to be able to do is use <a href="http://drupal.org/project/filefield">FileField</a> (since ImageField upon testing doesn&#8217;t support TIFFs) to add TIFFs and then convert these into JPEGs. After about 2 days of digging, I haven&#8217;t found an answer. <a href="http://drupal.org/project/imagecache">ImageCache</a> would be perfect, except it doesn&#8217;t deal with TIFFs. It seems like <a href="http://www.imagemagick.org">ImageMagick</a> is capable of changing TIFFs into JPEGs but this hasn&#8217;t been integrated into Drupal as far as I can tell.</p>
<p>So I&#8217;ve reached a stalemate at this point. Does anyone out there have experience with making Drupal play nice with TIFFs?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2009/01/20/drupal-and-tiffs/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Making the popup Views Menu go bye bye in Drupal</title>
		<link>http://www.librarywebchic.net/wordpress/2009/01/16/making-the-popup-views-menu-go-bye-bye-in-drupal/</link>
		<comments>http://www.librarywebchic.net/wordpress/2009/01/16/making-the-popup-views-menu-go-bye-bye-in-drupal/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 15:34:00 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[content-management-systems]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[theming]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/?p=1040</guid>
		<description><![CDATA[One of the things that people found irritating in Drupal was that a dynamic mouse-over menu appeared on all our views when people were logged in. Half the time this made the views impossible to use because the menu covered actual clickable content.
We desperately needed to do something about this. So I started to look [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things that people found irritating in Drupal was that a dynamic mouse-over menu appeared on all our views when people were logged in. Half the time this made the views impossible to use because the menu covered actual clickable content.</p>
<p>We desperately needed to do something about this. So I started to look at views and discovered that the code which generates this is located in views-view.tpl.php . The problem is that this file is by default kept in the views module itself. So if you change it it gets override everytime you update a the Views module. The solution. Copy the views-view.tpl.php file into my theme and make the changes on it there. This meant deleting the following lines</p>
<p><img class="alignnone size-full wp-image-1046" title="views_mouseover" src="http://www.librarywebchic.net/wordpress/wp-content/uploads/2009/01/views_mouseover.jpg" alt="views_mouseover" width="522" height="110" /></p>
<p>Once I made the change I also needed to refresh my theme templates to haave the changes take effect. All in all it was a pretty simple change to fix a BIG usability problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2009/01/16/making-the-popup-views-menu-go-bye-bye-in-drupal/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Drupal Learning Curve</title>
		<link>http://www.librarywebchic.net/wordpress/2009/01/05/drupal-learning-curve/</link>
		<comments>http://www.librarywebchic.net/wordpress/2009/01/05/drupal-learning-curve/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 22:23:37 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[content-management-systems]]></category>
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/?p=1000</guid>
		<description><![CDATA[There is an interesting post over at ALA Techsource about whether or not Drupal has too steep a learning curve for libraries. The post was prompted by a letter from Kyle Jones in Decemberâ€™s American Libraries in which he said that Drupal has a &#8220;steep learning curve&#8221;. As someone who has been working with Drupal [...]]]></description>
			<content:encoded><![CDATA[<p>There is an <a href="http://www.alatechsource.org/blog/2008/12/can-library-techies-rock-drupal.html">interesting post over at ALA Techsource</a> about whether or not Drupal has too steep a learning curve for libraries. The post was prompted by a letter from Kyle Jones in Decemberâ€™s <em>American Libraries</em> in which he said that Drupal has a &#8220;steep learning curve&#8221;. As someone who has been working with Drupal and whose library has a homegrown CMS because of that steep learning curve, I&#8217;d like to comment. First, yes Drupal has a steep learning curve but I think that it is important to keep two things in mind.</p>
<ol>
<li>All CMS have a pretty steep learning curve. I&#8217;ve used Joomla, Drupal, and Plone none of them have a UI that is up to snuff in my opinion. This is one of the reasons we built our CMS at UH. In fact, several people have commented to me that it was &#8220;the best CMS interface&#8221; they&#8217;d ever seen. One reason I think we get these kinds of comments is because we really wanted to make it dead easy to use. It isn&#8217;t as easy as we or the librarians would like, but it is world&#8217;s better than Drupal (a lesson some folks at our library are learning as we implement our Drupal-backed intranet).</li>
<li>Drupal is getting better, and better with each version upgrade. The interface for simple pages, once you add a WYSIWYG module is quite good. The Panels module in particular is getting closer to the type of functionality we&#8217;d like to see in a CMS because it allows you to deal with different sections of a give page in context and allows you to easily put different things into them. Drupal is on the right track but it is going to take some time to get there. The Drupal folks ought to take a page from the WordPress UI redesign which I personally think is great. Maybe libraries should think about helping to make the UI better by either contributing code or features requests.</li>
</ol>
<p>Second, for people who want to learn Drupal there are lots of good resources out there. I&#8217;ve posted about a few of them here before. Personally I love <a href="http://www.packtpub.com/drupal-books">Packt&#8217;s book on Drupal</a>. I&#8217;ve never learned so much or been so enthused after reading a tech book. For those folks who want real world experience, the <a href="http://drupalib.interoperating.info/drupal4libcamp">drupal4lib camp</a> taking place in February is full but look for streamed content as well as stuff posted afterwards. Also, check out the slides from my <a href="http://www.slideshare.net/librarywebchic/open-source-cms-presentation?type=powerpoint">Open Source CMS preconference</a>. There is stuff here on WordPress, Joomla and Drupal. I also can say that there is going to be a chapter on Drupal in a book I&#8217;m working on. As a result, I&#8217;m likely to be creating some tutorial videos and you&#8217;ll see more Drupal posts here for sure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2009/01/05/drupal-learning-curve/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More Drupal fun</title>
		<link>http://www.librarywebchic.net/wordpress/2008/12/23/more-drupal-fun/</link>
		<comments>http://www.librarywebchic.net/wordpress/2008/12/23/more-drupal-fun/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 15:00:08 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[web form module]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/?p=973</guid>
		<description><![CDATA[I&#8217;ve been slowly pegging away at getting different things from our Intranet moved into Drupal. One thing that I was worried about was a bunch of forms which our Computer Systems department uses for account requests. The current form is emailed to our Help Desk which takes the email and transforms it into a ticket. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been slowly pegging away at getting different things from our Intranet moved into Drupal. One thing that I was worried about was a bunch of forms which our Computer Systems department uses for account requests. The current form is emailed to our Help Desk which takes the email and transforms it into a ticket. In the past I&#8217;ve used the Web Form module for this type of thing. However, when I&#8217;ve used the Web Form module before I let it collect the data. What I didn&#8217;t realize is that you can also ask the Web Form module to send every submission of a form to a specific email address(es). Once I discovered this I was able to easily able to replicate the account forms we currently have without writing any custom code!</p>
<p>Lesson &#8211; If you want to use Drupal to collect data and have that data submitted someplace that can receive the data as an email then the Web Form module will save you lots of time. Just setup the Web Form so that it is submitted to an email address. Lots of services allow you to submit via email. Cases in point: <a href="http://www.flickr.com/help/photos/">Flickr</a>, <a href="http://codex.wordpress.org/Blog_by_Email">WordPress</a>. Also many people seem to be using <a href="http://ping.fm/">ping.fm</a> to allow them to post to various social networking sites via chat, SMS and email. (<a href="http://www.labnol.org/internet/post-links-to-delicious-via-email-mobile/4470/">For more on this check out this post</a>) This may sound stupid to use a Drupal form to send a email to post to Flickr or WordPress, but if you are trying to create a unified portal for people and there isn&#8217;t a module that allows you to add content to these systems from within Drupal, the Web Form Module might be your best quick workaround. In the case of Flickr it also saves you the time of everyone havingt o know the library&#8217;s username and password for Flickr. I&#8217;d love to be able to do something like this with YouTube or Blip.tv because it would save us developing a module in Drupal, which while probably a more sustainable solution takes time.</p>
<p>Another possibility is to use the Web Form module to send SMS messages. Most wireless carriers offer their customers an email address version of their phone number.Â  For Verizon this is your_ten_digit_phone_number@vtext.com . Granted you can only send short messages, but if you control the form then you can control the amount of input. If you want trouble reports to be received by people on their cell phones then just put their cell email into the Web Form.Â  Voila instant SMS!</p>
<p>Just goes to show you that basic functionality can be extended to meet people&#8217;s needs in new ways. If you think about the problem and possible solutions creatively.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2008/12/23/more-drupal-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal4Lib camp</title>
		<link>http://www.librarywebchic.net/wordpress/2008/11/19/drupal4lib-camp/</link>
		<comments>http://www.librarywebchic.net/wordpress/2008/11/19/drupal4lib-camp/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 20:48:06 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[unconference]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/?p=950</guid>
		<description><![CDATA[Sometimes serendity is so terrific. I started a conversation with Amanda Etches-Johnson at Internet Librarian about the need for a Drupal in libraries conference or unconference. Then we dragged John Blyberg and into the mix. The result was the following:

Darien Library will be hosting a &#8220;Drupal4Lib Camp&#8221; on Friday, February 27, 2009 from 9 am [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes serendity is so terrific. I started a conversation with Amanda Etches-Johnson at Internet Librarian about the need for a Drupal in libraries conference or unconference. Then we dragged John Blyberg and into the mix. The result was the following:</p>
<p style="float:left;"><img class="alignleft size-medium wp-image-951" title="Druapl4Lib Camp" src="http://www.librarywebchic.net/wordpress/wp-content/uploads/2008/11/dariendrupal-258x300.png" alt="" width="192" height="224" /></p>
<p>Darien Library will be hosting a &#8220;Drupal4Lib Camp&#8221; on Friday, February 27, 2009 from 9 am to 4 pm.</p>
<p>The camp will be an opportunity for libraries who are working with Drupal, or interested in implementing Drupal, to get together, share experiences, solve problems, and collaborate. This unconference will be a combination of a series of 10 min lightning talks given by Drupal veterans in the morning followed by break-out sessions in the afternoon.</p>
<p>Audio and video from <span class="nfakPe">Drupal4Lib</span> Camp sessions will also be streamed lived online.</p>
<p>There is no registration fee. However, participation is limited to 70.Â  Please register for the Drupal4Lib Camp at <a href="http://drupalib.interoperating.info/node/167" target="_blank">http://drupalib.interoperating.info/node/167</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2008/11/19/drupal4lib-camp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Review of Book Drupal Multimedia</title>
		<link>http://www.librarywebchic.net/wordpress/2008/11/17/review-of-book-drupal-multimedia/</link>
		<comments>http://www.librarywebchic.net/wordpress/2008/11/17/review-of-book-drupal-multimedia/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 01:35:51 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[multimedia]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/?p=939</guid>
		<description><![CDATA[As I have mentioned several times on this blog I&#8217;ve been doing a lot of work with Drupal of late. One way I&#8217;ve been learning about Drupal is through a series of books by Packt publishing. The most recent one is entitled &#8220;Drupal Multimedia&#8221;.
This book provides an excellent overview of how to use Drupal for [...]]]></description>
			<content:encoded><![CDATA[<p>As I have mentioned several times on this blog I&#8217;ve been doing a lot of work with Drupal of late. One way I&#8217;ve been learning about Drupal is through a series of books by Packt publishing. The most recent one is entitled <a href="http://www.packtpub.com/create-multimedia-website-with-drupal/book">&#8220;Drupal Multimedia&#8221;</a>.</p>
<p>This book provides an excellent overview of how to use Drupal for multimedia. It discusses how to incorporate images, video and sound into your Drupal site. In describes Drupal modules which can be used to manage each of these types of content. What is really nice about this book is that it clearly describes the differences between the modules and their strengths and weaknesses. Its comparison of Image and ImageField is particularly good. It also discusses the configuration options for the different modules. Another strength of this books is that is clearly outlines how to use CCK and Views to manage and display media.</p>
<p>One way in which this book excels over other books is the fact that this book goes into detail of how to customize Drupal template files to better handle media. One key set of customizations that the book discusses is how to embed media. Images can be embedded in a more usable fashion using the Lightbox module. The author also outlines how to use images as part of slideshows and galleries. A gallery function comes with the Image module. But the book delves deeper into galleries and show how to create them using Views, Taxonomies and the customization of templates.</p>
<p>Customizations can also be made to better display video files. Either those uploaded to the site or those from third party services such as Blip.tv, YouTube or JumpCut to name a few. Local videos can also be nicely displayed by using the jQuery Media module. This module takes a media link and wraps it in the appropriate media player. This works with both video and audio files.</p>
<p>Like images, audio has it own module. This or the File Field module can be used to add audio to Drupal. Another cool customization for sound files that the book discusses is how to allow users to create their own playlists.</p>
<p>This book is chock full of helpful tips on how to handle media within Drupal. It has terrific examples not only of administrative configuration but also relevant PHP needed to customize templates. Drupal is an extremely powerful platform but the accompanying documentation available is lacking, particularly for the most recent version (6.x). This book helps to fill in major gaps in the documentation available on the Drupal website. Additionally, it contains some of the most easy to read documentation I&#8217;ve been of customizing themes and templates.</p>
<p>The only downside of this book is the fact that several of the modules it reccomends were still being updated for Drupal 6 at the time of publication. This means some of the directions and screenshots don&#8217;t match the current interface exactly. Additionally, the following modules mentioned in the book still haven&#8217;t been updated from Drupal 6.</p>
<ul>
<li><a href="http://drupal.org/project/acidfree">Acidfree Albums</a></li>
<li><a href="http://drupal.org/project/watermark">Image watermark</a></li>
<li><a href="http://drupal.org/project/jcarousel">jCarousel</a></li>
<li><a href="http://drupal.org/project/magnifier">Magnifier</a></li>
<li><a href="http://drupal.org/project/asset">Asset</a></li>
<li><a href="http://drupal.org/project/media_mover">Media Mover</a></li>
<li><a href="http://drupal.org/project/xspf_playlist">XSPF Playlist Module</a></li>
</ul>
<p>This aside though. I thoroughly enjoyed this book and learned SO much from it. I&#8217;ve been working with Drupal for about a year and learning as I go via books and hands on experience. This book gave me a much better sense of what Drupal is capable of in terms of media. I actually know where to start for a change. Additionally, I actually developed a useful understand themes and templates enough so I can make changes. If you want to incorporate media into your Drupal site I HIGHLY recommend this book.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2008/11/17/review-of-book-drupal-multimedia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Drupal 6</title>
		<link>http://www.librarywebchic.net/wordpress/2008/04/22/learning-drupal-6/</link>
		<comments>http://www.librarywebchic.net/wordpress/2008/04/22/learning-drupal-6/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 02:55:54 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[content-management-systems]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[libraries]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/?p=737</guid>
		<description><![CDATA[For the last year I&#8217;ve been thinking about using Drupal. In the last month, I decide that it would be a potentially good fit for a couple of web projects (one work and one professional development) that I have going on. This week I started work on the simpler of those two projects: a site [...]]]></description>
			<content:encoded><![CDATA[<p>For the last year I&#8217;ve been thinking about using <a href="http://www.drupal.org">Drupal</a>. In the last month, I decide that it would be a potentially good fit for a couple of web projects (one work and one professional development) that I have going on. This week I started work on the simpler of those two projects: a site which is for one of my ALA groups. Getting Drupal installed is a snap. So is choosing a theme if you want to use one that already exists, either one of the default or adding one to your installation from the Drupal theme repository.</p>
<p>For me the challenge was understanding two things: Drupal modules and the block model that Drupal operates on. Like WordPress plugins, Drupal modules can be lots of different things from new kinds of content one can add to new ways of displaying existing content etc. The biggest thing is finding ones that do what you want and are compatible with the version of Drupal you are running. One downside to running version 6 of Drupal is that many of the modules haven&#8217;t been updated for this version yet. Still there were several modules that I&#8217;m interested in installing including:</p>
<ul>
<li><a href="http://drupal.org/project/tinymce">TinyMCE Editor</a></li>
<li><a href="http://drupal.org/project/mibbit_irc">Mibbit IRC</a></li>
<li><a href="http://drupal.org/project/wikitools">Wikitools</a></li>
<li><a href="http://drupal.org/project/local_menu">Local Menu</a></li>
<li><a href="http://drupal.org/project/taxonomy_menu">Taxonomy Menu</a></li>
<li><a href="http://drupal.org/project/webform">Web Form</a></li>
<li><a href="http://drupal.org/project/faq">FAQ</a></li>
<li><a href="http://drupal.org/project/faq_ask">FAQ_Ask</a></li>
</ul>
<p>The modules that I&#8217;d most like to see updated ASAP so that I can use them?</p>
<ul>
<li><a href="http://drupal.org/project/views">Views (there is an alpha version that is missing features)<br />
</a></li>
<li><a href="http://drupal.org/project/taxonews">Taxonews</a></li>
</ul>
<p>The block model in Drupal proved to be more challenging. Blocks in Drupal are bit of content that you add to particular regions in your layout. By default when you put a block in a region in appears there on every page. You can tell blocks to only appear on certain pages but this is a little bit more complicated. There are several different kinds of blocks but blocks don&#8217;t include the main content of the node ie. the body of a page or story, etc. Drupal provides you with an interface which highlights and names what the different regions of the template are that you can put blocks in to and allows you to select which blocks you want to put in a particular region via drag and drop. This is a little bit like the WordPress widgets interface. Understanding how all this worked took a little bit of experimentation on my part. I picked things up pretty quickly though and for a site with a single unified template I can see how this functionality and interface would work really well.</p>
<p>What I&#8217;m still trying to figure out is how Drupal would work for a more complicated site which has several different templates for different types of pages. I really haven&#8217;t determined this yet, but keep in mind I&#8217;ve only been working with Drupal for about a week. So my knowledge is pretty limited at this point. The more you work with a piece of software the better you learn it. Case it point, I&#8217;ve been using WordPress for my blog since 2005 and only now am starting to discover some of the more powerful content management like things I can do with it. I&#8217;m hoping as I spend more time with Drupal that I can learn more about it and use it to its fullest potential.</p>
<p>In the meantime, I&#8217;ve onlyÂ  been impressed with what I&#8217;ve seen so far. I knew that it was powerful because <a href="http://www.aadl.org">Ann Arbor District Library</a> uses it for their website and I knew it could be used to facilitate group communication, collaboration and interaction (<a href="http://www.code4lib.org">code4lib </a>uses it for their website). What I didn&#8217;t know was how to make it do what I wanted. Granted I&#8217;m still learning that, but there is so much good stuff here that I can&#8217;t help but be excited. (If only I had more time to play!) Hopefully by the end of the week I&#8217;ll be able to point you to some of my Drupal handiwork. But that means I have to get a few more things installed and configured first.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2008/04/22/learning-drupal-6/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
