<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5155334411272803253</id><updated>2011-04-21T17:17:29.183-07:00</updated><category term='Followers'/><category term='templates'/><category term='text length'/><category term='design architecture'/><category term='information architecture'/><category term='javascript'/><category term='attribution'/><category term='fonts'/><category term='theme in design'/><category term='photos'/><category term='unity in design'/><category term='design updates'/><category term='browsers'/><category term='Creative Commons Licensing'/><category term='unique design'/><category term='modular layouts'/><category term='bad design'/><category term='site visit'/><category term='rounded corners'/><category term='layouts'/><category term='fixed background'/><category term='background'/><category term='horizontal lists'/><category term='design unity'/><category term='tweaking a layout'/><category term='font colors'/><category term='color blind'/><category term='backgrounds'/><category term='blogs'/><category term='design themes'/><category term='unique'/><category term='user experience'/><category term='Blogger layouts'/><category term='borders'/><category term='Google Reader'/><category term='CSS'/><category term='aesthetics'/><category term='Blogger templates'/><category term='user vs designer'/><category term='padding'/><category term='black on white'/><category term='Blogger'/><category term='browser interpretation'/><category term='design preparation'/><category term='new design'/><category term='introductions'/><category term='blog layouts'/><category term='Google Analytics'/><category term='color contrast'/><category term='blog design'/><category term='layout tweaks'/><category term='bad layout'/><category term='html'/><category term='design'/><category term='design planning'/><category term='under construction'/><category term='color schemes'/><category term='web design'/><category term='unity'/><title type='text'>Design-Err</title><subtitle type='html'>To Err is Human, to Design, Divine.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>44</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-5268786218016154287</id><published>2009-01-31T14:01:00.000-08:00</published><updated>2009-01-31T14:22:22.029-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><title type='text'>The Web Wizard's Guide to JavaScript</title><content type='html'>My husband found Steven Estrella's &lt;span style="font-style:italic;"&gt;The Web Wizard's Guide to JavaScript&lt;/span&gt; on a shelf in his office at work and, knowing that I wanted to learn JavaScript and that it had been highly recommended, he brought it home to me.&lt;br /&gt;&lt;br /&gt;Now, I've read the &lt;a href="http://www.w3schools.com/"&gt;w3schools&lt;/a&gt;' JavaScript tutorial, and I completed all of the little examples successfully, but I still couldn't think of a way to implement stuff I wanted to implement.  Part of this has to do with the fact that so far, I haven't WANTED to implement any JavaScript aside from some menus and some automatically rotating images.  I found code to do that before I'd even read the tutorial.  &lt;br /&gt;&lt;br /&gt;Part of it also has to do with the fact that I think in sentences, and this guide seems to recognize that that's a pretty common way to think.  The first chapter alone has been really helpful in helping me understand the different parts of a JavaScript "sentence" and helped me realize that the punctuation in JavaScript isn't really punctuation - it actually tells you a lot about what part of the sentence you're looking at.&lt;br /&gt;&lt;br /&gt;As a for instance, say you have this line in your JavaScript: &lt;blockquote&gt;document.link.color = "blue";&lt;/blockquote&gt;The period is a lot like an apostrophe s - it shows ownership, so you have the document's link's color.  We know that color is a &lt;span style="font-style:italic;"&gt;property&lt;/span&gt;, not because it comes last in this series, but because of the treatment of blue.  We have an equal sign followed by blue in quotation marks.  That means color is a property of link, which means the &lt;span style="font-style:italic;"&gt;value &lt;/span&gt; can be thought of as an adjective or quantifier.  A different set of marks might indicate that color is a &lt;span style="font-style:italic;"&gt;method &lt;/span&gt;(think verbs) rather than a property (though I don't think there are any methods called color in JavaScript).&lt;br /&gt;&lt;br /&gt;All in all, the first chapter alone has been worth reading, and I'm looking forward to going through more of the book.&lt;br /&gt;&lt;br /&gt;Until tomorrow or the day after or whenever you next see me, don't laugh so hard the milk spews out your nose.  That hurts.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-5268786218016154287?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/5268786218016154287/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=5268786218016154287' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/5268786218016154287'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/5268786218016154287'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2009/01/web-wizards-guide-to-javascript.html' title='The Web Wizard&apos;s Guide to JavaScript'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-2863132360032258703</id><published>2009-01-31T07:17:00.000-08:00</published><updated>2009-01-31T07:19:04.863-08:00</updated><title type='text'>What's Shakin'</title><content type='html'>I’ve been away for quite a while now – Andy and I have returned to the States and are back in Chicago after a dreamlike month back home.  Returning to Chicago at the beginning of a cold and snowy January from a warm and sunny Texas is a bit like slamming your forehead into a brick wall.  At least it gives more than granite…&lt;br /&gt;&lt;br /&gt;The up and coming bit is pretty exciting – I’ve made some modifications of my personal website and am working on some new stuff for TLC.  &lt;br /&gt;&lt;br /&gt;The best part about the TLC work is that the website will look brand new, but most of the underlying CSS and Html is the same, making for a smooth transition.  Now that Tiffany has added pelvic dysfunction as a specialty (that girl is always learning something new!), we’ll also be working on an intro page to better direct newcomers their first time through.&lt;br /&gt;&lt;br /&gt;If you’re interested in taking a look at my website, head on over to &lt;a href="http://cheryl.terrel.us"&gt;cheryl.terrel.us&lt;/a&gt;.  I’m really pleased with it except for the little title text at the top.  It looks perfect in Firefox and is somewhere around 10 pixels off in IE.  Raise your hand if you’re surprised.  That’s what I thought.  If IE supported .png my life would be simple – I’d just do the text without a background, and it wouldn’t matter if one was slightly off from the other.  Of course, if I didn’t want the text to be clickable AND I didn’t want the text to be in a nifty font, this also would not be a problem.  We’ll see what happens.&lt;br /&gt;&lt;br /&gt;I’ve also just had a tiny little epiphany for performing further edits to this page’s header.  I may have mentioned, though I don’t recall, that I wanted to change the photo’s edges to look as though sand were falling onto the photo from the background sand.  I’m going to try making a border using the background sand, adding a black border around that, using Gaussian blur (Gimp) on the black border to create a faded effect that crosses over the sand border, and then doing whatever it is that I’ve now forgotten how to do (the intertubes are a wonderful place!) and combining the images.  Hopefully it will be exactly what I’m looking for.  Stay tuned!&lt;br /&gt;&lt;br /&gt;Until next time, don’t burn your candles on flammable surfaces.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-2863132360032258703?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/2863132360032258703/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=2863132360032258703' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2863132360032258703'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2863132360032258703'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2009/01/whats-shakin.html' title='What&apos;s Shakin&apos;'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-6561915558342170717</id><published>2008-10-20T01:56:00.000-07:00</published><updated>2008-10-20T02:30:50.311-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='horizontal lists'/><category scheme='http://www.blogger.com/atom/ns#' term='browser interpretation'/><title type='text'>Firefox &amp; IE continued</title><content type='html'>&lt;div style="margin: 0 auto 0; width: 350px;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_paLBe7s3Rkc/SPxIv9fqpgI/AAAAAAAABS0/FsZNxw2HNgs/s1600-h/mathrox4.jpg"&gt;&lt;img style="float: left; border: solid 1px #000; margin-right: 15px; cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_paLBe7s3Rkc/SPxIv9fqpgI/AAAAAAAABS0/FsZNxw2HNgs/s320/mathrox4.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5259158453660329474" /&gt;&lt;/a&gt;&lt;span style="font-size: .9em; font-variant: small-caps; text-align: center; margin: 0 auto 0;"&gt;Mozilla Firefox&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_paLBe7s3Rkc/SPxIwdt1uiI/AAAAAAAABS8/hlRn1yt6L3k/s1600-h/mathroxIE2.jpg"&gt;&lt;img style="margin-right: 15px; float: left; border: solid 1px #000; cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_paLBe7s3Rkc/SPxIwdt1uiI/AAAAAAAABS8/hlRn1yt6L3k/s320/mathroxIE2.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5259158462309710370" /&gt;&lt;/a&gt;&lt;span style="font-size: .9em; font-variant: small-caps; text-align: center; margin: 0 auto 0;"&gt;Internet Explorer 7&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;I finally convinced everything to be a little more well behaved in both IE and Firefox.  For reasons I may never understand, IE always seems to add some sort of unremovable padding to my divs that causes them not to nest the way I want them to.  I had to shrink everything down a bit in order to get it to fit, but the change isn't too noticeable.&lt;br /&gt;&lt;br /&gt;As I mentioned in the last post regarding this design, I wanted to see about having the menu stationary on the page, so that it moves when the page moves.  I had some trouble pulling this off because of the layered effect I'm currently using.  Once again, the primary difficulty lies in the differences between IE and Firefox.  I could get one to work, but not the other.  If I thought this were an important enough feature, I could run a Javascript ummm script at the top of the page to check for IE versus Firefox, then direct the browser to the appropriate CSS file, but it's not that important.&lt;br /&gt;&lt;br /&gt;If you'll check out the little comics menu sitting just above the last comic boxes, you'll notice that IE isn't displaying the menu.  That's fun, isn't it?  I haven't looked into this problem yet, but I'm sure it will make me want to bang my head against the wall at least once or twice more.&lt;br /&gt;&lt;br /&gt;I also added a white background to the footer in order to make that a bit more legible, as well as making it stationary, so that it's always at the bottom of the page.  In this way, the menu is always accessible, and I don't have to make it cooperate with any other divs.  &lt;br /&gt;&lt;br /&gt;I'm having two issues with this, as you can see.  The first is something of a perennial problem - centering a horizontal, unordered list.  You've probably seen lots of centered menus on websites.  I've used the technique in the past, actually, but not using an unordered list.  The problem is unique to standards compliant coding, which tries to use code that makes sense - a menu is a list, so its code should reflect that.  Unfortunately, lists don't like to be horizontal AND centered.  I haven't done too much digging to solve my problem, but thus far all recommendations have failed.  Right now I can solve the problem in Firefox OR IE, but not both.  We'll see what I can do to fix it up before the next installment.&lt;br /&gt;&lt;br /&gt;The second issue involves mouseover effects.  My first menu turns yellow when a menu button is moused over.  The footer menu shouldn't do this.  The code tells it not to, but for whatever strange reason known only to the browser designers, this portion of my list code insists on duplicating itself.  When I took the shot, I made sure my mouse was sitting over one of the menu items in the footer menu to display the problem.  What I want is a simple underline to appear, without changing the background color or anything else.  That, obviously, is not happening.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-6561915558342170717?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/6561915558342170717/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=6561915558342170717' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/6561915558342170717'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/6561915558342170717'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/10/firefox-ie-continued.html' title='Firefox &amp; IE continued'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPxIv9fqpgI/AAAAAAAABS0/FsZNxw2HNgs/s72-c/mathrox4.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-9107527483667126220</id><published>2008-10-18T04:36:00.000-07:00</published><updated>2008-10-18T04:47:59.073-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><category scheme='http://www.blogger.com/atom/ns#' term='Google Reader'/><category scheme='http://www.blogger.com/atom/ns#' term='Followers'/><title type='text'>Following</title><content type='html'>For the sake of learning who my one and only reader is (I hope there's one of you anyways), I've added the &lt;a href="http://help.blogger.com/bin/answer.py?answer=104226"&gt;Followers Gadget&lt;/a&gt; to my sidebar.  Once you've added my blog to your list, Blogger will update my list and stick your profile photo in my sidebar.  It's pretty nifty and gives people an opportunity to learn about your blog while perusing mine.  It's also a nice colorful addition when there are many faces there, so it's aesthetically pleasing to boot!&lt;br /&gt;&lt;br /&gt;The only drawback as far as I'm concerned is if you're using Google Reader already (which I am), then it adds another folder for the Blogger blogs that you follow.  Those blogs are, of course, already in &lt;a href="http://www.google.com/reader"&gt;Google Reader&lt;/a&gt; (which is grrrrrrrrrrrreat!), so I now have them twice, in folders that I want them in.  Not a big deal, just a little annoying.  Maybe they'll eventually make that an option.  Even with the annoyance, I clicked to follow blogs to let folks know I think their blogs rock enough to let them put my face on it.*  =)&lt;br /&gt;&lt;br /&gt;All that being said, if you'd like to follow this blog, just go to Regular Readers** on my sidebar and follow the instructions!&lt;br /&gt;&lt;br /&gt;*Followers just makes me feel like I've got some sort of crazy messiah complex...&lt;br /&gt;&lt;br /&gt;**You don't have to think my blog rocks, I just want you to stick your face on my blog.  0=)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-9107527483667126220?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/9107527483667126220/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=9107527483667126220' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/9107527483667126220'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/9107527483667126220'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/10/following.html' title='Following'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-2646876045859921480</id><published>2008-10-06T23:55:00.001-07:00</published><updated>2008-10-07T00:51:40.501-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Creative Commons Licensing'/><category scheme='http://www.blogger.com/atom/ns#' term='attribution'/><title type='text'>Creative Commons Licensing</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://commons.wikimedia.org/wiki/User:Rfl/CC_templates/free2"&gt;&lt;img style="border: solid 1px #000; float:right; margin:0;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_paLBe7s3Rkc/SOsSMab4KYI/AAAAAAAABKQ/SfsUNhz0EkA/s320/744px-CC_some_rights_reserved.svg.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5254313394721794434" /&gt;&lt;/a&gt;&lt;div style="font-size: .9em; width: 318px; border: solid #000; text-align: center; border-width: 0 1px 1px 1px; padding: 2px 5px 5px 5px; float: right;"&gt;Image licensed by &lt;a href="http://commons.wikimedia.org/wiki/User:Rfl/CC_templates/free2"&gt;Wikimedia Commons&lt;/a&gt;&lt;/div&gt;For a while now I've been using images for content that have Creative Commons Licensing - always those items that are free for use for non-commercial purposes, and, if I plan to edit them, free for editing.  But I was never certain how to credit them, so, since most of my work is on the web, I've been crediting them in my blog posts whenever they were put to use.&lt;br /&gt;&lt;br /&gt;Happily for me, my &lt;a href="http://www.google.com/ig/adde?moduleurl=http://www.wikihow.com/feed.rss&amp;source=imag"&gt;How To of the Day&lt;/a&gt; gadget for my &lt;a href="http://www.igoogle.com"&gt;iGoogle homepage&lt;/a&gt; has a how to for &lt;a href="http://www.wikihow.com/Attribute-a-Creative-Commons-Licensed-Work"&gt;crediting&lt;/a&gt; such items.&lt;br /&gt;&lt;br /&gt;In the upcoming weeks you'll see a few changes around my blogs as I try to work these credits into the design without making them invisible or especially eye-catching.  I want them to be available for anyone looking for them, but not anything that anyone else will find especially noticeable.  I'll be sure and point them out as I go along.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-2646876045859921480?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/2646876045859921480/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=2646876045859921480' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2646876045859921480'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2646876045859921480'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/10/creative-commons-licensing.html' title='Creative Commons Licensing'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_paLBe7s3Rkc/SOsSMab4KYI/AAAAAAAABKQ/SfsUNhz0EkA/s72-c/744px-CC_some_rights_reserved.svg.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-2207918190967055363</id><published>2008-10-01T07:30:00.000-07:00</published><updated>2008-10-01T07:51:58.833-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='browsers'/><category scheme='http://www.blogger.com/atom/ns#' term='browser interpretation'/><title type='text'>Great Googly Moogly!</title><content type='html'>As you know, I've been working on the Math Rox design.  Since I always start by coding for FireFox, sometimes I don't notice until pretty late in the game that things are TOTALLY JACKED in Internet Explorer.  Since I'm with only one computer (not counting my husband's Mac), I only get to see the painful destruction wreaked by IE7 rather than IE6 and earlier.&lt;br /&gt;&lt;br /&gt;That being said, you've probably guessed that I just opened the design in IE for the first time.  I think this is the most messed up anything has ever been!  At least it gives me something to do and keeps me from wandering the Dutch streets, getting into trouble, right?  Right.&lt;br /&gt;&lt;br /&gt;So without further ado witness the devastating wrath of Microsoft:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_paLBe7s3Rkc/SOOMrk8M4sI/AAAAAAAABJM/OG4SZpCUiTk/s1600-h/mathroxIE.jpg"&gt;&lt;img style="border: solid 1px #000; display:block; margin:0px auto 0px; text-align:center;cursor:pointer; cursor:hand; margin-top: 10px;" src="http://4.bp.blogspot.com/_paLBe7s3Rkc/SOOMrk8M4sI/AAAAAAAABJM/OG4SZpCUiTk/s320/mathroxIE.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5252196270722572994" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Compare that to the lovely Firefox edition of the exact same code:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_paLBe7s3Rkc/SOOMrU3BlxI/AAAAAAAABJE/CqUesPh2R58/s1600-h/mathrox3.jpg"&gt;&lt;img style="border: solid 1px #000; display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand; margin-top: 10px;" src="http://4.bp.blogspot.com/_paLBe7s3Rkc/SOOMrU3BlxI/AAAAAAAABJE/CqUesPh2R58/s320/mathrox3.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5252196266405893906" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Impressive, ain't it?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-2207918190967055363?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/2207918190967055363/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=2207918190967055363' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2207918190967055363'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2207918190967055363'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/10/great-googly-moogly.html' title='Great Googly Moogly!'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_paLBe7s3Rkc/SOOMrk8M4sI/AAAAAAAABJM/OG4SZpCUiTk/s72-c/mathroxIE.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-2109332933820399215</id><published>2008-09-18T02:44:00.000-07:00</published><updated>2008-09-18T03:06:45.703-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='design updates'/><category scheme='http://www.blogger.com/atom/ns#' term='background'/><category scheme='http://www.blogger.com/atom/ns#' term='layouts'/><title type='text'>Math Rox III</title><content type='html'>Things are looking a lot better, though they've changed a good bit.  I decided the best thing to do with the boy would be to have him resting on the comic itself, though I'll have to see what I can do to keep the boxes from moving out from under him as soon as someone increases the font size.  I think I'm also going to recolor his clothes.  Who wears that???  I changed the background to just a sky blue, to give a sensible background to the boy and get rid of the cluttersome rocks.&lt;br /&gt;&lt;br /&gt;I also had to find something to do with the girl besides stick her on top of a rock resting at the bottom of the screen.  That works out fine for anyone with a wide screen like mine, but for most desktop monitors, she and the menu would wind up at the bottom of the screen, which is not optimal.  To get around this, I hung her upside down from a pole.  If you to to my website where most everything has been uploaded, you can change the width of your browser window to watch the pole increase in length.  I didn't want to stick the main content all on the left side while leaving the right side completely empty.  That would be a bit tacky.  =)  So in order to center the content, and keep the pole, I added another div to sit behind the logo flag, both of which are ordered using absolute positioning and the z-index property.&lt;br /&gt;&lt;br /&gt;I'm tempted to have the girl and the menu stay in place if possible.  I'm not sure yet if I can make a menu stick in the same place on the page, but I'm going to find out.  =)  The optimal back end (database) of the page doesn't and won't exist, so a bit of the coding that I would need to do to implement that won't be done, but I intend for it to be possible for someone who was crazy enough to take this layout and make lots and lots of comic pages, all of which actually link together and look the same.&lt;br /&gt;&lt;br /&gt;I'm happy that the mental block I'd developed for this page has departed, this is turning out to be a much cleaner, less crowded layout than the original.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_paLBe7s3Rkc/SNInHUYymGI/AAAAAAAABAs/OV_vtYq2BL4/s1600-h/mathrox2.jpg"&gt;&lt;img style="border: solid 1px #000; cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_paLBe7s3Rkc/SNInHUYymGI/AAAAAAAABAs/OV_vtYq2BL4/s320/mathrox2.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5247299522525304930" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-2109332933820399215?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/2109332933820399215/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=2109332933820399215' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2109332933820399215'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2109332933820399215'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/09/math-rox-iii.html' title='Math Rox III'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_paLBe7s3Rkc/SNInHUYymGI/AAAAAAAABAs/OV_vtYq2BL4/s72-c/mathrox2.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-1624161646050797895</id><published>2008-09-02T10:28:00.000-07:00</published><updated>2008-09-02T10:54:25.905-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='aesthetics'/><category scheme='http://www.blogger.com/atom/ns#' term='background'/><title type='text'>Math Rox II</title><content type='html'>I've been away for a bit, but have worked a smidgeon on the Math Rox site mentioned earlier.  Something I hadn't thought about, but should have realized immediately was that my design requires a fixed &lt;span style="font-style:italic;"&gt;height&lt;/span&gt;.  This would be fine if the writer never wanted to add anything of any length to the page, but that's not likely to be the case.  I've been trying to come up with a brilliant way to keep the kid standing on the mountain without winding up with the mountain abruptly ending mid-air (like the girl on the side who isn't standing on anything).  I actually rectified the issue with the girl in another version of the design in which they're both standing on rocks.  That actually matches the theme a bit better, but I find the mountain more aesthetically pleasing for whatever reason.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_paLBe7s3Rkc/SL17aCepMgI/AAAAAAAAA4o/hd-uYeeOMQA/s1600-h/mathrox1.jpg"&gt;&lt;img style="border: solid 1px #000; float:right; margin-left: 10px;cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_paLBe7s3Rkc/SL17aCepMgI/AAAAAAAAA4o/hd-uYeeOMQA/s320/mathrox1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5241481228601340418" /&gt;&lt;/a&gt;  As you know, in my fiction blog &lt;a href="http://betwixtmineears.blogspot.com"&gt;Betwixt Mine Ears&lt;/a&gt;, I fixed the background to the back so that it follows the page.  I could use that option here, but if I fix the background to the bottom of the screen, the boy could be doing his handstand behind the comic or the only thing that might be visible is his hand, and then the title would no longer be legible, because the mountain would be directly behind it.  I made a background of falling rocks and stuck the boy and girl in front of the background so that they're standing on other falling rocks and put a colored background behind the title (as you see in the image), but I still don't care for it.&lt;br /&gt;&lt;br /&gt;So right now I'm trying to think of a better option, but this might be it.  Coding the thing up has been pretty simple and a good deal faster than anything else I've done before, but part of that is probably because there's no content, and it's likely there never will be, so I don't have to deal with making the text line up just the way I want it to or designing headings and what have you.  These bones is pretty bare.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-1624161646050797895?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/1624161646050797895/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=1624161646050797895' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/1624161646050797895'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/1624161646050797895'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/09/math-rox-ii.html' title='Math Rox II'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_paLBe7s3Rkc/SL17aCepMgI/AAAAAAAAA4o/hd-uYeeOMQA/s72-c/mathrox1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-8186053378044638786</id><published>2008-08-07T11:49:00.001-07:00</published><updated>2008-08-07T11:54:26.143-07:00</updated><title type='text'>Math Rox</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_paLBe7s3Rkc/SJtEV8fOstI/AAAAAAAAAyQ/Ftw_dWGY1ug/s1600-h/design.jpg"&gt;&lt;img style="border: solid 1px #000; float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_paLBe7s3Rkc/SJtEV8fOstI/AAAAAAAAAyQ/Ftw_dWGY1ug/s200/design.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5231850535926018770" /&gt;&lt;/a&gt;A friend of mine writes some pretty funny math-nerd comics (someone else draws them), so I thought of this design to display them online.  I don't know that they'll ever make them online, or if they'll make them in this format, but it's kind of fun, so I thought I'd throw it up there while I'm doing nothing this summer.&lt;br /&gt;&lt;br /&gt;If you're wondering, I put together the plan using the Gimp.  I was pretty careful to layer, so if they're big enough, I might even get to use the doodles and what not when I implement things.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-8186053378044638786?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/8186053378044638786/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=8186053378044638786' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/8186053378044638786'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/8186053378044638786'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/08/math-rox.html' title='Math Rox'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_paLBe7s3Rkc/SJtEV8fOstI/AAAAAAAAAyQ/Ftw_dWGY1ug/s72-c/design.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-7131962563963141488</id><published>2008-08-04T13:30:00.001-07:00</published><updated>2008-08-04T13:30:47.079-07:00</updated><title type='text'>Success!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_paLBe7s3Rkc/SJdVCWz_erI/AAAAAAAAAwo/XUpMOHvqzi8/s1600-h/DSC01500.JPG"&gt;&lt;img style="float: right; border: solid 1px #000; display:block; margin-left:10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_paLBe7s3Rkc/SJdVCWz_erI/AAAAAAAAAwo/XUpMOHvqzi8/s200/DSC01500.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5230742991185869490" /&gt;&lt;/a&gt;Sort of.  I learned how to knit with the aid of several websites, but didn't quite knit what I had intended to knit.  Instead, I wound up making this soap sack.  If you'd like to read the details, they're over at &lt;a href="http://6monthsinholland.blogspot.com"&gt;Lost in Holland&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-7131962563963141488?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/7131962563963141488/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=7131962563963141488' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/7131962563963141488'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/7131962563963141488'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/08/success.html' title='Success!'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_paLBe7s3Rkc/SJdVCWz_erI/AAAAAAAAAwo/XUpMOHvqzi8/s72-c/DSC01500.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-763009667570897622</id><published>2008-08-02T06:01:00.001-07:00</published><updated>2008-08-02T06:01:34.450-07:00</updated><title type='text'>Knitting...</title><content type='html'>I'll be back when Texas is done.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-763009667570897622?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/763009667570897622/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=763009667570897622' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/763009667570897622'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/763009667570897622'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/08/knitting.html' title='Knitting...'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-7877643118750554670</id><published>2008-07-30T05:24:00.001-07:00</published><updated>2008-07-30T05:34:44.206-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='layout tweaks'/><category scheme='http://www.blogger.com/atom/ns#' term='tweaking a layout'/><category scheme='http://www.blogger.com/atom/ns#' term='rounded corners'/><title type='text'>Rounded Corners</title><content type='html'>I made a few minor adjustments to this blog including rounded corners, new link colors and a little opening and closing background for the posts (through the post title and footer divs).&lt;br /&gt;&lt;br /&gt;The rounded corners are pretty simple with this background - it's dark and not clearly patterned, so I was able to easily lift the desired color out of the background without worrying about where the corners would wind up on the background if somebody used a different sized window.  &lt;br /&gt;&lt;br /&gt;When I went through adjusting fonts the first time, I changed everything to black (#000) within the code itself rather than in the variable section at the top, which was probably not the smartest thing to do...  So I took a few minutes to replace the variable data within the code and to change the colors according to my preferences.  &lt;br /&gt;&lt;br /&gt;You might remember that all of the main content was on a gray background.  That same color is now only used within the post title and post footer backgrounds, with the main background being white.  I think this improves the legibility of the text while providing a light, but clear differentiation between posts.  I also spent 5 seconds pushing the h2 and h3 tags farther out for the posts to provide even more differentiation.&lt;br /&gt;&lt;br /&gt;I'm going to adjust the link colors a bit right now, because there a little light and hard to distinguish, but otherwise, I think I'm pretty happy with this layout.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-7877643118750554670?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/7877643118750554670/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=7877643118750554670' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/7877643118750554670'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/7877643118750554670'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/07/rounded-corners.html' title='Rounded Corners'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-613719233671753759</id><published>2008-07-29T12:56:00.000-07:00</published><updated>2008-07-29T13:29:32.876-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='new design'/><category scheme='http://www.blogger.com/atom/ns#' term='Blogger layouts'/><category scheme='http://www.blogger.com/atom/ns#' term='design'/><category scheme='http://www.blogger.com/atom/ns#' term='blog layouts'/><title type='text'>D*** Cool Layout</title><content type='html'>Now, usually I wouldn't use such language, but I'm so happy with the layout over at &lt;a href="http://betwixtmineears.blogspot.com/"&gt;Betwixt Mine Ears&lt;/a&gt;, that it just seems necessary. Ok, so I'm a closet user of d*** and h***, but that's beside the point. Ask my husband, he'll tell you I use those words too often... But that's it. Really. ;)&lt;br /&gt;&lt;br /&gt;Anywho, the last post displayed the new background that I had found along with the new look using said background.  As I think I said in that post, I really liked the photo and thought it was just too wonderful to chop into bits.  I also thought it was too wonderful to hide behind the content backgrounds.  So I pulled out the backgrounds just to see whether or not the text would be legible.  I found that it was, though I cringed at what it might do to some color blind readers. &lt;br /&gt;&lt;br /&gt;In order to make it as easy as possible on those readers, I needed to make sure my fonts were as dark as possible.  I also needed to do something about the resulting spacing problems once the background images were removed.  If you recall, I was using the No. 897 template (which is definitely one of my favorites), so as you can imagine, removing those images created gaping, empty spaces between bits of content that made no sense and just looked bad.  The least painful solution for solving this problem seemed to be starting with a more suitable template that would require fewer adjustments.&lt;br /&gt;&lt;br /&gt;I started with Tekka, because it uses all dark colors for the fonts (though I changed the link colors), I liked the way it moved the sidebar to the top of the page (especially since I no longer wanted a big graphic header), it doesn't have any images in the layout, and the overall spacing is about what I wanted.  It turned out that it worked very well.  I just needed to squeeze the sides in, remove the background colors, shift the headings into Cheryl-approved locations, add a line above the date header, change the sidebar border, make a few tiny changes to the fonts, and voila!&lt;br /&gt;&lt;br /&gt;Except for the background...  I really wanted to put a transparent image in the content background to fade the main background enough that it would be pretty easily read by any color blind folks, but I knew that would only work in Firefox and maybe IE 7, which meant it just wasn't good enough.  Then when I had my husband look at the site, he started talking about windows and frost on the windows (basically what I wanted to do) and that got me thinking about putting the transparency on the main background itself.  Super idea!&lt;br /&gt;&lt;br /&gt;I fired up the GIMP, selected the middle 750 pixels, tossed 3 splashes of 20% transparent white onto the background, lined it with the same color from the sidebar and rule border and uploaded it (right after ensuring that the background was centered rather than left-aligned).  That was when layout-nirvana happened.  =D&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://cheryl.terrel.us/images/BmE2.jpg"&gt;&lt;img style="float: right; margin-left: 15px; border: solid 1px #000; cursor: pointer; width: 200px;" src="http://cheryl.terrel.us/images/BmE2.jpg" alt="" border="0" /&gt;&lt;/a&gt;I am definitely more pleased with this layout than with anything else I've done, so check out the photo and then check out the &lt;a href="http://betwixtmineears.blogspot.com/"&gt;site&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-613719233671753759?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/613719233671753759/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=613719233671753759' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/613719233671753759'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/613719233671753759'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/07/d-cool-layout.html' title='D*** Cool Layout'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-7457938459031770298</id><published>2008-07-28T05:16:00.000-07:00</published><updated>2008-07-28T05:44:07.456-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fixed background'/><category scheme='http://www.blogger.com/atom/ns#' term='backgrounds'/><title type='text'>Background for Betwixt Mine Ears</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://cheryl.terrel.us/images/mist.jpg"&gt;&lt;img style="float: right; margin-left: 10px; border: solid 1px #000; cursor:pointer; cursor:hand;width: 200px;" src="http://cheryl.terrel.us/images/mist.jpg" border="0" alt="" /&gt;&lt;/a&gt;While looking for suitable background images for my other blogs I found this image from &lt;a href="http://www.sxc.hu/profile/fishmonk"&gt;fishmonk&lt;/a&gt;'s gallery (in a weird coincidence, also where I found the raindrops photo).  I really liked the mysteriousness of the fog laying over the hills, but I didn't want to chop it up to make it a header, plus, I like the way the &lt;a href="http://betwixtmineears.blogspot.com"&gt;Betwixt Mine Ears&lt;/a&gt; header is designed.&lt;br /&gt;&lt;br /&gt;My first attempts were to make a foggy background that went all the way down to the photo at the bottom of the page (you can still see the image in all it's glory if you scroll to the bottom - if you're using &lt;a href="http://www.mozilla.com/en-US/firefox/"&gt;Firefox&lt;/a&gt;).  I wasn't sure how to do this, because it would require multiple background images.  I knew with absolute positioning I could pull stuff out of the normal flow, but I didn't know how to put them BEHIND the normal flow.  A quick search, and I was ready to go: the z-index determines the depth of an item, with the default depth being 0.  &lt;br /&gt;&lt;br /&gt;I then needed a suitable misty background to lead down to the photo.  At first I tried repeating the image of a section of the original until it reached the bottom of the photo, but this just created lines (either vertical or horizontal, depending on the height of the cross-section).  I switched to a gradient and found success moving from a light grey to a darker grey.&lt;br /&gt;&lt;br /&gt;Once I got everything working, I sent the link to my husband, who then suggested with his usual brilliance that I should have the background stand still when the user scrolls.  He's so smart.  &lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_paLBe7s3Rkc/SI27_4_j-HI/AAAAAAAAAtg/zWv5mIGaVHs/s1600-h/BmE1.jpg"&gt;&lt;img style="float: left; margin-right: 10px; border: solid 1px #000; cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_paLBe7s3Rkc/SI27_4_j-HI/AAAAAAAAAtg/zWv5mIGaVHs/s200/BmE1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5228041448752150642" /&gt;&lt;/a&gt;So that's what I did using background-position: left bottom, background-attachment:fixed and removing the other div I had added for the original plan.&lt;br /&gt;&lt;br /&gt;You can check it out over at &lt;a href="http://betwixtmineears.blogspot.com"&gt;Betwixt Mine Ears&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-7457938459031770298?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/7457938459031770298/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=7457938459031770298' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/7457938459031770298'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/7457938459031770298'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/07/background-for-betwixt-mine-ears.html' title='Background for Betwixt Mine Ears'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_paLBe7s3Rkc/SI27_4_j-HI/AAAAAAAAAtg/zWv5mIGaVHs/s72-c/BmE1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-6260332404151391538</id><published>2008-07-28T02:44:00.001-07:00</published><updated>2008-07-28T05:44:22.252-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fixed background'/><category scheme='http://www.blogger.com/atom/ns#' term='backgrounds'/><title type='text'>Background for Lost in Holland</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh3.ggpht.com/cheryl.terrel/SI2UKCE5iqI/AAAAAAAAArE/837sAOLhSwA/875962_76037108.jpg"&gt;&lt;img style="float: right; border: solid 1px #000; margin-left: 10px; cursor:pointer; cursor:hand;width: 200px;" src="http://lh3.ggpht.com/cheryl.terrel/SI2UKCE5iqI/AAAAAAAAArE/837sAOLhSwA/875962_76037108.jpg" border="0" alt="" /&gt;&lt;/a&gt;I finally made a background I like!  I found this image from &lt;a href="http://www.sxc.hu/profile/fishmonk"&gt;fishmonk&lt;/a&gt;'s gallery, selected a chunk, colorized it into a blue using one of the blues from the canal in the header photo, used the clone tool to get rid of the droplets on the edges, copy and pasted a few raindrops near the edges that seemed especially empty, then stuck like ends to like ends to make a starting pattern, and voila! a background was born!&lt;br /&gt;&lt;br /&gt;Exciting isn't it?  =D&lt;br /&gt;&lt;br /&gt;You can check it out over at &lt;a href="http://6monthsinholland.blogspot.com"&gt;Lost in Holland&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-6260332404151391538?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/6260332404151391538/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=6260332404151391538' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/6260332404151391538'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/6260332404151391538'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/07/background-for-lost-in-holland_28.html' title='Background for Lost in Holland'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/cheryl.terrel/SI2UKCE5iqI/AAAAAAAAArE/837sAOLhSwA/s72-c/875962_76037108.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-8577563626070233365</id><published>2008-07-27T13:46:00.000-07:00</published><updated>2008-07-27T13:58:35.011-07:00</updated><title type='text'>Design Update</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://cheryl.terrel.us/images/sandcastle.jpg"&gt;&lt;img style="float: right; cursor:pointer; cursor:hand;width: 200px; border: solid 1px #000; margin: 0 0 0 15px;" src="http://cheryl.terrel.us/images/sandcastle.jpg" border="0" alt="" /&gt;&lt;/a&gt;Wow.  I finally updated this design.  I had a great inspiration for a splash page for &lt;a href="http://cheryl.terrel.us"&gt;cheryl.terrel.us&lt;/a&gt; and needed a suitable image to direct traffic here.  I came up with a sand castle image from &lt;a href="http://www.sxc.hu"&gt;stock.xchng&lt;/a&gt; and then built the new design off of a sand castle theme.  The new header is from &lt;a href="http://www.sxc.hu/profile/boomobile"&gt;boomobile&lt;/a&gt;'s gallery.&lt;br /&gt;&lt;br /&gt;It's not complete - I plan to add rounded corners, actually put some thought into the font colors and do something about the fat border around my photo.  The overall color scheme still needs some futzing - I'll have to decide if the colors are not similar enough or too similar to work together.  We shall see.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-8577563626070233365?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/8577563626070233365/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=8577563626070233365' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/8577563626070233365'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/8577563626070233365'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/07/design-update.html' title='Design Update'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-4902781242746930939</id><published>2008-07-19T14:46:00.000-07:00</published><updated>2008-07-19T14:57:09.435-07:00</updated><title type='text'>Lost in Holland Updates</title><content type='html'>I made a few changes to our &lt;a href="http://6monthsinholland.blogspot.com/"&gt;Holland blog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I've tried a number of backgrounds, and even spent a few hours designing one, only to decide that when part of it was hidden by the posts and what not, it looked like a bunch of chickens.  I finally just settled on the fade.  I'm not really satisfied, but I can't really think what to do with it that isn't going to cost me a LOT of time and effort.  Not that I have anything better to do...&lt;br /&gt;&lt;br /&gt;I also gave the sidebar a light blue background and was disappointed to find out that for whatever strange reason the AdSense border won't turn on, so it looks a bit off, but oh well.  You might also notice that I separated the sidebar from the left side and the header.  I think this provides better spacing and separation, directing the eye around the page.&lt;br /&gt;&lt;br /&gt;The last thing I did was to separate the date line from the post.  I noticed a couple of days ago that when I posted multiple items on the same day the first posts lacked an upper border and were detached from later posts.  This was a bit on the unattractive side, but the fact that there's no div surrounding both the date line and the posts makes it impossible (as far as I wanted to deal with it) to combine the first and last posts in the same "box".  So I settled for pushing the date line farther away from the previous posts by adding a margin above the date line and a margin below the post box.  That brought everything that should be close close, and pushed everything that should be far far.&lt;br /&gt;&lt;br /&gt;Everything still feels very disjointed and disconnected, so I think I'm going to try adding a few rounded edges to see if that brings things together.  Otherwise I think I'll just sit down and cry.&lt;br /&gt;&lt;br /&gt;Until next time, I hope there's a little less rain where you are than there is where I am.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-4902781242746930939?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/4902781242746930939/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=4902781242746930939' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/4902781242746930939'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/4902781242746930939'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/07/lost-in-holland-updates.html' title='Lost in Holland Updates'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-1268276975721174198</id><published>2008-07-16T13:47:00.000-07:00</published><updated>2008-07-16T13:48:09.425-07:00</updated><title type='text'>Casey Karbowski</title><content type='html'>A friend of mine just started a new blog to get his photography biz going.  Check out &lt;a href="http://www.caseykarbowskiphotographer.com/blog/"&gt;Casey Karbowski Photographer&lt;/a&gt; (extraordinaire).  I told him today (and I really do quote - it was over IM), "Some of these are so cool.  They look like a real photographer took them and not just one of my friends."  So, yeah, he actually does good stuff (if he didn't, I probably just wouldn't mention it).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-1268276975721174198?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/1268276975721174198/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=1268276975721174198' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/1268276975721174198'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/1268276975721174198'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/07/casey-karbowski.html' title='Casey Karbowski'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-8285536330637192049</id><published>2008-07-10T11:21:00.000-07:00</published><updated>2008-07-10T11:36:37.012-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bad layout'/><category scheme='http://www.blogger.com/atom/ns#' term='background'/><category scheme='http://www.blogger.com/atom/ns#' term='bad design'/><title type='text'>New banner for Lost in Holland</title><content type='html'>I found a really nice photo for the &lt;a href="http://6monthsinholland.blogspot.com"&gt;Lost in Holland&lt;/a&gt; banner in Tim Berga's &lt;a href="http://www.sxc.hu/profile/209198"&gt;collection&lt;/a&gt; over at &lt;a href="http://www.sxc.hu"&gt;stock.xchng&lt;/a&gt;.  It's pretty sweet!&lt;br /&gt;&lt;br /&gt;I should have posted an image of the last instantiation of the website last night (or was it the night before?) when I posted the backgrounds.  The only major change is the banner, but it's still pretty different.  I have a photo for you of the current one though!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_paLBe7s3Rkc/SHZT_xOhbgI/AAAAAAAAAUE/JbDNlHDJ8S4/s1600-h/LiH1.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; border: solid 1px #000; text-align:center;cursor:pointer; cursor:hand;" src="http://bp0.blogger.com/_paLBe7s3Rkc/SHZT_xOhbgI/AAAAAAAAAUE/JbDNlHDJ8S4/s200/LiH1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5221453172993781250" /&gt;&lt;/a&gt;&lt;br /&gt;I really like the banner, but I don't like the layout or the background colors (which now clash).  The layout is just too heavy with all that stuff and not enough white space.  The spacing is adequate, but I'd still like to see the sidebar come down and to give it a less complicated, more subtle background.  That will give the eyes good cues for where they're supposed to be and cut down on sensory overload.  Especially bad sensory overload!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-8285536330637192049?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/8285536330637192049/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=8285536330637192049' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/8285536330637192049'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/8285536330637192049'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/07/new-banner-for-lost-in-holland.html' title='New banner for Lost in Holland'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_paLBe7s3Rkc/SHZT_xOhbgI/AAAAAAAAAUE/JbDNlHDJ8S4/s72-c/LiH1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-7846371375597538032</id><published>2008-07-08T05:27:00.000-07:00</published><updated>2008-07-08T06:00:27.128-07:00</updated><title type='text'>Updated Design</title><content type='html'>I changed up the design for &lt;a href="http://6monthsinholland.blogspot.com"&gt;Lost in Holland&lt;/a&gt; a bit.  Things were looking a bit boring, so I decided to spice it up a bit with a kitchen towel/Delftware inspired background (towel pattern, Delftware colors) and more Delftwarish coloring.&lt;br /&gt;&lt;br /&gt;I had some trouble with the background as the "main-wrapper" specified a 1em margin on the right.  It took some time figuring out the source of the problem, since I wasn't sure what divs the main background was nested within.  Once found, though, it was quickly solved.&lt;br /&gt;&lt;br /&gt;I'm not altogether satisfied with the design (it does look like a dish towel), but it's better than what was there before and it only took a couple of hours.&lt;br /&gt;&lt;br /&gt;*I couldn't help myself, so I changed the background for what is actually the 4th time.  The sage in the background works nicely to push the posts out of the background.  The white was simply too overpowering and made making the distinction more painful than necessary.  I also happen to be a very big fan of the color sage.  =)&lt;br /&gt;&lt;br /&gt;The following three images are the first three backgrounds I tried.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh5.ggpht.com/cheryl.terrel/SHM1_3SaCGI/AAAAAAAAAQg/EckxvlpvkXg/background.jpg"&gt;&lt;img style="float: left; margin-right: 20px; border: solid 1px #000; cursor:pointer; cursor:hand;width: 200px;" src="http://lh5.ggpht.com/cheryl.terrel/SHM1_3SaCGI/AAAAAAAAAQg/EckxvlpvkXg/background.jpg" alt="" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh6.ggpht.com/cheryl.terrel/SHNDHVJB6ZI/AAAAAAAAARA/tFowSVHzlF4/background2.jpg"&gt;&lt;img style="float: left; margin-right: 20px; border: solid 1px #000; cursor:pointer; cursor:hand;width: 200px;" src="http://lh6.ggpht.com/cheryl.terrel/SHNDHVJB6ZI/AAAAAAAAARA/tFowSVHzlF4/background2.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh4.ggpht.com/cheryl.terrel/SHNc_Zer4EI/AAAAAAAAARg/-yVXTWf61Eg/background3.jpg"&gt;&lt;img style="float: left; margin-right: 20px; border: solid 1px #000; cursor:pointer; cursor:hand;width: 200px;" src="http://lh4.ggpht.com/cheryl.terrel/SHNc_Zer4EI/AAAAAAAAARg/-yVXTWf61Eg/background3.jpg" border="0" alt="" /&gt;&lt;/a&gt;The first was a test to see if I liked the idea well enough to put it up.&lt;br /&gt;&lt;br /&gt;The second was an idea to try to tame the first - the darkness of the blue combined with the brightness of the white, which also matched the background color for the posts, was a bit hard on the eyes.&lt;br /&gt;&lt;br /&gt;And the third was an attempt to mesh the two.&lt;br /&gt;&lt;br /&gt;The second never actually made it up, the third is what I had 10 minutes ago when I posted this the first time!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-7846371375597538032?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/7846371375597538032/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=7846371375597538032' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/7846371375597538032'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/7846371375597538032'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/07/updated-design.html' title='Updated Design'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/cheryl.terrel/SHM1_3SaCGI/AAAAAAAAAQg/EckxvlpvkXg/s72-c/background.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-2769940876756566637</id><published>2008-07-03T13:27:00.001-07:00</published><updated>2008-07-03T13:31:09.902-07:00</updated><title type='text'>Change of mind*</title><content type='html'>On another note, I've also decided I'm not going to worry about creating unity in my designs.  If it happens, it happens.  These blogs are really going to attract different personalities, so I'm reverting back to a Blogger design while I come up with a good plan for this one.&lt;br /&gt;&lt;br /&gt;*This is one of those things you get to do way too much when you're designing for your own personal satisfaction.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-2769940876756566637?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/2769940876756566637/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=2769940876756566637' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2769940876756566637'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2769940876756566637'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/07/change-of-mind.html' title='Change of mind*'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-7087954394756028323</id><published>2008-07-03T13:00:00.001-07:00</published><updated>2008-07-03T13:24:17.451-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='modular layouts'/><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><title type='text'>I've not been idle</title><content type='html'>I've been away from this blog for quite sometime, and in truth, haven't given it much thought.  During that time, though, I was busy redesigning the &lt;a href="http://calvert.uchicago.edu"&gt;Calvert House website&lt;/a&gt;.  It was in need of a makeover, and the table/CSS/HTML based layout was overly complicated and difficult to manipulate.&lt;br /&gt;&lt;br /&gt;I decided to go with a modular layout so that it would be easier to maintain for whomever comes next.  If you check out the code behind it, you can see that each of those little blocks of text on the homepage is stuck inside a div.  If I remember correctly it's even called a block.  =D  The blocks are in rows, so it's still something of a tabular layout, but it's more flexible as we could simply change the CSS to change the size of the blocks and then toss in another or remove one or do whatever floats your boat.&lt;br /&gt;&lt;br /&gt;One thing it's not is completely flexible, which is something I'm disappointed in.  I discovered flexible layouts while looking for help with some other code, so I hope to implement what I learned later on.  I hate to leave a project half finished!&lt;br /&gt;&lt;br /&gt;I'm also a bit dissatisfied by the jumbled appearance of some of the inside pages, such as those under the program menu.  &lt;a href="http://calvert.uchicago.edu/program/local.html"&gt;Local Events&lt;/a&gt; is especially bad.  Unfortunately, I just couldn't think of an appropriate way to break things up.  The repainted/redesigned clip art helps, but it's really not sufficient.  I'd like to plug in a sortable list of events, but I don't think the UChicago folks allow you to do that sort of thing with their servers.  On the other hand, if a new webmaster isn't found who can keep up with the local events (believe it or not, it's a lot of work maintaining a page like that), I'll probably advise them to remove that page altogether.&lt;br /&gt;&lt;br /&gt;There's actually another layout that I would also like to try that involves a crucifix positioned toward the left with the text boxes flowing around it.  It'd be really sweet to have them be completely interchangeable so that you could just exchange the style sheets whenever you felt like displaying a different style.  I'm definitely going to look into it at some point, but that's pretty far down the road.&lt;br /&gt;&lt;br /&gt;So until we come to that bump, have a tall, tasty mug of milkshake and don't worry so much about that extra little roll that popped up last week.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-7087954394756028323?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/7087954394756028323/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=7087954394756028323' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/7087954394756028323'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/7087954394756028323'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/07/ive-not-been-idle.html' title='I&apos;ve not been idle'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-2608357713089978995</id><published>2008-06-30T09:02:00.001-07:00</published><updated>2008-06-30T09:14:35.470-07:00</updated><title type='text'>It's been a long time</title><content type='html'>My husband took a 6 month research position in the Netherlands, so that's where I am now!  We spent a little over a week and a half in Texas (oh the glory of 100 degree weather!) and have been here for two weeks tomorrow, so it's been a bit of a long vacation for me.  =)&lt;br /&gt;&lt;br /&gt;But all good things must come to an end, and besides that we all know that boredom sets in after so long on vacation.  So hopefully I can get back to working on this design a bit.&lt;br /&gt;&lt;br /&gt;If you're interested in hearing about what we're doing, check it out over at &lt;a href="http://6monthsinholland.blogspot.com"&gt;Lost in Holland&lt;/a&gt;.  (Do note that there's another blog called Lost in Holland, but the person who blogs there hasn't blogged in quite some time.)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-2608357713089978995?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/2608357713089978995/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=2608357713089978995' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2608357713089978995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2608357713089978995'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/06/its-been-long-time.html' title='It&apos;s been a long time'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-8552597163208743357</id><published>2008-04-27T20:31:00.000-07:00</published><updated>2008-04-27T20:55:48.308-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><category scheme='http://www.blogger.com/atom/ns#' term='blog design'/><category scheme='http://www.blogger.com/atom/ns#' term='blog layouts'/><title type='text'>Done!  Or at least getting close to it...</title><content type='html'>I finally got enough time to brush up the code and associate everything correctly (I think) with Blogger's Fonts and Colors tool.  I'm not sure that I'm going to stick with this color scheme.  Actually, I'm sure I'm not, but it's a bit easier on the eyes than the test color scheme, so it'll suffice for now.  By the by, don't mention the comments section.  I just remembered to check, and it turns out that it needs adjusting.  I hadn't done anything with that code (it's not really previewable), so I'm not surprised.&lt;br /&gt;&lt;br /&gt;I'll do some further snazzifications later along with cleaning the code up (for the sake of making code readable, I prefer even tabbing and spacing throughout), but I wanted to get this posted right now.  Until the Age of Snazz comes to pass, don't stab yourself in the foot with that sword.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_paLBe7s3Rkc/SBVHKdP7q9I/AAAAAAAAADc/cIMnIlRs28o/s1600-h/CSS+PhotoA.JPG"&gt;&lt;img style="cursor: pointer;" src="http://bp3.blogger.com/_paLBe7s3Rkc/SBVHKdP7q9I/AAAAAAAAADc/cIMnIlRs28o/s400/CSS+PhotoA.JPG" alt="" id="BLOGGER_PHOTO_ID_5194135990217452498" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" ?&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'&amp;gt;&lt;br /&gt;&lt;br /&gt;  &amp;lt;head&amp;gt;&lt;br /&gt;&lt;br /&gt;    &amp;lt;b:include data='blog' name='all-head-content'/&amp;gt;&lt;br /&gt;&lt;br /&gt;    &amp;lt;title&amp;gt;&amp;lt;data:blog.pageTitle/&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;&lt;br /&gt;    &amp;lt;b:skin&amp;gt;&amp;lt;![CDATA[&lt;br /&gt;/* Variable definitions&lt;br /&gt;* ====================&lt;br /&gt;&lt;br /&gt;  &amp;lt;Variable name="mainBgColor" description="Page Background Color"&lt;br /&gt;            type="color" default="#6C7095"  / value="#6C7095"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="mainTextColor" description="Text Color"&lt;br /&gt;            type="color" default="#000" / value="#000000"&amp;gt;&lt;br /&gt;&lt;br /&gt;  &amp;lt;Variable name="headerBgColor" description="Header Background Color"&lt;br /&gt;            type="color" default="#5D6080" / value="#5D6080"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="titleBgColor" description="Blog Title Background Color"&lt;br /&gt;            type="color" default="#5D6080" / value="#5D6080"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="titleColor" description="Blog Title Color"&lt;br /&gt;            type="color" default="#fff"/ value="#ffffff"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="descriptionBgColor" description="Description Background Color"&lt;br /&gt;            type="color" default="#5D6080" / value="#5D6080"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="descriptionColor" description="Blog Description Color"&lt;br /&gt;            type="color" default="#fff" / value="#ffffff"&amp;gt;&lt;br /&gt;&lt;br /&gt;  &amp;lt;Variable name="dateHeaderColor" description="Date Header Color"&lt;br /&gt;            type="color" default="#fff" / value="#ffffff"&amp;gt;&lt;br /&gt;&lt;br /&gt;  &amp;lt;Variable name="postTitleColor" description="Post Title Color"&lt;br /&gt;            type="color" default="#000" / value="#000000"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="postTitleBgColor" description="Post Title Background Color"&lt;br /&gt;            type="color" default="#CCB88F" / value="#CCB88F"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="postBorderColor" description="Post Border Color"&lt;br /&gt;            type="color" default="#807359" / value="#807359"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="postBGColor" description="Post Background Color"&lt;br /&gt;            type="color" default="#CCB88F" / value="#CCB88F"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="postFooterColor" description="Post Footer Color"&lt;br /&gt;            type="color" default="#000" / value="#000000"&amp;gt;&lt;br /&gt;&lt;br /&gt;  &amp;lt;Variable name="mainLinkColor" description="Link Color"&lt;br /&gt;            type="color" default="#5D6080" / value="#5D6080"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="mainVisitedLinkColor" description="Visited Link Color"&lt;br /&gt;            type="color" default="#807359" / value="#807359"&amp;gt;&lt;br /&gt;&lt;br /&gt;  &amp;lt;Variable name="sidebarBGColor" description="Sidebar Background Color"&lt;br /&gt;            type="color" default="#CCB88F" / value="#CCB88F"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="sidebarBorderColor" description="Sidebar Border Color"&lt;br /&gt;            type="color" default="#807359" / value="#807359"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="sidebarTitleColor" description="Sidebar Title Color"&lt;br /&gt;            type="color" default="#000" / value="#000000"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="sidebarLinkColor" description="Sidebar Link Color"&lt;br /&gt;            type="color" default="#5D6080" / value="#5D6080"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="sidebarVisitedLinkColor"&lt;br /&gt;            description="Sidebar Visited Link Color"&lt;br /&gt;            type="color" default="#807359" / value="#807359"&amp;gt;&lt;br /&gt;&lt;br /&gt;  &amp;lt;Variable name="bodyFont" description="Text Font"&lt;br /&gt;            type="font" default="normal normal 90% 'Trebuchet MS', Trebuchet, Verdana, Sans-Serif" / value="normal normal 90% 'Trebuchet MS', Trebuchet, Verdana, Sans-Serif"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="titleFont" description="Blog Title Font"&lt;br /&gt;            type="font" default="normal bold 266% Verdana, Sans-Serif" / value="normal bold 266% Verdana, Sans-Serif"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="descriptionFont" description="Blog Description Font"&lt;br /&gt;            type="font" default="normal bold 85% Verdana, Sans-Serif" / value="normal bold 85% Verdana, Sans-Serif"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="postTitleFont" description="Post Title Font"&lt;br /&gt;            type="font" default="normal bold 110% Verdana, Sans-serif" value="normal bold 110% Verdana, Sans-serif"&amp;gt;&lt;br /&gt;  &amp;lt;Variable name="sidebarTitleFont" description="Sidebar Title Font"&lt;br /&gt;            type="font" default="normal bold 125% Verdana, Sans-Serif" / value="normal bold 125% Verdana, Sans-Serif"&amp;gt;&lt;br /&gt;   &amp;lt;Variable name="startSide" description="Start side in blog language"&lt;br /&gt;             type="automatic" default="left" value="left"&amp;gt;&lt;br /&gt;   &amp;lt;Variable name="endSide" description="End side in blog language"&lt;br /&gt;             type="automatic" default="right" value="right"&amp;gt;&lt;br /&gt;*/&lt;br /&gt;body {&lt;br /&gt;margin: 0px;&lt;br /&gt;padding: 0px;&lt;br /&gt;background: $mainBgColor;&lt;br /&gt;color: $mainTextColor;&lt;br /&gt;font: $bodyFont;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;   a {&lt;br /&gt;  color: $mainLinkColor;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;   a:hover {&lt;br /&gt;  color: $mainVisitedLinkColor;&lt;br /&gt;  text-decoration: underline;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;a:visited {&lt;br /&gt;  color: $mainVisitedLinkColor;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;a img {&lt;br /&gt;border: 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;@media all {&lt;br /&gt;  div#main-wrapper {&lt;br /&gt;width: 510px;&lt;br /&gt;overflow: hidden;    &lt;br /&gt;float: $startSide;&lt;br /&gt;    padding-$endSide: 15px;&lt;br /&gt;    padding-bottom: 0px;&lt;br /&gt;    padding-$startSide: 0em;&lt;br /&gt;    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */&lt;br /&gt;overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */&lt;br /&gt;  }&lt;br /&gt; &lt;br /&gt;  div#sidebar-wrapper {&lt;br /&gt;    margin: 0px;&lt;br /&gt;    padding: 0px;&lt;br /&gt;    text-align: $startSide;&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;  div#sidebar {&lt;br /&gt;width: 235px;&lt;br /&gt;margin-top: 5px;&lt;br /&gt;    float: $startSide;&lt;br /&gt;    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */&lt;br /&gt;    overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */&lt;br /&gt;  }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#content-wrapper {&lt;br /&gt;  margin: 0 auto 0;&lt;br /&gt;  width: 760px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;             &lt;br /&gt;@media handheld {&lt;br /&gt;  div#main-wrapper {&lt;br /&gt;    float: none;&lt;br /&gt;    width: 90%;&lt;br /&gt;  }&lt;br /&gt; &lt;br /&gt;  div#sidebar-wrapper {&lt;br /&gt;    padding-top: 20px;&lt;br /&gt;    padding-$endSide: 1em;&lt;br /&gt;    padding-bottom: 0;&lt;br /&gt;    padding-$startSide: 1em;&lt;br /&gt;    text-align: $startSide;&lt;br /&gt;  }&lt;br /&gt;}&lt;br /&gt;                       &lt;br /&gt;#header-wrapper {&lt;br /&gt;padding-top: 0px;&lt;br /&gt;padding-right: 0px;&lt;br /&gt;padding-bottom: 0px;&lt;br /&gt;padding-left: 0px;&lt;br /&gt;margin-top: 0px;&lt;br /&gt;margin-right: 0px;&lt;br /&gt;margin-bottom: 15px;&lt;br /&gt;margin-left: 0px;&lt;br /&gt;background: $headerBgColor;&lt;br /&gt;color: #000;&lt;br /&gt;border-bottom: solid 1px #000;&lt;br /&gt;}&lt;br /&gt;#header {&lt;br /&gt;margin: 0 auto 0;&lt;br /&gt;padding: 25px;&lt;br /&gt;width: 750px;&lt;br /&gt;border-left: solid 10px $headerBgColor;&lt;br /&gt;background: $headerBgColor;&lt;br /&gt;color: $descriptionColor;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.titlewrapper {&lt;br /&gt;padding-left: 215px;&lt;br /&gt;padding-top: 25px;&lt;br /&gt;padding-bottom: 0;&lt;br /&gt;margin-bottom: 0; &lt;br /&gt;}&lt;br /&gt;h1 a:link {&lt;br /&gt;  color: $titleColor;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;h1 a:visited {&lt;br /&gt;  color: $titleColor;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;h1 {&lt;br /&gt;padding: 10px;&lt;br /&gt;margin-top: 0px;&lt;br /&gt;margin-right: 0px;&lt;br /&gt;margin-bottom: 0px;&lt;br /&gt;margin-left: 0px;&lt;br /&gt;width: 490px;&lt;br /&gt;color: $titleColor;&lt;br /&gt;background: $titleBgColor;&lt;br /&gt;font: $titleFont;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.description {&lt;br /&gt;padding: 5px;&lt;br /&gt;margin: 0px;&lt;br /&gt;width: 365px;&lt;br /&gt;font: normal bold 85% Verdana, Sans-Serif;&lt;br /&gt;color: $descriptionColor;&lt;br /&gt;background: $descriptionBgColor;&lt;br /&gt;font: $descriptionFont;&lt;br /&gt;}&lt;br /&gt;.descriptionwrapper {&lt;br /&gt;padding-top: 0px;&lt;br /&gt;padding-left: 325px;&lt;br /&gt;margin-top: 0px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;h3 {&lt;br /&gt;  margin-top: 0px;&lt;br /&gt;  margin-$endSide: 15px;&lt;br /&gt;  margin-bottom: 0px;&lt;br /&gt;  margin-$startSide: 15px;&lt;br /&gt;  padding-top: 8px;&lt;br /&gt;  padding-$endSide: 10px;&lt;br /&gt;  padding-bottom: 20x;&lt;br /&gt;  padding-$startSide: 10px;&lt;br /&gt;  color: $postTitleColor;&lt;br /&gt;  background: $postTitleBgColor;&lt;br /&gt;  font: $postTitleFont;&lt;br /&gt;  border-top: solid 1px #000;&lt;br /&gt;  border-left: solid 1px #000;&lt;br /&gt;  border-right: solid 1px #000;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;h3.post-title a,&lt;br /&gt;h3.post-title a:visited {&lt;br /&gt;  color: $postTitleColor;&lt;br /&gt;  } &lt;br /&gt;&lt;br /&gt;h2.date-header {&lt;br /&gt;  padding-top: 0px;&lt;br /&gt;  padding-$endSide: 0px;&lt;br /&gt;  padding-bottom: 0px;&lt;br /&gt;  padding-$startSide: 2%;&lt;br /&gt;  color: $dateHeaderColor;&lt;br /&gt;  font-size: 90%;&lt;br /&gt;  text-align: $startSide;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#sidebar h2 {&lt;br /&gt;  padding: 10px 10px 5px 10px;&lt;br /&gt;  margin: 0px;&lt;br /&gt;  color: $sidebarTitleColor;&lt;br /&gt;  font: $sidebarTitleFont;&lt;br /&gt;  background: $sidebarBGColor;&lt;br /&gt;  border-top: solid 1px #000;&lt;br /&gt;  border-left: solid 1px #000;&lt;br /&gt;  border-right: solid 1px #000;&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;#sidebar .widget {&lt;br /&gt;clear: both;&lt;br /&gt;padding: 10px;&lt;br /&gt;margin-bottom: 15px;&lt;br /&gt;background: $sidebarBorderColor;&lt;br /&gt;border: solid 1px #000;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#sidebar ul {&lt;br /&gt;  list-style-type: none;&lt;br /&gt;  font-size: 95%;&lt;br /&gt;  margin-top: 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#sidebar li {&lt;br /&gt;  margin: 0px;&lt;br /&gt;  padding: 0px;&lt;br /&gt;  list-style-type: none;&lt;br /&gt;  font-size: 105%;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#sidebar a {&lt;br /&gt;  text-decoration: none;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#sidebar a:link,&lt;br /&gt;#sidebar a:visited {&lt;br /&gt;  color: $sidebarLinkColor;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#sidebar a:active,&lt;br /&gt;#sidebar a:hover {&lt;br /&gt;  color: $sidebarVisitedLinkColor;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#Image1 {&lt;br /&gt;  text-align: center;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#Image1 img {&lt;br /&gt;  border: solid 1px #000;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.Blog {&lt;br /&gt;  margin-top: 20px;&lt;br /&gt;}   &lt;br /&gt;&lt;br /&gt;.blog-posts, .feed-links {&lt;br /&gt;  margin-$startSide: 2%;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.feed-links {&lt;br /&gt;  clear: both;&lt;br /&gt;  line-height: 2.5em;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.post {&lt;br /&gt;margin-top: 0;&lt;br /&gt;margin-right: 0;&lt;br /&gt;margin-bottom: 15px;&lt;br /&gt;margin-left: 0;&lt;br /&gt;padding-top: 15px;&lt;br /&gt;padding-bottom: 15px;&lt;br /&gt;font-size: 100%;&lt;br /&gt;background: $postBorderColor;&lt;br /&gt;border: solid 1px #000;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.post-body {&lt;br /&gt;padding-left: 10px;&lt;br /&gt;padding-right: 10px;&lt;br /&gt;padding-top: 1px;&lt;br /&gt;padding-bottom: 1px;&lt;br /&gt;margin-top: 0;&lt;br /&gt;margin-right: 15px;&lt;br /&gt;margin-bottom: 15px;&lt;br /&gt;margin-left: 15px;&lt;br /&gt;background: $postBGColor;&lt;br /&gt;border-left: solid 1px #000;&lt;br /&gt;border-right: solid 1px #000;&lt;br /&gt;border-bottom: solid 1px #000;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.post strong {&lt;br /&gt;  font-weight: bold;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;pre,code,strike {&lt;br /&gt;  color: #666666;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.post-footer {&lt;br /&gt;padding-left: 10px;&lt;br /&gt;padding-right: 10px;&lt;br /&gt;margin-right: 15px;&lt;br /&gt;margin-left: 15px;&lt;br /&gt;background: #fff;&lt;br /&gt;  color: $postFooterColor;&lt;br /&gt;  font-size: 80%;&lt;br /&gt;border: solid 1px #000;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#comments {&lt;br /&gt;  padding-top: 2px;&lt;br /&gt;  padding-$endSide: 0px;&lt;br /&gt;  padding-bottom: 2px;&lt;br /&gt;  padding-$startSide: 5px;&lt;br /&gt;  font-size: 110%;&lt;br /&gt;  font-weight: bold;&lt;br /&gt;  font-family: Verdana,Sans-Serif;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.comment-author {&lt;br /&gt;  margin-top: 20px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.comment-body {&lt;br /&gt;  margin-top: 10px;&lt;br /&gt;  font-size: 100%;&lt;br /&gt;  font-weight: normal;&lt;br /&gt;  color: black;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.comment-footer {&lt;br /&gt;  padding: 0px;&lt;br /&gt;  margin-bottom: 20px;&lt;br /&gt;  color: $postFooterColor;&lt;br /&gt;  font-size: 80%;&lt;br /&gt;  font-weight: normal;&lt;br /&gt;  display: inline;&lt;br /&gt;  margin-$endSide: 10px;&lt;br /&gt;}&lt;br /&gt;                      &lt;br /&gt;.deleted-comment {&lt;br /&gt;  font-style: italic;&lt;br /&gt;  color: gray;&lt;br /&gt;}&lt;br /&gt;                 &lt;br /&gt;.comment-link {&lt;br /&gt;  margin-$startSide: .6em;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;/* Profile&lt;br /&gt;----------------------------------------------- */&lt;br /&gt;.profile-datablock {&lt;br /&gt;margin: 0;&lt;br /&gt;padding: 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.profile-textblock {&lt;br /&gt;  clear: both;&lt;br /&gt;  padding: 0;&lt;br /&gt;  margin: 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.profile-img {&lt;br /&gt;margin-top: 0;&lt;br /&gt;margin-$endSide: 0;&lt;br /&gt;margin-bottom: 5px;&lt;br /&gt;margin-$startSide: 5px;&lt;br /&gt;float: $endSide;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.BlogArchive #ArchiveList {&lt;br /&gt;float: $endSide;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.widget-content {&lt;br /&gt;padding: 10px;&lt;br /&gt;margin: 0px;&lt;br /&gt;background: $sidebarBGColor;&lt;br /&gt;border: solid 1px #000;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#blog-pager-newer-link {&lt;br /&gt;  float: $startSide;&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;.blog-pager-older-link {&lt;br /&gt;  float: $endSide;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.blog-pager {  &lt;br /&gt;  text-align: center;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.clear {&lt;br /&gt;  clear: both;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/** Tweaks for layout editor mode */&lt;br /&gt;body#layout #outer-wrapper {&lt;br /&gt;margin-top: 10px;&lt;br /&gt;}&lt;br /&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;br /&gt;  &amp;lt;/head&amp;gt;&lt;br /&gt;&lt;br /&gt;  &amp;lt;body&amp;gt;&lt;br /&gt;  &amp;lt;div id='outer-wrapper'&amp;gt;&amp;lt;div id='wrap2'&amp;gt;&lt;br /&gt;&lt;br /&gt;    &amp;lt;!-- skip links for text browsers --&amp;gt;&lt;br /&gt;    &amp;lt;span id='skiplinks' style='display:none;'&amp;gt;&lt;br /&gt;      &amp;lt;a href='#main'&amp;gt;skip to main &amp;lt;/a&amp;gt; |&lt;br /&gt;      &amp;lt;a href='#sidebar'&amp;gt;skip to sidebar&amp;lt;/a&amp;gt;&lt;br /&gt;    &amp;lt;/span&amp;gt;&lt;br /&gt;&lt;br /&gt;    &amp;lt;div id='header-wrapper'&amp;gt;&lt;br /&gt;      &amp;lt;b:section class='header' id='header' maxwidgets='1' showaddelement='no'&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Header1' locked='true' title='Design-Err (Header)' type='Header'/&amp;gt;&lt;br /&gt;&amp;lt;/b:section&amp;gt;&lt;br /&gt;    &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;    &amp;lt;div id='content-wrapper'&amp;gt;&lt;br /&gt;&lt;br /&gt;      &amp;lt;div id='crosscol-wrapper' style='text-align:center'&amp;gt;&lt;br /&gt;        &amp;lt;b:section class='crosscol' id='crosscol' showaddelement='no'/&amp;gt;&lt;br /&gt;      &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;      &amp;lt;div id='main-wrapper'&amp;gt;&lt;br /&gt;        &amp;lt;b:section class='main' id='main' showaddelement='no'&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/&amp;gt;&lt;br /&gt;&amp;lt;/b:section&amp;gt;&lt;br /&gt;      &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;      &amp;lt;div id='sidebar-wrapper'&amp;gt;&lt;br /&gt;        &amp;lt;b:section class='sidebar' id='sidebar' preferred='yes'&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Image1' locked='false' title='' type='Image'/&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Profile1' locked='false' title='About Me' type='Profile'/&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/&amp;gt;&lt;br /&gt;&amp;lt;/b:section&amp;gt;&lt;br /&gt;      &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;      &amp;lt;!-- spacer for skins that want sidebar and main to be the same height--&amp;gt;&lt;br /&gt;      &amp;lt;div class='clear'&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;    &amp;lt;/div&amp;gt; &amp;lt;!-- end content-wrapper --&amp;gt;&lt;br /&gt;  &amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;!-- end outer-wrapper --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");&lt;br /&gt;document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;var pageTracker = _gat._getTracker("UA-388278-7");&lt;br /&gt;pageTracker._initData();&lt;br /&gt;pageTracker._trackPageview();&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-8552597163208743357?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/8552597163208743357/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=8552597163208743357' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/8552597163208743357'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/8552597163208743357'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/04/done-or-at-least-getting-close-to-it.html' title='Done!  Or at least getting close to it...'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp3.blogger.com/_paLBe7s3Rkc/SBVHKdP7q9I/AAAAAAAAADc/cIMnIlRs28o/s72-c/CSS+PhotoA.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-2868839967314094395</id><published>2008-04-13T19:36:00.000-07:00</published><updated>2008-04-13T20:39:49.587-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger layouts'/><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><category scheme='http://www.blogger.com/atom/ns#' term='html'/><title type='text'>Finally!</title><content type='html'>As you can see, I swapped the layout back to one of Blogger's.  Here's the code and a screen shot of what my code looked like in &lt;a href="http://www.mozilla.com/en-US/firefox/"&gt;Firefox&lt;/a&gt;.  As you can see, I haven't had time to insert the variables into all of my CSS or to change the defaults to what they are in the screenshot, but you should get the gist of things.  I used &lt;a href="http://www.simplebits.com/cgi-bin/simplecode.pl?mode=process"&gt;SimpleCode&lt;/a&gt; to encode my code so that you could read it.  I assume SimpleCode was created by and is maintained by &lt;a href="http://www.simplebits.com/"&gt;SimpleBits&lt;/a&gt;, but I don't really know.  I linked to it from &lt;a href="http://www.learningmovabletype.com/a/000235display_code/"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;If you're wondering what I've been doing that I'm so busy, I'm preparing to take a group of students to see the pope in NYC, I took on a user manual for a tech company and I'm preparing for an extended trip to Europe.&lt;br /&gt;&lt;br /&gt;I hope I hope I hope to find some time to dedicate to my blogs this week, but we'll see how that goes.  Until then, get a stovetop espresso machine: it's cheap, it's caffeine, and with a lot of milk and even more sugar, it doesn't taste too much like coffee.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_paLBe7s3Rkc/SALJXQLBvHI/AAAAAAAAADU/EDhbwBCQLDE/s1600-h/CSSresults.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_paLBe7s3Rkc/SALJXQLBvHI/AAAAAAAAADU/EDhbwBCQLDE/s400/CSSresults.jpg" alt="" id="BLOGGER_PHOTO_ID_5188931121999625330" border="0" /&gt;&lt;/a&gt;&lt;code&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" ?&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'&amp;gt;&lt;br /&gt;&lt;br /&gt; &amp;lt;head&amp;gt;&lt;br /&gt;&lt;br /&gt;   &amp;lt;b:include data='blog' name='all-head-content'/&amp;gt;&lt;br /&gt;&lt;br /&gt;   &amp;lt;title&amp;gt;&amp;lt;data:blog.pageTitle/&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;&lt;br /&gt;   &amp;lt;b:skin&amp;gt;&amp;lt;![CDATA[&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt;&lt;br /&gt;* Variable definitions&lt;br /&gt;* ====================&lt;br /&gt;&lt;br /&gt; &amp;lt;Variable name="mainBgColor" description="Page Background Color"&lt;br /&gt;           type="color" default="#ffffff"  / value="#ffffff"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="mainTextColor" description="Text Color"&lt;br /&gt;           type="color" default="#000000" / value="#000000"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="headerBgColor" description="Header Background Color"&lt;br /&gt;           type="color" default="#d2ec9b" / value="#d2ec9b"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="titleBgColor" description="Blog Title Background Color"&lt;br /&gt;           type="color" default="#ffffff" / value="#ffffff"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="titleColor" description="Blog Title Color"&lt;br /&gt;           type="color" default="#000000"/ value="#000000"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="descriptionBgColor" description="Description Background Color"&lt;br /&gt;           type="color" default="#ffffff" / value="#ffffff"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="descriptionColor" description="Blog Description Color"&lt;br /&gt;           type="color" default="#000000" / value="#000000"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="dateHeaderColor" description="Date Header Color"&lt;br /&gt;           type="color" default="#777777" / value="#777777"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="postTitleColor" description="Post Title Color"&lt;br /&gt;           type="color" default="#555555" / value="#555555"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="postTitleBgColor" description="Post Title Background Color"&lt;br /&gt;           type="color" default="#ffffff" / value="#ffffff"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="postFooterColor" description="Post Footer Color"&lt;br /&gt;           type="color" default="#444444" / value="#444444"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="mainLinkColor" description="Link Color"&lt;br /&gt;           type="color" default="#de7008" / value="#0066CC"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="mainVisitedLinkColor" description="Visited Link Color"&lt;br /&gt;           type="color" default="#e0ad12" / value="#9e5205"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="sidebarTitleColor" description="Sidebar Title Color"&lt;br /&gt;           type="color" default="#000000" / value="#000000"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="sidebarLinkColor" description="Sidebar Link Color"&lt;br /&gt;           type="color" default="#999999" / value="#0066CC"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="sidebarVisitedLinkColor" description="Sidebar Visited Link &lt;/code&gt;&lt;code&gt;            &lt;/code&gt;&lt;code&gt;Color" type="color" default="#de7008" / value="#de7008"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="bodyFont" description="Text Font"&lt;br /&gt;           type="font" default="normal normal 90% 'Trebuchet MS', Trebuchet, &lt;/code&gt;&lt;code&gt;            &lt;/code&gt;&lt;code&gt;Verdana, Sans-Serif" / value="normal normal 90% 'Trebuchet MS', &lt;/code&gt;&lt;code&gt;            &lt;/code&gt;&lt;code&gt;Trebuchet, Verdana, Sans-Serif"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="titleFont" description="Blog Title Font"&lt;br /&gt;           type="font" default="normal bold 266% Verdana, Sans-Serif" /&lt;br /&gt;&lt;/code&gt;&lt;code&gt;            &lt;/code&gt;&lt;code&gt;value="normal bold 266% Verdana, Sans-Serif"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="descriptionFont" description="Blog Description Font"&lt;br /&gt;           type="font" default="normal bold 85% Verdana, Sans-Serif" /&lt;br /&gt;&lt;/code&gt;&lt;code&gt;            &lt;/code&gt;&lt;code&gt;value="normal bold 85% Verdana, Sans-Serif"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="postTitleFont" description="Post Title Font"&lt;br /&gt;           type="font" default="normal bold 110% Verdana, Sans-serif" value="normal&lt;br /&gt;&lt;/code&gt;&lt;code&gt;            &lt;/code&gt;&lt;code&gt;bold 110% Verdana, Sans-serif"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="sidebarTitleFont" description="Sidebar Title Font"&lt;br /&gt;           type="font" default="normal bold 125% Verdana, Sans-Serif" /&lt;br /&gt;&lt;/code&gt;&lt;code&gt;            &lt;/code&gt;&lt;code&gt;value="normal bold 125% Verdana, Sans-Serif"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="startSide" description="Start side in blog language"&lt;br /&gt;           type="automatic" default="left" value="left"&amp;gt;&lt;br /&gt; &amp;lt;Variable name="endSide" description="End side in blog language"&lt;br /&gt;           type="automatic" default="right" value="right"&amp;gt;&lt;br /&gt;*/&lt;br /&gt;&lt;br /&gt;body {&lt;br /&gt;margin: 0px;&lt;br /&gt;padding: 0px;&lt;br /&gt;background: $mainBgColor;&lt;br /&gt;color: $mainTextColor;&lt;br /&gt;font: $bodyFont;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;          a {&lt;br /&gt; color: $mainLinkColor;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;a:hover {&lt;br /&gt; color: $mainVisitedLinkColor;&lt;br /&gt; text-decoration: underline;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;a:visited {&lt;br /&gt; color: $mainVisitedLinkColor;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;a img {&lt;br /&gt;border: 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;@media all {&lt;br /&gt; div#main-wrapper {&lt;br /&gt;width: 510px;&lt;br /&gt;overflow: hidden;   &lt;br /&gt;float: $startSide;&lt;br /&gt;   padding-$endSide: 15px;&lt;br /&gt;   padding-bottom: 0px;&lt;br /&gt;   padding-$startSide: 0em;&lt;br /&gt;   word-wrap: break-word; /* fix for long text breaking sidebar float in IE */&lt;br /&gt;overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; div#sidebar-wrapper {&lt;br /&gt;   margin: 0px;&lt;br /&gt;   padding: 0px;&lt;br /&gt;   text-align: $startSide;&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; div#sidebar {&lt;br /&gt;width: 235px;&lt;br /&gt;margin-top: 5px;&lt;br /&gt;   float: $startSide;&lt;br /&gt;   word-wrap: break-word; /* fix for long text breaking sidebar float in IE */&lt;br /&gt;   overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */&lt;br /&gt; }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#content-wrapper {&lt;br /&gt; margin: 0 auto 0;&lt;br /&gt; width: 760px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;@media handheld {&lt;br /&gt; div#main-wrapper {&lt;br /&gt;   float: none;&lt;br /&gt;   width: 90%;&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; div#sidebar-wrapper {&lt;br /&gt;   padding-top: 20px;&lt;br /&gt;   padding-$endSide: 1em;&lt;br /&gt;   padding-bottom: 0;&lt;br /&gt;   padding-$startSide: 1em;&lt;br /&gt;   text-align: $startSide;&lt;br /&gt; }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#header-wrapper {&lt;br /&gt;padding-top: 0px;&lt;br /&gt;padding-right: 0px;&lt;br /&gt;padding-bottom: 0px;&lt;br /&gt;padding-left: 0px;&lt;br /&gt;margin-top: 0px;&lt;br /&gt;margin-right: 0px;&lt;br /&gt;margin-bottom: 15px;&lt;br /&gt;margin-left: 0px;&lt;br /&gt;background: #f3f48b;&lt;br /&gt;color: #000;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#header {&lt;br /&gt;margin: 0 auto 0;&lt;br /&gt;padding: 25px;&lt;br /&gt;width: 750px;&lt;br /&gt;border-left: solid 10px #f3f48b;&lt;br /&gt;background: $headerBgColor;&lt;br /&gt;color: $descriptionColor;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;          .titlewrapper {&lt;br /&gt;padding-left: 215px;&lt;br /&gt;padding-top: 25px;&lt;br /&gt;padding-bottom: 0;&lt;br /&gt;margin-bottom: 0;  &lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;h1 a:link {&lt;br /&gt; color: $titleColor;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;h1 a:visited {&lt;br /&gt; color: $titleColor;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;h1 {&lt;br /&gt;padding: 10px;&lt;br /&gt;margin-top: 0px;&lt;br /&gt;margin-right: 0px;&lt;br /&gt;margin-bottom: 0px;&lt;br /&gt;margin-left: 0px;&lt;br /&gt;width: 490px;&lt;br /&gt;color: $titleColor;&lt;br /&gt;background: $titleBgColor;&lt;br /&gt;font: $titleFont;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;      .description {&lt;br /&gt;padding: 5px;&lt;br /&gt;margin: 0px;&lt;br /&gt;width: 365px;&lt;br /&gt;font: normal bold 85% Verdana, Sans-Serif;&lt;br /&gt;color: $descriptionColor;&lt;br /&gt;background: $descriptionBgColor;&lt;br /&gt;font: $descriptionFont;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.descriptionwrapper {&lt;br /&gt;padding-top: 0px;&lt;br /&gt;padding-left: 325px;&lt;br /&gt;margin-top: 0px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;h3 {&lt;br /&gt; margin-top: 0px;&lt;br /&gt; margin-$endSide: 15px;&lt;br /&gt; margin-bottom: 0px;&lt;br /&gt; margin-$startSide: 15px;&lt;br /&gt; padding-top: 8px;&lt;br /&gt; padding-$endSide: 10px;&lt;br /&gt; padding-bottom: 20x;&lt;br /&gt; padding-$startSide: 10px;&lt;br /&gt; color: $postTitleColor;&lt;br /&gt; background: $postTitleBgColor;&lt;br /&gt; font: $postTitleFont;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;h3.post-title a,&lt;br /&gt;h3.post-title a:visited {&lt;br /&gt; color: $postTitleColor;&lt;br /&gt;}  &lt;br /&gt;&lt;br /&gt;      h2.date-header {&lt;br /&gt; padding-top: 0px;&lt;br /&gt; padding-$endSide: 0px;&lt;br /&gt; padding-bottom: 0px;&lt;br /&gt; padding-$startSide: 2%;&lt;br /&gt; color: $dateHeaderColor;&lt;br /&gt; font-size: 90%;&lt;br /&gt; text-align: $startSide;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#sidebar h2 {&lt;br /&gt; padding-top: 10px;&lt;br /&gt; padding-$endSide: 10px;&lt;br /&gt; padding-bottom: 0px;&lt;br /&gt; padding-$startSide: 10px;&lt;br /&gt; margin: 0px;&lt;br /&gt; color: $sidebarTitleColor;&lt;br /&gt; font: $sidebarTitleFont;&lt;br /&gt; background: #fff;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#sidebar .widget {&lt;br /&gt;clear: both;&lt;br /&gt;padding: 10px;&lt;br /&gt;margin-bottom: 15px;&lt;br /&gt;background: #c48bf4;&lt;br /&gt;}      &lt;br /&gt;&lt;br /&gt;#sidebar ul {&lt;br /&gt; list-style-type: none;&lt;br /&gt; font-size: 95%;&lt;br /&gt; margin-top: 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#sidebar li {&lt;br /&gt; margin: 0px;&lt;br /&gt; padding: 0px;&lt;br /&gt; list-style-type: none;&lt;br /&gt; font-size: 105%;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#Image1 {&lt;br /&gt; text-align: center;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#Image1 img {&lt;br /&gt; border: #000 solid 1px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.Blog {&lt;br /&gt; margin-top: 20px;&lt;br /&gt;}          &lt;br /&gt;&lt;br /&gt;.blog-posts, .feed-links {&lt;br /&gt; margin-$startSide: 2%;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.feed-links {&lt;br /&gt; clear: both;&lt;br /&gt; line-height: 2.5em;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.post {&lt;br /&gt;margin-top: 0;&lt;br /&gt;margin-right: 0;&lt;br /&gt;margin-bottom: 15px;&lt;br /&gt;margin-left: 0;&lt;br /&gt;padding-top: 15px;&lt;br /&gt;padding-bottom: 15px;&lt;br /&gt;font-size: 100%;&lt;br /&gt;background: #8b95f4;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.post-body {&lt;br /&gt;padding-left: 10px;&lt;br /&gt;padding-right: 10px;&lt;br /&gt;padding-top: 1px;&lt;br /&gt;padding-bottom: 1px;&lt;br /&gt;margin-top: 0;&lt;br /&gt;margin-right: 15px;&lt;br /&gt;margin-bottom: 15px;&lt;br /&gt;margin-left: 15px;&lt;br /&gt;background: #fff;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;          .post strong {&lt;br /&gt; font-weight: bold;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#sidebar a {&lt;br /&gt; text-decoration: none;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;          #sidebar a:link,&lt;br /&gt;#sidebar a:visited {&lt;br /&gt; color: $sidebarLinkColor;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;          #sidebar a:active,&lt;br /&gt;#sidebar a:hover {&lt;br /&gt; color: $sidebarVisitedLinkColor;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;          pre,code,strike {&lt;br /&gt; color: #666666;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;          .post-footer {&lt;br /&gt;padding-left: 10px;&lt;br /&gt;padding-right: 10px;&lt;br /&gt;margin-right: 15px;&lt;br /&gt;margin-left: 15px;&lt;br /&gt;background: #fff;&lt;br /&gt; color: $postFooterColor;&lt;br /&gt; font-size: 80%;&lt;br /&gt;border-bottom: solid 1px #8b95f4;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;                      #comments {&lt;br /&gt; padding-top: 2px;&lt;br /&gt; padding-$endSide: 0px;&lt;br /&gt; padding-bottom: 2px;&lt;br /&gt; padding-$startSide: 5px;&lt;br /&gt; font-size: 110%;&lt;br /&gt; font-weight: bold;&lt;br /&gt; font-family: Verdana,Sans-Serif;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.comment-author {&lt;br /&gt; margin-top: 20px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;          .comment-body {&lt;br /&gt; margin-top: 10px;&lt;br /&gt; font-size: 100%;&lt;br /&gt; font-weight: normal;&lt;br /&gt; color: black;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.comment-footer {&lt;br /&gt; padding: 0px;&lt;br /&gt; margin-bottom: 20px;&lt;br /&gt; color: $postFooterColor;&lt;br /&gt; font-size: 80%;&lt;br /&gt; font-weight: normal;&lt;br /&gt; display: inline;&lt;br /&gt; margin-$endSide: 10px;&lt;br /&gt;}&lt;br /&gt;        &lt;br /&gt;.deleted-comment {&lt;br /&gt; font-style: italic;&lt;br /&gt; color: gray;&lt;br /&gt;}&lt;br /&gt;                  &lt;br /&gt;.comment-link {&lt;br /&gt; margin-$startSide: .6em;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/* Profile&lt;br /&gt;----------------------------------------------- */&lt;br /&gt;.profile-textblock {&lt;br /&gt; clear: both;&lt;br /&gt; margin-$startSide: 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.profile-img {&lt;br /&gt;margin-top: 0;&lt;br /&gt;margin-$endSide: 0;&lt;br /&gt;margin-bottom: 5px;&lt;br /&gt;margin-$startSide: 5px;&lt;br /&gt;float: $endSide;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.BlogArchive #ArchiveList {&lt;br /&gt;float: $endSide;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.widget-content {&lt;br /&gt;padding: 10px;&lt;br /&gt;margin: 0px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#sidebar .widget {&lt;br /&gt;clear: both;&lt;br /&gt;margin-bottom: 15px;&lt;br /&gt;background: #fff;&lt;br /&gt;border: solid 10px #c48bf4;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#blog-pager-newer-link {&lt;br /&gt; float: $startSide;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.blog-pager-older-link {&lt;br /&gt; float: $endSide;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.blog-pager { &lt;br /&gt; text-align: center;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.clear {&lt;br /&gt; clear: both;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/** Tweaks for layout editor mode */&lt;br /&gt;body#layout #outer-wrapper {&lt;br /&gt;margin-top: 10px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;br /&gt; &amp;lt;/head&amp;gt;&lt;br /&gt;&lt;br /&gt; &amp;lt;body&amp;gt;&lt;br /&gt; &amp;lt;div id='outer-wrapper'&amp;gt;&amp;lt;div id='wrap2'&amp;gt;&lt;br /&gt;&lt;br /&gt;   &amp;lt;!-- skip links for text browsers --&amp;gt;&lt;br /&gt;&lt;br /&gt;   &amp;lt;span id='skiplinks' style='display:none;'&amp;gt;&lt;br /&gt;     &amp;lt;a href='#main'&amp;gt;skip to main &amp;lt;/a&amp;gt; |&lt;br /&gt;     &amp;lt;a href='#sidebar'&amp;gt;skip to sidebar&amp;lt;/a&amp;gt;&lt;br /&gt;   &amp;lt;/span&amp;gt;&lt;br /&gt;&lt;br /&gt;   &amp;lt;div id='header-wrapper'&amp;gt;&lt;br /&gt;     &amp;lt;b:section class='header' id='header' maxwidgets='1' showaddelement='no'&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Header1' locked='true' title='Design-Err (Header)' type='Header'/&amp;gt;&lt;br /&gt;&amp;lt;/b:section&amp;gt;&lt;br /&gt;   &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;   &amp;lt;div id='content-wrapper'&amp;gt;&lt;br /&gt;&lt;br /&gt;     &amp;lt;div id='crosscol-wrapper' style='text-align:center'&amp;gt;&lt;br /&gt;       &amp;lt;b:section class='crosscol' id='crosscol' showaddelement='no'/&amp;gt;&lt;br /&gt;     &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;     &amp;lt;div id='main-wrapper'&amp;gt;&lt;br /&gt;       &amp;lt;b:section class='main' id='main' showaddelement='no'&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/&amp;gt;&lt;br /&gt;&amp;lt;/b:section&amp;gt;&lt;br /&gt;     &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;     &amp;lt;div id='sidebar-wrapper'&amp;gt;&lt;br /&gt;       &amp;lt;b:section class='sidebar' id='sidebar' preferred='yes'&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Image1' locked='false' title='' type='Image'/&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Profile1' locked='false' title='About Me' type='Profile'/&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/&amp;gt;&lt;br /&gt;&amp;lt;/b:section&amp;gt;&lt;br /&gt;     &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;     &amp;lt;!-- spacer for skins that want sidebar and main to be the same height--&amp;gt;&lt;br /&gt;     &amp;lt;div class='clear'&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;   &amp;lt;/div&amp;gt; &amp;lt;!-- end content-wrapper --&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;!-- end outer-wrapper --&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-2868839967314094395?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/2868839967314094395/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=2868839967314094395' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2868839967314094395'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2868839967314094395'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/04/finally.html' title='Finally!'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_paLBe7s3Rkc/SALJXQLBvHI/AAAAAAAAADU/EDhbwBCQLDE/s72-c/CSSresults.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-7819284260454162917</id><published>2008-04-03T10:37:00.000-07:00</published><updated>2008-04-03T10:40:15.901-07:00</updated><title type='text'>Just a little bit longer</title><content type='html'>And I'll be back.  We went to visit my husband's sister's families this last weekend and I took on a part time job writing a tech manual.  Life just hasn't been the same since.  Hopefully I'll be back under control (or what passes for control) by next week.&lt;br /&gt;&lt;br /&gt;Wish me luck.  ;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-7819284260454162917?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/7819284260454162917/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=7819284260454162917' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/7819284260454162917'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/7819284260454162917'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/04/just-little-bit-longer.html' title='Just a little bit longer'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-3203341991159473487</id><published>2008-03-26T18:02:00.000-07:00</published><updated>2008-03-26T18:41:34.733-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger layouts'/><category scheme='http://www.blogger.com/atom/ns#' term='Blogger templates'/><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><title type='text'>Problem Solved - sort of</title><content type='html'>I finally started checking the code in my other blog templates with this code to look for differences, but there were none that could result in this issue.  Then I compared all of my settings, and actually changed the template.  All to no avail - I still had the darned transparent style that wouldn't go away.&lt;br /&gt;&lt;br /&gt;Finally a flash of brilliant light shown around me, and I thought to myself, maybe it's the background image I put in my header.  Once that was gone, so was the transparent setting.  Now I just need to find a place to store the background image so I can put it in the CSS where it belongs.&lt;br /&gt;&lt;br /&gt;At least the mystery is solved and I can get on with my life.  I recommend you do the same.  Until next time - an ice cold glass of water might help you lose weight, but only if you're shooting for a pound a year.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-3203341991159473487?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/3203341991159473487/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=3203341991159473487' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/3203341991159473487'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/3203341991159473487'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/03/problem-solved-sort-of.html' title='Problem Solved - sort of'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-8517782291979947025</id><published>2008-03-25T19:53:00.001-07:00</published><updated>2008-03-25T20:22:59.840-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='design updates'/><category scheme='http://www.blogger.com/atom/ns#' term='new design'/><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><category scheme='http://www.blogger.com/atom/ns#' term='blog design'/><category scheme='http://www.blogger.com/atom/ns#' term='under construction'/><title type='text'>Taste the Rainbow*</title><content type='html'>Well, so far I've gotten most of the changes and edits I wanted accomplished accomplished, but I've got one little snag: the title background - for some reason there's a style associated with it that is automatically setting the background to transparent.  I have no idea where that style is coming from.  I think, however, that I'll probably be able to solve the problem by getting rid of the chaff if you will.  Let me explain how I put this setup together, and you'll probably see what I mean.&lt;br /&gt;&lt;br /&gt;As I mentioned in a previous post, in order to make sure my CSS works with Blogger, I have to use the correct ID and class tags.  To do that, I did two things.  First, in order to manipulate the CSS and see the results of my changes, I opened my blog, right clicked in the middle of the page (yah, that's like squiggly thingy+click for you Apple peeps) and selected View Source (in &lt;a href="http://www.mozilla.com/firefox/"&gt;Firefox&lt;/a&gt;).  I then proceeded to copy and paste that into &lt;a href="http://notepad-plus.sourceforge.net/uk/site.htm"&gt;Notepad++ &lt;/a&gt;(definitely my favorite free editor thus far) for editing.&lt;br /&gt;&lt;br /&gt;Once I got things straightened out in that department, I moved onto the second part - moving those changes into the actual template.  To do that, I copy and pasted the template from the Edit HTML tab in the Layout settings tab into Notepad++ where I shifted data over to the appropriate locations.  In most places I left the variable information (that stuff with the dollar signs), deleted what was not contained in my code and added what I had done.  There were some things that I didn't really care about changing such as the formatting for the blog archive, so I left them as well.&lt;br /&gt;&lt;br /&gt;As you can see, large segments of the code still belong to someone else.  I'm guessing that my transparency problem has to do with that, but I'm not really that interested in finding out what the little secret is.  OK, so I'd like to know it, but I'm not stubborn enough to figure it out.  That being said, I do have a method for solving the problem - rewrite all the code.  This will be fairly time consuming, and I will very likely not complete it before next Thursday, but it will definitely be worthwhile to come up with something that does what I want it to do rather than things I don't expect it to do.  Who knows what else lurks beneath that seemingly placid and cooperative exterior?&lt;br /&gt;&lt;br /&gt;I'll also try to come up with a way of displaying my code without having a scare-everybody-away-under-construction design.  This should be a valuable lesson for you - if you're making huge changes to your site, don't slap an under-construction sign up and let your new and old visitors alike leave frustrated - continue maintaining the old website while building the new.  Otherwise, your visitors may leave and never come back.  I think this also goes for people who are really gung-ho about getting their new website up and then put links to pages that say, "Content Coming Soon".  I'm not coming back to check out that link, and I'm not impressed by links that don't go anywhere.  I'm going to leave your website frustrated and disinterested.  Links should provide further information, not road blocks.&lt;br /&gt;&lt;br /&gt;Until next time, enjoy the rainbow that is now my blog.  You might grab some Skittles** while you're at it.&lt;br /&gt;&lt;br /&gt;*This title is only barely related to the article, and I know it.&lt;br /&gt;**I don't like Skittles.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-8517782291979947025?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/8517782291979947025/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=8517782291979947025' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/8517782291979947025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/8517782291979947025'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/03/taste-rainbow.html' title='Taste the Rainbow*'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-5294831023039292181</id><published>2008-03-22T17:36:00.001-07:00</published><updated>2008-03-25T19:52:52.286-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><category scheme='http://www.blogger.com/atom/ns#' term='blog design'/><title type='text'>Not an especially good idea..</title><content type='html'>considering how unattractive it is, but it gives you the ability to see my CSS.  Keep in mind that this isn't the usual CSS - I kept the variables so that if I randomly felt like changing things that way, I could.  I'm not sure I've got all of them right, but I'm REALLY hungry, and my husband is on his way home, so it's time to make dinner!  Whoohoo!&lt;br /&gt;&lt;br /&gt;I'll be editing this post*, so if you read it, and it's still only two paragraphs, check it out later - I'm going to tell you how I did it.  (Yah, and ignore the weirdness that's going on with the date-header in IE6 - I have no idea what it's doing in 7.)&lt;br /&gt;&lt;br /&gt;*You've probably noticed by now that this post hasn't been changed yet.  Since I'm a couple days behind, I'm just going to leave it as is and continue in another post.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-5294831023039292181?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/5294831023039292181/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=5294831023039292181' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/5294831023039292181'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/5294831023039292181'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/03/not-especially-good-idea.html' title='Not an especially good idea..'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-2676570147287083684</id><published>2008-03-22T13:51:00.001-07:00</published><updated>2008-03-22T13:52:40.413-07:00</updated><title type='text'>Progress</title><content type='html'>I was finally able to start coding my base CSS today.  I'm not sure how to show you what I've gotten so far, but I wanted to check in to say that I'm getting there and when I have a little more time this coming week, I'll make the code available so you can see what's going on.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-2676570147287083684?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/2676570147287083684/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=2676570147287083684' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2676570147287083684'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2676570147287083684'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/03/progress.html' title='Progress'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-5510924453102472322</id><published>2008-03-16T18:08:00.000-07:00</published><updated>2008-03-16T18:35:32.584-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='design architecture'/><category scheme='http://www.blogger.com/atom/ns#' term='web design'/><category scheme='http://www.blogger.com/atom/ns#' term='design preparation'/><category scheme='http://www.blogger.com/atom/ns#' term='information architecture'/><category scheme='http://www.blogger.com/atom/ns#' term='design planning'/><category scheme='http://www.blogger.com/atom/ns#' term='blog design'/><title type='text'>The Building Blocks</title><content type='html'>I've been a bit busy this last week - a friend who graduated last year came into town for a visit, so we were all busy keeping him entertained.  Or at least attempting it.&lt;br /&gt;&lt;br /&gt;In the between times, I put together a graphic frame for my blogs so that I can code my basic CSS to fit it.  This will help in a few ways.  One, it sets up my information architecture so that I know what elements require visual emphasis by way of importance to the audience and the client (me).  Two, it will give me a "rule" of sorts to work with when I sit down to do the graphics and the content (sort of like the rules governing an essay).  And three, it gives me a visual to use when I'm coding, rather than trying to code directly from what's in my head.  I realize it's not much different than most blogs, so it may seem a bit unnecessary, but it's an important step for anyone who is designing a website from scratch.  I'll use this technique when I go to design my actual website, and you'll probably be able to better understand why it's important then.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_paLBe7s3Rkc/R93HYJqrGpI/AAAAAAAAACw/5p04gcp2vnM/s1600-h/BaseCSS.JPG"&gt;&lt;img style="border: solid 1px #000; margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_paLBe7s3Rkc/R93HYJqrGpI/AAAAAAAAACw/5p04gcp2vnM/s200/BaseCSS.JPG" alt="" id="BLOGGER_PHOTO_ID_5178514364271630994" border="o" /&gt;&lt;/a&gt;As you can see, I've marked out what I expect to be my dimensions for each container.  I'm going to code these big blocks first, and once that's done, I'll fill in the little bits and pieces such as the timestamp, comment info, etc.  None of these will be styled other than to have the appropriate tags.  That means it will be very, very not pretty when it first comes out.&lt;br /&gt;&lt;br /&gt;I also have to admit that I sort of like the color scheme, so I might have to try to use it in a template or something at a later date.&lt;br /&gt;&lt;br /&gt;I'll code both the CSS and XHTML for this outline, and maybe if I'm feeling a little insane, put it up in place of the current template.  Just as a little reminder, since this code has to work in conjunction with somebody else's code, I'll be grabbing tag names from Blogger's templates.  Until I return, safe journeys on the road of life and a blessed Holy Week.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-5510924453102472322?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/5510924453102472322/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=5510924453102472322' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/5510924453102472322'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/5510924453102472322'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/03/building-blocks.html' title='The Building Blocks'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_paLBe7s3Rkc/R93HYJqrGpI/AAAAAAAAACw/5p04gcp2vnM/s72-c/BaseCSS.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-514637796412958809</id><published>2008-03-06T18:59:00.000-08:00</published><updated>2008-03-06T20:13:43.752-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='unity'/><category scheme='http://www.blogger.com/atom/ns#' term='unique'/><category scheme='http://www.blogger.com/atom/ns#' term='design preparation'/><category scheme='http://www.blogger.com/atom/ns#' term='blogs'/><category scheme='http://www.blogger.com/atom/ns#' term='unique design'/><category scheme='http://www.blogger.com/atom/ns#' term='design unity'/><category scheme='http://www.blogger.com/atom/ns#' term='design planning'/><category scheme='http://www.blogger.com/atom/ns#' term='design themes'/><category scheme='http://www.blogger.com/atom/ns#' term='blog design'/><title type='text'>A few more preliminary thoughts</title><content type='html'>I haven't had much luck devoting time to design ideas, but I've had a few today, so we'll see where that leads.&lt;br /&gt;&lt;br /&gt;I'm still having troubles with this unity thing, so I'm pretty much ignoring it for now.&lt;br /&gt;&lt;br /&gt;I've thought up a few ideas rather than simply themes for my blogs. &lt;br /&gt;&lt;ol&gt;&lt;li&gt;The biggest difficulty is &lt;a href="http://wakinhrs.blogspot.com"&gt;WakinHrs&lt;/a&gt; since it really doesn't have a specific purpose.  At the same time the content doesn't really suggest a specific feel.  I'm thinking something variable, actually I'm thinking something variable for both it and &lt;a href="http://betwixtmineears.blogspot.com"&gt;Betwixt Mine Ears&lt;/a&gt;.  I'd say that &lt;a href="http://wakinhrs.blogspot.com"&gt;WakinHrs&lt;/a&gt; presents a lot of my serious-ish personality but periodically throws in a little bit of the lighter side.  I'm not sure if it's possible, but it would be awesome if I could develop two themes - one for the serious side of things and one for the less serious side of things.  Of course, I'm never formal, or at least I try not to be (which is why I'm so stiff in formal situations), so it'd be something akin to nice jeans (washed as opposed to the baggy ones that I've worn for a week without washing) and a sports coat - no tie (I hate when women wear ties) vs my old pale and getting paler jeans that once were blue but have been washed too many times for that and now I can't wear them in public because the holes are in the wrong places and a t-shirt that says something relating to my days with the &lt;a href="http://www.raidercatholic.org"&gt;Catholic Student Association&lt;/a&gt; back at Tech (I had nothing to do with that website and will some day mail them a cd with a decent one).&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Along those same lines, I'm thinking something really informal for &lt;a href="http://betwixtmineears.blogspot.com"&gt;Betwixt Mine Ears&lt;/a&gt; like beaches, sunglasses and giant umbrellas.  Sort of like writing poetry while enjoying a margarita in some place I've never been with blue water and sandy beaches (as opposed to the brownish-green and pebbly-hurt-your-feet beaches we have in many places in Texas).&lt;/li&gt;&lt;br /&gt;&lt;li&gt;As for Design-Err, it might be cool to do a Photoshop/InDesign type theme with a background image covered by my gadgets with desk icons and silly stuff like that.  It could definitely be neat, but I'm not sure it would be as pretend professional as I'd like.  I'm thinking something very minimalist, but not without the decor that makes a person enjoy a site.&lt;/li&gt;&lt;/ol&gt;Those sound like good beginnings for my designs, but I need something unifying about them or some elements that I can use within them to make it clear that they're the same but not the same all at the same time.  =)&lt;br /&gt;&lt;br /&gt;There's a possibility of forcing each design into the exact same shape - so that my gadgets, posts, headers, images, etc. all possess the same outline, though not the same content.  That could be an interesting design exercise.   I could also try to create a logo, but I'm not sure I'm ready to do that just yet.  Actually, if I try to use the exact same outline, it means I only need to do the skeletal CSS and XHTML once and I could have as many variations as I wanted by using Javascript to swap CSS templates.  That would be pretty stinkin' cool.  Another option would be to utilize the same color scheme, but that would destroy the moods that I'm trying to create.&lt;br /&gt;&lt;br /&gt;I really like the concept of creating one skeleton and then fleshing it out in lots of different way like they've done over at  &lt;a href="http://www.csszengarden.com/"&gt;CSS Zen Garden&lt;/a&gt; (there are some insanely beautiful designs there, there are also some ho-hum ones, but oh well).&lt;br /&gt;&lt;br /&gt;That's it for tonight.  I'll sleep on these thoughts for a few days and see what we come up with.  Hopefully I'll have a line drawing and maybe even some code available next time.  Until then, sleep well, get up, drink your coffee and go to work.  By the way, if you're ever in need of a little inspiration, take a trot over to &lt;a href="http://designmeltdown.com/"&gt;Design Meltdown&lt;/a&gt; and check out some of the sites Patrick McNeil has accumulated.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-514637796412958809?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/514637796412958809/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=514637796412958809' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/514637796412958809'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/514637796412958809'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/03/few-more-preliminary-thoughts.html' title='A few more preliminary thoughts'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-6239870040025849811</id><published>2008-03-03T14:02:00.000-08:00</published><updated>2008-03-03T18:40:04.478-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='unity'/><category scheme='http://www.blogger.com/atom/ns#' term='unity in design'/><category scheme='http://www.blogger.com/atom/ns#' term='unique'/><category scheme='http://www.blogger.com/atom/ns#' term='unique design'/><category scheme='http://www.blogger.com/atom/ns#' term='theme in design'/><category scheme='http://www.blogger.com/atom/ns#' term='design themes'/><title type='text'>A few preliminary thoughts</title><content type='html'>The most immediately catching word from my questionnaire is babblerific.  It's so personality laden that I immediately have a few ideas about what it means.  Upon further reflection, however, babblerific probably doesn't describe the content of my blogs very well.  It suggests content that is a little more spontaneous, excited and funny than what I've been writing and that definitely means I need a different look and feel.  When designing for a client, you want to ask them what they mean by non-definitive, but highly evocative phrases before you return something ridiculously irrelevant to their company.&lt;br /&gt;&lt;br /&gt;My design ideas:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;The design theme I first considered revolved around collegiate babble - the sort of thing some of the most brilliant professors do from time to time.  These professors are interested in teaching and conveying ideas, but they've got so much in their brains that it doesn't always come out clearly.  Like their offices, which are a highly organized clutter, I'd like my blogs to have a little of the cluttered feel, but I want my users to be able to find everything they need as though it were their own clutter rather than mine.  I'm somewhat taken by the idea of rooms in a professor's house - the sunroom for &lt;a href="http://betwixtmineears.blogspot.com/"&gt;Betwixt Mine Ears&lt;/a&gt;, the office for Design-Err and the study for &lt;a href="http://wakinhrs.blogspot.com/"&gt;WakinHrs&lt;/a&gt;.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Since I'm trying to convey my personality as it is coming out on the blogs, I think something of the mismatch might be appropriate.  I'm imagining my own place where I have some nice furniture my dad bought me, a used loveseat we bought from some college kids, a sword my husband bought in Spain, crosses we were given when we married, a big elephant Beanie Baby my mom gave me, and essentially a bunch of other stuff that doesn't go together in any really coherent theme.  Somehow, though, I don't think my living room is actually that mismatched - everything kind of goes together in the arrangement it's in and I don't feel like your eyes move from one item to another in surprise to find such an object in the presence of the other objects.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;There's also the mismatch of the afghan blanket my grandma made me when I got married - my husband and I picked out the colors, which looked pretty good in the store (ok, I never really liked the marigold) but pretty odd in the blanket.  Even though most people look at it and think, wow, what an ugly blanket, I've grown rather fond of it and am somewhat partial to its odd color scheme.  But I'm not certain I want to subject my visitors to something which is immediately unappealing and ask that they give it the time to grow on them.&lt;/li&gt;&lt;/ol&gt;The more I think about it, however, the more I think these themes, especially the latter two really only fit &lt;a href="http://betwixtmineears.blogspot.com/"&gt;Betwixt Mine Ears&lt;/a&gt;, but not this blog.  While Design-Err is informal and subject to my whims, it's also much more business like and education oriented.  It's more the classroom with the professor who doesn't have an agenda but still attempts to teach than that of the professor who doesn't have an agenda but still manages to say interesting things (even if they're only interesting because they don't quite make sense).&lt;br /&gt;&lt;br /&gt;I think what I'm discovering is the uniqueness of each blog - the personality each one needs to stand on its own, but I'm missing the underlying unity to bring them all together.  I'll spend some more time coming up with ways these blogs are unique as well as work on coming up with a believable theory for unity upon which to base the unique themes.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-6239870040025849811?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/6239870040025849811/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=6239870040025849811' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/6239870040025849811'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/6239870040025849811'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/03/few-preliminary-thoughts.html' title='A few preliminary thoughts'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-6686584503785884075</id><published>2008-03-02T20:12:00.001-08:00</published><updated>2008-03-02T21:02:03.570-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='unity'/><category scheme='http://www.blogger.com/atom/ns#' term='design architecture'/><category scheme='http://www.blogger.com/atom/ns#' term='web design'/><category scheme='http://www.blogger.com/atom/ns#' term='unity in design'/><category scheme='http://www.blogger.com/atom/ns#' term='design preparation'/><category scheme='http://www.blogger.com/atom/ns#' term='design unity'/><category scheme='http://www.blogger.com/atom/ns#' term='user vs designer'/><category scheme='http://www.blogger.com/atom/ns#' term='design planning'/><title type='text'>It's time to design</title><content type='html'>As I said a few posts ago, I think I need to redesign all of my blogs completely so I can get a look that I really like - one that suits the personality of each individual blog while still reflecting some sort of unity between the three and respecting the needs of the disabled.  Generally speaking, in design (not InDesign - hahahahaha) the needs and interests of the audience should be heavily weighted in making plans, especially where architecture is concerned.  I'd say that I'm not going to do much better than the blog originators have done at providing a useful layout.  I will, however, keep in mind user interests when considering where to place different gadgets within the page.&lt;br /&gt;&lt;br /&gt;Let's get started by gathering the information I need to start designing.  I'll use a pared down list of questions that I would give to clients before designing a website.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;What is the mission of your blogs?&lt;br /&gt;To spread my babblerific ideas through individual forums pertinent to three of my interests - creative writing, babbling and web design.&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;How will these blogs support your mission?&lt;br /&gt;They provide the forum for the spread of babblerific ideas as well as provide the impetus for improving my skills at each of these three interests.&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;What are your two or three most important goals for the site?&lt;br /&gt;Eye candy, interesting babble, practice&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Who is the primary audience for the Web site?&lt;br /&gt;There are several - designers who want to laugh at me, designers looking for tips (&lt;a href="http://design-err.blogspot.com/"&gt;Design-Err&lt;/a&gt;), people looking for interesting short stories and creative writing (&lt;a href="http://betwixtmineears.blogspot.com/"&gt;Betwixt Mine Ears&lt;/a&gt;) and friends of mine (all three).&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;What do you want the audience to think or do after having visited your site?&lt;br /&gt;In no particular order: laugh, cry, design a better site, ask me to design a site, become Catholic, be a better Catholic, think a little bit and visit the blogs of more interesting people that will soon appear (the blogs, not the people).&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;What Web-related strategies will you use to achieve those goals?&lt;br /&gt;Eventually, each blog will link to my website, I'll write stuff that people think is interesting or will think about, I'll use unique designs that are reflective of their written content without overpowering and overshadowing the written content and add a list of blogs of interesting people.&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;What specifically do you want the site to contain?&lt;br /&gt;Babblerific ideas!  interesting, standards compliant, user-friendly design&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Do you have any special features you want included in the design?&lt;br /&gt;I want all three blogs to be unique but united (kinda like the Catholic Church - many cultures, one people).  It should be obvious to someone visiting all three that they're part of a bigger babblerific whole (me!).&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;How will you measure the success of your site?&lt;br /&gt;Someday somebody who isn't already a friend of mine will comment and say it looks nice.  I'll also see whether or not anybody contacts me to design their site, if my skills in my three babblerific fields of interest improve and if I ever get a job writing something neat.&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;How will you adequately maintain the finished site?&lt;br /&gt;It's me it's me!&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;What type of content do you want on the various pages?&lt;span style=""&gt;  &lt;/span&gt;Briefly describe the purpose or content of each page (one or two sentences max).&lt;br /&gt;&lt;a href="http://wakinhrs.blogspot.com/"&gt;WakinHrs&lt;/a&gt;: blogs to friends, interesting Catholics, interesting other people, babblerific ideas by me, profile, photo&lt;br /&gt;&lt;a href="http://design-err.blogspot.com/"&gt;Design-Err&lt;/a&gt;: good web design tools and sites, helpful screenshots, blogs to interesting design people, babblerific design ideas by me, profile, photo, contact info&lt;br /&gt;&lt;a href="http://betwixtmineears.blogspot.com/"&gt;Betwixt Mine Ears&lt;/a&gt;: random stuff from my bookmarks folder, babblerific stories, profile, photo, copyright stuff&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;All of that means I have some thinking and some doodling and some gray matter work to do.  Next time I come in, I'll talk about a few ideas I've had (and discarded) and report on my progress toward three unique and unified designs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-6686584503785884075?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/6686584503785884075/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=6686584503785884075' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/6686584503785884075'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/6686584503785884075'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/03/its-time-to-design.html' title='It&apos;s time to design'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-543052540482660978</id><published>2008-02-24T17:35:00.000-08:00</published><updated>2008-02-24T17:37:07.626-08:00</updated><title type='text'>IE's "Bigness"</title><content type='html'>Just a little sidenote - IE looks big because it's default font size (or at least what I had it set on) is about 3 times the default size (normal) on Firefox.  That's got to be the quickest fix I've ever implemented.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-543052540482660978?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/543052540482660978/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=543052540482660978' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/543052540482660978'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/543052540482660978'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/02/ies-bigness.html' title='IE&apos;s &quot;Bigness&quot;'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-3212872356826734016</id><published>2008-02-24T16:29:00.001-08:00</published><updated>2008-02-24T16:39:11.020-08:00</updated><title type='text'>On second thought</title><content type='html'>I think the concept of Design-Err should be rethought a bit.  After "stumbling upon" (that's a website or something, you know) a number of blogs and sites with self-references to changes that nobody but a regular would ever notice, it has occurred to me to reconsider describing changes to multiple blogs and a website which are likely to be unfamiliar to new readers and may or may not be of interest to old readers (if such a group can be said to exist on a two-month old blog).&lt;br /&gt;&lt;br /&gt;That being said, I'll probably take some time to consider how to implement the original goal: displaying design changes as they become necessary or desirable along with the changes made in design plans as they are worked out or thought through.  I think such a display only makes sense if it includes visual content, and right now, the only visual content I'm able to provide is the final outcome of my work, rather than the progress.&lt;br /&gt;&lt;br /&gt;This might be solved simply by uploading screenshots as I go through the work or I might use some personal webspace to house old versions for my readers' perusal.  Either way, change is acomin' so be on the lookout.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-3212872356826734016?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/3212872356826734016/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=3212872356826734016' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/3212872356826734016'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/3212872356826734016'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/02/on-second-thought.html' title='On second thought'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-7657338553375967249</id><published>2008-02-18T15:11:00.000-08:00</published><updated>2008-02-18T16:58:06.357-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='color blind'/><category scheme='http://www.blogger.com/atom/ns#' term='color schemes'/><category scheme='http://www.blogger.com/atom/ns#' term='fonts'/><category scheme='http://www.blogger.com/atom/ns#' term='color contrast'/><category scheme='http://www.blogger.com/atom/ns#' term='font colors'/><title type='text'>Color-blind Fix II</title><content type='html'>Last time I said I would fix the broken layout for &lt;a href="http://betwixtmineears.blogspot.com"&gt;Betwixt Mine Ears&lt;/a&gt; in IE this time, but I think I should do something about the silly colored fonts in all three of my blog layouts.  Some of the color choices are difficult to read for people who AREN'T color blind, so I can't imagine them being helpful for people like my husband who have difficulty with shades.&lt;br /&gt;&lt;br /&gt;We'll start with this one where all the links are orange.  This wouldn't be such a poor choice if orange weren't so much like yellow and that didn't seem so much like white which is the color of my background.  Blogger has a nifty way to change your fonts and colors, so I'm going to check that out since I've never used it before.  Otherwise, we could make all these changes ourselves through the CSS. &lt;br /&gt;&lt;br /&gt;The tool is ok for quick fixes and nothing particularly fancy, so for our purposes, it's almost sufficient.  But now that my colors are darker, they don't stand out from the rest of the text as well as they did previously.  To solve that problem, I'm going to revert back to the original underscored link by editing my CSS to remove the text-decoration: none tag. &lt;br /&gt;&lt;br /&gt;That makes my life easier, and hopefully it's helpful for anyone who has difficulty distinguishing between colors.  I also added a description to &lt;a href="http://design-err.blogspot.com/"&gt;Design-Err&lt;/a&gt;.  I hope you like it.  =)&lt;br /&gt;&lt;br /&gt;The only huge problem I have with &lt;a href="http://betwixtmineears.blogspot.com/"&gt;Betwixt Mine Ears&lt;/a&gt; is the dates - using a font color that's practically the same color as your background is just plain silly.  Yes, they match very well, but yes, they are also harder to read for everyone and their dog.  I'll just pulled the sidebar color into the Date Header Color, and I think that'll work - it doesn't attract undo attention from the title of the post, but it's definitely legible.&lt;br /&gt;&lt;br /&gt;Finally, &lt;a href="http://wakinhrs.blogspot.com"&gt;WakinHrs&lt;/a&gt; isn't bad except for the text in the sidebar which is just a little too light to be easy on the eyes, and as I've said before (and really, I'm only repeating other more knowledgeable people), if you have text, you don't want to discourage people from reading it by making it painful to do so.&lt;br /&gt;&lt;br /&gt;I've darkened that font to create more contrast, and now I'm all wrapped up for the day.&lt;br /&gt;&lt;br /&gt;I'll be seein' ya' 'round the corner.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-7657338553375967249?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/7657338553375967249/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=7657338553375967249' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/7657338553375967249'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/7657338553375967249'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/02/color-blind-fix-ii.html' title='Color-blind Fix II'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-1512466766511697203</id><published>2008-02-12T17:58:00.000-08:00</published><updated>2008-02-12T19:12:14.804-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='color blind'/><category scheme='http://www.blogger.com/atom/ns#' term='black on white'/><category scheme='http://www.blogger.com/atom/ns#' term='color schemes'/><title type='text'>Color-blind Fix</title><content type='html'>I received a complaint a while back (probably a few months ago) that &lt;a href="http://wakinhrs.blogspot.com/"&gt;WakinHrs&lt;/a&gt; was too hard to read.  I wasn't able to fix the problems immediately, but that is my goal for this evening.  To start things off, I thought I'd learn a bit more about the problems and solutions involved in designing for a color blind audience.  Doing that brought me to a great &lt;a href="http://www.digital-web.com/articles/color_theory_for_the_colorblind"&gt;article&lt;/a&gt; on the &lt;a href="http://www.digital-web.com/"&gt;Digital Web Magazine&lt;/a&gt;.  Reading the comments brought me a totally nifty little &lt;a href="http://www.vischeck.com/vischeck/vischeckURL.php"&gt;tool&lt;/a&gt; for testing the appearance of websites according to the three most common forms of color-blindness.&lt;br /&gt;&lt;br /&gt;I ran the program on my blog in each form of color-blindness and the black and white weren't blurred to the extent that they were significantly more difficult to read than usual.  I'm not entirely certain what to make of that, but I do think white on black is a little hard to read, so for the sake of my readers and anyone who can't read white on black, I'm changing my color scheme just for you.&lt;br /&gt;&lt;br /&gt;Black on white is the easiest to read, but some folks have their monitor displays turned up insanely high (myself included) so that reading black on white on a monitor can also become tiring.  I'd like to try something a little less visually taxing without creating something puky.  I put a light blue border around  some of my boxes, so let's see how that color works as a box itself.  I'm not sure what it's going to look like since there's so darn little of it to look at now.&lt;br /&gt;&lt;br /&gt;That's interesting.  And that's about all I can say about that.  It almost works, but there's something missing.  I think I need some padding and another frame so that it makes better sense within the look for the rest of the page.  That having been done, it does look a lot better.  But I think I don't like it.  Maybe yellow will do the trick.&lt;br /&gt;&lt;br /&gt;**I would like to take this moment to say, "Thank you Blogger for auto-saving my work so that when I randomly, accidentally close my window, my post still exists."**&lt;br /&gt;&lt;br /&gt;The yellow worked, but it requires that I change all the other colors on my page.  Let's just see how black on white works.  This is going to sound really weird, but it looks like my white is kind of yellow...  That's an interesting visual trick, and it kind of works, but I think the entire color scheme of this site is going to have to be changed.  If I'm going to do that, I'm going to pick a layout that I want to be in color. &lt;br /&gt;&lt;br /&gt;Actually, I should really just design my own blogger layout and scheme that looks just the way I want it, sort of the way I did for &lt;a href="calvert.uchicago.edu"&gt;Calvert House&lt;/a&gt;.  Granted it's not really a blog, but it serves our current purposes.  Also, if you drill all the way to Calvert's website, please DO NOT blame me for the code.  Feel free to blame me for it looking better than it did, but don't blame me for too much.  I inherited it, and it wasn't pretty when I got it.  I should design a new website for them as well.&lt;br /&gt;&lt;br /&gt;With that said, my temporary solution is a new template.  I, of course, had to fix the profile image, but I also changed the spacing in my post titles.  The font of choice is naturally too close together, making the text difficult to read and, in my opinion, sloppy looking.  CSS is a great thing.&lt;br /&gt;&lt;br /&gt;That's it for now.  As the last post said, next time, I'll do something about the broken layout on &lt;a href="http://betwixtmineears.blogspot.com"&gt;Betwixt Mine Ears&lt;/a&gt;.  After that, I'll learn a bit more about IE's "bigness". &lt;br /&gt;&lt;br /&gt;Until then, ya'll come back now.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-1512466766511697203?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/1512466766511697203/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=1512466766511697203' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/1512466766511697203'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/1512466766511697203'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/02/color-blind-fix.html' title='Color-blind Fix'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-8627973268335456378</id><published>2008-02-09T15:09:00.000-08:00</published><updated>2008-02-09T16:03:23.256-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='borders'/><category scheme='http://www.blogger.com/atom/ns#' term='padding'/><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><category scheme='http://www.blogger.com/atom/ns#' term='photos'/><title type='text'>Quick photo fix</title><content type='html'>I want to accomplish two things in this post - one is to put a border around my photos that need them (who doesn't do that to begin with???) and the other is to figure out a better placement for the photo on this blog.  I'm thinking centered, but maybe right-aligned.  We'll see.&lt;br /&gt;&lt;br /&gt;It looks like I just need borders on &lt;a href="http://betwixtmineears.blogspot.com"&gt;Betwixt Mine Ears&lt;/a&gt; and &lt;a href="http://design-err.blogspot.com"&gt;Design-Err&lt;/a&gt;.  A quick border in Gimp, an upload in Page Elements, and we're all done.  But, you know what?  I'm going to try something crazy.  There's an id tag in my code called Image1 that refers to my photo in the sidebar.  I'm going to try putting a CSS border in my code for that id.  That was a complete disappointment - it put a border all the way around the widget, not around the photo.  Let's try a CSS border for the nested img tags of Image1.  Awesome!  I now have the border without having to edit my photo in Gimp.  Within the Image1 id tag (not the img tag though), I also aligned the text to the center to produce the desired effect, and just like that, I'm all done.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://betwixtmineears.blogspot.com/"&gt;Betwixt Mine Ears&lt;/a&gt; is going to be a bit more difficult just because I was lazy when I put that in.  Learn a lesson, kids: never ever be lazy - you'll just have to redo it later down the road.  I reshrunk my original photo to the appropriate size and uploaded it.  For a moment, it will be dreadful, but soon, we'll add the CSS to put some padding and what not in all the right places.  Perfect.  I'll save my changes, check it out in IE 7 (I refuse to restart my other laptop to check this out in IE less than 7).  *a few moments go by*  Ok ok ok.  I have to check it in IE less than 7 because they didn't get the padding right I'm sure and it has great potential to be dreadful if it's not right!  *sigh*&lt;br /&gt;&lt;br /&gt;Great!  That fix worked fine in IE 7, but now it turns out that the design itself was already broken in IE 7!  I am so annoyed about that. &lt;br /&gt;&lt;br /&gt;Oh wait.  Hah!  I just ran IE on my other laptop - it's the one with IE 7 on it!  And it looks "fine" in IE 7.  Just big.  Everything looks big in IE.  Why is that?  It's so weird.  And the layout is broken in IE less than 7 on this laptop.  I guess I'll fix that after I make &lt;a href="http://wakinhrs.blogspot.com"&gt;WakinHrs&lt;/a&gt; a little more friendly to the color blind community.  Maybe I'll do some research after that and fix my code so it doesn't look "big" in IE.&lt;br /&gt;&lt;br /&gt;Until next time, prop your feet up, toss back a mocha and do something crazy - code!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-8627973268335456378?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/8627973268335456378/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=8627973268335456378' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/8627973268335456378'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/8627973268335456378'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/02/quick-photo-fix.html' title='Quick photo fix'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-5457699171481000637</id><published>2008-02-04T18:07:00.000-08:00</published><updated>2008-02-09T16:08:14.116-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='user experience'/><category scheme='http://www.blogger.com/atom/ns#' term='padding'/><category scheme='http://www.blogger.com/atom/ns#' term='text length'/><category scheme='http://www.blogger.com/atom/ns#' term='user vs designer'/><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><title type='text'>Improving Lines</title><content type='html'>From a visual perspective, the layout on this template is neat, and it conveys a little bit of the personality that I would like it to illicit when all is said and done.&lt;br /&gt;&lt;br /&gt;From a user perspective, however, it's a bit annoying.  Generally speaking, text that's more than a few inches in length is tiring for the eyes because they actually have to move in order to take in the entire line.  When the eyes are tired, they take in still less text and must move even more.  On my machine, where practically the only program I run without being fully maximized is the &lt;a href="http://www.gimp.org/"&gt;Gimp&lt;/a&gt;, the post text is 6 or 7 inches in length!  I appreciate the fact that my posts look shorter, and therefore more readable, and I appreciate that I have less white space on my screen, BUT sometimes web design should be more concerned with the overall user experience than the overall designer's experience.  That being said, I'm going to give the wrapper containing these sections a max width of 800px which has pretty much become the standard.  At some point, I might throw in some photos or something along the edges, but that's a decision for later down the road.  Right now I want this to be a pleasant experience for the reader.&lt;br /&gt;&lt;br /&gt;Readability on this design gets worse when the reader goes for the profile information on the right which is unbelievably right-aligned!  I really like the uniqueness of right-aligned text - it's a surprise, a little refreshing, a little squirrely, a little poetic, etc., but it's just really darn hard to read without going cross-eyed.  I really like it's look on this blog, because it's a bit more like me - not really all that with it, BUT it's not nice to do that to your readers unless you ARE writing poetry, or you're only using a little bit of it.  My profile is too prosy for that, so I'm going to switch it to left-aligned.  At some point, I'll need to find a way to convey what I want to convey via a means that doesn't distance the user from the experience by making him wear out his eyes.&lt;br /&gt;&lt;br /&gt;The easiest way for me to figure things out in this code is to go to the HTML for the posts and check out the tags that surround it to find the one that is most suitable for controlling the width of these widgets.  I expect either a wrapper that I can use to shrink both down to 800px as though that were how wide my window is (allowing whatever percentages are already in place to remain) or two tags for both the left and right that will need to be manipulated.&lt;br /&gt;&lt;br /&gt;I'm going to guess that the content-wrapper will suffice.  Let's check it out...  I'll change the current margin setting to margin: 0 auto 0; and add width: 800px; and that should do it.  Hit preview, and it's perfect.  Of course, who knows what IE will do with it!  ;)&lt;br /&gt;&lt;br /&gt;Next up is the justification of my text.  This should be equally simple, and I can go to pretty much the same place in the HTML to get the right id.  I just removed the entire text-align line and hit preview.  The result is what I wanted, but I don't like how close my margins are.&lt;br /&gt;&lt;br /&gt;I'm also noticing that my browser is creating a scroll-bar at the bottom, that means the 800px is too big.  I should have thought about that - with the right scroll bar in place, part of my page real estate is being taken up, so we need to compensate for that.  I'll just deduct 20px and see how that checks out.  Actually, I'm not appreciating the fact that there's a 20-30px margin on the left that isn't happening on the right.  I'm nuts about balance, and that simply is never going to be balanced without compensation on the right.  I'm making lots of minor tweaks in the code to save space here and there, shrink the left margin a bit and find a right margin, so I'll spare you those details.&lt;br /&gt;&lt;br /&gt;For some reason I can't fathom, I have a little spacer on the right when my window is minimized that didn't appear until I started tweaking, so I'm going to undo everything I did, and start over slowly to see what causes it to appear.&lt;br /&gt;&lt;br /&gt;It's good that I started over because I thought through what I needed to do a little more clearly and achieved the correct results with only 4 or 5 changes in the code.  Imagine that.  ;)  Those changes were to the content-wrapper (width and margin) , sidebar-wrapper (text-align and float) and main-wrapper (padding).&lt;br /&gt;&lt;br /&gt;I also increased the padding between my sections since they were crowded once they were no longer opposite aligned.&lt;br /&gt;&lt;br /&gt;The last thing I want to do is fix my photo since it's now left-aligned, but I'll save that for later in the week.  For now, it's almost bedtime.  =)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-5457699171481000637?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/5457699171481000637/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=5457699171481000637' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/5457699171481000637'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/5457699171481000637'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/02/improving-lines.html' title='Improving Lines'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-2489892398572039772</id><published>2008-01-30T14:34:00.000-08:00</published><updated>2008-01-30T21:33:56.650-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google Analytics'/><category scheme='http://www.blogger.com/atom/ns#' term='blogs'/><category scheme='http://www.blogger.com/atom/ns#' term='site visit'/><title type='text'>Next up - Google Analytics</title><content type='html'>After making my relatively unsupported statement about nobody reading my WakinHrs blog, I decided I should go ahead and startup Google Analytics on my blogs to see how things are going and check if we have any lurkers (I hope I hope I hope).&lt;br /&gt;&lt;br /&gt;So, I checked to see if there was an automatic way to do this via blogger, but I didn't find one, so I just clicked on their link for Google Analytics, signed into my account, and now I'm adding three separate profiles for new domains for each of my blogs and copying and pasting that code at the bottom.  Should be easy enough...&lt;br /&gt;&lt;br /&gt;Per the instructions, I am, of course, inserting the code directly above my closing body tag.  Unfortunately I don't really know what the difference is between the legacy code and the new tracking code.  I assume this has something to do with them making a new tracking system with new code to track new stuff and some people are still using the old code and don't want to switch because it will ruin all of their data, so they provide both.  I'm going with the new code 'cuz newer is better.  Sometimes.&lt;br /&gt;&lt;br /&gt;Everything is copy and pasted, now I just have to see about confirming everything.  Betwixt Mine Ears is go, Design-Err is go, and WakinHrs is go.  Groovy.  No hiccups at all!  Now I just have to wait for data to analyze!&lt;br /&gt;&lt;br /&gt;Have a good night and good luck staying awake through the Super Bowl!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-2489892398572039772?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/2489892398572039772/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=2489892398572039772' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2489892398572039772'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2489892398572039772'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/01/next-up-google-analytics.html' title='Next up - Google Analytics'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-7222528043432771256</id><published>2008-01-28T17:07:00.000-08:00</published><updated>2008-01-30T21:34:50.890-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger layouts'/><category scheme='http://www.blogger.com/atom/ns#' term='Blogger templates'/><category scheme='http://www.blogger.com/atom/ns#' term='templates'/><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><category scheme='http://www.blogger.com/atom/ns#' term='photos'/><category scheme='http://www.blogger.com/atom/ns#' term='layouts'/><title type='text'>We're gone get dis right.</title><content type='html'>After a miserably failed attempt at changing my photos, I'm back for more!  This time, I have a plan.  And that plan involves using CSS templates as opposed to XML templates.  I did, however, add "learn XML" to my to-do list.  Or at least I plan on adding it...&lt;br /&gt;&lt;br /&gt;At any rate, back to where we left off.&lt;br /&gt;&lt;br /&gt;This time, I'm going to just view the source code within Firefox and use the preview function on the edit html page for Blogger.  In order to figure out precisely where the photo originally goes, I'm going to turn my photo back on.  That should identify the most readily acceptable location.&lt;br /&gt;&lt;br /&gt;Ok, so Blogger has changed a lot since I made my first blog (WakinHrs) a couple years ago.  They've got these widget things that you can't really edit.  I'm a little disappointed by that since I really want to position my photo within my profile, but I can get it pretty close by going into the page elements and adding the appropriate element and placing it above the About Me section.  I think I'm also going to move my archive below everything.&lt;br /&gt;&lt;br /&gt;Well, that was a lot easier than I was expecting, but also a bit less satisfying from a design control aspect.  I guess I can't complain too much - it's a free service, a pretty service and a user friendly service...&lt;br /&gt;&lt;br /&gt;I'll sign off now and add photos to my other blogs.  In the meantime, have a good time and I'll see ya' around the bend!&lt;br /&gt;&lt;br /&gt;*Edit:  It turns out that the template I'm using on one of my other blogs isn't really properly suited for adding the photo widget - it kept smashing my photo against the top and right sides of the side bar.  I would have liked to have done a simple edit on the CSS for this, but since it's a widget, that's code I can't get at.  In order to solve the problem, I added 20px of padding to the top and the right sides of my photo, using the same color as the background to fill in my padding.  That seems to have worked nicely, and I do believe things look pretty darn decent now.  =)&lt;br /&gt;&lt;br /&gt;**Edit2:  Oh boy oh boy!  My first blog doesn't have widgets!  That means I can add a div for my photo, give it an id of my own description in CSS and go about my business slap happily.  So, let's go at this the way I was first suggesting - add my photo, check the view source real quick, and then remove the photo before someone sees it!  Yeah yeah, I know that's not the high quality way of doing things, but I don't think anybody really reads that blog.  =)&lt;br /&gt;&lt;br /&gt;I'm going to test this to make sure I've located the right place by inserting &amp;lt;div&amp;gt;Howdy!&amp;lt;/div&amp;gt; to see where it appears when I hit preview.  It looks like the only options available to me with that route are above the words About Me and below the profile.  That's the same options I got with the layout.  Woe is me!  I want more power!&lt;br /&gt;&lt;br /&gt;How's about something cheeky?  I'll try adding my photo as a background to the class for "sidebar-title" and giving it enough height to show the photo and keep "About Me" just above it.&lt;br /&gt;&lt;br /&gt;Alas, as I was searching for the CSS for sidebar-title, I made a rather disappointing discovery - that class is used multiple times.  I could do a workaround, but at that point I would be so far astray of anything bearing the remotest resemblance to good web standards, that it's not worthwhile.  So I'll just toss my photo in above the About Me the same as it is on the other blogs and call it a day.  While I'm at it, I'll also removed all the external links on that blog while I was messing with the code.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-7222528043432771256?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/7222528043432771256/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=7222528043432771256' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/7222528043432771256'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/7222528043432771256'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/01/were-gone-get-dis-right.html' title='We&apos;re gone get dis right.'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-2259474280498778757</id><published>2008-01-22T16:46:00.001-08:00</published><updated>2008-01-30T21:35:23.610-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger layouts'/><category scheme='http://www.blogger.com/atom/ns#' term='Blogger templates'/><category scheme='http://www.blogger.com/atom/ns#' term='templates'/><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><category scheme='http://www.blogger.com/atom/ns#' term='photos'/><category scheme='http://www.blogger.com/atom/ns#' term='layouts'/><title type='text'>First things first</title><content type='html'>We need an appropriate photo representation of me.  The problem, however, is that I have multiple blogs, each of which has its own unique character.  Well, one of them lacks any character whatsoever, but two of them have a bit at least.&lt;br /&gt;&lt;br /&gt;So we're going to hit three birds with one stone.  Or at least we're going to hit them in the same sitting.  No killing this time - my blogs will still not be satisfactorily customized.&lt;br /&gt;&lt;br /&gt;Here are my photos:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_paLBe7s3Rkc/R5aZWPrG64I/AAAAAAAAAAk/u0hOXhQTv44/s1600-h/JustMarried.jpg"&gt;&lt;img style="margin-right: 10px; float: left; cursor: pointer;" src="http://bp2.blogger.com/_paLBe7s3Rkc/R5aZWPrG64I/AAAAAAAAAAk/u0hOXhQTv44/s200/JustMarried.jpg" alt="" id="BLOGGER_PHOTO_ID_5158479030642994050" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_paLBe7s3Rkc/R5aZWfrG65I/AAAAAAAAAAs/Z5lblsFtDvc/s1600-h/Helmet.jpg"&gt;&lt;img style="margin-right: 10px; margin-top: -20px; float: left; cursor: pointer;" src="http://bp3.blogger.com/_paLBe7s3Rkc/R5aZWfrG65I/AAAAAAAAAAs/Z5lblsFtDvc/s200/Helmet.jpg" alt="" id="BLOGGER_PHOTO_ID_5158479034937961362" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_paLBe7s3Rkc/R5aZWfrG66I/AAAAAAAAAA0/rlfuNdrBCqE/s1600-h/Grizzlies.jpg"&gt;&lt;img style="margin-top: -40px; float: left; cursor: pointer;" src="http://bp3.blogger.com/_paLBe7s3Rkc/R5aZWfrG66I/AAAAAAAAAA0/rlfuNdrBCqE/s200/Grizzlies.jpg" alt="" id="BLOGGER_PHOTO_ID_5158479034937961378" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So the first thing I need to do is turn off the option that adds my photos to my blog automatically.  That's done by editing my User Profile and removing the image (it's not like it was of me anyways).&lt;br /&gt;&lt;br /&gt;Next, I'll need to take a looksie at the CSS governing my pages.  I'll start with this one just because I want to.  I'll go back out to the dashboard, click settings on this blog, click the Template tab and then Edit HTML.  Now, the easiest way to scope this out is with a bigger window than Blogger provides.  I'm going to use my preferred editor for Windows: &lt;a href="http://notepad-plus.sourceforge.net/uk/site.htm"&gt;Notepad++&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Ok.  So now I have to read somebody else's code.  Fortunately the people who designed these at least thought about the fact that other people might want to read them.  What I'm looking for is something that sounds related to the side bar on my blog like the about me section.  Ahhh, there it is.&lt;br /&gt;&lt;br /&gt;But what’s all that weird stuff that I don't understand???&lt;br /&gt;&lt;br /&gt;I guess this is the point where I come to the sad realization that I don't know what language this is written in.  I'm going to pretend to be real smart and take a guess that it's XML since Windows wanted to open the file in XML Editor (not to mention that’s what it says at the top of the page!).  Since I don't know what's going on exactly, I'm going to try the guess, test and revise method (this is how I edited an old template before I knew what CSS was).  Let's try plugging a photo into line 868 where it says src='data:photo.url'.&lt;br /&gt;&lt;br /&gt;Apparently that didn't work. &lt;br /&gt;&lt;br /&gt;I got an error page instead.  So, now that that was a complete failure, I'm going to go over to the edit template page and copy and paste that code because it looks shorter.  For the sake of testing things out, being adventurous and not wanting to spend THAT much time on this, I'll just see if it actually runs for me...&lt;br /&gt;&lt;br /&gt;And it's just as I feared...  This is not going to work.&lt;br /&gt;&lt;br /&gt;So.  Now I’ve wasted a good hour and a half pretending to be productive while I IMed, it seems that it might behoove me to cruise the other templates lying about to see if any others might be of a more cooperative nature.  Herbert seems to have lots of pretty &amp;lt;div&amp;gt; tags to make me happy, so we’ll switch over and finish this another time.&lt;br /&gt;&lt;br /&gt;Until then, don’t drink and code.  Unless it’s coffee.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-2259474280498778757?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/2259474280498778757/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=2259474280498778757' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2259474280498778757'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/2259474280498778757'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/01/first-things-first.html' title='First things first'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_paLBe7s3Rkc/R5aZWPrG64I/AAAAAAAAAAk/u0hOXhQTv44/s72-c/JustMarried.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5155334411272803253.post-4242072326171073805</id><published>2008-01-21T20:20:00.000-08:00</published><updated>2008-01-30T21:36:04.067-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='web design'/><category scheme='http://www.blogger.com/atom/ns#' term='introductions'/><title type='text'>This is a bad idea</title><content type='html'>Thousands of blogs and websites are dedicated to web design.  A good chunk of them provide meaningful advice on how to prepare for the design of a website, how to design the architecture, visual layout, user interface, etc. of the website in an aesthetically pleasing manner, how to code the website, how to test the website, how to put the website online, etc. etc. etc.&lt;br /&gt;&lt;br /&gt;I'm here to do something a tiny bit different.  I'm going to do all this while you watch, starting with this blog.  You'll see me screw up and rethink the design.  You'll watch me change my mind halfway through the process.  You'll marvel at the ridiculousness of my planned workarounds.  You'll say, "I told you so," when I give up on my workarounds. In short, you'll watch a design-err at work.  During the process, however, you might pick up a few tips and tricks, find a couple of especially helpful websites and learn how not to do things.&lt;br /&gt;&lt;br /&gt;If you're lucky, by the time I've mastered this blog and my other two blogs, I'll be prepared to give you a real show with my personal &lt;a href="http://cheryl.terrel.us/"&gt;website&lt;/a&gt;.  After that, the sky's the limit and I'll be prepared to launch a full scale commercially driven website to sell my design-err savvy.  Don't worry, you'll get to watch that one too.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5155334411272803253-4242072326171073805?l=design-err.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://design-err.blogspot.com/feeds/4242072326171073805/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5155334411272803253&amp;postID=4242072326171073805' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/4242072326171073805'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5155334411272803253/posts/default/4242072326171073805'/><link rel='alternate' type='text/html' href='http://design-err.blogspot.com/2008/01/this-is-bad-idea.html' title='This is a bad idea'/><author><name>Cheryl</name><uri>http://www.blogger.com/profile/15428118500796072937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://4.bp.blogspot.com/_paLBe7s3Rkc/SPcLB4P7zKI/AAAAAAAABSA/sevwiSuvY6M/S220/Me.JPG'/></author><thr:total>0</thr:total></entry></feed>
