<?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>Fungible Convictions &#187; design</title>
	<atom:link href="http://fungibleconvictions.com/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://fungibleconvictions.com</link>
	<description>The blog of Andrew Whitacre</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:39:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Partial redesign of Fungible Convictions underway</title>
		<link>http://fungibleconvictions.com/2008/07/02/partial-redesign-of-fungible-convictions-underway/</link>
		<comments>http://fungibleconvictions.com/2008/07/02/partial-redesign-of-fungible-convictions-underway/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 20:16:42 +0000</pubDate>
		<dc:creator>Andrew Whitacre</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[gtalk]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://fungibleconvictions.com/?p=300</guid>
		<description><![CDATA[<p>While the overall look will stay the same, it's been about two years since I examined WordPress' plugin repository and, now, its widgets. The main big goal at this point---consisting of some high-level fc_loop work---is to get two to four recent posts to follow in two columns below the photos (themselves below the main post).</p>

<p>I'll list the improvements later but wanted to give a quick hat tip to <a href="http://alax.info/blog/">Alax.info</a> for helping me tweak the Google Talk widget. For anyone interested, you can now IM me any time I'm online using the "Chat with Andrew Whitacre" link in the sidebar.</p>]]></description>
			<content:encoded><![CDATA[<p>While the overall look will stay the same, it&#8217;s been about two years since I examined WordPress&#8217; plugin repository and, now, its widgets. The main big goal at this point&#8212;consisting of some high-level fc_loop work&#8212;is to get two to four recent posts to follow in two columns below the photos (themselves below the main post).</p>
<p>I&#8217;ll list the improvements later but wanted to give a quick hat tip to <a href="http://alax.info/blog/">Alax.info</a> for helping me tweak the Google Talk widget. For anyone interested, you can now IM me any time I&#8217;m online using the &#8220;Chat with Andrew Whitacre&#8221; link in the sidebar.</p>
]]></content:encoded>
			<wfw:commentRss>http://fungibleconvictions.com/2008/07/02/partial-redesign-of-fungible-convictions-underway/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Best. Firefox extension. Ever.</title>
		<link>http://fungibleconvictions.com/2006/12/07/best-firefox-extension-ever/</link>
		<comments>http://fungibleconvictions.com/2006/12/07/best-firefox-extension-ever/#comments</comments>
		<pubDate>Thu, 07 Dec 2006 23:19:10 +0000</pubDate>
		<dc:creator>Andrew Whitacre</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://fungibleconvictions.com/2006/12/07/best-firefox-extension-ever/</guid>
		<description><![CDATA[A solid percentage of Fungible Convictions readers are bloggers too, and a solid percentage of you designed your own site. If so, USE THIS EXTENSION. Roger Johansson&#8217;s indespensible blog 456 Berea Street has drawn attention to a stunningly well-thought-out Firefox extension called Firebug. For advanced and beginning developers alike, Firebug is the Web Developer extension [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.getfirebug.com/"><img src="http://static.flickr.com/110/316716901_1a1e649d2d_o.gif" alt="Firebug logo" /></a>A solid percentage of Fungible Convictions readers are bloggers too, and a solid percentage of you designed your own site. If so, USE THIS EXTENSION.</p>
<p>Roger Johansson&#8217;s indespensible blog <a href="http://www.456bereastreet.com/archive/200612/firebug_10_web_developer_tool_of_the_year/">456 Berea Street</a> has drawn attention to a stunningly well-thought-out Firefox extension called <a href="http://www.getfirebug.com/index.html">Firebug</a>. For advanced and beginning developers alike, Firebug is the <a href="https://addons.mozilla.org/firefox/60/">Web Developer</a> extension on steroids, crack, and Cezanne.</p>
<p>Just look at these features!</p>
<blockquote><ul>
<li><strong>Just the way you like it:</strong> Firebug is always just a keystroke away, but it never gets in your way. You can open Firebug in a separate window, or as a bar at the bottom of your browser. Firebug also gives you fine-grained control over which websites you want to enable it for.</li>
<li><strong>Inspect and edit HTML:</strong> Firebug makes it simple to find HTML elements buried deep in the page. Once you&#8217;ve found what you&#8217;re looking for, Firebug gives you a wealth of information, and lets you edit the HTML live.</li>
<li><strong>Tweak CSS to perfection:</strong> Firebug&#8217;s CSS tabs tell you everything you need to know about the styles in your web pages, and if you don&#8217;t like what it&#8217;s telling you, you can make changes and see them take effect instantly.</li>
<li><strong>Visualize CSS metrics:</strong> When your CSS boxes aren&#8217;t lining up correctly it can be difficult to understand why. Let Firebug be your eyes and it will measure and illustrate all the offsets, margins, borders, padding, and sizes for you.</li>
<li><strong>Monitor network activity:</strong> Your pages are taking a long time to load, but why? Did you go crazy and write too much JavaScript? Did you forget to compress your images? Are your ad partner&#8217;s servers taking a siesta? Firebug breaks it all down for you file-by-file.</li>
<li><strong>Debug and profile JavaScript:</strong> Firebug includes a powerful JavaScript debugger that lets you pause execution at any time and have look at the state of the world. If your code is a little sluggish, use the JavaScript profiler to measure performance and find bottlenecks fast.</li>
<li><strong>Quickly find errors:</strong> When things go wrong, Firebug lets you know immediately and gives you detailed and useful information about errors in JavaScript, CSS, and XML.</li>
<li><strong>Explore the DOM:</strong> The Document Object Model is a great big hierarchy of objects and functions just waiting to be tickled by JavaScript. Firebug helps you find DOM objects quickly and then edit them on the fly.</li>
<li><strong>Execute JavaScript on the fly:</strong> The command line is one of the oldest tools in the programming toolbox. Firebug gives you a good ol&#8217; fashioned command line for JavaScript complete with very modern amenities.</li>
<li><strong>Logging for JavaScript:</strong> Having a fancy JavaScript debugger is great, but sometimes the fastest way to find bugs is just to dump as much information to the console as you can. Firebug gives you a set of powerful logging functions that help you get answers fast.</li>
</ul>
</blockquote>
<p>My favorite feature so far was one I&#8217;ve been pining for for years: you can use Firebug to select an element on your page and it will a) tell you all the CSS that affects that element and b) of that, cross out the CSS that is overridden by other styles.</p>
<p>It&#8217;s brilliant.</p>
]]></content:encoded>
			<wfw:commentRss>http://fungibleconvictions.com/2006/12/07/best-firefox-extension-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site credits</title>
		<link>http://fungibleconvictions.com/2006/12/05/site-credits/</link>
		<comments>http://fungibleconvictions.com/2006/12/05/site-credits/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 13:25:39 +0000</pubDate>
		<dc:creator>Andrew Whitacre</dc:creator>
				<category><![CDATA[autobio]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://fungibleconvictions.com/2006/12/05/site-credits/</guid>
		<description><![CDATA[Thanks first to all you Fungible Convictions readers. The stats show you&#8217;re very loyal, with about a quarter of all visitors returning regularly. The last couple months saw some significant improvements to the technological guts of Fungible Convictions, none of which I can take credit for. If you are a lit blogger and/or WordPress user, [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks first to all you Fungible Convictions readers. The stats show you&#8217;re very loyal, with about a quarter of all visitors returning regularly.</p>
<p>The last couple months saw some significant improvements to the technological guts of Fungible Convictions, none of which I can take credit for. If you are a lit blogger and/or WordPress user, I&#8217;m pleased to recommend the following goodies that are each recent additions.</p>
<p>WordPress plugins:</p>
<ul>
<li><a href="http://vapourtrails.ca/wp-keywords">Jerome&#8217;s Keywords</a>: Generates a list of keywords for each post, for the page heads, and, thus, for search engines. It&#8217;s a set-it-and-forget-it kind of thing, unlike WordPress&#8217;s category functions, which take a lot of management.</li>
<li><a href="http://sw-guide.de/wordpress/related-posts-for-jeromes-keywords-plugin/">Jerome&#8217;s Keywords: Related Posts</a>: Any time two or more posts share a keyword, those posts are linked on one another&#8217;s single-post page. So that <a href="http://fungibleconvictions.com/2006/12/04/boston-police-arrest-carmen-the-big-cheese-dinunzio-parking-space-available/">when I write about an overweight mobster, it&#8217;s linked to a post on Dunkin Donuts</a> (because they&#8217;re both tagged with <em>Boston</em>).</li>
<li><a href="http://www.mikesmullin.com/2006/06/05/ajax-comments-20/">AJAX Comments</a>: A stylish way to add comments without reloading the page</li>
</ul>
<p>Income and networking:</p>
<ul>
<li><a href="http://metaxucafe.com/">Metaxu Cafe Litblog Network</a>: Fungible Convictions is now a member. Many thanks for their profiling Fungible Convictions when FC became their 400th member blog&#8212;and for pointing me and others towards so many excellent writers.</li>
<li><a href="http://affiliate-program.amazon.com/gp/associates/join">Amazon.com Associates Program</a>: Foolproof, money-making linking to books that interest Fungible Convictions readers. They also provide a spiffy linking feature that generates an information window alongside a link upon a user&#8217;s mousing over it. For example: <a href="http://www.amazon.com/gp/product/0321450191?ie=UTF8&#038;tag=fungibleconvi-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0321450191">WordPress 2 (Visual QuickStart Guide)</a><img src="http://www.assoc-amazon.com/e/ir?t=fungibleconvi-20&#038;l=as2&#038;o=1&#038;a=0321450191" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></li>
<li><a href="http://www.brainiads.com/">Brainiads</a>: A recently launched Metaxu Cafe ad service featuring better ad targeting.</li>
</ul>
<p>This site is the best thing that&#8217;s happened to my reading and writing life. I&#8217;ve received countless recommendations for great books, learned a lot of PHP coding, gotten the chance to interview editors and writers I admire, and discovered hours and hours of great blog-reading via links in your comments and e-mails. For all of that, my sincere thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://fungibleconvictions.com/2006/12/05/site-credits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

