Dissection of a WordPress theme: Part 2
Translation:
Resources:
Web design is a notoriously tricky subject. Often we give up any thoughts of innovation when the process of realising them is such hard work. Part two of this WordPress dissection continues to try and explain the basic workings of the software, how this relates to the layout, and how anyone can personalise their blog.
The focus will be on finalising the basic layout from part one, and then finishing the header and footer sections. Both of these are important as they stylistically define a blog and act as visual focal points – do it well and people will want to read your blog, do it badly and they may not even bother.
Web designs
Websites are consistently at the mercy of numerous difficulties. They must be able to present information to people who run different software, on different platforms, in different languages, and with different levels of visual awareness.
In the early days of the web this was relatively easy. People did not expect much and were impressed just by the availability of a website. Layouts were chunky and appeared to be created by programmers. Most of them were.
Today the emphasis is on making a attractive site that is elegant and clean and works transparently of the content. WordPress has, to a large extent, achieved just that, and makes full use of the latest design methodologies. It is therefore important that any WordPress theme discussion attempts to retain this ‘standards conforming’ philosophy.
Accessibility and Google friends
Accessibility is a term used to describe the process of making a website accessible to those who may be viewing it on something other than a high resolution monitor, or who may even be visually impaired.
A key issue here relates to font size. We don’t want to design a theme with an impossibly small font, and neither do we want to prevent the chosen font being re-sized to suit personal preference.
A secondary issue regards Google. Most of us want our content to appear in Google’s pages, and there are a lot of things we can do to improve its ranking. One of the simplest is simply arranging our page such that content is delivered before menus and other non-content. Why? It seems that Google gives preference to data at the front of an HTML page.
Putting the content first also makes the website a better experience for non-graphical users. There are not many of these, but there are some.
Captain, we have a problem
So what does this have to do with the second part of the guide? My original plan was to cover the header, footer, and sidebar here, and finish the series with the content. Thirty minutes into writing part two and I realised my previous design was far from complete, and that it was going to take time to explain why.
Fortunately the problem was not a big one. In fact, I could easily have explained it as a design decision and skipped straight ahead. Instead, let's look at what I previously proposed:
This is a standard website design and worked perfectly until the content section became taller than the sidebar. This had a strange effect:
The content has wrapped around the sidebar! In itself this is not a big issue and is easily fixed, but it became apparent how unfinished the previous design was. It’s time to make amends.
Some statistics
Before we do that, I want to show some statistics from my own website.
| Mozilla Firefox | 43% |
|---|---|
| IE6 | 43% |
| Apple Safari | 6% |
| Opera | 3% |
| Others | 5% |
Taking into consideration that WordPress attracts more non-IE users, it's obvious that we must cater for many different browsers on several platforms.
Options
Variations on a common theme will be presented as options. These will change appearance or add extra functionality to the theme, and the intention is to cover a wider range of ideas without forcing a particular style.
An option will be presented as follows:
Option 1 – Some description
Help me to save time by reading these instructions!
If you are asking a question please read the FAQ to see if it has already been answered. All support questions should be directed to the support forum. Thanks!












Comments (page 2 of 2)
Apr 22, 2005 2:33 pm |
Excellent tutorial. I'm a new-b to css and I'm finding this very educational and easy to follow. Thank you for putting it together. I'm looking forwar to part 3!
Apr 23, 2005 4:18 am |
Your part I link doesn't seem to be working any more, which is a shame. Can you repost it or put it somewhere else? I've been devouring Part II, but I think it would make more sense if I'd read Part I first.
Apr 23, 2005 4:28 am |
The broken link is now back in action.
Apr 23, 2005 7:40 pm |
I recently started tinkering with WordPress, and was a little puzzled with how the pages were constructed and laid out. The first two parts of the tutorial have taught me a little about how to use themes to customize the blog's appearance.
I look forward to reading the rest of the tutorial, and learning how to fully customize WordPress' appearance.
Keep it coming!
Apr 24, 2005 10:39 am |
Good effort, looking forward to seeing the rest.
One comment/suggestion it would be good to see this as one web page, including the code, to make it easier to follow.
So far I have not seen an updated tutorial on the WordPress Wiki for 1.5 themes.Perhaps you could consider posting there? With some more background info on the WordPress 1.5 theme structure (perhaps added by WordPress developers) this would could become a valuable resource.
Apr 24, 2005 11:44 pm |
I have got to say your two articles on the "Dissection of a Wordpress Theme" are very nice and look forward to reading your next two. This will help me greatly when I am ready to work on a new theme for my blog.
I made a post over at my blog about your posts. Keep up the good work.
Apr 25, 2005 8:03 am |
Your's is the best tutorial/explanation that I have found on this topic. Thank you very much for creating this. Could this be posted to the Codex, too? I think it could help legions of people. Terrific job!
Apr 25, 2005 1:56 pm |
Of all the work I done on my site, I can't seem to get it right.
When I go between certain pages, I can tell my site CSS is not fluid enough. However, I can not find where I have to edit to make it all the same.
If anyone can contact me, I would like that alot.
Apr 26, 2005 9:41 pm |
I have attempted to put together a Visual Anatomy of a WP theme. Just to understand how the templates work together...
Jun 20, 2005 9:06 am |
What happened to the links where we can download the images you used in the examples? I can't find them anymore. Did they disappear with the redesign?
Jun 22, 2005 10:01 am |
They're still there, only the links disappeared and recent troubles have put me behind on fixing things. You can get direct access to them via http://www.urbangiraffe.com/wp-content/html/themeguide/part1/MonkeyMagic1.zip (and MonkeyMagic2.zip)
Also, http://www.urbangiraffe.com/wp-content/html/themeguide/part2/MonkeyMagic_theme1.zip (change 'part2' to 'part3' and 'part4' as appropriate, and MonkeyMagic_theme2.zip and MonkeyMagic_theme3.zip exists in parts 2-4)
Jun 23, 2005 5:36 pm |
I'm having trouble with the margin part I added in 85% and it's not working :\ It just sits there.
Jun 23, 2005 11:15 pm |
Lacus: I took a quick look at your website and noticed one problem - the
divwith idwrapperlooks like this:<div id=“wrapper”>When it should look like:
<div id="wrapper">Although they look identical, the first one has fancy quotes, while the second has straight quotes - an unfortunate side effect of WordPress manipulating with my article I believe. As such, the browser doesn't understand the ID, and so doesnt apply the 85% to the wrapper. This is easily fixed by deleting the smart quotes and inserting normal ones.
Jun 24, 2005 4:04 pm |
Awesome it works! Thank you very much for helping me.
Jul 31, 2005 1:49 pm |
I have been following this guide closely and have run into an unexpected problem, the theme isn't rendering properly in IE. I'm currently in the process of retracing my steps, any idea where I went wrong?
Jul 31, 2005 11:01 pm |
I took a look at your website and spotted a few problems in the CSS. There are several occurences of a question mark in bad places:
font-family: �Verdana', Arial, Trebuchet MS, Sans-Serif;I think that IE must get confused about these, but Firefox ignores them!
Oct 7, 2005 8:17 am |
Okay, I've answered the two questions I asked in Part I.
Now, though, my content is overlapping my left border. I think it might be something overriding the wrapper code. But I'm not sure what to fix. If you can help I'd appreciate it!
Oct 7, 2005 1:27 pm |
I think the problem is similar to this one - the ID for the wrapper element is not being found because the quotes are different.
Oct 7, 2005 2:17 pm |
Duh! I should have caught that. Thanks!
Of course now I have to figure out why the sidebar has different margins than the content. And how to make the whole wrapper be towards the left, but still clearing the border image...
Oct 7, 2005 2:19 pm |
I also wonder why the margins are defined twice -- once in #wrapper, once in div>#wrapper.
And by the way, I like Czech food. Especially gulas with potato or bread dumplings. Mmmm.
Oct 7, 2005 2:49 pm |
Wish I could edit my comments instead of leaving three in a row -- sorry!
I understand why the margins are defined twice.
Oct 18, 2005 7:31 am |
I've made a lot of progress styling my new variable-width blog, using this "wrapper" code and a lot of other ideas from your guides. It works nicely in Firefox.
In IE, when I resize the window smaller, the content gets smaller up to a point, but the text and headings continue to resize even smaller. Why is that?
And is it possible to use something like this wrapper code to assign the sidebar and content their own minimum widths, along with a wrapper minimum, or would it be better to either set minima for the content and sidebar OR the wrapper?
Oct 19, 2005 6:56 am |
Hi Marcy. The resizing keeps on going in IE because it doesn't understand the minimum and maximum CSS settings. You have the choice of either letting the user resize to their hearts content (most websites do this), or using some JavaScript to force IE to behave a little better. You can find details of the Javascript solution elsewhere in the guide.
You can give minimum widths to any page element, although I don't know what effect you will have by giving just the sidebar a minimum. I would imagine you will be better off with a whole-page minimum.
Oct 21, 2005 7:40 am |
Thanks John --
I'll give up on the resizing thing; I don't want to bother with JavaScript.
No wonder most people go with fixed-widths... styling variable width is really hard. I thought I could center my header and footer in relation to the content by putting them inside the wrapper, but that messed things up in IE and had no effect in Firefox. Sigh. I give up, for today anyway.
Nov 2, 2005 8:40 am |
Hello John, Could I bother you with a question? I am following along in your theme dissection example. At the point where the padding and margin are both set to 0, your test shows the elements of the pages squished together. Mine doesn't. I've gone through it and through it (style.css and index.php) and I can't find where I have gone wrong. Can you look at it? Thank you VERY much!
Nov 2, 2005 10:20 am |
Hi Stacey. There's nothing to worry about, your blog is correct. By 'squashed together' I meant that all the padding between the elements has been removed. The header is still at the top, the content still on the left, and the sidebar still on the right. The picture just shows this when the browser has been shrunk to a very small size - I didn't want to include a big picture that was mostly white space!
Nov 19, 2005 11:24 am |
Hi John, thanks for the great tutorial!
Maybe I just missed something, but do you know why the 70%/28% widths for the content/sidebar ids need to be *exactly* 70/28? If I change them to anything else - 70/27, 72/31, etc - IE doesn't do the floating correctly; the sidebar drops down to below the content. Why are these the magic numbers?
I'm trying to get a little padding around the sidebar content. When I tried adding a "padding" style, it also broke the float. What am I doing wrong?
thank you! Michelle
Nov 22, 2005 1:39 am |
Hi Michelle,
They don't need to be exactly 70/28 - those are just numbers I chose to give a nice ratio. The numbers must never add up to more than 100%, so you can't use 72/31. As for the sidebar problems in IE, the likely cause is a combination of margins, padding, and widths that is adding up to more than 100% and causing the sidebar to be 'pushed' down where there is more space. It's hard to say exactly why it's working in your instance without seeing what you are doing - do you have it on the internet?
Dec 8, 2005 8:41 pm |
I too benefited from your tutorial. I was not a css newbie though I was new to WordPress and PHP. I got everything to work eventually, however one day my Mac broke. I viewed my blog on a windows machine using IE and noticed I had the sidebar problem. I and others have looked at it and I've fiddled with the margins and paddings a pile, but I've never found the right combo.
I've even put borders around it, there is pile of space between the sidebar and content. I've changed things a lot, including put the WordPress stuff inside my overall website look/css/html. I was told it viewd fine in IE 6 by people over at WordPress.org support forum. I added an author photo at Jakob Nielsen's insistance and I noticed it wasn't showing up in IE... I commented it out, but that didn't fix my margin problem.
Since you've taken a look at some other people's issues, perhaps you should could have a look at mine. It is live and I'm leaving in the colored borders if that helps you any...
blog.muschamp.ca
Thanks,
Muskie
Jan 8, 2006 3:15 pm |
Urban Giraffe,
Thank you so much for your help in explaining how this works. The tutorial approach, one step at a time, is so helpful.
Just wanted to let you know that I appreciate your help.
Jan 10, 2006 3:01 pm |
Great tutorial. I started redesigning my site from scratch and have run into a bit of trouble... my wrapper isn't working! I have no idea why. At the moment, it looks like this: http://www.legendhouse.com/index.php
Jan 10, 2006 3:03 pm |
sorry... I guess I should've mentioned that it's close to working on Firefox, but not remotely close in IE. Any insights?
Jan 16, 2006 5:41 am |
Hi John,
Clearly I've gone awry (since nobody else has commented the problem).
I now have the content below the sidebar. Sigh...
Can you take a look at the testing site? http://ia.polimom.com
Jan 16, 2006 5:45 am |
Clearly time for more coffee. Reloaded and fine. Disregard.... sorry...
Jan 27, 2006 1:47 am |
Phillip: I managed to get your sidebar working correctly in IE by adding 'float: right;' to the CSS style for #sidebar
Feb 5, 2006 8:26 am |
My content is below my sidebar after implementing the changes in Part 2 Step 1 - any ideas?
Feb 5, 2006 9:00 am |
Nevermind - it fixed when I added the additional DIV tag in Part 2 Step 2
Mar 28, 2006 6:02 am |
Just want to say that you are awesome and have helped me a lot!
Apr 2, 2006 2:05 pm |
Maybe its because I am all very new to these but I lost track at this point... I cant understand where to "add"
#content{
width: 70%;
float: left;
}
Is it somewhere in the
index.php? Also where exactly will I do the sidebar change?Thanks in advance
Cenk
Apr 2, 2006 7:33 pm |
Before your guides, I was at a loss. Kubrick is not me at all... your guide was (is!) easy to follow. Your options are wonderful. Thank you so much!
Apr 4, 2006 3:06 am |
Cenk: All CSS styles go in 'style.css'. The sidebar code lives in 'sidebar.php'
Apr 14, 2006 4:45 pm |
I noticed a little typo mistake in your CSS file;
You wrote :
div>#wrapper ->is has to be:div.#wrapperNow the text aligns in the center
btw, great tutorial!
Thnx
Apr 21, 2006 4:18 am |
Hi John, thanks for the tutorials. It clarifies lots of doubts that I had on layout design.
Along your tutorial I modified the codes so that I can have a fixed width sidebar at the right of the screen, and a fluid content width. In such a case, reader with 800x600 and 1026x800 will have the same sidebar size. I get want I want from the codes below, however, since I am fairly new in css and am not a web designer, I am not sure of the implication of the codes.
#sidebar{
float: right;
width: 190px;
}
#content
{
margin-right: 195px;
}
#wrapper
{
margin: 0 auto;
overflow: hidden;
}
What do you think? What is the unfavourable consequences of the above css?
Apr 25, 2006 2:04 am |
I can't see anything wrong with it here! If it's any help, you might be interested in checking out A List Apart's attempt at a fluid width design with fixed sidebars.
May 8, 2006 7:15 pm |
Very, very nice tutorial. Really like the "dissection" approach. I was knocking my head against the wall - not being able to getthe width issues (fluid v fixed) until I scrolled thru the comments and saw your reply re double quotes - works lie a charm now.
The like to your book looks interesting. Is it availalbe via Amazon?
Russ
May 15, 2006 11:48 pm |
Russ: It's available via Lulu, a self-publishing print house.
James: You still have the Kubrick header code, which is affecting the CSS. Probably you haven't uploaded header.php, which is why it looks different on your local machine and live server. Either way, remove the following from header.php:
<style type='text/css'><!--#header
{
background: url('http://www.jamesyardley.com/wordpress/wp-content/themes/bonsai/images/header-img.php ?upper=DDFFDD&lower=005500') no-repeat bottom center;
}
#headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: #000000; }
--></style>
May 16, 2006 8:33 am |
I downloaded my header.php directly from my server and here is what it looks like.
; charset=" />
» Blog Archive
" /> <!-- leave this for stats -->
" type="text/css" media="screen" />
RSS Feed" href="" />
" />
/">
i'm stumped!
May 16, 2006 2:05 pm |
Ok. I know it has something to do with the "functions.php" file. It seems as though that entire file is responsible for this styling. Am I supposed to just delete this file?
May 16, 2006 7:33 pm |
Yes. Somewhere in your theme will be the code that's adding the header style. If you can find it and delete it then your theme should work as you expect
Jun 1, 2006 11:09 am |
Just incase anyone else is encountering this the margin-left: 70%; tag wasn't working for me with wp 2.0 so I removed it and put float: right; and it works fine now.
Jun 9, 2006 7:17 pm |
Dear John,
Thank you so much for these tutorials!
I have 2 questions (at the moment):
1. At the end of part 2, the blog doesn't center in the ie browser.
2. Does your book on LULU have the same or more or different information?
Thanks..Rosemary
Jun 13, 2006 7:46 pm |
The book has different information. I basically took what I've written here and merged it all together to give a more coherent picture of the design process (writing it in parts lead to some duplication of information which a single guide removed).
Jun 19, 2006 7:21 pm |
Hi John, I love this site , its been really helpful, but i seem to have run into somewhat of a problem with my stylesheet. It doesn't seem to apply to the blog for some reason . I have input all the settings, but as you can see it has no effect on the style of the page .
thanks .
david
Jun 21, 2006 8:18 am |
Thanks for the tutorial, found it very easy to follow.
Buuut, there is one thing. My sidebar seems to be underneath the content. I thought the float action was supposed to avoid that?
I've gone through the tutorial three times now and ended up with the same result. I'm sorry if it's an obvious thing I have forgotten to do, I am new with WordPress and I haven't done any CSS for over a year.
Jun 24, 2006 2:21 pm |
Heeh. Please ignore my first post.
I'm still having some problems tho...the front page seems to be the only page working like it should. Once I click to about or anything the page looks very wacky. Aiai.
Jul 8, 2006 7:17 am |
First let me say thanks for putting this together. Now to my issue. Every time I insert the following code into the style.css I get a script error in IE 6. I understand that you have setup the css so that if javascript is disabled that a fixed width will be used, but if javascript is disabled will it give an error? The page displays, but has the error message at the bottom of IE. Is there a way I can change the formating to see which section of the css is being implemented?
Thanks
Kevin
#wrapper{
margin: 0 auto;
width: 700px;
width:expression(document.body.clientWidth #wrapper
{
margin: 0 auto;
min-width: 400px;
width: 85%;
}
Jul 12, 2006 2:59 am |
David: You have missed off the 'footer' style (if you've reached that part in the tutorial yet), which is why your theme is looking a bit unwell.
Cilie: Do you have a single.php and page.php in your theme directory?
Kevin: I'm not sure if some of your code got chopped off by WordPress (very likely!), but you are missing a couple of brackets there (if that is the code you have then that would be an error). With Javascript disabled IE should just ignore the inline expression. Does Firefox with the Firebug extension installed give any javascript errors?
Sep 25, 2006 12:34 am |
Hi,
Im working through the book (which I purchased) and I am at the footer section. It seems that the colored background which is supposed to go under the text locates itself somewhere near the top of the page. I cut and pasted from the PDF of the book.
Any ideals?
Regards,
Alan
Sep 25, 2006 12:58 am |
As a followup to the above question, I was using the latest Firefox browser. But when I viewed the same item in IE6, it appeared to be what was intended. Is there a workaround? Does this represent a buglet in Firefox?
Regards,
Alan
Sep 27, 2006 5:12 am |
I wouldn't say it's a bug in Firefox, but more just an example of the differing ways browsers present things. Unfortunatley there are many occasions when you have to go through hoops just to get one browser to play nicely. There are differences between versions of Firefox, but that's probably not the case here - it's more likely either to be a typo in the CSS/HTML you've produced, or one in my guide. If your theme is available online then you can post a link here and I can take a look
Sep 27, 2006 4:02 pm |
You can download it here:
http://www.alanstancliff.com/giraffe/alans_hack_2.zip
Sep 27, 2006 11:38 pm |
Thanks Alan. I've had a look and it's a common problem. Basically all the content of your page is being 'floated'. This gives you the columns you want, but the side effect is that a floated element has no height with respect to the rest of the page. This means that your footer appears directly under the header, and the content floats on top of it. Fixing it is simple:
#footer{
clear: both;
}
This forces the floated elements to be used in calculating the height.
Sep 28, 2006 12:47 am |
I don't know, John,
Here's what I did to that section in the style sheet:
#footer
{
margin: 2em auto;
text-align: center;
width: 85%;
height: 3em;
color: #804A0F;
padding-top: 10px;
padding-bottom: 10px;
background-color: #F6C760;
clear: both;
}
No luck. It seemed to have made no difference. Am I missing something?
Regards,
Alan
Sep 28, 2006 1:24 am |
Are you sure you refreshed the page and are not using a cached version? Making that change on my test box brought the footer down to the bottom in Firefox. It's possible Firefox is still showing you a cached version of the old page.
Sep 28, 2006 11:21 am |
Hi John,
I hit the Firefox refresh button half a dozen times and still no change. Then I turned off Sammy (name of my computer) and this morning I turned him back on again. I went to the Firefox tools/options/cache menu and cleared the trash out. Then it displayed properly.
Contrary to my expectations, it also seems to have worked in IE7.
Thanks for maintaining this site and answering our questions.
Regards,
Alan
Oct 28, 2006 8:50 am |
Hey John,
Great tutorial so far, just wanted to let you know about a small typo (flotation, left(repeated)):
"We have removed the right floatation from the fixed width sidebar and replaced it with a variable width sidebar that is offset 70% from the left left."
Thanks again this has been VERY helpful!
Nov 7, 2006 3:50 pm |
I've gone through your tutorial several times. I get everything to work but the footer. For some reason it doesn't appear to be applying the css from the stylesheet. Can you take a look and point out my error?
I totally dig your work, its been a huge help so far. Thanks.
Nov 19, 2006 12:17 pm |
I am putting up a site and have found your tutorial extemely helpful, but on my site I have this line right below my header and I can't figure out how to get rid of it for the li8fe of me. Any help would be greatly appreciated.
Nov 25, 2006 12:50 pm |
Hi.
You´r first themguide (part 1) is really good and easy to understand but part 2 of it did not make much changes on my blog unfortunately.
Allthough I followed all the steps you made.
Can it be different if it is WordPress 2.0.5?
My headerimg from the kubriktheme didnt disapear and the margin didnt´n change. The footer did not change either.
In step 3 the apperence of the page did not shrink either.
I would love to learn why.
Thanks.
Feb 5, 2007 9:25 am |
Internet Explorer is aggravating me. I've tried everyway possible to get the sidebar to position correctly within IE, but to no avail. Of course Firefox and Safari both behave normally. I'm not sure what is wrong. I've pasted the style information for the content, sidebar and wrapper. Any help would be appreciated.
#wrapper {padding:9px;
padding-top:0;
padding-bottom:10px;
border-left:solid 1px;
border-right:solid 1px;
border-color:#9F9E9E;
margin:0 auto;
width:expression(document.body.clientWidth #wrapper{
width:97.5%;
}
#sidebar {background-image:url(images/content_bg.gif);
background-repeat:repeat-x;
background-color:#C2C2C2;
border:solid 1px;
border-color:#9F9E9E;
margin-bottom:10px;
width:27%;
float:right;
padding-right:10px;
}
#content {background-image:url(images/content_bg.gif);
background-repeat:repeat-x;
background-color:#C2C2C2;
border:solid 1px;
border-color:#9F9E9E;
margin-bottom:10px;
width:69%;
float:left;
padding-left:5px;
padding-right:7px;
text-align:justify;
}
Apr 17, 2007 6:56 am |
Bryan, all I can suggest is to make the elements smaller and see if it starts working in IE. Sometimes with a percentage width, a fixed padding/margin can confuse IE so it thinks there isnt enough space and pushes elements out of the way.
Jun 18, 2007 9:51 am |
This guide is what got me on the road to learning CSS. I am no designing websites commercially and fluent in CSS. Thanks for this fantastic resource - it has proved itself to be invaluable to me.
Jul 6, 2007 3:21 am |
hello!
Thanks for the nice tutorial!
Well, my site is not working completely. I think that I missed a part where to configure the approiate spacing or something in the content, because it is placing the posts not aligned with the header and footer
Also, comment CSS is not working!
Sorry my english!
PD: http://futuroesplendor.mud.cl/capsulecorp
Jul 6, 2007 8:02 pm |
Elear,
You should give your header element the same width as your page:
#header { width: 700px}It is also likely you will need to remove the left-padding from #headerimg. The same goes for the footer
Jul 13, 2007 7:31 pm |
Thankyou for a great tutorial. Beginning with that and no previous experience of CSS I've made the site I wanted. The only problem is when I checked it on IE and find that the sidebar is dropping down below the posts - it displays fine in Firefox.
Can you tell me where I start looking for the problem?
Amanda
Jul 13, 2007 7:46 pm |
I've managed to improve it a bit by fiddling with the percentages after reading another here comment on one of the other questions. It's not perfect because the sidebar doesn't sit flush right.
Another strange thing is that the colour of the post headings changes half way down the page in IE - not in Firefox. Why would that be given that they're controlled by the same code? Very odd...
Thanks again
Amanda
Jul 19, 2007 4:48 am |
Amanda, does this FAQ entry help?
Oct 22, 2007 7:36 pm |
Hi John,
Thanks for this great tutorial. I bought the printable version of it and there are several differences with what's online ("Fluidity without the breakdown, notably"). Which should I rely on?
Cesco
Oct 23, 2007 2:03 am |
The printed one is newer. They should both be reliable.
Pings & Trackbacks
clydeshome.net, photomatt.net, radioball.net, summerstorm.ca, blogging.typepad.com, jou.ufl.edu, theselfstarters.com, grantpalin.com, emilyrobbins.com, noulakaz.net, tekapo.com, cssquestions.wordpress.com, lorelle.wordpress.com, pixietail.com, skoleweb.mrfylke.no, smashingmagazine.com, parandroid.com, candidinfo.com, icerainbow.cn, wp.org.cn, joolang.com, iwanna.cn, vandelaydesign.com, designstrike.net,
Leave a Reply