<?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; firebug</title>
	<atom:link href="http://www.librarywebchic.net/wordpress/tag/firebug/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, 26 Aug 2010 02:04:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>God I love Firebug</title>
		<link>http://www.librarywebchic.net/wordpress/2009/04/29/god-i-love-firebug/</link>
		<comments>http://www.librarywebchic.net/wordpress/2009/04/29/god-i-love-firebug/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 15:53:13 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[General Thoughts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[firebug]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/?p=1211</guid>
		<description><![CDATA[So I&#8217;ve been tweaking our intranet instance of Drupal this week trying to make improvements to the interface and display. In particular I&#8217;ve been customizing several templates related to the Event Module. I don&#8217;t like how the calendars display because I think they include some redundant information and don&#8217;t use the space effectively. The problem [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been tweaking our intranet instance of Drupal this week trying to make improvements to the interface and display. In particular I&#8217;ve been customizing several templates related to the Event Module. I don&#8217;t like how the calendars display because I think they include some redundant information and don&#8217;t use the space effectively. The problem is that when you are changing templates in Drupal particular CSS related changes, lots of potential files come into play. This is in part due to the modular construction of Drupal. So when a page loads several stylesheets come into play: the ones from all the modules you have installed, and the stylesheet from your theme. While this is great in theory because it makes the styles build on top of one another, it can make debugging a little challenging because you&#8217;ve got several stylesheet to look at. The solution? Most Drupal developers will tell you to use the Devel module. This is a fabulous module which is really helpful when you are developing in Drupal, particularly for creating themes or creating/changing templates, it is sort of slight overkill for simple CSS debugging.</p>
<p>A much better solution and one which is multi-purpose is to use Firebug. Firebug is a Firefox extension which helps you to test and debug CSS and javascript. Using the Inspect button, you can select a particular element on the screen and see what styles are being applyed to it and what files contains those styles. You can also dynamically turn on or off styles to see if this affects the change you want without having to edit the CSS. Its a fast and efficient way to debug stuff. It has many other features that my developers love but for me when they showed me the CSS debugging I was in heaven.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2009/04/29/god-i-love-firebug/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
