<?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>Thesis Tutor &#187; Thesis Tools</title> <atom:link href="http://thesistutor.com/category/thesis-tools/feed/" rel="self" type="application/rss+xml" /><link>http://thesistutor.com</link> <description>Written &#38; Video Tutorials for the Thesis Theme for WordPress</description> <lastBuildDate>Mon, 06 Jun 2011 18:49:01 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>The Single Most Critical Thesis Theme Development Tool</title><link>http://thesistutor.com/the-single-most-critical-thesis-theme-development-tool/</link> <comments>http://thesistutor.com/the-single-most-critical-thesis-theme-development-tool/#comments</comments> <pubDate>Fri, 19 Jun 2009 16:28:19 +0000</pubDate> <dc:creator>Matt</dc:creator> <category><![CDATA[Thesis Development]]></category> <category><![CDATA[Thesis Tools]]></category><guid
isPermaLink="false">http://thesistutor.com/?p=235</guid> <description><![CDATA[Yes, there is a tool so important to Thesis development that it is nearly impossible to unlock the power of Thesis without it. In fact, I think it is fair to say that without this tool you will never use Thesis to its fullest. What is this crucial tool? Firebug. I know you want it. [...]]]></description> <content:encoded><![CDATA[<p></p><p>Yes, there is a tool so important to <a
href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=" target="_blank">Thesis</a> development that it is nearly impossible to unlock the power of <a
href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=" target="_blank">Thesis</a> without it. In fact, I think it is fair to say that without this tool you will never use <a
href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=" target="_blank">Thesis</a> to its fullest. What is this crucial tool? <a
href="http://getfirebug.com/" target="_blank">Firebug</a>.</p><h3>I know you want it.</h3><p>Everybody that purchases <a
href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=" target="_blank">Thesis</a> deserves to take full advantage of its unprecedented design power. By using <code>custom.css</code> and <code>custom_functions.php</code>, you are able to make nearly infinite changes to <a
href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=" target="_blank">Thesis</a>. In fact, I challenge every person to find websites that they believe cannot be recreated using <a
href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=" target="_blank">Thesis</a> and, hopefully, I will prove them wrong [more on that later]. I digress. The issue at hand is that I know you want to use all software you purchase to its fullest. But, how does Firebug help with <a
href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=" target="_blank">Thesis</a> development? What the heck is it anyway? Let&#8217;s further examine these questions.</p><h4>What the heck is Firebug?</h4><p><a
href="http://getfirebug.com" target="_blank">Firebug</a> allows you to &#8220;edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.&#8221; It is a plugin for <a
href="http://www.mozilla.com/en-US/" target="_blank">Firefox</a> which, if you don&#8217;t have Firefox, get it right freaking now. Once installed, Firebug puts a little icon in the far right in your status bar. All you have to do is click the tiny bug. After that, you can inspect almost any area of your website. Firebug will show you the HTML on the left and the corresponding CSS on the right. You can also choose to inspect the layout of your site, which means no more 1px alignment issues [those drive me nuts]. There are almost as many ways to use Firebug as there are ways to use <a
href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=" target="_blank">Thesis</a>. Almost&#8230;</p><h4>Firebug + Thesis = Web Pwnership.</h4><p>Of course I use the word pwn; I&#8217;m cool like that. But seriously the two combined are like Bill and Ted: most excellent. One of the most advantageous aspects of using Firebug is that it helps you perfectly calculate ems. Yes, the dreaded ems. So many designers are opposed to ems. The problem is that a pixel on computer A may not be a pixel on computer B. So declaring sizes in pixels is a massive FAIL. How does Firebug show you em calculations? Well, the first thing to know is that ems are calculated by default in <a
href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=" target="_blank">Thesis</a> with a base 10. That means to calculate ems in most areas of Thesis, you divide the number of pixels by 10. If you inspect <code>#content_box</code> with Firebug and scroll down the CSS, you will see something that says <code>font-size: 62.5%</code>. Why do you see that? Because most browsers&#8217; default font size is 16pt and <a
href="http://pearsonified.com" target="_blank">Chris Pearson</a>, in his infinite wisdom, decided that 10pt is better. I agree. Now, if you were to use Firebug to inspect <code>#header #logo</code> you would immediately see <code>font-size: 3.6em;</code>. That means the logo area has a base of 36. Therefore, to declare ems in this area you would divide the number of pixels by&#8230;you guessed it: 36.</p><p>Firebug is also useful for alignment problems, which are rampant on the web these days. Nothing makes me more disgusted than when I go to a website that looks like a 10 piece puzzle my one year old nephew put together. When inspecting areas in Firebug, you can use a feature called &#8220;Layout&#8221; which shows you measurements of any area on the site.</p><p>The last massive advantage I want to cover is the live CSS editing. Using Firebug you can experiment on your site with <strong>no ramifications whatsoever</strong>. I know that experimenting in your <code>custom.css</code> is cumbersome. Firebug allows you to make whatever changes you desire to the CSS. Add borders, change margins or adjust padding. Basically, whatever you want to do with <code>custom.css</code> can be tested with Firebug first.</p><p>The conclusion I want you to draw is that you are nuts if you don&#8217;t get Firebug. Both Mozilla and Firebug are 100% free so there is absolutely no excuse to not have them. Of course, I know you are nuts if you develop websites with anything other than <a
href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=" target="_blank">Thesis</a>. But, that is a topic for another day <img
src='http://thesistutor.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>Oh, be sure to check back soon for a better explanation of ems.</p><p><a
href="http://www.shareasale.com/r.cfm?b=198392&#038;u=403159&#038;m=24570&#038;urllink=&#038;afftrack=">GET THESIS HERE!</a></p> ]]></content:encoded> <wfw:commentRss>http://thesistutor.com/the-single-most-critical-thesis-theme-development-tool/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (User agent is rejected)
Database Caching 14/17 queries in 0.005 seconds using disk

Served from: thesistutor.com @ 2012-05-18 03:35:02 -->
