Archive for November, 2007

BLOG DESIGN SOLUTIONS We ll leave it there for (Web hosting colocation)

Friday, November 23rd, 2007

BLOG DESIGN SOLUTIONS We ll leave it there for now. That gives us all we need to get the design well under way, although we ll be back to tweak the template later. Before we move back to Kev s cartoon and the CSS, take two minutes to pop along to the World Wide Web Consortium (W3C) validator at http://validator.w3.org/ and check that there are no mistakes in the resulting XHTML code. Because you re running from a localized setup, open up your site in the browser, choose View . Page Source via the browser s toolbar, highlight all the HTML code, and copy and paste it into the Validate by Direct Input text area at the bottom of the W3C validator page. If you don t get a Passed validation result, retrace the previous steps and check for mistakes. Preparing the image From here, we need to slice Kev s cartoon image into three parts: a head, a middle, and a foot. Figure 6-26 shows this process in Fireworks using the slice tool (it s very much the same process in Photoshop). We will then export these three slices and use them as backgrounds in our site. Figure 6-26. Slicing the cartoon in Fireworks 8

TEXTPATTERN At the top of the (Bulletproof web design) content tag,

Thursday, November 22nd, 2007

TEXTPATTERN At the top of the content

tag, add a new
tag with an id of content-container and close it after the content

tag ends:

Previous Next

After all this is done, remember to press Save. Let s take a quick look at your site now it should look very much like that shown in Figure 6-25. Figure 6-25. Your site so far 241

Web server extensions - BLOG DESIGN SOLUTIONS The first job is to

Thursday, November 22nd, 2007

BLOG DESIGN SOLUTIONS The first job is to move the sidebar-1

tag underneath the content
tag, so highlight and cut the following code:

Then scroll down a little until you find the following:


Between the closing

and the opening foot

tags, paste the sidebar-1 code:



The next job is to move the TxP logo and the RSS/Atom links into the foot

tag. Find