<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>webstandards &#8211; Bogey Web Design</title>
	<atom:link href="https://www.bogeywebdesign.com/category/webstandards/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.bogeywebdesign.com</link>
	<description>A Zebulon, NC based web designer / developer with typical nerd / geek roots</description>
	<lastBuildDate>Sun, 27 May 2007 09:59:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
<site xmlns="com-wordpress:feed-additions:1">14475308</site>	<item>
		<title>Microformats</title>
		<link>https://www.bogeywebdesign.com/2007/05/27/microformats/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Sun, 27 May 2007 09:59:28 +0000</pubDate>
				<category><![CDATA[microformats]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webstandards]]></category>
		<guid isPermaLink="false">http://www.bogeywebdesign.com/2007/05/27/microformats/</guid>

					<description><![CDATA[I have been reading a lot about microformats recently to try and get a better understanding of them, their benefits and how they affect web standards. I&#8217;ve talked a little about them in the past but I wanted to delve more into detail. The basic idea of microformats is to design a standard XHTML template &#8230; <a href="https://www.bogeywebdesign.com/2007/05/27/microformats/" class="more-link">Continue reading <span class="screen-reader-text">Microformats</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I have been reading a lot about <a href="http://microformats.org/" title="Microformats" target="_blank">microformats</a> recently to try and get a better understanding of them, their benefits and how they affect web standards.  I&#8217;ve talked a little about them in the past but I wanted to delve more into detail.</p>
<p>The basic idea of microformats is to design a standard XHTML template for common items &#8211; for example a <a href="http://microformats.org/wiki/hcalendar" title="hCalendar - microformats" target="_blank">hcalendar</a> for events.  That template is then the standard for all items of that type.  Since all of those items share common elements &#8211; in the hcalendar example a h3 with class = summary would be the event description &#8211; they are easily able to be encoded into XML and can be aggregated.  So sites or programs could aggregate sites using microformats and parse them into easily understandable and standard (hence web <em>standards</em>) displays.</p>
<p>It opens the doors to easily sharing <a href="http://microformats.org/wiki/hcard" title="hCard - microformats" target="_blank">contact information</a>, <a href="http://microformats.org/wiki/hcalendar" title="hCalendar - microformats" target="_blank">events</a>, <a href="http://microformats.org/wiki/hresume" title="hResume - microformats" target="_blank">resumes</a> and <a href="http://gmpg.org/xfn" title="XFN - microformats" target="_blank">people relationships</a> with friends, family or even across the web.  There are even, already, some <a href="http://www.google.com/search?q=wordpress+plugin+microformats&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a" title="Google Search: microformat wordpress plugins" target="_blank">microformat plugins for WordPress</a> and noted blogger and <a href="http://meyerweb.com/" title="Meyerweb" target="_blank">CSS expert Eric Meyer</a> uses them for both his tags and his blog watch.  I definitely need to track down a rel-tag plug-in to start getting indexed in <a href="http://www.technorati.com" title="Technorati" target="_blank">Technorati</a> &#8211; any suggestions?</p>
<p>I realized I&#8217;ve only scratched the surface here.  With that in mind I&#8217;m going to forgo my usual random tidbit and list some links to sites I found filled with microformats information.  Before I do, note that already there have been concerns about identity theft with things like hCards and hResumes so there are many bugs to yet be worked out.  It&#8217;s a powerful tool though with lots of possibility.</p>
<p>For more microformats information check out the following or my <a href="http://del.icio.us/dohmsford/microformats" title="My del.icio.us: microformats tag" target="_blank">microformats</a> tag on del.icio.us:</p>
<ul>
<li> <a href="http://www.smashingmagazine.com/2007/05/04/microformats-what-they-are-and-how-to-use-them/" title="Microformats: What They Are and How To Use Them | Smashing Magazine" target="_blank">Microformats: What They Are and How To Use Them | Smashing Magazine</a></li>
<li> <a href="http://microformats.org/wiki/posh" title="posh - Microformats" target="_blank">posh &#8211; Microformats</a></li>
<li> <a href="http://www.thinkvitamin.com/features/design/how-to-use-microformats" title="Add microformats magic to your site" target="_blank">Add microformats magic to your site</a></li>
<li><a href="http://www.digital-web.com/articles/the_big_picture_on_microformats/" title="The Big Picture on Microformats" target="_blank">The Big Picture on Microformats</a></li>
<li><a href="http://www.digital-web.com/articles/markup_as_craft/" title="Markup as a Craft" target="_blank">Markup as a Craft</a></li>
</ul>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">82</post-id>	</item>
		<item>
		<title>Do people still use tables for layout?</title>
		<link>https://www.bogeywebdesign.com/2007/05/25/do-people-still-use-tables-for-layout/</link>
					<comments>https://www.bogeywebdesign.com/2007/05/25/do-people-still-use-tables-for-layout/#comments</comments>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Fri, 25 May 2007 23:09:22 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webstandards]]></category>
		<guid isPermaLink="false">http://www.bogeywebdesign.com/2007/05/25/do-people-still-use-tables-for-layout/</guid>

					<description><![CDATA[I am surprised by how many sites still use tables for layout. This was a practice adopted during the &#8220;browser wars&#8221; because of the low acceptance of CSS &#8211; for complex designs the only method available was to use tables. This is no longer the case. Now with web standards and CSS sites can be &#8230; <a href="https://www.bogeywebdesign.com/2007/05/25/do-people-still-use-tables-for-layout/" class="more-link">Continue reading <span class="screen-reader-text">Do people still use tables for layout?</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I am surprised by how many sites still use tables for layout. This was a practice adopted during the &#8220;browser wars&#8221; because of the low acceptance of CSS &#8211; for complex designs the only method available was to use tables. This is no longer the case. Now with web standards and CSS sites can be designed as they were intended &#8211; using markup for the purposes the creators meant for them: h tags for headers, p tags for paragraphs, div/spans for non-semantic elements and, finally, tables solely for tabular data (think spreadsheets like excel). Then you use the CSS for design and layout of the site.</p>
<p>Getting off my &#8220;web standards&#8221; soapbox for a moment the main reasons you want to avoid using tables for layout is that they bloat your markup. This makes it difficult to change and update your site and it hurts your ratings in search engines. By using the correct tags you naturally tell search engine spiders what your content is &#8211; a keyword rich header, a content rich paragraph or a navigation list. This allows them to better match your site to keyword searches and increase your audience. You also don&#8217;t have to change multiple pages of markup when you want to redesign your site &#8211; you simply edit your CSS and never touch the markup.</p>
<p>There are some instances where you want to, and should, use a table.  When designing the table you still want to keep standards in mind. In the old days you would use inline tags like &#8220;align&#8221; or &#8220;valign&#8221; for td&#8217;s and &#8220;cellpadding&#8221; or &#8220;cellspacing&#8221; for the table itself. Now all of that can be done through the CSS. Simply place a class on the table &#8211; or use the containing element of the table and apply the rules that way.</p>
<p>For example if you have a table inside a div with class &#8220;mySite&#8221; you could vertically align the td&#8217;s simply by using the following rule:</p>
<p>.mySite table td { vertical-align: top }</p>
<p>If you had used valign = &#8220;top&#8221; on all of those elements and then later on you decided you wanted to change them to centered you would have to go back and either do it by hand or via a find and replace. Using CSS and web standards you could simply change that one rule and affect all of the elements. That is the true power of it.</p>
<p>In conclusion, the most important thing to remember is to only use tables for the purpose they were created for &#8211; tabular data. When using them for this also remember to use the least markup possible. No presentational elements should be present &#8211; only semantic elements like content and semantic images (one that add value like logos or photos rather than are used for display like rounded corner containers). Also, if you find yourself placing tables within tables reevaluate your markup &#8211; you&#8217;re probably using this to create layout or presentation and could get away with a single table and CSS to style it.</p>
<p>Random Tidbit: Having trouble selling web standards to your boss?  <a href="http://webstandards.org/learn/articles/web_standards_for_business/" title="Web Standards For Business" target="_blank">The Web Standards Project</a> can help.  Plus they have probably the best example of a site using web standards in every facet &#8211; which makes sense.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bogeywebdesign.com/2007/05/25/do-people-still-use-tables-for-layout/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">86</post-id>	</item>
		<item>
		<title>Designing for cross browser compatibility</title>
		<link>https://www.bogeywebdesign.com/2007/05/24/designing-for-cross-browser-compatibility/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Fri, 25 May 2007 03:00:54 +0000</pubDate>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webstandards]]></category>
		<guid isPermaLink="false">http://www.bogeywebdesign.com/2007/05/24/designing-for-cross-browser-compatibility/</guid>

					<description><![CDATA[One of the best and worst things about the web is the fact that when it comes to your choice of web browser the program you use to access and view the internet &#8211; you have multiple options. From the standard Internet Explorer (PC) or Safari (Mac) to open source projects like Firefox to outsiders &#8230; <a href="https://www.bogeywebdesign.com/2007/05/24/designing-for-cross-browser-compatibility/" class="more-link">Continue reading <span class="screen-reader-text">Designing for cross browser compatibility</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>One of the best and worst things about the web is the fact that when it comes to your choice of web browser the program you use to access and view the internet &#8211; you have multiple options. From the standard Internet Explorer (PC) or Safari (Mac) to open source projects like Firefox to outsiders like Camino and Opera.</p>
<p>The problem is that all of the browsers interpret (X)HTML &#8211; the code websites are written from &#8211; very differently and all of them have their own internal style sheets and form controls. What this basically means is that a site designed in one browser can look vastly different in others especially older or non-standards compliant ones like IE6.</p>
<p>There are 3 main ways to deal with browser compatibility issues &#8211; having the right tools, designing with web standards, and utilizing filters or conditional statements to feed alternative styles to less compliant browsers.</p>
<h3>Tools</h3>
<p>The first step to dealing with cross browser issues is to design in a compliant browser. In most cases, the best one to start with is <a href="http://www.mozilla.com/en-US/firefox/" title="Firefox" target="_blank">Firefox</a>. The simple reason for this is the vast tools it gives a web designer to pinpoint problems and quickly debug code. Two of the best are the <a href="https://addons.mozilla.org/en-US/firefox/addon/60" title="Web Developer's Toolbar" target="_blank">Web Developer&#8217;s Toolbar</a> and <a href="http://https://addons.mozilla.org/en-US/firefox/search?q=firebug&amp;status=4" title="Firebug" target="_blank">Firebug</a>.</p>
<p>The Web Developer&#8217;s Toolbar gives you the ability to edit CSS on page to test fixes quickly, to outline specific elements, disable cache easily to enable testing (since CSS is cached naturally) and many other useful features outside the scope of this article. Firebug is one of the best design tools available allowing you to inspect elements on the page, see the cascade of styles applied to that element to narrow down bugs or rendering issues, and even allows you to edit the (X)HTML on page so that you can quickly test for different scenarios. Both of these will save you a great amount of time while you are designing your site.</p>
<h3>Web Standards</h3>
<p>Web standards is the practice of writing (X)HTML using standards compliant code &#8211; basically utilizing correct tags for elements, using CSS for presentation, markup for content, and limiting the amount of markup to the least amount necessary to complete the task and provide enough &#8220;hooks&#8221; for your CSS. Some of the benefits include improved Search Engine Optimization and the ability to re-design your site later on simply by editing the style sheets. The other benefit is the fact that you use CSS for presentation &#8211; allowing you to deal with presentational issues relating to browsers easily.</p>
<p>After getting your markup done it&#8217;s time to style your site. The easiest way to avoid compatibility issues later is to reset the styles on all elements. This is done because different browsers use different styles for elements. One might naturally put 10px of padding on a p tag and another might put 10px of margin. This is the root cause for many rendering issues found later. <a href="http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/" title="MeyerWeb: Reset Reloaded" target="_blank">A good reset style sheet was posted recently on Eric Meyer&#8217;s site</a>.</p>
<p>If you&#8217;ve done both of the above then you are now setting yourself up to have the least amount of issues possible. Depending on the complexity of your site it might look exactly the same in most of the browsers &#8211; Firefox, Safari, IE7 and (hopefully) IE6. If not, the next step is to utilize filters and conditional statements.</p>
<h3>Filters and conditional statements</h3>
<p>Filters should only be used when nothing else can. If you have designed in Firefox then at this point you should have no issues in that browser. Internet Explorer will be covered in the next paragraph. Opera has no way to filter CSS to it. It typically has few rendering issues that do not pop up in Firefox though and any that do typically you must live with. The only browser not mentioned is Safari which does have a large user base. In your main style sheet you can define styles to target only Safari by using the following rule:</p>
<p>:: root (parameters) { styles }</p>
<p>So now you&#8217;ve covered the most compliant browsers: Firefox, Safari and Opera. The only one left is IE. IE has it&#8217;s own set of filters but utilizing them is not advised because they get messy as you have to override main styles for IE6 then in many cases re-override those for IE7. The best practice is to use conditional statements. You simply define additional style sheets &#8211; for example looking at the source of this site you&#8217;ll see a sheet called mainIE6.css &#8211; and put the rules for those browsers in them. Microsoft has defined conditional statements that can then feed those styles to whatever IE version you define and only IE. The standard way to do this follows:</p>
<p>&lt;!&#8211;[if IE 6]  (style sheet link) &lt;![endif]&#8211;&gt;</p>
<p>Other operators beside if include lt (less than), gt (greater then), lte (less than or equal) and gte (greater than or equal). So lte IE6 would target IE6 and below. The operator gte IE7 would target IE7 and above &#8211; and so on.</p>
<p>Now you have the tools to correct any rendering issues that might pop up.</p>
<p>In conclusion, the best way to deal with cross browser compatibility issues is to limit the chance for them to appear by using the right tools, standards compliant markup and CSS. Some issues will always appear and the few that do can then be handled by using either filters or conditional statements. Remember always to test in multiple browsers to find the issues. At a minimum your suite should include IE6, IE7 and Firefox. If you have access to a Mac then Safari should be included as well.</p>
<p>Random Tidbit: I really like <a href="http://www.seomoz.org/blog" title="SEOmoz" target="_blank">SEOmoz</a>.  I like their article on g<a href="http://www.seomoz.org/blog/guide-to-traffic-from-digg-comments" title="Guide to Traffic From Digg Comments" target="_blank">etting traffic from Digg comments</a> even better &#8211; though I&#8217;m a bigger fan of <a href="http://www.reddit.com" title="Reddit" target="_blank">Reddit</a> personally.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">84</post-id>	</item>
		<item>
		<title>Modular Web Design</title>
		<link>https://www.bogeywebdesign.com/2007/05/01/modular-web-design/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Wed, 02 May 2007 01:38:24 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webstandards]]></category>
		<guid isPermaLink="false">http://www.bogeywebdesign.com/2007/05/01/modular-web-design/</guid>

					<description><![CDATA[So I&#8217;ve been reading a lot about modular web design. Basically what it stands for is creating a web site &#8211; essentially a template &#8211; in such a standards compliant and well thought out manner that redesigning the site later on requires you to only modify the CSS file. It&#8217;s not a new concept &#8211; &#8230; <a href="https://www.bogeywebdesign.com/2007/05/01/modular-web-design/" class="more-link">Continue reading <span class="screen-reader-text">Modular Web Design</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>So I&#8217;ve been reading a lot about modular web design.  Basically what it stands for is creating a web site &#8211; essentially a template &#8211; in such a standards compliant and well thought out manner that redesigning the site later on requires you to only modify the CSS file.  It&#8217;s not a new concept &#8211; it&#8217;s something that was introduced when CSS was created and made famous by the <a href="http://www.csszengarden.com" title="CSS Zen Garden" target="_blank">CSS Zen Garden</a>.  Recently sites have been recreating their own personal zen gardens allowing for quicker redesign turnaround.</p>
<p>It&#8217;s a process I&#8217;ve used since I read up on the Zen Garden. The last 3 sites I&#8217;ve done &#8211; including my own &#8211; were done off a basic template.  In essence it was a wire-frame design.  And now, if I wanted to update any of them &#8211; and I&#8217;ve done small ones from time to time &#8211; I have enough hooks typically to just add or modify CSS rules.  Though this doesn&#8217;t work if you go from a simple design, like my site, to a more complex design &#8211; with things like rounded corners especially.  In those cases you will have to modify the XHTML.</p>
<p>Though it&#8217;s simple it&#8217;s not a process all beginners can copy though.  And it&#8217;s an excellent learning tool.  So later this week I hope to upload 2 templates &#8211; one being the wire-frame and one a more meatier zen garden-esque template.  Stay tuned.</p>
<p>Random Tidbit: Along with Web 2.0 has come a new workplace.  An article I saw on <a href="http://www.alistapart.com" title="A List Apart" target="_blank">A List Apart</a> talked about the &#8220;<a href="http://www.alistapart.com/articles/longhallway" title="The Long Hallway" target="_blank">Long Hallway</a>&#8221; &#8211; basically it talks about how in the new workplace designers/developers can collaborate from home offices around the world, building a team with no set office.  It&#8217;s something I&#8217;ve been thinking about for awhile and very interesting.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">76</post-id>	</item>
		<item>
		<title>The Basics of SEO</title>
		<link>https://www.bogeywebdesign.com/2007/04/21/the-basics-of-seo/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Sun, 22 Apr 2007 00:51:54 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webstandards]]></category>
		<guid isPermaLink="false">http://www.bogeywebdesign.com/2007/04/21/the-basics-of-seo/</guid>

					<description><![CDATA[I&#8217;ve done a few SEO posts lately, but I got to thinking of another quasi beginner&#8217;s guide &#8211; similar to the one I posted awhile back. I think this is a little more clear as I have gained more information, insight and confidence with regards to the subject. Search Engine Optimization (SEO) is comprised of &#8230; <a href="https://www.bogeywebdesign.com/2007/04/21/the-basics-of-seo/" class="more-link">Continue reading <span class="screen-reader-text">The Basics of SEO</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve done a few SEO posts lately, but I got to thinking of another quasi beginner&#8217;s guide &#8211; similar to <a href="https://www.bogeywebdesign.com/2006/11/24/seo-what-i-learned-as-a-web-designer/" title="SEO: What I Learned as a Web Designer" target="_blank">the one I posted awhile back</a>.  I think this is a little more clear as I have gained more information, insight and confidence with regards to the subject.</p>
<p>Search Engine Optimization (SEO) is comprised of 3 basic elements: good site design, site age and trust, and link popularity.</p>
<p>Good site design basically means two things: designing with web standards and utilizing good keywords and content in SEO important tags.</p>
<p>Designing with web standards means using semantic tags &#8211; p for content paragraphs, ul/ol for lists, h1-6 for headers and so on. It also means using the least amount of non-semantic tags like divs and spans to provide hooks in order to style your site with CSS. Ideally, you want to have the least amount of tags possible because a large amount of non-semantic tags makes it harder for search engines to &#8220;read&#8221; your site and find content, as well as the fact that they only index so much of a page, so if a page is too large and your content too far down it might not be seen at all. Many standard tags like headers, p and lists are block level elements anyways and can by styled with borders, padding, margins and background images eliminating the need for extra divs for all but the more complex designs like rounded corners.</p>
<p>Utilizing good keywords and content is a major part of SEO. First, you must decide what your site is about and what you are looking to provide to users. That will determine your content and what searches you should (and can) optimize for. Second, you must place those in SEO important tags. The highest level and most important is the page&#8217;s title tag which displays at the top of the browser. For example, in this article (at the time of this writing at least) the title tag of this page reads &#8220;The Basics of SEO.&#8221; Having relevant, clear, concise and individual title tags is one of the most important parts of SEO. Each page should ideally have a unique title &#8211; for example your home page might be &#8220;YourSite.com&#8221; and your about page might be &#8220;About YourSite.com&#8221;, etc. Second is a page&#8217;s h1 tag(s) which should be, ideally, similar to the title tag but not exactly the same. Some repetition is good but you don&#8217;t want to keyword stuff. Finally, at a much lower level, are h2-h3 elements and, on a much broader level, the actual content of the site. While the actual content is not in important tags, this allows search engines to figure out what your page is about, what keywords you really are targeting, and what should be displayed in search result snippets.</p>
<p>Site age and trust are harder to quantify. Site age refers not to how old the domain name is but how long it has been in the search engine&#8217;s index. This is why older, popular domains can fetch a decent price at sale and can unfortunately be, at least for a short time, abused to spam search engines for profit. Trust is typically related to <a href="http://www.google.com" title="Google" target="_blank">Google</a> and deals with link popularity as well. Most assumptions are that trust is derived from the trust of the site plus (or minus) the trust of sites that link to and from them. The biggest factor here is black hat strategies like link rings having a lot of links to you from sites that aren&#8217;t trusted can significantly lower your own trust.</p>
<p>Finally, we talk about link popularity. Besides the negative effects I mentioned before this can actually provide significant and quick returns for SEO. One of the simplest things is to institute social bookmarking/networking icons on your site &#8211; <a href="http://www.digg.com" title="Digg" target="_blank">digg</a>, <a href="http://del.icio.us" title="Del.icio.us" target="_blank">del.icio.us</a>, <a href="http://www.reddit.com" title="Reddit" target="_blank">reddit</a>, <a href="http://www.furl.com" title="Furl" target="_blank">furl</a>, <a href="http://ma.gnolia.com/" title="Ma.gnolia" target="_blank">ma.gnolia</a>, <a href="http://blinklist.com" title="Blinklist" target="_blank">blinklist</a>, etc. These sites, especially del.icio.us, are becoming the new search engines of choice. They are gaining trust because actual humans build the indexes and the tags associated with sites as part of the Web 2.0 movement think of them as social search engines. Many of these sites have high level of trusts so links coming from them, especially if many people bookmark you, are highly valuable. Adding these buttons simplifies the process for your users to help you out and can expose you to new users who might be using those sites to search for tags relevant to you.</p>
<p>Providing high quality content in your niche can also boost SEO because search engines give additional value to links to your site from other sites in the same niche. If you are seen as an authority on that subject, you will naturally gain more trust and move up in the rankings.</p>
<p>Sites that rank high typically do because a search engine can trust them. They have been around for awhile, have lots of links from other sites that are relevant to the terms being searched for, have lots of inbound links total, and have content that is designed to be easily understood by search engine spiders. A good analogy is to think of a search engine like word of mouth advertising. If someone asks you for the best pizza place in town you&#8217;re going to recommend places you trust. And if some place you usually recommend changes their recipe or gives you a bad experience, they will lose your trust and not be as highly recommended by you. The same with search engines &#8211; if you use black hat or spam techniques, you could hurt your trust for a long time and potentially even be banned. However, if you provide good content and are popular for that niche, then they will recommend you more and more.</p>
<p>Random Tidbit: A neat article on <a href="http://www.modernlifeisrubbish.co.uk/article/how-to-get-a-six-figure-blogging-income" title="How To Get A Six Figure Blogging Income" target="_blank">how to make a six figure income while blogging</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">72</post-id>	</item>
		<item>
		<title>Merits of Good Web Design</title>
		<link>https://www.bogeywebdesign.com/2007/04/19/merits-of-good-web-design/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Fri, 20 Apr 2007 02:51:53 +0000</pubDate>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webstandards]]></category>
		<guid isPermaLink="false">http://www.bogeywebdesign.com/2007/04/19/merits-of-good-web-design/</guid>

					<description><![CDATA[Good web design is about reaching the widest possible audience. To reach the widest possible audience you must design with two thoughts in mind web standards and accessibility. Accessible designs allow users to resize text even non-compliant browsers like Internet Explorer 6. They provide alt tags for images, in case someone is using a text &#8230; <a href="https://www.bogeywebdesign.com/2007/04/19/merits-of-good-web-design/" class="more-link">Continue reading <span class="screen-reader-text">Merits of Good Web Design</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Good web design is about reaching the widest possible audience. To reach the widest possible audience you must design with two thoughts in mind web standards and accessibility.</p>
<p>Accessible designs allow users to resize text even non-compliant browsers like Internet Explorer 6. They provide alt tags for images, in case someone is using a text browser, and those alt tags are descriptive of the images so that those users can gain value from them. They offer a design in which the user can skip navigation and get right to the content both for ease of use and for someone using a text browser. Many people don&#8217;t realize when they&#8217;re designing a site that the source code is how text browsers will read their site so if you have the header, navigation ads and all other non-content related items before the content in the source code than people using those browsers will have to navigate through that on each and every page. Offering them an alternative to that is one of the keys to accessibility.</p>
<p>What many people don&#8217;t realize is that is also how search engines read their sites. So by making your site more accessible you are making it easier for search engines to decipher what exactly is important on your site increasing your rankings and making it easier for them to understand the keywords that your site should rank for.</p>
<p>Web standard based designs function in much the same manner. Designing with web standards means separating content from appearance. Anything that does not deal directly with the content or present some semantic value to your site should be relocated to the CSS. You place all your non-semantic images backgrounds, bullets, etc, colors, font sizes and faces into the CSS. Then your (X)HTML contains only the relevant markup in semantically correct tags H elements for headers, strong for important text, p for paragraphs, em for text you want emphasized, ul/ol for lists, li for list items, dd/dl for definition lists and items, etc. You can then use additional classes and ids on those elements to style your site and match almost any design you can come up with typically with additional div and span tags used sparingly to help provide additional hooks for your CSS.</p>
<p>Designing with web standards also allows you to optimize your site for search engines since you are now declaring to them what your header elements are including hierarchy, what the title of each individual page should be using the title tag, one of the highest ranking SEO tags; and laying out the content with semantic tags so it is able to electronically &#8220;read&#8221; your content and make keyword associations like the human eyes does naturally.</p>
<p>So by practicing good design you are not only naturally increasing your audience by allowing the largest number of users to view your site but also helping to improve your rankings in search engines for terms relevant to your content. In addition, by separating content from appearance you can easily update the look of your site by changing the CSS and potentially adding a few more hooks cutting redesign time drastically.</p>
<p>In conclusion, good design means using accessible designs and standards compliant code. This brings you the largest possible audience, the lowest possible redesign time for future updates, lower bandwidth (because CSS is cached), and search engine optimized code.</p>
<p>Random Tidbit: The <a href="http://www.isoma.net/games/goggles.html" title="Google Maps Flight Sim" target="_blank">Google maps flight sim</a> is pretty cool.  Though I wish they had more cities.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">71</post-id>	</item>
		<item>
		<title>Is IE7 the Solution or More of the Same?</title>
		<link>https://www.bogeywebdesign.com/2007/03/02/is-ie7-the-solution-or-more-of-the-same/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Fri, 02 Mar 2007 06:19:37 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webstandards]]></category>
		<category><![CDATA[internet]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=50</guid>

					<description><![CDATA[I had high hopes as I began to read the early beta versions reviews of IE7 and the numerous fixes they had over IE6.  I had seen some of my work in IE7 and was pleasantly surprised that it worked.  Then I began to dig deeper. The problems began when you have used hacks or &#8230; <a href="https://www.bogeywebdesign.com/2007/03/02/is-ie7-the-solution-or-more-of-the-same/" class="more-link">Continue reading <span class="screen-reader-text">Is IE7 the Solution or More of the Same?</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I had high hopes as I began to read the early beta versions reviews of IE7 and the numerous fixes they had over IE6.  I had seen some of my work in IE7 and was pleasantly surprised that it worked.  Then I began to dig deeper.</p>
<p>The problems began when you have used hacks or filters to feed specific CSS to IE6.   Now those who use these knew they would potentially cause future problems and that Microsoft approved conditional statements would be the better choice.   However in some cases &#8211; particularly in the instances where you inherit code or time is of the essence and you simply do not have the time to separate them all out &#8211; a designer would opt for the quicker and dirtier solution of a hack.</p>
<p>The problem is that, essentially, not all of the problems from 6 have been fixed in 7.  So you now have the new star hack &#8211; a version of the underscore hack where you can use *property: values to feed a separate CSS to only IE.  Unfortunately, 6 picks up on these as well and typically does not break in the same way &#8211; normally on heights and the box model &#8211; so you must follow with either an underscore hack or the * html property filter &#8211; called the tan and/or holly hack I believe &#8211; to fix 6.  So now you have an extra filter in addition to one you shouldn&#8217;t have/need in the first place.</p>
<p>Again, the short and simple solution is to use the conditional statements.  While semantically they are very inelegant, they will make your life as a designer much easier.  Hopefully IE8, or future updates of 7, will fix these issues.  It is a vast improvement so I am hopeful.  The fact that they copied many of the good elements from the other browsers out there &#8211; including add-ons, a variation of the extensions from firefox &#8211; is a good sign.  I don&#8217;t typically say this, but my hat is off to the Internet Explorer team.</p>
<p>Random Tidbit: Blog writer <a href="http://robert.accettura.com/" title="Robert Accettura's Fun With Wordage">Robert Accettura</a> had some interesting <a href="http://robert.accettura.com/archives/2007/01/20/secrets-in-websites/" title="Secrets In Websites" target="_blank">Secrets in Websites</a>.  Very interesting and conspiratorial.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">50</post-id>	</item>
		<item>
		<title>10 Best Templates to Borrow (i.e. Steal) Ideas From</title>
		<link>https://www.bogeywebdesign.com/2007/01/28/10-best-templates-to-borrow-ie-steal-ideas-from/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Sun, 28 Jan 2007 14:39:55 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webstandards]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=49</guid>

					<description><![CDATA[I will soon, hopefully, be undergoing a new project for a relative of a very close friend of mine.  In doing so &#8211; since the potential clients are not well versed on the Internet, web 2.0 and the cutting edge &#8211; I decided to find a series of templates that would outline several different ideas &#8230; <a href="https://www.bogeywebdesign.com/2007/01/28/10-best-templates-to-borrow-ie-steal-ideas-from/" class="more-link">Continue reading <span class="screen-reader-text">10 Best Templates to Borrow (i.e. Steal) Ideas From</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I will soon, hopefully, be undergoing a new project for a relative of a very close friend of mine.  In doing so &#8211; since the potential clients are not well versed on the Internet, web 2.0 and the cutting edge &#8211; I decided to find a series of templates that would outline several different ideas and concepts.  It also gave me the idea for this post.  Basically the following list outlines 10 well done templates(or in the case of Zen Garden entries, simply designs) that you, potentially even as an experienced designer, should look to for inspiration, ideas and thievery.  Enjoy.</p>
<p>10.    <a href="http://www.opensourcetemplates.org/templates/nautica01/index.cfm" title="Nautica01" target="_blank">Nautica01</a> &#8211; a simple, clean design.  Smaller width but one of the things I like most about this is the left navigation and the rollovers they do using CSS.</p>
<p>9.    <a href="http://alistapart.com/d/holygrail/example_1.html" title="The Holy Grail of Layouts" target="_blank">The Holy Grail</a> &#8211; basically just a wire-frame but a design I&#8217;ve stolen heavily from.  Not only clean and compliant &#8211; but SEO friendly as well since your content comes first in the markup.</p>
<p>8.    <a href="http://www.csszengarden.com/?cssfile=/007/007.css&amp;page=23" title="Deep Thought" target="_blank">Deep Thought</a> &#8211; a Zen Garden design.  A good example of disjointed design in that the containers don&#8217;t line up.  A good concept not utilized enough in web design.</p>
<p>7.    <a href="http://www.csszengarden.com/?cssfile=037/037.css" title="Pret-a-porter" target="_blank">Pret-a-porter</a> &#8211; another Zen Garden design.  The only example of a horizontal design.  This looks and works awesome in complaint browsers and degrades well in IE.  Horizontal design is not used much in web design &#8211; but when done right it can be very powerful.</p>
<p>6.     <a href="http://www.csszengarden.com/?cssfile=068/068.css" title="Ballade" target="_blank">Ballade</a> &#8211; a final Zen Garden design.  The way they make the graphics &#8211; the steps, bridge, etc &#8211; flow from container to container &#8211; simply brilliant.  A side mention for <a href="http://www.csszengarden.com/?cssfile=/026/026.css&amp;page=20" title="Zunflower" target="_blank">Zunflower</a> since we&#8217;re talking about graphics &#8211; the shading gives the containers depth, making it a very powerful visual design.</p>
<p>5.    <a href="http://www.sixshootermedia.com/ostemplates/plain/" title="Plain 1.0" target="_blank">Plain 1.0</a> &#8211; a <a href="http://www.sixshootermedia.com/" title="Six Shooter Media" target="_blank">Six Shooter Media</a> design.  I actually modified this for one of my first home page designs and learned a lot from the skills of this designer.  Very talented.</p>
<p>4.    <a href="http://www.oswd.org/design/preview/id/2199" title="Andreas01" target="_blank">Andreas01</a> &#8211; an <a href="http://andreasviklund.com/" title="AndreasViklund.com" target="_blank">Andreas Viklund</a> design.  Now hosts his templates on <a href="http://www.opendesigns.org/" title="OpenDesigns.org" target="_blank">OpenDesigns.org</a>, but since I didn&#8217;t see this one on there it&#8217;s from OSWD.  Simple, clean, elegant &#8211; great dropdowns and rollovers, excellent use of a header graphic, nice use of background graphic to give depth and could easily be adapted with the holy grail techniques to shoot the SEO up.  So, by combining concepts from the two, you&#8217;d have an standards compliant, search engine optimized and graphically beautiful site.</p>
<p>3.    <a href="http://www.oswd.org/design/preview/id/2493" title="Andreas09" target="_blank">Andreas09</a> &#8211; another Andreas Viklund.  If you&#8217;ve looked through the WordPress themes, you might recognize this one.  Not only does it change from a 2 column to 3 but it&#8217;s also preloaded with 6 color schemes &#8211; my personal favorite being black.</p>
<p>2.     <a href="http://www.sixshootermedia.com/ostemplates/plain2/" title="Plain 2.0" target="_blank">Plain 2.0</a> &#8211; another Six Shooter Media design.  An update/revision on 1.0.  Bolder graphics, excellent graphics use on the containers, excellent rollovers on the side navigation, and good font and font color choices.  Some web 2.0 flavor and methods as well as a bonus in a skip to content accessibility link.</p>
<p>1.    <a href="http://www.sixshootermedia.com/ostemplates/thin_green_line/" title="Thin Green Line" target="_blank">Thin Green Line</a> &#8211; a final Six Shooter design.   This and Plain 2.0 could switch everyday depending on what mood I&#8217;m in with this currently being my favorite of his templates.  Overall, it&#8217;s not as nice a design as 2.0 but the top navigation with the animated gifs has just got me hooked right now.  As with the other 2 Six Shooter designs this could use some holy grail combination to push the content first and improve the SEO.  I would love to see what he could come up with just stealing the navigation from this and replacing only that part of the design on 2.0.  I just might have to try that in the future.</p>
<p>For more free templates, check out my <a href="http://del.icio.us/dohmsford/templates" title="My del.icio.us: templates tag" target="_blank">del.icio.us</a>.</p>
<p>Random Tidbit: Found this awhile back.  Apparently <a href="http://www.redherring.com/Article.aspx?a=18613&amp;hed=Religion+Sites+Embrace+Web+2" title="Religion Sites Embrade Web2.0" target="_blank">web2.0 is catching on since even some religious sites have used methods from it</a>.  Very interesting.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">49</post-id>	</item>
	</channel>
</rss>
