<?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>Dan Rubin&#039;s SuperfluousBanter</title>
	<atom:link href="http://superfluousbanter.org/feed/" rel="self" type="application/rss+xml" />
	<link>https://superfluousbanter.org</link>
	<description>Design, random musings, and the Web. Since 1977</description>
	<lastBuildDate>Wed, 26 Aug 2020 20:36:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">109525128</site>	<item>
		<title>The Final Word on IE6</title>
		<link>https://superfluousbanter.org/archives/2008/09/the-final-word-on-ie6/</link>
					<comments>https://superfluousbanter.org/archives/2008/09/the-final-word-on-ie6/#comments</comments>
		
		<dc:creator><![CDATA[Dan Rubin]]></dc:creator>
		<pubDate>Wed, 03 Sep 2008 15:19:10 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Standards]]></category>
		<guid isPermaLink="false">http://superfluousbanter.org/?p=599</guid>

					<description><![CDATA[A <a href="http://chrisfullman.com/">friend of mine</a> recently asked the question <a href="http://chrisfullman.com/2008/09/why-the-hate-on-internet-explorer-6/">"Why the Hate on Internet Explorer 6?"</a> He explains some very logical reasons why it doesn't make sense to be so negative about IE6, and as I agree with him on just about all points, I thought I'd give the clearest answer I could.]]></description>
										<content:encoded><![CDATA[<p>A <a href="http://chrisfullman.com/">friend of mine</a> recently asked the question <a href="http://chrisfullman.com/2008/09/why-the-hate-on-internet-explorer-6/">&#8220;Why the Hate on Internet Explorer 6?&#8221;</a> He explains some very logical reasons why it doesn&#8217;t make sense to be so negative about IE6, and as I agree with him on just about all points, I thought I&#8217;d give the clearest answer I could.</p>
<p>Simply put, IE6 shouldn&#8217;t get any hate. Nor should it receive any love, either.</p>
<p>The best thing the <a href="http://www.webstandards.org/">web standards community</a> (and any other smart web folk) can do is stop complaining about an ancient browser whose <a href="http://www.microsoft.com/">developer</a> waited too long to replace, and just stop supporting it altogether.</p>
<p>One of the benefits of web standards is that our documents are marked up correctly before we reach the presentational stage. One of the benefits of IE6 (et al) is that we can target specific versions using <a href="http://www.quirksmode.org/css/condcom.html">Conditional Comments</a>. The combination of the two means we can still send our <em>content</em> to old browsers, but not have to bother with the <em>presentation</em>, thus saving ourselves hours of needless headaches and frustrations, while not punishing the users of said old browsers by denying them access to our content.</p>
<p>There&#8217;s constant discussion about whether or not to continue support for IE6, and the only reason ever given these days in favor of supporting that browser is its market share. That market share is diminishing, and we&#8217;ve already reached the <a href="http://www.microsoft.com/windows/internet-explorer/beta/">second beta of IE8</a>, so let&#8217;s start dropping it already. Make the argument against supporting IE6, to your clients, your boss, your team—whoever needs to hear it, keep applying pressure and don&#8217;t back down.</p>
<p><strong>It&#8217;s time to stop supporting IE6. Period.</strong></p>
<hr/>
<p>This article has very kindly been translated to <a href="http://science.webhostinggeeks.com/dan-rubinov-superfluousbanter">Serbo-Croatian</a> language by Jovana Milutinovich from <a href="http://webhostinggeeks.com/"> Webhostinggeeks.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://superfluousbanter.org/archives/2008/09/the-final-word-on-ie6/feed/</wfw:commentRss>
			<slash:comments>56</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">599</post-id>	</item>
		<item>
		<title>Regex Patterns for Single Line CSS</title>
		<link>https://superfluousbanter.org/archives/2008/08/regex-patterns-for-single-line-css/</link>
					<comments>https://superfluousbanter.org/archives/2008/08/regex-patterns-for-single-line-css/#comments</comments>
		
		<dc:creator><![CDATA[Dan Rubin]]></dc:creator>
		<pubDate>Fri, 29 Aug 2008 13:30:30 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<guid isPermaLink="false">http://superfluousbanter.org/?p=497</guid>

					<description><![CDATA[Single-line CSS formatting has its uses (and plenty of pros and cons), but if you've been staying away from it for fear of the time-consuming conversion process from your normal multi-line formatting, here are some regular expressions you can use to make the conversion easy.]]></description>
										<content:encoded><![CDATA[<p class="alert"><strong>Update:</strong> You can now download the Textmate macro file rather than recording your own (<a href="#download">skip to the download &raquo;</a>).</p>
<p>There has been <a href="http://orderedlist.com/articles/single-line-css">plenty</a> of <a href="http://www.flickr.com/photos/jonathansnook/2800852816/">discussion</a> about the pros and cons of single-line style sheets, and I&#8217;ve been including them as an option when teaching CSS management and organization in my <a href="http://webdesignworld.com/">Web Design World</a> <a href="https://superfluousbanter.org/presentations/2008/">presentations</a> in Chicago, Seattle, and later this year in Las Vegas (at <a href="http://webbuilderconference.com/2008/">WebBuilder</a>) and Boston.</p>
<h3>It&#8217;s a matter of preference</h3>
<p>As a fellow <a href="http://sidebarcreative.com/">Sidebar</a>-ian (<em>Sidebarbarian?</em>) <a href="http://orderedlist.com">Steve</a> has been trying to convince me to use the single-line approach for a while of course, and <a href="http://avalonstar.com">Bryan</a> and <a href="http://snook.ca/jonathan">Jon</a> have also become fans of this formatting style for their own work. Although they are enamored with it, I haven&#8217;t taken to it yet, still preferring to write my style sheets using the &#8220;normal&#8221; indented formatting most of us are used to.</p>
<p><img data-recalc-dims="1" fetchpriority="high" decoding="async" src="https://i0.wp.com/farm4.static.flickr.com/3083/2858224571_a4a5c2171b_o.png?resize=500%2C200" alt="" title="Multi-line CSS vs Single-line CSS in Textmate" width="500" height="200" /></p>
<p>Now, before anyone gets their knickers in a twist about why they love, hate, &#8220;can&#8217;t live without&#8221; or &#8220;will die before they try&#8221; single-line formatting, let&#8217;s just take a step back and remember one thing: it isn&#8217;t anything special, just an alternate formatting style that doesn&#8217;t affect the way the browser interprets the style sheet one iota. It&#8217;s a personal preference—remember that before jumping on or off this particular bandwagon.</p>
<h3>Always keep your options open</h3>
<p>Now that I&#8217;ve got that out of my system, let&#8217;s talk practicality: there are indeed benefits to be had when using single-line CSS formatting—for example, I find it can make a difference <em>after</em> a project has been completed, at which point I&#8217;m usually more interested in visually scanning a style sheet for the selectors first, and then for a particular property I&#8217;m interested in editing. This is where I&#8217;ve found single-line formatting can come in handy.</p>
<h3>But my editor already does that!</h3>
<p>This is the point where some people will start going on about how you could just use <a href="http://macromates.com/">Textmate&#8217;s</a> &#8220;foldings&#8221; feature to get the same visual result (without altering your file), or how <a href="http://macrabbit.com/cssedit/">CSS Edit</a> has a handy list of all the selectors in a column on the left side of its window, or that you could always use your editor&#8217;s &#8220;find&#8221; command and search for the selector you want to edit. Yet while those are all perfectly logical, sane suggestions, they don&#8217;t account for flexibility and choice.</p>
<h3>Just another way of doing things</h3>
<p>Much like <a href="http://hicksdesign.co.uk">Jon Hicks</a> with <a href="http://www.hicksdesign.co.uk/journal/browser-polygamy-movement">his harem of web browsers</a>, I tend to be a bit of a &#8220;text editor polygamist&#8221;, bouncing from Textmate to CSS Edit to <a href="http://panic.com/coda">Coda</a> to <a href="http://www.barebones.com/products/bbedit/">BBEdit</a> to <a href="http://panic.com/transmit">Transmit&#8217;s</a> text editor and a host of <abbr title="command line interface">CLI</abbr> editors, mostly depending on my mood (though sometimes contextual if I&#8217;m at a computer that doesn&#8217;t have a particular application—a WindowsXP box with nothing but Notepad, for instance). It&#8217;s the times when I&#8217;m using an editor that doesn&#8217;t have &#8220;foldings&#8221; or pretty columns of selectors that I start to appreciate single-line CSS when making quick edits, so I&#8217;ve started converting style sheets to a &#8220;simple&#8221; single-line format (without the left-aligned tab blocks to start each rule&#8217;s properties) once they are ready to go live.</p>
<h3>Patterns fit for a kilt</h3>
<p>Editors like Textmate and BBEdit have built-in commands for formatting (the standard, multi-line approach) or compressing (the entire style sheet on one line, ostensibly to reduce file size by stripping white space) CSS, <del datetime="2008-09-15T09:14:26+00:00">but no way to convert to single-line formatting</del> and Textmate&#8217;s &#8220;Format CSS Compressed&#8221; bundle can format your stylesheet to a single line per-rule, though it&#8217;s all squished together, making it difficult to scan due to a lack of whitespace. Converting a style sheet by hand every time would be much too time-consuming to bother with, but that&#8217;s where regular expressions come to the rescue.</p>
<p>In Textmate, you can record a macro using each of these regex patterns as a separate step (I&#8217;m sure other editors have a similar feature, so please feel free to post details in the comments below). This allowed me to create a &#8220;Format CSS Single-line&#8221; command, complete with a keyboard shortcut, which enables an easy switch between multi- and single-line formatting.</p>
<p><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/farm4.static.flickr.com/3018/2807882379_3c8d360872_o.png?resize=500%2C200" alt="" title="Single-line CSS macro in Textmate" width="500" height="200" /></p>
<p><del datetime="2008-08-30T14:45:33+00:00">Unfortunately, as of this writing Textmate macros cannot be exported and shared</del> For those using Textmate, getting the macro is a simple matter of downloading, expanding and double-clicking this file:</p>
<ul id="download">
<li><a href="/downloads/2008-08/Format-CSS-Single-line.tmMacro.zip">Download the &#8220;Format CSS Single-line&#8221; Textmate macro &raquo;</a> (ZIP, 1KB)</li>
</ul>
<p>While similar to &#8220;Format CSS Compressed&#8221;, this macro retains a single blank line where your original contained two or more blank lines (helpful if you group your rules), and adds whitespace that matches my standard formatting preferences (which I find makes it easier to scan quickly). To switch between each formatting style, just run each command in turn (via the <em>Bundles</em> menu or the keyboard shortcuts).</p>
<p>However, that wouldn&#8217;t be much use to everyone who <em>doesn&#8217;t</em> use Textmate, so here are the respective groups of regex I used for the conversion:</p>
<pre lang="bash">
\n{3,}
\n\n

[ \t]+
 
(?m)([;:])\s+
$1

\s*}
 }

\s*{\s*
 { 

[ \t]*,[ \t]*
,

@import(.*?);
@import$1;\n\n
</pre>
<h3>What&#8217;s missing</h3>
<p>In Textmate and BBEdit I can return to multi-line formatting with a single command, but that might not be as simple in other editors. What I&#8217;d love to see is a pair of shell scripts that convert from multi- to single-line and back, and possibly a web-based processor that does the same (paste your style sheet into a textarea, select your formatting, hit &#8220;process&#8221; and the script produces the result). If anyone would like to take on those tasks, I&#8217;ll happily update this post to link to the products of your labor.</p>
<h3>And in the end&#8230;</h3>
<p>If you&#8217;ve never tried single-line formatting, this makes it easy to experiment without committing yourself (and I do recommend giving it a try—you may be surprised once you&#8217;ve worked with it a few times).</p>
<p>Ultimately, because I can return to multi-line with a single command my primary text editor should I ever feel like it, automating the switch from multi- to single-line is a convenient way to get the benefits of single-line formatting without backing myself or my clients into a formatting corner.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://superfluousbanter.org/archives/2008/08/regex-patterns-for-single-line-css/feed/</wfw:commentRss>
			<slash:comments>67</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">497</post-id>	</item>
		<item>
		<title>Simple CSS Hover Tab</title>
		<link>https://superfluousbanter.org/archives/2008/08/simple-css-hover-tab-thingy/</link>
					<comments>https://superfluousbanter.org/archives/2008/08/simple-css-hover-tab-thingy/#comments</comments>
		
		<dc:creator><![CDATA[Dan Rubin]]></dc:creator>
		<pubDate>Tue, 19 Aug 2008 14:52:34 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<guid isPermaLink="false">http://superfluousbanter.org/?p=546</guid>

					<description><![CDATA[Ok, so the name won't win any awards, but let's be honest: neither will this mini-tutorial, or the idea itself (nothing groundbreaking here, move along...). But after throwing together a quick little (you guessed it) hover/tab/thingy for my <a href="http://superfluousbanter.org/archives/2008/08/i-need-some-spacing/">previous article</a>, I thought I was fun enough to share, in case you find a need for it someday.]]></description>
										<content:encoded><![CDATA[<p class="alert"><strong>Update:</strong> The original edit of this post and demo file didn&#8217;t work in IE6/7. See the comments for my quick explanation of the fix (the demo now works in FF2/3, Safari 2/3, Opera 9, and IE6/7).</p>
<p>After throwing together a quick little hover/tab widget for my <a href="https://superfluousbanter.org/archives/2008/08/i-need-some-spacing/">previous article</a>, I thought I&#8217;d share how it was made, in case you find a need for it someday.</p>
<h3>Bulletproof lists</h3>
<p>The widget in question is just a simple unordered list, with each list item containing an anchor and an image—we want the images in this case because I want them to display in my RSS feed and for anyone who can&#8217;t (or chooses not to) view the styled version of this site.</p>
<p class="info"><strong>Note:</strong> Feel free to reference images in the stylesheet rather than inline if that suits your purposes.</p>
<p>See the widget in use in my <a href="https://superfluousbanter.org/archives/2008/08/i-need-some-spacing/">previous article</a>, or check out this <a href="https://superfluousbanter.org/projects/demos/simple-css-hover-tab-thingy/">demo</a>.</p>
<h3>The code</h3>
<p>First, the markup (with URLs truncated to save trees):</p>
<pre lang="html" line="1">
<ul id="hover-tab-thingy">
  <li id="one"><a href="...">One <img ... /></a></li>
  <li id="two"><a href="...">Two <img ... /></a></li>
  <li id="three"><a href="...">Three <img ... /></a></li>
</ul>
</pre>
<p>Simple, uncluttered, uncomplicated.</p>
<p>Next, the CSS:</p>
<pre lang="css" line="1">
ul#hover-tab-thingy {
  position:relative;
  padding:0;
  width:500px;
  height:498px; }
#hover-tab-thingy li {
  float:left;
  list-style:none; }
#hover-tab-thingy li a {
  float:left;
  padding:9px 21px;
  background-color:#eee;
  color:#999;
  font-size:9px;
  text-align:center;
  text-transform:uppercase;
  border-right:1px solid #fff; }
#hover-tab-thingy li a:hover {
  background-color:#f60;
  color:#fff; }
li#one a,
li#one a:hover {
  background-color:#e5e5e5;
  color:#555; }
#hover-tab-thingy li a img {
  position:absolute;
  left:0;
  top:30px;
  width:500px;
  height:460px;
  clear:left;
  margin-left:-9999px;
  padding:1px;
  border:3px solid #e5e5e5; }
li#one a img,
#hover-tab-thingy li a:hover img {
  margin-left:0; }
li#two a:hover img,
li#three a:hover img {
  border-color:#f60; }
</pre>
<p>This is all fairly straightforward, so here are the highlights that may help when duplicating this on your own:</p>
<ol>
<li>The entire idea is that you have tabs that are each associated with content (images in this case) which are made visible when the user hovers over the tab. There are more things you could do with this, but that&#8217;s your job, grasshopper.</li>
<li>The tabs are floated; the content elements (<code>img</code> in this case) clear the floats.</li>
<li>The content elements are set to <code>position:absolute</code>, so they can appear in the same location for each tab. To accomplish this, the <code>ul</code> is set to <code>position:relative</code> (in short: an absolutely positioned element will be positioned relative to its nearest positioned ancestor—see <a href="http://www.stopdesign.com/articles/absolute/">Doug Bowman&#8217;s great write up</a> for more), and it&#8217;s probably a good idea if the dimensions of your <code>ul</code> (the container for your content) have a lot in common with those of your content elements.</li>
<li>IE6 has a problem reverting elements that set <code>display:block</code> on <code>:hover</code> to their original state (e.g. <code>display:none</code>). To counter this, use a negative left margin as the default positioning, and then set <code>margin-left:0;</code> on the hover state, which works in all modern browsers.</li>
<li>The <code>width</code> and <code>height</code> is specific to my example (the dimensions of the images I used), ditto for the <code>padding</code> on the tabs and the <code>top</code> positioning on the <code>img</code> elements (to push them below the tabs). Bend them to your will.</li>
</ol>
<h3>Wrap-up</h3>
<p>This may be something that you&#8217;ll find use for on a regular basis—one of those tiny snippets of reusable &#8220;stuff&#8221; that you&#8217;ll be glad you don&#8217;t have to type every time.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://superfluousbanter.org/archives/2008/08/simple-css-hover-tab-thingy/feed/</wfw:commentRss>
			<slash:comments>15</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">546</post-id>	</item>
		<item>
		<title>I Need Some Spacing</title>
		<link>https://superfluousbanter.org/archives/2008/08/i-need-some-spacing/</link>
					<comments>https://superfluousbanter.org/archives/2008/08/i-need-some-spacing/#comments</comments>
		
		<dc:creator><![CDATA[Dan Rubin]]></dc:creator>
		<pubDate>Tue, 19 Aug 2008 06:28:10 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<guid isPermaLink="false">http://superfluousbanter.org/?p=502</guid>

					<description><![CDATA[Way back in June over on <a href="http://subtraction.com">Subtraction</a>, Khoi <a href="http://www.subtraction.com/archives/2008/0617_spacing_is_e.php">presented a tweaked version</a> of the <a href="http://gmail.com">Gmail</a> interface (and then <a href="http://www.subtraction.com/archives/2008/0618_lost_in_spac.php">a follow-up article</a> regarding the feedback on the first), improving spacing and alignment by making a few small but significant changes overall...]]></description>
										<content:encoded><![CDATA[<p>Way back in June over on <a href="http://subtraction.com">Subtraction</a>, Khoi <a href="http://www.subtraction.com/archives/2008/0617_spacing_is_e.php">presented a tweaked version</a> of the <a href="http://gmail.com">Gmail</a> interface (and then <a href="http://www.subtraction.com/archives/2008/0618_lost_in_spac.php">a follow-up article</a> regarding the feedback on the first), improving spacing and alignment by making a few small but significant changes overall:</p>
<blockquote><p>&#8220;&#8230;by normalizing the space between like elements, aligning elements along similar spatial planes, moderately increasing the space between stacked items and paying attention to how elements are framed by negative space, we can get what is, in my opinion, a significantly more attractive Gmail interface.&#8221; <cite>&mdash;<a href="http://subtraction.com">Khoi Vinh</a></cite></p></blockquote>
<p>This is something I&#8217;ve wanted to see for a while in Gmail, and in fact had presented a few examples last year (July 2007) as part of my interview process at Google (I really must write about my series of amazing job interviews last summer, but I&#8217;ll leave that for another time). After reading—and commenting—on Khoi&#8217;s post, I had intended to publish my variation on Google&#8217;s mid-2007 interface, but as the dedication to blogging continues to elude me, this too fell a few pages back in the Moleskine to-do list—until now.</p>
<h3>The Setup</h3>
<p>I took a slightly different approach than Khoi, though my goals were similar:</p>
<ul>
<li>Give all elements more room to breathe</li>
<li>Make it easier to target navigation and oft-used links</li>
<li>Normalize alignment of text and other elements</li>
<li>Do it all without drastically altering the appearance of the interface</li>
</ul>
<p>That last goal was important and acted as a guide to the rest: I wanted to present improvements that could be made right away without causing a negative reaction among Gmail users.</p>
<p>Rather than adjust the line height of the main message area, I decided to bring as many of the other elements in line with that as I could. You&#8217;ll notice spacing improvements within each line however, reclaiming some poorly used horizontal space. Like Khoi, I felt the message lines were a bit crowded, so to give the impression of more room in those lines, I removed the grey horizontal lines between each item and allowed the background color to bleed through (all they need is some separation—further emphasis on those lines just adds weight). The result is that it <em>feels</em> like there&#8217;s a bit more space, without actually adding any.</p>
<p>The main navigation lost its underlines (again, removing unnecessary visual weight—the &#8220;this is a link&#8221; cue is superfluous here) and gained space (matching the baseline of the message list). The &#8220;Compose Mail&#8221; link got an extra highlight by way of a background; the extra padding makes it the only navigation item that doesn&#8217;t align with the baseline, but that also gives it a little more contrast vertically, thus it stands out more without having to scream for attention. Less important text links within the message area were made slightly smaller (but kept their underlines), and &#8220;Mark as read&#8221; was pulled out of the drop-down menu and given its own button: I had spent a week or so watching people use Gmail before doing this exercise, and that was the second most frequent action users needed (right behind &#8220;Delete&#8221;) but was hidden in the drop-down.</p>
<p>Finally, all rounded corners were cleaned up a bit, footer text was aligned to the baseline, and the message list was enclosed on the right side (maybe it&#8217;s just me, but it&#8217;s always bugged me how those lines just run right to the edge).</p>
<h3>Reveal Already!</h3>
<style type="text/css" media="screen">
<!--
#gmail-realign {
	position:relative;
	margin:1em 0;padding:0;
	width:500px;
	height:498px;
}
#gmail-realign li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#gmail-realign li a {
	float:left;
	padding:9px 21px;
	background-color:#eee;
	color:#999;
	font-size:9px;
	text-align:center;
	text-transform:uppercase;
	border-right:3px solid #fff;
	border-bottom:none;
}
#gmail-realign li a:hover {
	background-color:#f60;
	color:#fff;
}
li#gmail-realign-before a,
li#gmail-realign-before a:hover {
	background-color:#e5e5e5;
	color:#555;
}
#gmail-realign li a img {
	position:absolute;
	left:-1px;
	top:30px;
	width:500px;
	height:460px;
	clear:both;
	margin-left:-9999px;
	padding:1px;
	border:3px solid #e5e5e5;
}
li#gmail-realign-before a img,
#gmail-realign li a:hover img {
	margin-left:0;
}
li#gmail-realign-after a:hover img,
li#gmail-realign-baseline a:hover img { border-color:#f60; }
-->
</style>
<ul id="gmail-realign">
<li id="gmail-realign-before"><a href="http://www.flickr.com/photos/danrubin/2776612842/" title="view on Flickr &raquo;">Before <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/farm4.static.flickr.com/3029/2776612842_1756099f61.jpg" alt="Gmail realign: before" /></a></li>
<li id="gmail-realign-after"><a href="http://www.flickr.com/photos/danrubin/2776614876/" title="view on Flickr &raquo;">After <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/farm4.static.flickr.com/3276/2776614876_a8d32c8ecb.jpg" alt="Gmail realign: after" /></a></li>
<li id="gmail-realign-baseline"><a href="http://www.flickr.com/photos/danrubin/2776616190/" title="view on Flickr &raquo;">After (with baseline) <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/farm4.static.flickr.com/3092/2776616190_66e45f4b86.jpg" alt="Gmail realign: after (with baseline)" /></a></li>
</ul>
<p>I&#8217;m still happy with how this turned out a year later, and it was well received by the Google interview crew. Compare the before and after images, and you&#8217;ll also notice that the improved spacing in this example actually <strong>reduces</strong> the overall height of the page, allowing two additional message lines to fit in the space of the original.</p>
<p>Both Khoi&#8217;s and my realign leave almost all the original elements of the interface intact—this is <em>very</em> important when making changes (even if only suggested ones) to such a popular application, and the same goes for any product, publication or web site that is part of a person&#8217;s daily routine.</p>
<p>Whether Gmail incorporates any of these suggestions is out of our hands, but it&#8217;s still nice to have the chance to compare.</p>
<p class="info"><strong>Note:</strong> many changes have already been made to the Gmail interface over the last year, and even in the last few months since Khoi posted his example. Not all are improvements, but at least someone&#8217;s making an attempt.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://superfluousbanter.org/archives/2008/08/i-need-some-spacing/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">502</post-id>	</item>
		<item>
		<title>Some Thoughts on Logo Design</title>
		<link>https://superfluousbanter.org/archives/2008/06/some-thoughts-on-logo-design/</link>
					<comments>https://superfluousbanter.org/archives/2008/06/some-thoughts-on-logo-design/#comments</comments>
		
		<dc:creator><![CDATA[Dan Rubin]]></dc:creator>
		<pubDate>Fri, 20 Jun 2008 10:26:04 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://superfluousbanter.org/?p=491</guid>

					<description><![CDATA[A few months ago, I had the pleasure of answering a few questions for an article being written by my friend <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> for <a href="http://www.netmag.co.uk/zine/latest-issue/issue-175">.net Magazine</a> (<em>Practical Web Design</em> here in the States). Elliot quoted me quite nicely in the article, but I thought it would be interesting to publish my complete answers here, along with his questions, and he kindly gave his permission.]]></description>
										<content:encoded><![CDATA[<p>A few months ago, I had the pleasure of answering a few questions for an article being written by my friend <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> for <a href="http://www.netmag.co.uk/zine/latest-issue/issue-175">.net Magazine</a> (<em>Practical Web Design</em> here in the States). Elliot quoted me quite nicely in the article, but I thought it would be interesting to publish my complete answers here, along with his questions, and he kindly gave his permission.</p>
<p class="info"><strong>Note:</strong> The article itself is full of some solid information and quotes some bright minds&mdash;well worth picking up if you get the chance (as is the rest of the issue).</p>
<dl>
<dt>
<p><strong>EJS:</strong> Please could you tell us a bit about yourself and your work with logos so far?</p>
</dt>
<dd>
<p><strong>DR:</strong> I&rsquo;ve always loved logos, and some of my earliest experiments with design were logotypes (I tend to prefer type-driven logos with minimal imagery). I don&rsquo;t get as many opportunities to design logos for clients as I&rsquo;d like, but I do a fair amount for friends and personal projects, sometimes for imaginary ideas just as an excuse to design a logo or logotype.</p>
</dd>
<dt>
<p><strong>EJS:</strong> Which logo (that you&rsquo;ve designed) are you most proud of and why?</p>
</dt>
<dd>
<p><strong>DR:</strong> I&rsquo;m torn between the current logo for <a href="https://superfluousbanter.org/">SuperfluousBanter</a> and a logo I did a few years ago for a real estate company that by brother was starting. I put most of the work I do into two categories: design for myself, and design for others&mdash;so those are my current favorites from each category.</p>
<p>In the case of SuperfluousBanter&rsquo;s current logo (there have been a few over the years), the &ldquo;sb&rdquo; mark on an orange field sporting a lighter spiral (with the counter of the &ldquo;b&rdquo; over the center of the spiral) has a nice balance of symmetry and asymmetry at the same time, without getting complicated.</p>
<p>With the logo for the real estate firm, the business name was that of the main partner in the company, so it required a visual mark in addition to the logotype in order to communicate the type of business. Not that it was groundbreaking in any way, but the mark does its job well, without being too complicated&mdash;the more basic the shapes, the easier it is to recognize an image at a glance (important for property signage), and the better its reproduction at various high- and low-resolutions. The qualities of the mark that make it my favorite are similar to those of the SuperfluousBanter mark: a combination of symmetry and asymmetry that results in balance (it&rsquo;s extremely important to have all three), and in this case, the end result was almost exactly what I pictured in my head before even sketching the first rough.</p>
</dd>
<dt>
<p><strong>EJS:</strong> Can you name an all-time favourite (web-related) logo that someone else has designed? Why do you like it so much?</p>
</dt>
<dd>
<p><strong>DR:</strong> It&rsquo;s hard to decide, but I&rsquo;ll go with <a href="http://simplebits.com">Dan Cederholm&rsquo;s</a> <a href="http://corkd.com">Cork&rsquo;d</a> logo. I like Dan&rsquo;s style in general, but the Cork&rsquo;d logo is just elegant in its own little way (recurring theme: combination of symmetry and asymmetry resulting in an overall balance). I wear the t-shirt so much that I&rsquo;ve almost worn it out ;)</p>
</dd>
<dt>
<p><strong>EJS:</strong> What do you consider to be the current trends in web industry logo design? Are they good or bad?</p>
</dt>
<dd>
<p><strong>DR:</strong> While there are still a lot of &ldquo;web 2.0&rdquo; design trends everywhere (not just online, either), in my experience these design trends result almost as much from client demand as from designers imposing those trends on their work. As I said before, I&rsquo;m a fan of type-driven logos, with simple, straight-forward visual marks to support the type. Aside from the drop-shadows, bevels and other standard design clichés, I don&rsquo;t think there are any awful trends per se (some people might say there&rsquo;s been enough rounded type and bright, happy colors, but if a client wants their brand to be &lsquo;friendly&rsquo; etc., more often than not it&rsquo;s the right direction), but I could still do without blatant 3-D or an over abundance of filter effects. And let&rsquo;s not get into the pros and cons of reflections&hellip;</p>
</dd>
<dt>
<p><strong>EJS:</strong> Where do you get your inspiration from and can you recommend any good places of inspiration or resources (books, websites, designers, etc.)?</p>
</dt>
<dd>
<p><strong>DR:</strong> I&rsquo;m constantly searching for new sources of inspiration&mdash;my personal preference is to find as much as possible <em>offline</em> rather than use the web. Not only does it give my eyes some needed respite from the glare of the screen, but I find my reactions are different when reading a book, sifting through old album covers, digging through piles of magazines&mdash;the tactile experience engages more senses, and that helps get the creative juices flowing for me. As for specific resources, I think it&rsquo;s useful to have good examples around (for comparison if nothing else), and the <a href="http://www.amazon.com/exec/obidos/ASIN/1592530877/superfluous-20">Logo Lounge</a> series of books is a good place to start for more recent designs. A similar resource online is <a href="http://logopond.com/">LogoPond</a> (though I wouldn&rsquo;t personally subject in-progress work to public examination like some users of the site). If you can find books about logo design and branding written/printed prior to the mid-1980&rsquo;s, you&rsquo;ll find some great examples of how to design marks without going overboard (a simple mark that reproduces well in black after being faxed will likely translate quite nicely to the web).</p>
<dt>
<p><strong>EJS:</strong> How do you approach the logo-designing process? Is there a system (maybe in 6 steps) that you can recommend?</p>
</dt>
<dd>
<p><strong>DR:</strong> While I don&rsquo;t have a fixed set of steps in place for any of my work (I like to think it helps avoid patterns and forces me to think from a fresh perspective on every project), I do tend to go about the problem-solving process the same way each time:</p>
<ul>
<li>Find out as much as you can about the client/product/organization/person/service that the logo will represent. Without that input, a logo is just some text, lines and color.</li>
<li>Research other brands in the same market&mdash;I used to use this step as motivation to &ldquo;design a better logo&rdquo; or &ldquo;beat the competition&rdquo; but I feel that was misguided. Now I use it primarily to get a feel for what is already successful, and to know what to avoid visually in order to create something unique.</li>
<li>Sketch and Play&mdash;this step is the most random for me: sometimes I&rsquo;m sketching with pencil in a <a href="http://www.moleskine.com/">Moleskine</a>, other times I&rsquo;m messing around in Photoshop or Illustrator, and a few times the good ideas have come on the requisite cocktail napkin or in the margins of a magazine. The experimentation is the fun part&mdash;it&rsquo;s not always needed (if you see the final logo in your head the first time inspiration hits, get to a computer as quickly as possible and just draw the thing!), but when you&rsquo;re waiting for the lightning to strike it&rsquo;s a good way to try things out.</li>
<li>Design in black and white until you have your logotype and/or mark, then add color and adjust as needed.</li>
<li>Once you have something, print it out. A lot. I tend to do most digital logo work in Illustrator so everything is vector and easily printed at various sizes. Print variations in type weight/style, as well as inverted versions of your logotype and mark. Print large versions and paste them to the wall, or lay them out on the floor. Look at them for a few hours, or a day, or a few days&mdash;as much time as it takes you to really let things sink in.</li>
<li>If it&rsquo;s paid work, don&rsquo;t deliver final art until receiving final payment. If it&rsquo;s for a friend, give them a CD over dinner.</li>
</ul>
</dd>
<dt>
<p><strong>EJS:</strong> What tools feature in your logo-making process (and how prominently, like mainly Illustrator and only a bit of Photoshop?), and can you name any that people might not know about (i.e: any apps outside of the Adobe family)?</p>
</dt>
<dd>
<p><strong>DR:</strong> I guess I already answered that for the most part. Illustrator is my primary weapon, though anything that allows vector illustration should be fine (even if you&rsquo;re designing a logo for a web site&mdash;there&rsquo;s nothing worse than designing a kick-ass logo in Photoshop at 72dpi and then realizing that you have to recreate it from scratch as vector art because the client wants to make t-shirts).</p>
</dd>
<dt>
<p><strong>EJS:</strong> What problems have you encountered in designing logos and how do you avoid them?</p>
</dt>
<dd>
<p><strong>DR:</strong> Aside from figuring out the starting point (always a moving target from project to project), clients and their expectations/preferences are the biggest problem. That&rsquo;s a bigger topic of discussion, but I retain as much creative control as possible, and let my clients know up front that I expect them to trust my opinions. If you&rsquo;re firm with your client from the beginning, their expectations will fall more closely in line with yours.</p>
</dd>
<dt>
<p><strong>EJS:</strong> What general tips can you offer for other logo designers out there?</p>
</dt>
<dd>
<p><strong>DR:</strong> Play. A lot. Look for sources of inspiration that may not seem immediately obvious&mdash;if you&rsquo;re stuck for ideas on a logo for a children&rsquo;s book, start digging through some heavy metal album covers, or a stack of performance car magazines, or some swimwear catalogs. The contrast can do wonders for your subconscious.</p>
</dd>
<dt>
<p><strong>EJS:</strong> How would you define a good logo? What elements does it need?</p>
</dt>
<dd>
<p><strong>DR:</strong> Though I have my own, subjective thoughts on this, I&rsquo;m sure not many would disagree that a good logo is one that communicates the intended message effectively. Usually that message helps define the brand in an easily digestible way. So a successful logo is one that can represent the brand (whether it&rsquo;s an individual, a small non-profit organization, or a multi-national corporation).</p>
<p>When it comes to the actual visual elements, I prefer logos that do the above described job without being complicated. Striking the correct balance between typography, color, shapes and symmetry isn&rsquo;t something that can be quantified&mdash;it will be different for every logo. I find that the logos that pique my interest the most are those with some level of balanced asymmetry: if you split a logo down the center of either axis, it should not result in a mirror image. Type is a straightforward way to achieve this, since you can very easily balance the letterforms without creating a mirror image. In fact, you&rsquo;d have to work very hard to achieve that effect, to the extent that if it was the <em>intended</em> effect, it would likely be a more creative end result (and as such, become a successful exception to the mirror rule), for example the <a href="http://www.johnlangdon.net/ambigrams.html">ambigrams of John Langdon</a>.</p>
</dd>
<dt>
<p><strong>EJS:</strong> What would you consider to be mistakes in logo design, be them your own or made by others?</p>
</dt>
<dd>
<p><strong>DR:</strong> A level of detail that precludes low-resolution or small-size reproduction, including color and type selection in some cases. This is a potential issue with the preponderance of photorealistic logos that are becoming increasingly popular with software companies, but I&rsquo;m starting to see it creep into other uses. I also feel like typeface selection is often not given as much careful consideration as it requires. Of course, logos can still be successful without being &ldquo;perfect&rdquo; by any one person&rsquo;s definition.</p>
</dd>
<p>Many thanks again to Elliot and the editors of .net Magazine.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://superfluousbanter.org/archives/2008/06/some-thoughts-on-logo-design/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">491</post-id>	</item>
		<item>
		<title>Email Doesn&#8217;t Scale</title>
		<link>https://superfluousbanter.org/archives/2008/02/email-doesnt-scale/</link>
					<comments>https://superfluousbanter.org/archives/2008/02/email-doesnt-scale/#comments</comments>
		
		<dc:creator><![CDATA[Dan Rubin]]></dc:creator>
		<pubDate>Thu, 28 Feb 2008 00:07:40 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://superfluousbanter.org/archives/2008/02/email-doesnt-scale/</guid>

					<description><![CDATA[I've been wanting to write about my problems with email for a while now, but keep coming up short when it comes to explaining exactly <em>why</em> it fails for me. That is, until reading <a href="http://www.tantek.com/log/2008/02.html">Tantek's latest</a> on the subject...]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been wanting to write about my problems with email for a while now, but keep coming up short when it comes to explaining exactly <em>why</em> it fails for me. That is, until reading <a href="http://www.tantek.com/log/2008/02.html">Tantek&#8217;s latest</a> on the subject:</p>
<blockquote><p>&#8220;I&#8217;m probably responding to less than 1 in 10 emails that are sent directly to me, even fewer of those that are sent to a set of people or a list. The usability of email for me has deteriorated so much that I exclaimed on Twitter recently: EMAIL shall henceforth be known as EFAIL.&#8221;</p></blockquote>
<p>He goes on to explain his thoughts on why point to point communications do not scale, and how emails in general are becoming too bloated (the lack of a singular focus in many emails I receive definitely impacts my likelihood of responding), as well as how 1:many or 1:all mediums are superior to 1:1 methods (e.g. email). This is exactly what I&#8217;ve been trying to figure out how to say.</p>
<h3>Semi-solutions</h3>
<p>Tantek certainly isn&#8217;t the first to write about the the problems with email &#8211; <a href="http://www.mikeindustries.com/blog/archive/2007/07/fight-email-overload-with-sentences">Mike Davidson&#8217;s solution</a> last year was to reduce the length and detail of replies to a <a href="http://sentenc.es/">specific number of sentences</a>, but that hasn&#8217;t allowed me to make a sufficient dent in my inbox.</p>
<p>Similarly, <a href="http://www.43folders.com/izero">Inbox Zero</a> (a process many of my friends use to keep the noise down) just doesn&#8217;t seem to work for me. Plus, having an empty inbox won&#8217;t stop people from communicating with me via email when they should be using another medium.</p>
<h3>It&#8217;s not you, it&#8217;s me</h3>
<p>Both <em>Inbox Zero</em> and <em>Sentenc.es</em> aim to reduce the impact of the full inbox by making it easier to empty on a regular basis, but for me that doesn&#8217;t solve the problem as I see it&#8211;it isn&#8217;t a matter of finding a way to work around what email has become, it&#8217;s just that email is being used improperly, and I&#8217;d rather use other methods of communication that are more appropriate to the type and relevance of the message.</p>
<h3>How do we fix it?</h3>
<p>Email isn&#8217;t broken for everyone (or at least, if it is they don&#8217;t realize it yet), but I find more people becoming frustrated with email every week. Add the whole <a href="http://en.wikipedia.org/wiki/Spam_(electronic)">SPAM</a> problem into the mix (over the last 6 months, more and more of my <em>valid</em> incoming/outgoing messages are getting caught by SPAM filters than ever) and I just see email continuing its downward spiral.</p>
<p>I&#8217;m not sure of the solution &#8211; as long as my clients continue to send me emails and expect a response, I&#8217;m a bit nervous to tell them to shove it (it&#8217;s hard enough to get them to all use Basecamp instead for project communication, let alone stop using a method that still works for <em>them</em>), but perhaps that&#8217;s what it will come down to. Tantek&#8217;s article ends with a list of suggestions that can serve as a decent starting point, and his <a href="http://tantek.pbwiki.com/EmailReduction">Email Reduction project</a> is also worth checking out.</p>
<p>Does email = efail for you? How do you feel about the future of email?</p>
]]></content:encoded>
					
					<wfw:commentRss>https://superfluousbanter.org/archives/2008/02/email-doesnt-scale/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">486</post-id>	</item>
		<item>
		<title>Pink for October</title>
		<link>https://superfluousbanter.org/archives/2007/10/pink-for-october/</link>
					<comments>https://superfluousbanter.org/archives/2007/10/pink-for-october/#comments</comments>
		
		<dc:creator><![CDATA[Dan Rubin]]></dc:creator>
		<pubDate>Tue, 02 Oct 2007 22:17:28 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://superfluousbanter.org/archives/2007/10/pink-for-october/</guid>

					<description><![CDATA[As you may have noticed (if you're viewing this site in a standard browser), I've ditched orange in favor of pink, and things will stay that way for the rest of <a href="http://pinkforoctober.org/">October</a>. I'm doing this, along with <a href="http://sites.pinkforoctober.org/">many other sites</a>, to support Breast Cancer Awareness Month.]]></description>
										<content:encoded><![CDATA[<p>As you may have noticed (if you&#8217;re viewing this site in a standard browser), I&#8217;ve ditched orange in favor of pink, and things will stay that way for the <a href="http://pinkforoctober.org/">rest of October</a>. I&#8217;m doing this, along with <a href="http://sites.pinkforoctober.org/">many other sites</a>, to support Breast Cancer Awareness Month.</p>
<p>For more information on this project (created by <a href="http://usabilityworks.org/">Matthew Oliphant</a>), check out the <a href="http://pinkforoctober.org/">Pink for October</a> site.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://superfluousbanter.org/archives/2007/10/pink-for-october/feed/</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">484</post-id>	</item>
		<item>
		<title>Sidebar Creative Interviewed by Digital Web</title>
		<link>https://superfluousbanter.org/archives/2007/09/sidebar-creative-interviewed-by-digital-web/</link>
					<comments>https://superfluousbanter.org/archives/2007/09/sidebar-creative-interviewed-by-digital-web/#comments</comments>
		
		<dc:creator><![CDATA[Dan Rubin]]></dc:creator>
		<pubDate>Tue, 25 Sep 2007 05:50:20 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://superfluousbanter.org/archives/2007/09/sidebar-creative-interviewed-by-digital-web/</guid>

					<description><![CDATA[<a href="http://www.digital-web.com/about/staff/matthew_pennell">Matthew Pennell</a> of <a href="http://www.digital-web.com/">Digital Web Magazine</a> recently sat down with the boys from <a href="http://sidebarcreative.com/">Sidebar Creative</a> for a <a href="http://www.digital-web.com/articles/interview_sidebar_creative/">group chat about our little design collective</a>.]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.digital-web.com/about/staff/matthew_pennell">Matthew Pennell</a> of <a href="http://www.digital-web.com/">Digital Web Magazine</a> recently sat down with the boys from <a href="http://sidebarcreative.com/">Sidebar Creative</a> for a <a href="http://www.digital-web.com/articles/interview_sidebar_creative/">group chat about our little design collective</a>.</p>
<p>We talk about what goes on behind the scenes, our approach to creating web apps (including our first venture, <a href="http://mymilemarker.com/">MyMileMarker</a>), and our plans for the future.</p>
<p>Working with Sidebar has been a wonderful experience since we started in January, and this interview offers you a glimpse of our personalities and some insight into why it works.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://superfluousbanter.org/archives/2007/09/sidebar-creative-interviewed-by-digital-web/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">482</post-id>	</item>
		<item>
		<title>Customize your iPhone: SummerBoard</title>
		<link>https://superfluousbanter.org/archives/2007/09/customize-your-iphone-summerboard/</link>
					<comments>https://superfluousbanter.org/archives/2007/09/customize-your-iphone-summerboard/#comments</comments>
		
		<dc:creator><![CDATA[Dan Rubin]]></dc:creator>
		<pubDate>Fri, 14 Sep 2007 06:33:03 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://superfluousbanter.org/archives/2007/09/customize-your-iphone-summerboard/</guid>

					<description><![CDATA[Learn how to customize your iPhone's home screen, plus add your own custom wallpaper and dock background using SummerBoard Themes.]]></description>
										<content:encoded><![CDATA[<p class="alert"><strong>Update:</strong> SummerBoard 2.1+ makes much of this tutorial inaccurate, but the theme instructions still work. I&#8217;ll be writing an updated tutorial shortly to reflect the changes and additions.</p>
<p class="info"><strong>Note:</strong> Before following this tutorial, make sure you have <a href="/archives/2007/09/customize-your-iphone/#requirements">everything you need &raquo;</a></p>
<p><a href="/archives/2007/09/customize-your-iphone-dockswap/">The first tutorial</a> in this <a href="https://superfluousbanter.org/archives/2007/09/customize-your-iphone/">series</a> covered using <strong>DockSwap</strong> to change your iPhone&#8217;s Dock background, specifically replacing it with one that matches the Dock on the iPod Touch:</p>
<div class="img-a"><img decoding="async" src="/p/blog/iphone-touch-dock.jpg" width="320" height="91" alt="customized iPhone Dock" /></div>
<p>This was fine and dandy until yesterday, when a new version of <a href="http://www.apptapp.com/summerboard/">SummerBoard</a> (an app which allows customization of the iPhone&#8217;s SpringBoard, or home screen) was released. This new version supports themes and various other settings, but most importantly it appears to prevent DockSwap from doing its job. Thankfully, we can now take advantage of SummerBoard&#8217;s new theme support to set a custom Dock background, home screen wallpaper, or both.</p>
<h3>Summer lovin&#8217;</h3>
<p>First thing&#8217;s first: fire up Installer.app on your iPhone and install SummerBoard (the current version as of this writing is 2.0). If you already have DockSwap installed, there&#8217;s no reason to uninstall it; it just doesn&#8217;t affect any change when you use it. However, if you&#8217;d like to save some space, you can go ahead and remove it.</p>
<p>SummerBoard 2.0 offers the following home screen (aka SpringBoard) customization goodness:</p>
<ul>
<li>Scrolling application icons</li>
<li>Scroll Snap (for each row of icons)</li>
<li>Wallpaper under home screen icons</li>
<li>Themes (Dock and wallpaper images)</li>
<li>Mini Dock (which does exactly what it says)</li>
</ul>
<p>In addition to those main features, there are extra settings which give you additional control over your home screen:</p>
<div class="img-a"><img loading="lazy" decoding="async" src="/p/blog/iphone-summerboard-preferences.jpg" width="320" height="690" alt="SummerBoard preferences" /></div>
<p>There isn&#8217;t much need to describe in detail what each of these settings does, plus it&#8217;s much more fun if you just play around with them and see for yourself.</p>
<h3>Simple themes</h3>
<p>SummerBoard 2.0 includes four themes by default:</p>
<ul>
<li>Default (aka how your iPhone shipped)</li>
<li>Leopard</li>
<li>Panther</li>
<li>SummerBoard</li>
</ul>
<p>Each theme is comprised of three images (pixel dimensions follow each file name):</p>
<ul>
<li>Dock.png (320&#215;91)</li>
<li>MiniDock.png (320&#215;37)</li>
<li>Wallpaper.png (320&#215;480)</li>
</ul>
<p>Creating your own custom theme is simply a matter of creating each of those images, placing them in a folder and then copying that folder to the proper location on your iPhone.</p>
<h3>Adding a custom theme</h3>
<p>There&#8217;s really no end to the number of custom themes you can create using an image editor and some free time, so I&#8217;ll leave that process to you (after all, this isn&#8217;t an image editing tutorial). We <em>will</em>, however, walk through the simple process of transferring a custom theme to your iPhone.</p>
<p>First, we need a custom theme&mdash;for this example, I&#8217;ve created a theme based on the iPod Touch home screen, complete with plain black wallpaper (in case don&#8217;t want your &#8220;lock screen&#8221; image showing up behind your icons). For those of you who already followed <a href="/archives/2007/09/customize-your-iphone-dockswap/">my earlier tutorial on replacing your Dock background</a> (see the Dock screenshot at the beginning of this tutorial), this will allow you to have the same look with SummerBoard 2.0 installed:</p>
<ul>
<li><a href="/downloads/2007-09/SummerBoard-Theme-Touch.zip">Download the &#8220;Touch&#8221; theme &raquo;</a> (ZIP, 48KB)</li>
</ul>
<p>After decompressing the archive, you will have a folder named &#8220;<strong>Touch</strong>&#8221; that contains the required image files.</p>
<p>Next, connect to your iPhone via SFTP (<a href="/archives/2007/09/customize-your-iphone-dockswap/#upload">read the instructions</a> if needed), and navigate into <strong>Library/SummerBoard/Themes</strong> (the full path is <strong>/private/var/root/Library/SummerBoard/Themes</strong>), where you&#8217;ll see the directories of the four pre-installed themes mentioned earlier. Once there, upload the entire &#8220;Touch&#8221; folder (its path should be <strong>/private/var/root/Library/SummerBoard/Themes/Touch</strong>).</p>
<p>Now return to your iPhone&#8217;s home screen (press the &#8220;Home&#8221; button) and launch SMBPrefs, then press &#8220;Theme&#8221; and select &#8220;Touch&#8221; (the theme we just uploaded). Press the &#8220;Home&#8221; button once more to return to your home screen and see the new theme in place, looking something like this:</p>
<div class="img-a"><img loading="lazy" decoding="async" src="/p/blog/iphone-summerboard-touchtheme.jpg" width="320" height="480" alt="iPhone with SummerBoard Touch theme" /></div>
<h3>Share your customizations</h3>
<p>If you feel inspired and create a cool theme, upload an archive to your site or other file repository and link to it in the comments of this entry. At some point in the near future, iPhone customization sites will begin to support themes, but until then it&#8217;ll be fun to pass them around.</p>
<p>Even if you prefer to not share your custom images, be a good sport and share any cool customizations with the entire class by posting screenshots of your customizations to <a href="http://flickr.com">Flickr</a> and adding them to the <a href="http://www.flickr.com/groups/iphonecustomization/">iPhone Customization group</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://superfluousbanter.org/archives/2007/09/customize-your-iphone-summerboard/feed/</wfw:commentRss>
			<slash:comments>62</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">480</post-id>	</item>
		<item>
		<title>Customize your iPhone: DockSwap</title>
		<link>https://superfluousbanter.org/archives/2007/09/customize-your-iphone-dockswap/</link>
					<comments>https://superfluousbanter.org/archives/2007/09/customize-your-iphone-dockswap/#comments</comments>
		
		<dc:creator><![CDATA[Dan Rubin]]></dc:creator>
		<pubDate>Tue, 11 Sep 2007 04:55:26 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://superfluousbanter.org/archives/2007/09/customize-your-iphone-dockswap/</guid>

					<description><![CDATA[Learn how to customize your iPhone's dock to look like the new iPod Touch, complete with reflections and a Photoshop template file so you can create your own.]]></description>
										<content:encoded><![CDATA[<p class="alert"><strong>Update:</strong> &#8220;DockSwap&#8221; is now known as &#8220;Customize&#8221;. Also, for more theme-like options, you may want to <a href="/archives/2007/09/customize-your-iphone-summerboard/">use Summerboard instead &raquo;</a></p>
<p class="info"><strong>Note:</strong> Before following this tutorial, make sure you have <a href="/archives/2007/09/customize-your-iphone/#requirements">everything you need &raquo;</a></p>
<p>With the introduction of the <a href="http://www.apple.com/ipodtouch/">iPod Touch</a>, many <a href="http://www.apple.com/iphone/">iPhone</a> owners (myself included) let slip a few quiet &#8220;ooohs&#8221; and &#8220;ahhs&#8221; at the more Leopard-esque Dock background behind the 4 main application icons:</p>
<div class="img-a"><img loading="lazy" decoding="async" src="/p/blog/ipod-touch-dock.jpg" width="320" height="91" alt="iPod Touch Dock" /></div>
<p>Initially, I just resigned myself to the hope that Apple would update the look of the Dock in the next major iPhone Software Update. But then a few days ago, a new application appeared in the Installer.app list: <a href="http://code.google.com/p/dockswap/">DockSwap</a>, along with some custom Dock background images. Bleeding-edge developers be praised! Of course, I had to install it and make my own custom background, and this tutorial is a result.</p>
<h3>Before and after</h3>
<p>By following the steps below, we&#8217;re going to take our iPhone Dock from its default style:</p>
<div class="img-a"><img loading="lazy" decoding="async" src="/p/blog/iphone-dock.jpg" width="320" height="91" alt="the default iPhone Dock" /></div>
<p>to a shiny new &#8220;iPhone Touch&#8221; version:</p>
<div class="img-a"><img loading="lazy" decoding="async" src="/p/blog/iphone-touch-dock.jpg" width="320" height="91" alt="customized iPhone Dock" /></div>
<p>We won&#8217;t be replacing the default applications or icons in this tutorial, though I plan to cover launchers and SpringBoard customization in the future.</p>
<h3>Get DockSwap</h3>
<p>Before we dig into the graphics, launch Installer.app on your iPhone, and install DockSwap. There are also some custom background images for DockSwap, so go ahead and install them if you want to play around with some alternate options.</p>
<h3>Do not touch?</h3>
<p>When I started writing this tutorial, the default package of custom Dock backgrounds did not include any iPod Touch versions, however this has since been remedied. For those of you who don&#8217;t want to create a custom version (e.g. changing the background color to something other than black) or haven&#8217;t customized the four default iPhone application icons (Phone, Mail, Safari, iPod), you can just install the custom images and use one of the included iPod Touch background images&mdash;however, as of this writing, I still prefer my version since it is closer to the real iPod Touch background.</p>
<h3>The template</h3>
<p>To make it as easy as possible to customize the dock image, I&#8217;ve created a simple, layered Photoshop file that includes the default set of icons, a customizable background color layer, and the other elements in separate layers in case you want to play around on your own:</p>
<ul>
<li><a href="/downloads/2007-09/Custom-iPhone-Dock.zip">Download the PSD &raquo;</a> (ZIP, 68KB)</li>
</ul>
<p>If you don&#8217;t have Photoshop, I&#8217;ve also created two PNGs, one with reflections and one without:</p>
<ul>
<li><a href="/downloads/2007-09/TouchReflect.png">Download the Touch Dock background with reflections &raquo;</a> (PNG, 9KB)</li>
<li><a href="/downloads/2007-09/Touch.png">Download the Touch Dock background without reflections &raquo;</a> (PNG, 2KB)</li>
</ul>
<p>You can just use these as-is, or edit them using your non-Photoshop image editor of choice.</p>
<h3>Your custom background</h3>
<p>If you don&#8217;t plan to make any customizations, and just want the iPod Touch look, you can just download one of the PNGs above and <a href="#upload">skip to the next section</a>. Otherwise, read on.</p>
<p>The PSD includes a text layer with reminder instructions, so make sure you hide that before exporting your image.</p>
<p>You can easily change the background color of the dock by double-clicking the bottom layer in the layer group (named &#8220;<strong>bg color</strong>&#8220;). Some colors will work better than others, so play around until you get the desired result. Darker colors will work better:</p>
<div class="img-a"><img loading="lazy" decoding="async" src="/p/blog/iphone-dock-colors.jpg" width="320" height="275" alt="alternate Dock background colors" /></div>
<p>Of course, there&#8217;s no limit to what you can do visually, but I&#8217;ll leave further explorations to you.</p>
<p>Once you have your background image the way you want it, just save it as a PNG (via <em>Save As&#8230;</em> or as a 24-bit PNG using the web export option).</p>
<h3 id="upload">Upload and apply</h3>
<p>Now that you have your custom background image(s), it&#8217;s time to get them on your iPhone, and the easiest way is via SFTP. If you followed <a href="/archives/2007/09/customize-your-iphone/#requirements">the instructions</a>, you will be able to connect directly to your iPhone via its IP address (your iPhone must be connected to a WiFi network for this to work). To find your iPhone&#8217;s IP address, tap <em>Settings&rarr;Wi-Fi</em>, then the blue arrow next to the name of the network to which you are connected.</p>
<p>Connect to that IP address using your SFTP client, with &#8220;<strong>root</strong>&#8221; as the username and &#8220;<strong>dottie</strong>&#8221; as the password (to keep the connection alive, you may need to temporarily change your iPhone&#8217;s <em>Auto-Lock</em> setting to &#8220;Never&#8221;, under <em>Settings&rarr;General&rarr;Auto-Lock</em>, to prevent the iPhone from entering sleep mode).</p>
<p>Once logged in, navigate into the &#8220;<strong>Library</strong>&#8221; directory that appears (the full path to this directory is <strong>/private/var/root/Library</strong>). Once there, navigate into the &#8220;<strong>DockSwap</strong>&#8221; directory (if it doesn&#8217;t exist, create it), and then create a new directory named &#8220;<strong>Custom</strong>&#8220;.</p>
<p>Upload your background images into the newly created &#8220;Custom&#8221; directory, then launch DockSwap on the iPhone and select your new background image. Press your &#8220;Home&#8221; button to return to the SpringBoard (which automatically restarts), slide the unlock switch, and your Dock should now be graced by your custom background image!</p>
<h3>Share your customizations</h3>
<p>In the grand spirit of sharing, if you create some snazzy new custom Dock background, post it online and link to it in the comments of this entry, and I&#8217;ll start creating a collection that can be posted as a package. I may also see about getting such a package added to the Installer.app sources so it can be regularly updated and easily installed on iPhones everywhere.</p>
<p>Even if you prefer to not share your custom images, go ahead and post screenshots of your customizations to <a href="http://flickr.com">Flickr</a> and add them to the <a href="http://www.flickr.com/groups/iphonecustomization/">iPhone Customization group</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://superfluousbanter.org/archives/2007/09/customize-your-iphone-dockswap/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">479</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin


Served from: superfluousbanter.org @ 2026-04-13 14:41:41 by W3 Total Cache
-->