<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>Desert Web Designs Blog</title>
	<link>http://blog.desertwebdesigns.com</link>
	<description>Tips, Tricks, Useful Articles, and more.</description>
	<pubDate>Wed, 16 Jul 2008 07:15:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>New website launch: AngelWithCrookedFeet.org</title>
		<link>http://blog.desertwebdesigns.com/2008/07/16/new-website-launch-angelwithcrookedfeetorg/</link>
		<comments>http://blog.desertwebdesigns.com/2008/07/16/new-website-launch-angelwithcrookedfeetorg/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 07:14:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Site Launches]]></category>

		<guid isPermaLink="false">http://blog.desertwebdesigns.com/2008/07/16/new-website-launch-angelwithcrookedfeetorg/</guid>
		<description><![CDATA[Desert Web Designs is pleased to announce the launch of our latest site:

AngelWithCrookedFeet.org

The Site
AngelWithCrookedFeet.org is the online home to the Angel With Crooked Feet Foundation providing support, guidance, and counseling to youth and their families who are victims of sexual abuse and more.  The Foundation was started by Anthony V. Sarjant Ph.D. of Show [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.desertwebdesigns.com">Desert Web Designs</a> is pleased to announce the launch of our latest site:</p>
<blockquote>
<h4><a href="http://www.angelwithcrookedfeet.org" target="_blank">AngelWithCrookedFeet.org</a></h4>
</blockquote>
<h3>The Site</h3>
<p><a href="http://www.angelwithcrookedfeet.org" target="_blank">AngelWithCrookedFeet.org</a> is the online home to the Angel With Crooked Feet Foundation providing support, guidance, and counseling to youth and their families who are victims of sexual abuse and more.  The Foundation was started by Anthony V. Sarjant Ph.D. of Show Low, Arizona and Gus Koernig of Mesa, Arizona.  Together Tony and Gus authored <a href="http://www.amazon.com/Angel-Crooked-Feet-Gus-Koernig/dp/1424152437/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1216192340&amp;sr=8-1" target="_blank"><em>Angel With Crooked Feet</em></a> which chronicles the life of Tony, born with a club foot to a mother who didn&#8217;t want him.  Through his years, Tony has suffered through time in and out of hospitals, petty crime, time in a juvenile detention center and later prison, sexual assault, the occult, marital infidelity, alcoholism, and suicide attempts.</p>
<blockquote><p>It&#8217;s a story that proves, again and again, that God never gives up on us, even when we want to give up on ourselves. It is the story I&#8217;m telling because I know that reading about my experiences, my ordeals, my challenges, and my victories will help thousands of people, young and old, overcome the challenges in their lives.</p></blockquote>
<h3>The Design</h3>
<p><a href="http://www.angelwithcrookedfeet.org" target="_blank">AngelWithCrookedFeet.org</a> was actually a website redesign that we did.  The site was originally built by the client using Yahoo!&#8217;s SiteBuilder.  As is generally the problem with site builders, the site was chunky and contained a large amount of extraneous code that not only cause the site to have the look it did (alignments were off, elements overlapped each other and burst out of their parent elements, hovers didn&#8217;t work properly, etc), but also increased the load time.  So, the majority of the work was simply taking the existing website and the intended layout, and converting it to a small, fast-loading, clean, and of course, standards-compliant website.</p>
<p>In this redesign, the client did not wish to change the layout.  He simply wanted a nice clean website.  The first step in this redesign was to discern which elements/data on the page would be kept, and which images would be needed.  After gathering the required elements and files, the next step was to redesign the layout based off the intentions that the client had with the original build.  The layout for the most part was there, it was just clunky.  In a redesign like this, I didn&#8217;t bother with the <abbr title="Cascading Style Sheets">CSS</abbr> at first, I simply wanted to get the code for the structure in place.  After I had a lean standards compliant base to work off of, the  <abbr title="Cascading Style Sheets">CSS</abbr> would be very easy to write and display the website in the intended manner.</p>
<p>The general structure of the website includes a main wrapper <code>&lt;div&gt;</code> that encompasses all the content on the website, a sidebar <code>&lt;div&gt;</code> with a navigation <code>&lt;table&gt;</code>, a main content <code>&lt;div&gt;</code>, and a footer <code>&lt;div&gt;</code> and that&#8217;s basically it.  The reason for the main wrapper <code>&lt;div&gt;</code> is that the Yahoo! SiteBuilder had aligned all the content flush left leaving approximately 40% of the screen blank on the right hand side.  Having this much blank space is almost standard for websites now, or at least is common, due to making sure the website will display fully on varying screen resolutions.  However, the better way to display this much space is to center the content and have the space divided equally on each side which gives the appearance of the content taking up more space that it does.</p>
<p>So the design and the <abbr title="Cascading Style Sheets">CSS</abbr> weren&#8217;t to difficult for this site.  The main thing I wanted to focus on for the client is getting that lean and clean website I was talking about.  The two biggest differences between the Yahoo! site and the current site is the amount of code that was removed, and the navigation hover technique.  As I said, the Yahoo! site had a lot of extraneous code in it, over 300 lines per page on such a small site.  The current size of the site is just barely over 50 lines for the &#8216;home&#8217; page and the &#8216;about&#8217; page and just under that for the content page, and of course is 100% <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.angelwithcrookedfeet.org" target="_blank">W3 HTML 4.01 Standard Compliant.</a></p>
<p>The second reason for the smaller sizes is I changed the mouseover technique used on the navigation links.  Previously the mouseover was handled via Javascript.  Currently with the use of Image Sprites (post to come soon about these) and the <a href="http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes" target="_blank"><abbr title="Cascading Style Sheets">CSS</abbr> 2 :hover pseudo-class,</a> we were able to duplicate this same functionality without all the Javascript getting in the way.  Basically what CSS Sprites do is takes multiple images and combines them all into one, then uses the :hover pseudo-class to reposition the background image when hovered over or selected to show the current image &#8220;state.&#8221;  There is one minor drawback to the :hover element.  It is not supported in <abbr title="Internet Explorer 6">IE 6</abbr> and below on any elements other than <code>&lt;a&gt;</code> tags.  To quote Andy Budd from <a href="http://blog.desertwebdesigns.com/2008/07/12/book-review-css-mastery-advanced-web-standards-solutions/">CSS Mastery: Advanced Web Standards Solutions</a></p>
<blockquote><p> This is an embellishment rather than an important feature&#8230;Users of more modern browsers will appreciate the added usability benefits, while those using <abbr title="Internet Explorer 6">IE 6</abbr> and below will be unaware they are missing anything</p></blockquote>
<p>However, using <a href="http://dean.edwards.name/ie7/" target="_blank">Dean Edwards&#8217; <abbr title="Internet Explorer 7">IE 7</abbr> scripts</a> gives this functionality to versions of <abbr title="Internet Explorer">IE</abbr> that are missing it using just a small 30KB Javascript file.</p>
<p>Overall this was a simple redesign for us that took just over 3 hours to complete, but was a huge improvement for the website and the client was extremely satisfied, not only because of the vast improvement in his website, but also because of the cheap price of the redesign since it didn&#8217;t take us long to make these changes.  All in all, <a href="http://www.angelwithcrookedfeet.org" target="_blank">AngelWithCrookedFeet.org</a> includes the following services:</p>
<ul>
<li><abbr title="HyperText Markup Language">HTML</abbr></li>
<li><abbr title="Cascading Style Sheets">CSS</abbr></li>
<li>Javascript</li>
</ul>
<p>P.S.  We are currently working on two corollary sites to go along with <a href="http://www.angelwithcrookedfeet.org" target="_blank">AngelWithCrookedFeet.org.</a>  These are AngelWithCrookedFeet.com and AngelWithCrookedFeet.info, which will have information articles about the Foundation, Inspirational/Motivational Speaking, Surviving Sexual Abuse and Child Abuse, and more, as well as give users the ability to schedule Tony for speaking engagements and the like.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.desertwebdesigns.com/2008/07/16/new-website-launch-angelwithcrookedfeetorg/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Book Review: CSS Mastery: Advanced Web Standards Solutions</title>
		<link>http://blog.desertwebdesigns.com/2008/07/12/book-review-css-mastery-advanced-web-standards-solutions/</link>
		<comments>http://blog.desertwebdesigns.com/2008/07/12/book-review-css-mastery-advanced-web-standards-solutions/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 22:35:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Book Reviews]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://blog.desertwebdesigns.com/2008/07/12/book-review-css-mastery-advanced-web-standards-solutions/</guid>
		<description><![CDATA[Book Review for:
CSS Mastery: Advanced Web Standards Solutions
by Andy Budd with Cameron Moll &#38; Simon Collison

This was the first CSS book that I purchased.  I was always hesitant to purchase a book on CSS because most of the resources that I&#8217;ve found have been mostly beginner&#8217;s tutorials or instruction and I felt that I [...]]]></description>
			<content:encoded><![CDATA[<h4 style="margin: 10px 0px 0px">Book Review for:</h4>
<h3 style="margin: 0px; padding: 0px"><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FCSS-Mastery-Advanced-Standards-Solutions%2Fdp%2F1590596145%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1215895995%26sr%3D1-1&amp;tag=httpwwwdese09-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" target="_blank">CSS Mastery: Advanced Web Standards Solutions</a></h3>
<p style="margin: 0px; padding: 0px">by <a href="http://www.andybudd.com/" target="_blank">Andy Budd</a> with <a href="http://www.cameronmoll.com/" target="_blank">Cameron Moll</a> &amp; <a href="http://www.colly.com/" target="_blank">Simon Collison</a><br />
<img src="http://blog.desertwebdesigns.com/uploads/5stars.gif" alt="5 out of 5 Stars for CSS Mastery: Advanced Web Standards Solutions" title="5 out of 5 Stars for CSS Mastery: Advanced Web Standards Solutions" style="margin: 0px 0px 10px; padding: 0px" /></p>
<p>This was the first <abbr title="Cascading Style Sheets">CSS</abbr> book that I purchased.  I was always hesitant to purchase a book on <abbr title="Cascading Style Sheets">CSS</abbr> because most of the resources that I&#8217;ve found have been mostly beginner&#8217;s tutorials or instruction and I felt that I had at least a &#8220;beyond beginner&#8217;s&#8221; understanding of <abbr title="Cascading Style Sheets">CSS</abbr>.  I wouldn&#8217;t go as far as saying I&#8217;m an expert at <abbr title="Cascading Style Sheets">CSS</abbr>, but at least mid-level to advanced.  However, this book had some previous good recommendations from <a href="http://www.amazon.com" target="_blank">amazon.com</a> so I bit the bullet and bought it.  I must say that I was <strong>NOT</strong> disappointed!</p>
<p>This book starts off with a very quick introduction/recap of <abbr title="Cascading Style Sheets">CSS</abbr> basics including good code structure and organization, validation, DOCTYPES, common selectors including IDs and classes, pseudo-classes, and the advanced selectors such as universal, child, attribute and more, and some wonderful reference on the specificity and inheritance, or the &#8220;Cascade&#8221;, the core of <abbr title="Cascading Style Sheets">CSS</abbr>.  Although this introduction is provided, it is relatively short at about 25 pages and I would suggest a good working understanding of these basics first, as it will help understand the rest of the book easier as opposed to trying to learn <abbr title="Cascading Style Sheets">CSS</abbr> for the first time from this book.  The following chapter is another quick 15 pages with on &#8220;Visual Formatting Model Recap&#8221; including the Box Model and Positioning, two <strong>EXTREMELY</strong> important concepts to understand <abbr title="Cascading Style Sheets">CSS</abbr> properly.  Although it is short, it is an extremely powerful section.</p>
<p>Chapter 3 finally jumps head first into the code with &#8220;Background Images and Image Replacement.&#8221;  With the movement towards &#8220;Web 2.0&#8243; websites, one of the most common features you&#8217;ll see in these websites is rounded corners.  These can be difficult to achieve successfully and the authors make it very easy.  This chapter also touches on different drop shadows and image replacement techniques, which are useful for placing a logo in place but still having the text remain search engine friendly.  Chapter 4 is a fairly short chapter on &#8220;Styling Links&#8221; with some interesting uses of attribute selectors.</p>
<p>Chapter 5 is all about &#8220;Stylig Lists and Creating Nav Bars&#8221; including the popular &#8220;Sliding Doors&#8221; popularized by <a href="http://www.stopdesign.com" target="_blank">Douglas Bowman of Stopdesign</a> and first published in October of 2003 in <a href="http://www.alistapart.com/articles/slidingdoors/" target="_blank">A List Apart</a> online magazine. During the section on creating nav bars, this chapter shows how to use <abbr title="Cascading Style Sheets">CSS</abbr> sprites for rollovers and visited links, something which I&#8217;ll be blogging about soon.  Chapter 5 also shows how you can use <abbr title="Cascading Style Sheets">CSS</abbr> to create image maps, something I&#8217;ve never even thought of doing with <abbr title="Cascading Style Sheets">CSS</abbr>.</p>
<p>The next two chapters are two of the best in the book I think.  Chapter 6 deals with &#8220;Styling Forms and Data Tables&#8221;, while Chapter 7 tackles &#8220;Layout&#8221;.  I think that styling forms properly can be one of the most difficult things to do in a website Chapter 6 shows some good tips and tricks to handle this properly.  After all the chapters on styling elements, comes the final code chapter which deals with Layout and shows how to center designs, create two and three column layouts, and liquid, elastic, and hybrid (elastic-liquid), or fluid, layouts.</p>
<p>As any web designer knows, <abbr title="Internet Explorer">IE</abbr> doesn&#8217;t do the best job of displaying <abbr title="HyperText Markup Language">HTML</abbr> and <abbr title="Cascading Style Sheets">CSS</abbr> properly according to the <abbr title="World Wide Web Consortium">W3C.</abbr>  Fortunately, the last two chapters in the book are about &#8220;Hacks and Filters&#8221; and &#8220;Bugs and Bug Fixing&#8221;, two excellent chapters for dealing with the countless <abbr title="Internet Explorer">IE</abbr> <abbr title="Cascading Style Sheets">CSS</abbr> bugs.  Finally, the last two chapters of the book are Case Studies that put everything together and take you through building two different web sites in a Web Standards way with <abbr title="Cascading Style Sheets">CSS</abbr>.</p>
<p>Overall, this is an excellent book, one I&#8217;d highly recommend to any web designer, or <abbr title="Cascading Style Sheets">CSS</abbr> developer, looking to expand their knowledge of the powerful language that is <abbr title="Cascading Style Sheets">CSS</abbr>.  <strong>Definitely</strong> worth adding to your library.  On an additional note, this book is published by <a href="http://www.friendsofed.com" target="_blank">Friends of Ed</a>, a fantastic publisher of technical books, and one of my favorites.  I currently own 8 books published by &#8220;Friends of Ed&#8221; and 2 more from their parent company <a href="http://www.apress.com" target="_blank">Apress</a>, all of which are excellent books.</p>
<p><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FCSS-Mastery-Advanced-Standards-Solutions%2Fdp%2F1590596145%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1215895995%26sr%3D1-1&amp;tag=httpwwwdese09-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" target="_blank"><img src="http://ecx.images-amazon.com/images/I/41TH5NFKPEL._SL500_BO2,204,203,200_PIsitb-dp-500-arrow,TopRight,45,-64_OU01_AA240_SH20_.jpg" alt="CSS Mastery: Advanced Web Standards Solutions" title="CSS Mastery: Advanced Web Standards Solutions" /></a></p>
<p><strong>Paperback:</strong> 280 pages<br />
<strong>Publisher:</strong> friends of ED (February 13, 2006)<br />
<strong>Language:</strong> English<br />
<strong>ISBN-10:</strong> 1590596145<br />
<strong>ISBN-13:</strong> 978-1590596142</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.desertwebdesigns.com/2008/07/12/book-review-css-mastery-advanced-web-standards-solutions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Book Review: Professional Search Engine Optimization with PHP: A Developer&#8217;s Guide to SEO</title>
		<link>http://blog.desertwebdesigns.com/2008/07/11/book-review-professional-search-engine-optimization-with-php-a-developers-guide-to-seo/</link>
		<comments>http://blog.desertwebdesigns.com/2008/07/11/book-review-professional-search-engine-optimization-with-php-a-developers-guide-to-seo/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 08:08:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Book Reviews]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://blog.desertwebdesigns.com/2008/07/11/book-review-professional-search-engine-optimization-with-php-a-developers-guide-to-seo/</guid>
		<description><![CDATA[This is the first of many book reviews coming from me.  I feel that in the industry I&#8217;m in, the learning never stops.  The web is a constantly changing place and in order to stay competitive, one must stay current (or as current as possible) in all facets of the web and wear [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first of many book reviews coming from me.  I feel that in the industry I&#8217;m in, the learning never stops.  The web is a constantly changing place and in order to stay competitive, one must stay current (or as current as possible) in all facets of the web and wear as many hat&#8217;s as possible.  I have a large, and ever-growing, library of what my wife affectionately calls my &#8220;nerd books&#8221;  So be it.  I&#8217;m fine with that designation.  Many of these books I&#8217;ve read, and obviously the ones I havn&#8217;t, I plan to.  Keep in touch to read more of my book reviews and recommendations ranging from <abbr title="Search Engine Optimization">SEO</abbr> to <abbr title="PHP Hypertext Preprocessor">PHP</abbr>, <abbr title="Cascading Style Sheets">CSS</abbr> to <acronym title="Asynchronous JavaScript and XML">Ajax</acronym>, and more.</p>
<h4 style="margin: 0px">Book Review for:</h4>
<h3 style="margin: 0px; padding: 0px"><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FProfessional-Search-Engine-Optimization-PHP%2Fdp%2F0470100923%3Fpf%5Frd%5Fp%3D280800601%26pf%5Frd%5Fs%3Dcenter-2%26pf%5Frd%5Ft%3D1501%26pf%5Frd%5Fi%3Dybh%26pf%5Frd%5Fm%3DATVPDKIKX0DER%26pf%5Frd%5Fr%3D1GKEB0V3PXZ116Z2EM0G&amp;tag=httpwwwdese09-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" target="_blank">Professional Search Engine Optimization with PHP: A Developer&#8217;s Guide to SEO</a></h3>
<p style="margin: 0px; padding: 0px">by <a href="http://www.seoegghead.com" target="_blank">Jaimie Sirovich</a> &amp; <a href="http://www.cristiandarie.ro/" target="_blank">Christian Darie</a></p>
<p><img src="http://blog.desertwebdesigns.com/uploads/4stars.gif" alt="4 out of 5 Stars for Professional Search Engine Optimization with PHP: A Developer's Guide to SEO" title="4 out of 5 Stars for Professional Search Engine Optimization with PHP: A Developer's Guide to SEO" style="margin: 0px 0px 10px; padding: 0px" /></p>
<p><em><strong>A quick note about this review.  This review was written approximately a year ago when I was still new to, and learning, <abbr title="PHP Hypertext Preprocessor">PHP</abbr> and <abbr title="Search Engine Optimization">SEO.</abbr>  I am posting it here now as I am starting a new <a href="http://blog.desertwebdesigns.com/category/book-reviews/" title="Book Reviews">Book Reviews category</a> for this blog.</strong></em></p>
<p>I am still somewhat new to <abbr title="PHP Hypertext Preprocessor">PHP</abbr> and this was my first book I&#8217;ve read on <abbr title="Search Engine Optimization">SEO</abbr>. However, this book was packed full of great information for programmers. I never realized that there&#8217;s so much that can be done from a architectural standpoint for <abbr title="Search Engine Optimization">SEO</abbr>. I will definitely be referring back to this book on a regular basis in my future web developments.</p>
<p>One thing to keep in mind, this book is not for search engine marketer&#8217;s. Although the authors do explain the reason behind the methods they provide, about half of this book is <abbr title="PHP Hypertext Preprocessor">PHP</abbr> code. This book is designed for improving ranking during development and design of the website, and not after publication. I learned that there are two facets to <abbr title="Search Engine Optimization">SEO</abbr>; the architecture and design of the site and the marketing of the site. This book addresses the former.</p>
<p>The only thing that kept me from giving this book 5 stars is that the book was primarily geared towards an e-commerce site with a majority of the examples directed as such. Now, most e-commerce sites do implement <abbr title="PHP Hypertext Preprocessor">PHP</abbr>, there are plenty of other sites that implement it as well that do are not e-commerce. I understand that <abbr title="Search Engine Optimization">SEO</abbr> is relatively easier on these sites, but there are plenty of methods and examples that can be implemented on any site, not just e-commerce such as; URL Rewriting via mod_rewrite, 301 redirects, duplicate content, sitemaps, link bait, and more.</p>
<p>Overall, still a great book and well worth the price and the read. I will definitely looking for more titles from these authors.</p>
<p>P.S. Author Jaimie Sirovich has a tremendous <a href="http://www.seoegghead.com" target="_blank" title="SEO Egghead by Jaimie Sirovich"><abbr title="Search Engine Optimization">SEO</abbr> Blog site</a> that while reading this book quickly became one of my favorite sites.</p>
<p><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FProfessional-Search-Engine-Optimization-PHP%2Fdp%2F0470100923%3Fpf%5Frd%5Fp%3D280800601%26pf%5Frd%5Fs%3Dcenter-2%26pf%5Frd%5Ft%3D1501%26pf%5Frd%5Fi%3Dybh%26pf%5Frd%5Fm%3DATVPDKIKX0DER%26pf%5Frd%5Fr%3D1GKEB0V3PXZ116Z2EM0G&amp;tag=httpwwwdese09-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" target="_blank"><img src="http://ecx.images-amazon.com/images/I/5184%2B7hkqxL._SL500_BO2,204,203,200_PIsitb-dp-500-arrow,TopRight,45,-64_OU01_AA240_SH20_.jpg" alt="Professional Search Engine Optimization with PHP: A Developer's Guide to SEO" title="Professional Search Engine Optimization with PHP: A Developer's Guide to SEO" /></a></p>
<p><strong>Paperback:</strong> 350 pages<br />
<strong>Publisher:</strong> Wrox (April 16, 2007)<br />
<strong>Language:</strong> English<br />
<strong>ISBN-10:</strong> 0470100923<br />
<strong>ISBN-13:</strong> 978-0470100929</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.desertwebdesigns.com/2008/07/11/book-review-professional-search-engine-optimization-with-php-a-developers-guide-to-seo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting in touch with our philanthropic side - Support savebigdaddy.com</title>
		<link>http://blog.desertwebdesigns.com/2008/06/29/getting-in-touch-with-our-philanthropic-side-support-savebigdaddycom/</link>
		<comments>http://blog.desertwebdesigns.com/2008/06/29/getting-in-touch-with-our-philanthropic-side-support-savebigdaddycom/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 21:03:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://blog.desertwebdesigns.com/2008/06/29/getting-in-touch-with-our-philanthropic-side-support-savebigdaddycom/</guid>
		<description><![CDATA[Recently a good friend of mine, Chad, who goes by the moniker &#8220;Big Daddy&#8221;, was at the hospital when his doctor gave him a severe wake up call: &#8220;Lose weight because your life could be at stake.&#8221;  Chad was tipping the scales at 438 lbs.  Needless to say it&#8217;s a slap in the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently a good friend of mine, Chad, who goes by the moniker <a href="http://www.myspace.com/bigdaddykaraoke">&#8220;Big Daddy&#8221;</a>, was at the hospital when his doctor gave him a severe wake up call: &#8220;Lose weight because your life could be at stake.&#8221;  Chad was tipping the scales at 438 lbs.  Needless to say it&#8217;s a slap in the face that no one wants to hear.  Chad&#8217;s doctors believe that he has a disorder that prevents his brain from being told he&#8217;s full.  Chad has tried numerous countless diets, exercise, doctor supervised nutritionists, Atkins, Weight Watchers, and others; all with temporary success, but with no lasting results.  Ultimately, Chad has decided to have the <a href="http://www.savebigdaddy.com/lapband.html" target="_blank">Lap-Band Surgery</a> done.  Unfortunately, because this is not considered a &#8220;medical&#8221; reason for having the surgery, his insurance is not covering one bit of the $8,000 price tag.</p>
<p>Now, I don&#8217;t know about you, but I don&#8217;t happen to just have $8,000 lying around, although I wish I did.  So, to help raise the money, Chad created a website <a href="http://www.savebigdaddy.com" target="_blank">SaveBigDaddy.com.</a>  As of this posting, Chad and his family have raised around $6,000 towards the surgery, scheduled for July 11th.  Now obviously when one of your best friends is in a situation like this, you want to do what you can to help.  However, my wife and I are in the process of buying our first house (yay us!), so we don&#8217;t exactly have money coming out our ears either, not that we do normally.  So I thought the least I could do is extend my services to Chad and offer to host his site for him.  It&#8217;s not much but it will save him $50-$100.</p>
<p>Second, Chad had a fundraiser last night at the bar he hosts karaoke at, The Reagle Beagle.  They were hoping to raise the remaining $2000 needed through drink specials, donations, raffles, a dating auction and more.  I just got word that $1400 was raised leaving them with about $500 to go.  As part of the raffle, we donated a free 5-page website design, plus domain name and hosting for 1 year, an approximate $500 value.  No word yet from the winner, but we&#8217;ll keep you posted as to the winner and their site.</p>
<p>And to quote Chad,  &#8220;After the surgery instead of calling me &#8216;Big Daddy&#8217;, you can just call me &#8216;Daddy&#8217;.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.desertwebdesigns.com/2008/06/29/getting-in-touch-with-our-philanthropic-side-support-savebigdaddycom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Be a part of a world record attempt by downloading Firefox 3.0 on June 17th, 2008</title>
		<link>http://blog.desertwebdesigns.com/2008/06/15/be-a-part-of-a-world-record-attempt-by-downloading-firefox-30-on-june-17th-2008/</link>
		<comments>http://blog.desertwebdesigns.com/2008/06/15/be-a-part-of-a-world-record-attempt-by-downloading-firefox-30-on-june-17th-2008/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 22:37:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Standards]]></category>

		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://blog.desertwebdesigns.com/2008/06/15/be-a-part-of-a-world-record-attempt-by-downloading-firefox-30-on-june-17th-2008/</guid>
		<description><![CDATA[
I was reading some science &#38; tech news postings at google today and came across an article posted at ChannelWeb.  The purpose of the article is to promote Mozilla&#8217;s efforts to set a Guinness World Record highest number of software downloads in a single day with the release of the new Firefox 3.0 web [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.spreadfirefox.com/en-US/worldrecord"><img src="http://www.spreadfirefox.com/sites/all/themes/spreadfirefox_RCS/images/download-day/buttons/en-US/468x60_dday.png" alt="Download Day 2008" title="Download Day 2008" border="0" /></a></p>
<p>I was reading some <a href="http://news.google.com/?ned=us&amp;topic=t" target="_blank">science &amp; tech news</a> postings at google today and came across an article posted at <a href="http://www.crn.com/software/208403872" target="_blank">ChannelWeb.</a>  The purpose of the article is to promote <a href="http://www.mozilla.com">Mozilla&#8217;s</a> efforts to set a Guinness World Record highest number of software downloads in a single day with the release of the new Firefox 3.0 web browser on June 17th, 2008.</p>
<p>For those of you living under or a rock, or hopelessly devoted to Microsoft, or if you just have never heard of it, <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a> is an award-winning open-source web browser from <a href="http://www.mozilla.com">Mozilla.</a>  According to the <a href="http://www.w3schools.com/browsers/browsers_stats.asp" target="_blank"><abbr title="World Wide Web Consortium">W3C</abbr></a> statistics, Firefox currently has a 39.1% market share of web browsers as of April 2008.  When compared separately to the two major versions Internet Explorer (6 and 7), Firefox is the most popular browser in use on the internet.  I can&#8217;t say for sure when I first started using Firefox, but it&#8217;s been at least 3-4 years, if not more, and I havn&#8217;t looked back since.  I am a strong supporter of Firefox for a number of reason, most of which come from a web development standpoint.  I thoroughly enjoy Firefox mainly because it has better support for web standards.  (Read more about Web Standards in my post <a href="http://blog.desertwebdesigns.com/2008/03/31/were-getting-naked-but-dont-get-too-excited/">&#8220;We’re getting NAKED!! But don’t get too excited.</a>&#8220;)  Not only that, but as an open-source web browser, Firefox has a plethora of user-developed add-ons and themes available to customize your the look, feel, and performance of your browser.  One of my favorites is the <a href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Web Developer Add-On</a> (for obvious reasons).  There are plenty of other add-ons for assisting with bookmarking features, managing feed subscriptions, toolbars, search tools, social networking management, and many more.  See the full list of <a href="https://addons.mozilla.org/en-US/firefox/" target="_blank">Firefox Add-ons.</a></p>
<p>As if all that isn&#8217;t enough, Mozilla is releasing the new Firefox 3.0 this Tuesday June 17th, 2008.  Currently, Firefox 3.0 is in its 3rd Release Candidate stage, basically a testing version.  I have been using Firefox 3.0 for the past couple weeks as it is the default browser shipped with the newest version of the <a href="http://www.ubuntu.com/" target="_blank">Linux Ubuntu 8.04 Operating System.</a>  So far, I have been pretty happy with what I have seen.  One of the first things I noticed was the improved history recollection.  From the Mozilla website:</p>
<blockquote><p>Location bar &amp; auto-complete: type in all or part of the title, tag or address of a page to see a list of matches from your history and bookmarks; a new display makes it easier to scan through the matching results and find that page you&#8217;re looking for. Results are returned according to their <em>frecency</em> (a combination of <em>frequency</em> and <em>recency</em> of visits to that page) ensuring that you&#8217;re seeing the most relevant matches. An adaptive learning algorithm further tunes the results to your patterns!</p></blockquote>
<p>Another thing I noticed is when you close the browser with multiple tabs open, you are presented with the option to remember the tabs for the next time you open the browser.  This is a very useful feature when the browser needs to be restarted after a plugin or add-on installation so you don&#8217;t have to reopen all the pages you just had up.  There are plenty of other new features in Firefox 3.0 and you can check them all out at the <a href="http://www.mozilla.com/en-US/firefox/3.0rc3/releasenotes/" target="_blank">Mozilla Firefox 3.0 release notes</a> page.</p>
<p>This Tuesday, June 17th, 2008 has been coined &#8220;Download Day&#8221; by <a href="http://www.spreadfirefox.com/" target="blank">SpreadFirefox.com</a> and is Mozilla&#8217;s attempt to set a world record for the most software downloads in 24 hours and will occur on Firefox 3 launch day.  To take part in the world record attempt, and to assist in spreading the word about Firefox, simply download Firefox 3 (preferably from the <a href="http://www.spreadfirefox.com/en-US/worldrecord" target="_blank">Download Day Headquarters</a>) on launch day this Tuesday.  You can pledge your support to download and help set the world record by going to the <a href="http://www.spreadfirefox.com/en-US/worldrecord/" target="_blank">Download Day Home Page</a>.  As of the writing of this article, there are approximately 1.3 million pledges worldwide.  You can view a breakdown of the numbers by country around the world there as well.</p>
<p>For more information about &#8220;Download Day&#8221;, visit the <a href="http://www.spreadfirefox.com/en-US/worldrecord/faq" target="_blank">Download Day FAQ.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.desertwebdesigns.com/2008/06/15/be-a-part-of-a-world-record-attempt-by-downloading-firefox-30-on-june-17th-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New website launch: AllOutdoorsPhotography.com</title>
		<link>http://blog.desertwebdesigns.com/2008/06/08/new-website-launch-alloutdoorsphotographycom/</link>
		<comments>http://blog.desertwebdesigns.com/2008/06/08/new-website-launch-alloutdoorsphotographycom/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 05:53:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Site Launches]]></category>

		<guid isPermaLink="false">http://blog.desertwebdesigns.com/2008/06/08/new-website-launch-alloutdoorsphotographycom/</guid>
		<description><![CDATA[Desert Web Designs is pleased to announce the launch of our latest site:

AllOutdoorsPhotography.com

The Site
AllOutdoorsPhotography.com is an online photo gallery displaying the photographs of Mesa, AZ photographer Gus Koernig. Gus&#8217;s portfolio features photographs from around the United States, including Arizona, Utah, Wyoming, Montana, North Carolina, and more, as well as Australia and New Zealand.  AllOutdoorsPhotography.com [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.desertwebdesigns.com">Desert Web Designs</a> is pleased to announce the launch of our latest site:</p>
<blockquote>
<h4><a href="http://www.alloutdoorsphotography.com" target="_blank">AllOutdoorsPhotography.com</a></h4>
</blockquote>
<h3>The Site</h3>
<p><a href="http://www.alloutdoorsphotography.com" target="_blank">AllOutdoorsPhotography.com</a> is an online photo gallery displaying the photographs of Mesa, AZ photographer Gus Koernig. Gus&#8217;s portfolio features photographs from around the United States, including Arizona, Utah, Wyoming, Montana, North Carolina, and more, as well as Australia and New Zealand.  <a href="http://www.alloutdoorsphotography.com" target="_blank">AllOutdoorsPhotography.com</a> focuses on capturing the beauty of the world that we live, from Mountains to Streams, Waterfalls to Seascapes, Sunrises and Sunsets to Cityscapes, these images will take your breath away.  All photos on the site are available for sale with options of a print only or a beautiful museum-style mounting for easy display.  All photos come hand-signed by the photographer.</p>
<h3>The Design</h3>
<p>Our design process for <a href="http://www.alloutdoorsphotography.com" target="_blank">AllOutdoorsPhotography.com</a> started a little different than most.  First off, Gus was fairly open to the design of the site and didn&#8217;t really have anything in particular in mind with regards to the layout/design of the site.  This left us not only with an option to experiment, but also didn&#8217;t give us a lot of direction to start with either.  The ultimate goal of the site was to display the images in a gallery format with the implementation of a shopping cart functionality to allow for the purchase of the photos.</p>
<p>We started out by coming up with a number of different layout ideas in a process called &#8220;wireframing.&#8221;  Wireframing involves creating</p>
<blockquote><p>&#8220;black-and-white diagrams that illustrate blocks of content, navigation, or functionality&#8230;used as a tool to communicate content and structure without the distractions of color and imagery.&#8221;</p>
<p><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FTranscending-CSS-Design-Voices-Matter%2Fdp%2F0321410971%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1207006849%26sr%3D8-1&amp;tag=httpwwwdese09-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" target="blank">Transcending CSS: The Fine Art of Web Design</a> by <a href="http://www.stuffandnonsense.co.uk/" target="_blank">Andy Clarke</a></p></blockquote>
<p><img src="http://blog.desertwebdesigns.com/uploads/layouts.gif" alt="Example Wireframes" style="height: 200px; width: 200px; margin-right: 10px" align="left" />Here&#8217;s an example of some of our wireframes</p>
<p>With a layout selected by Gus, we set forth on creating our website comps.  The comps were the basic structure and layout of the site as actual web pages for Gus to get a feel for how the selected wireframe would translate to an actual working web site.  The comps were designed in basic <abbr title="HyperText Markup Language">HTML</abbr> and <abbr title="Cascading Style Sheets">CSS</abbr> and, once approved by Gus, were very easy to convert into <abbr title="PHP Hypertext Preprocessor">PHP</abbr> by taking our duplicate content (page headers, footers, and navigation bars) and copying them into a <abbr title="PHP Hypertext Preprocessor">PHP</abbr> include file.  This took care of the majority of the site</p>
<p>The remainder (and bulk) of the site involved displaying the photos from stored database information and creating the shopping cart.  By storing the image information in a database, it allows Gus to login to the <abbr title="Content Management System">CMS</abbr> we created for him to upload new photos, remove existing, change prices, on his own.  It also cuts down on the amount of code required for each page of the site.  From there, it was simply a matter of creating the shopping cart (which is not as easy as I&#8217;m making it sound) for purchasing the orders.  There are a lot of caveats to creating a custom shopping cart and, as a designer/developer, you need to make sure that all of those are covered.  I won&#8217;t cover those here, but let&#8217;s just say that the attention to detail is a high priority and can make or break a custom shopping cart.  For more information about creating shopping carts, I recommend <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fproduct%2F1590594088&amp;tag=httpwwwdese09-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" target="_blank">Constructing Usable Shopping Carts</a> by Clifton Evans, Jody Kerr, and Jon Stephens</p>
<p>All in all, the site for <a href="http://www.alloutdoorsphotography.com" target="_blank">AllOutdoorsPhotography.com</a> took us approximately 45 hours to complete and included the following services:</p>
<ul>
<li><abbr title="HyperText Markup Language">HTML</abbr></li>
<li><abbr title="Cascading Style Sheets">CSS</abbr></li>
<li>Javascript</li>
<li><abbr title="PHP Hypertext Preprocessor">PHP</abbr></li>
<li><acronym title="Asynchronous Javascript and XML">AJAX</acronym></li>
<li><abbr title="My Structured Query Language">MySQL</abbr></li>
<li>Flash</li>
<li>Custom Shopping Cart</li>
<li>Custom <abbr title="Content Management System">CMS</abbr></li>
<li>Logo Design</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.desertwebdesigns.com/2008/06/08/new-website-launch-alloutdoorsphotographycom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Selecting the right search engine keywords for your website.</title>
		<link>http://blog.desertwebdesigns.com/2008/04/29/selecting-the-right-search-engine-keywords-for-your-website/</link>
		<comments>http://blog.desertwebdesigns.com/2008/04/29/selecting-the-right-search-engine-keywords-for-your-website/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 20:44:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://blog.desertwebdesigns.com/2008/04/29/selecting-the-right-search-engine-keywords-for-your-website/</guid>
		<description><![CDATA[Here&#8217;s a situation I seem to come across on a pretty regular basis:
&#8220;I&#8217;ve gone through and optimized my website for the keywords that I want, and I&#8217;m still not getting the traffic I think I should be getting (or the traffic that I expected, or wanted, etc).  How come?&#8221;
Read through that quote again closely, [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a situation I seem to come across on a pretty regular basis:</p>
<blockquote><p>&#8220;I&#8217;ve gone through and optimized my website for the keywords that I want, and I&#8217;m still not getting the traffic I think I should be getting (or the traffic that I expected, or wanted, etc).  How come?&#8221;</p></blockquote>
<p>Read through that quote again closely, and see if you can figure out the problem.  Did you find it?  Ok, I&#8217;ll help.  The customer/client is using <em>&#8220;the keywords that I want.&#8221;</em>  The problem here is that the customer is optimizing for the keywords that he wants to get listed under.  What he should be targeting is the keywords that his potential clients are searching for.  <strong>It doesn&#8217;t matter how well you&#8217;ve optimized your site, if you&#8217;re not targeting the keywords your customers are searching for.</strong></p>
<p>I recently came across an excellent article about this topic from Terri Wells of <a href="http://www.developershed.com/" target="_blank" title="Developer Shed">Developer Shed*</a> titled <a href="http://www.seochat.com/c/a/Choosing-Keywords-Help/Think-Like-a-Searcher-to-Increase-Your-Traffic/" target="_blank" title="Think Like a Searcher to Increase Your Traffic">Think Like a Searcher to Increase Your Traffic</a>.  Terri has written a <a href="http://www.seochat.com/cp/bio/Terri-Wells/" target="_blank" title="SEO Chat - Author Biography - Terri Wells">number of great articles for SEO Chat</a> which I would highly recommend checking out.  In that article, Teri mentions <em>&#8220;SEOs and site owners fight hard to get a top position on the search engine results pages for their chosen keywords. But that’s only half the battle at best&#8230;&#8230;if we&#8217;re building and optimizing our sites for Google&#8217;s eyes alone, we&#8217;re only doing half the job.&#8221;</em> So, it doesn&#8217;t matter if you rank #1 for every term you&#8217;re targeting if no one is searching for that particular keyword.  Remember, our ultimate goal is making our site as visible as possible to searchers.  I would rather take a lower ranking for a keyword that is searched more often, than a higher ranking for a keyword that is searched less often.  Teri makes an excellent argument about this point specifically in <a href="http://www.seochat.com/c/a/Choosing-Keywords-Help/Think-Like-a-Searcher-to-Increase-Your-Traffic/1/" target="_blank" title="Think Like a Searcher to Increase Your Traffic - That Spider is Just a Tool!">her article.</a>  #1 isn&#8217;t always the best.</p>
<p>This obviously begs the question &#8220;How do I know what Mr. Customer is searching for?&#8221;  There are tons of free keyword suggestion tools out there including <a href="http://freekeywords.wordtracker.com/" target="_blank" title="Word Tracker">Word Tracker</a> that can assist with finding that out.  We also offer a tool called <a href="https://www.securepaynet.net/gdshop/traffic_blazer/landing.asp?prog_id=dwd&amp;ci=1800&amp;" title="Traffic Blazer">Traffic Blazer</a> starting at $29.99/year which not only contains a keyword suggestion tool powered by <a href="http://sem.smallbusiness.yahoo.com/searchenginemarketing/index_c.php" target="_blank" title="Yahoo! Search Marketing">Yahoo! Search Marketing,</a> but it also has a keyword analysis which will assist you in making sure that you are targeting the keywords you have selected correctly, search engine submission links, reporting features, and more.</p>
<p>In closing, the main point to take from this is: Put yourself in your customer&#8217;s shoes.  You have to put your wants/needs aside.  You will serve yourself and your website better by optimizing for the keywords your customer is searching for as opposed to the keywords that you would like to see yourself listed under and ultimately see better traffic results.</p>
<p>*For those of you unfamiliar with <a href="http://www.developershed.com/" target="_blank" title="Developer Shed">Developer Shed,</a> they manage <em>&#8220;20 high-technology websites collectively known as the Developer Shed Network.&#8221;</em>  There are many fabulous websites, many of which I frequent myself including <a href="http://www.devarticles.com/" target="_blank" title="Dev Articles">Dev Articles,</a> <a href="http://www.seochat.com/" target="_blank" title="SEO Chat">SEO Chat,</a> <a href="http://www.tutorialized.com/" target="_blank" title="Tutorialized">Tutorialized,</a> and <a href="http://www.codewalkers.com/" target="_blank" title="Codewalkers">Codewalkers.</a>  These are all sites I highly recommend and are worth checking out and worthy of being included in your bookmarks.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.desertwebdesigns.com/2008/04/29/selecting-the-right-search-engine-keywords-for-your-website/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Does a shared/unique IP address affect my search engine ranking?</title>
		<link>http://blog.desertwebdesigns.com/2008/04/04/does-a-sharedunique-ip-address-affect-my-search-engine-ranking/</link>
		<comments>http://blog.desertwebdesigns.com/2008/04/04/does-a-sharedunique-ip-address-affect-my-search-engine-ranking/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 20:57:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.desertwebdesigns.com/blog/2008/04/04/does-a-sharedunique-ip-address-affect-my-search-engine-ranking/</guid>
		<description><![CDATA[A question I&#8217;m often asked at work (tech support/sales for a major internet software company) by other tech support reps is, &#8220;Does having a shared hosting IP affect Search Engine Ranking?&#8221;  Often times they are asking, because our customers are asking them, and for whatever reason, I&#8217;m considered the resident SEO expert for my [...]]]></description>
			<content:encoded><![CDATA[<p>A question I&#8217;m often asked at work (tech support/sales for a major internet software company) by other tech support reps is, &#8220;Does having a shared hosting IP affect Search Engine Ranking?&#8221;  Often times they are asking, because our customers are asking them, and for whatever reason, I&#8217;m considered the resident SEO expert for my team.  I&#8217;ll admit I do know SEO, but not sure if I&#8217;m quite at the point where I would consider myself an &#8220;expert&#8221; per se.  Anyways, it&#8217;s nice to get the compliment.</p>
<p>The long and short of this answer is &#8220;<strong>No!  Having a shared IP address will not adversely affect your search engine ranking</strong>.&#8221;</p>
<p>The flip side to this question is &#8220;Will having a dedicated/unique IP address help my search engine ranking?&#8221;  Again, the answer to this question is a resounding &#8220;<strong>No!  Having a dedicated IP address will not give you a boost in the search engine rankings.&#8221;</strong></p>
<p>Now are their benefits to having dedicated IP addresses? Yes.  Are their SEO benefits to having a dedicated IP address? Minimal at best.  Will it hurt you by not having one? No.</p>
<p>In a <a href="http://interviews.slashdot.org/article.pl?sid=02/07/03/1352239" target="_blank" title="Slashdot Interviews Google Director of Technology Craig Silverstein">2003 interview with Slashdot, Google Director of Technology Craig Silverstein</a> answered this specific question accordingly:</p>
<blockquote><p> Actually, Google handles virtually hosted domains and their links just the same as domains on unique IP addresses. If your ISP does virtual hosting correctly, you&#8217;ll never see a difference between the two cases. We do see a small percentage of ISPs every month that misconfigure their virtual hosting, which might account for this persistent misperception.</p></blockquote>
<p>Now I know some of you skeptics out there may be thinking &#8220;Well that was 5 years ago, that&#8217;s a long time ago in a rapidly changing environment such as the internet.&#8221;  And you&#8217;d be right.  It&#8217;s very likely that in 5 years <a href="http://www.google.com" target="_blank" title="Google">Google</a> has changed their ranking algorithm.  However, at the end of 2006, Google software engineer and head of their Webspam team, <a href="http://www.mattcutts.com/blog" title="Matt Cutts' Blog" target="_blank">Matt Cutts</a> answered that question in his blog post <a href="http://www.mattcutts.com/blog/myth-busting-virtual-hosts-vs-dedicated-ip-addresses/" title="Myth busting: virtual hosts vs. dedicated IP addresses" target="_blank">&#8220;Myth busting: virtual hosts vs. dedicated IP addresses&#8221;</a></p>
<blockquote><p>There is no PageRank difference whatsoever between these two cases (virtual hosting vs. a dedicated IP)&#8230;I’m happy to affirm that this statement which was true in 2003 is still true now. Links to virtually hosted domains are treated the same as links to domains on dedicated IP addresses.</p></blockquote>
<p>While searching for these articles, I came across another blog post from <a href="http://www.jimboykin.com/seo-tip-get-your-own-ip-address/" title="Jim Boykin's Blog" target="_blank">SEO/SEM specialist Jim Boykin</a> who takes the exact opposite approach in his blog post &#8220;SEO Tip - Get Your Own IP Address.&#8221;  Jim recommends getting your own dedicated IP address for every website you own.  Now obviously I&#8217;m in no position to argue with someone who has been doing this much longer than me, but the fellows at Google are.  I&#8217;m not saying that Jim is wrong, all I&#8217;m saying is his advice contradicts the information from Craig and Matt.</p>
<p>Looking at the PageRank of Jim&#8217;s site versus mine, Jim&#8217;s site reports a PageRank of 5 while mine shows a PageRank of 3.  Now there are some other contributing factors here.  Primarily the fact that Jim&#8217;s site has been around 2 years longer than mine which gives more time to link build and gain PageRank.  I&#8217;m not saying that it&#8217;s impossible for me to have a higher PageRank than Jim, I just don&#8217;t put much time into the marketing of my site because of the workload I have.  It would not be beneficial to myself or my clients (current or future) to actively advertise and gain more work at this time.  I&#8217;m not trying to make excuses for my lower PageRank, just stating the facts.  But I don&#8217;t think that the dedicated IP address accounts for the difference.</p>
<p>In closing:<br />
<strong> Are there web site benefits to having a  dedicated IP address: Yes.<br />
Are there SEO benefits to having a dedicated IP address: No.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.desertwebdesigns.com/2008/04/04/does-a-sharedunique-ip-address-affect-my-search-engine-ranking/feed/</wfw:commentRss>
		</item>
		<item>
		<title>We&#8217;re getting NAKED!!  But don&#8217;t get too excited.</title>
		<link>http://blog.desertwebdesigns.com/2008/03/31/were-getting-naked-but-dont-get-too-excited/</link>
		<comments>http://blog.desertwebdesigns.com/2008/03/31/were-getting-naked-but-dont-get-too-excited/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 00:06:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.desertwebdesigns.com/blog/2008/03/31/were-getting-naked-but-dont-get-too-excited/</guid>
		<description><![CDATA[As anyone who was talked to me knows, I am a huge proponent of web standards and standards based design.  For those of you who are unfamiliar with standards based design, here is a brief explanation.
Standards based design is web site design that follows and conforms to current web standards recommendations, as set by [...]]]></description>
			<content:encoded><![CDATA[<p>As anyone who was talked to me knows, I am a huge proponent of <a href="http://www.webstandards.org/" target="_blank" title="The Web Standards Project">web standards</a> and standards based design.  For those of you who are unfamiliar with standards based design, here is a brief explanation.</p>
<p>Standards based design is web site design that follows and conforms to current web standards recommendations, as set by the <a href="http://www.w3.org" target="_blank" title="World Wide Web Consortium">W3C</a>.  According to their website, the  <a href="http://www.w3.org/Consortium/" target="_blank" title="About the W3C">W3C&#8217;s mission</a> is:</p>
<blockquote><p>To lead the World Wide Web to its full potential by developing protocols and guidelines that ensure long-term growth for the Web.</p></blockquote>
<p>Some people may ask, why are web standards important?  Same reason any set of standards are important: To promote continuity and uniformity.  Think of all the standards in place in the world today: Standard Units of Weight and Measurement, Street sign colors/shapes, building/construction code, and even our state/local laws are all systems of standards.  Without systems of standards, people would be free to do things as they wish.  Ultimately, it would result in utter chaos.  Unfortunately, that&#8217;s what happened back in the days of the browser wars in the mid-to-late 90&#8217;s.</p>
<p>Those of you who are fortunate (or unfortunate) enough to remember, know what I&#8217;m talking about.  Different browser manufacturer&#8217;s did things their own way when it came to displaying web pages as web standards had not been published or were not widely known.  Now, things are still far from perfect when it comes to browser support for HTML/CSS standards, but they are definitely better than they used to be.  Browser manufacturers are getting better at their support for current design standards and W3C recommendations.  A <a href="http://www.w3.org/TR/#Recommendations" target="_blank" title="Current W3C Recommendations">W3C Recommendation</a> is the name for a current internet language standard and guideline, and over 110 recommendations have been published since 1994.</p>
<p>So, why standards based design?  Simple.  Standards based design provides a number of benefits not only to designers, but also to users.</p>
<ul style="list-style-type: none">
<li>
<h4 style="margin-bottom: 0px; display: inline">Insure that web pages will display in the way that the designer intended regardless of browser.</h4>
</li>
<li style="list-style-type: none;">For instance, when I was designing my site, I was only able to view my website in Firefox 2.0 and Internet Explorer 7.   Now, I can check sites in IE5.5, IE6, Safari, and Opera browsers on my computer.  However, because I used standard based code, when I was able to view my site in all these additional browsers, it displays just fine without error.</li>
<li>
<h4 style="margin-bottom: 0px; display: inline">Web sites are easier to update.</h4>
</li>
<li>By keeping your style and structure markup separate, it makes it easier to edit/change styles in one place than searching for inline style references or <code>&lt;font&gt;</code> tags in your code</li>
<li>
<h4 style="margin-bottom: 0px; display: inline">When it comes to search engines, content is king!</h4>
</li>
<li>Search engines index you based on content, not fancy layouts, colors, and design.  By utilizing standards based design, you are insuring that search engines see strictly your content without any non-semantic code added in.  Using CSS, you can replace the text of an <code>&lt;h1&gt;&lt;/h1&gt;</code> tag with an image that contains a fancier typeface, but the text is still in the <code>&lt;h1&gt;&lt;/h1&gt;</code> tag and that&#8217;s what the search engines will see (more articles about SEO tips can be found in our <a href="http://blog.desertwebdesigns.com/category/seo/" title="SEO articles and tips">SEO articles</a> category).</li>
<li>
<h4 style="margin-bottom: 0px; display: inline">Standards based design promotes web site accessibility</h4>
</li>
<li>Using only semantic standards based code will help to maintain usability and accessibility to your site for non-visual users and mobile devices.  Not everyone who uses the internet is a visual user (some are blind), and not everyone uses a computer (blackberry, treo, iphone, etc).  Not all these devices have full css support and allow users to still view your sites properly.  Blind users also use a device called a screen-reader that literally <em>reads</em> the site content to the user.  Some of these screen reader technologies will place different inflections for different tags like <code>&lt;strong&gt;&lt;/strong&gt;</code>, <code>&lt;em&gt;&lt;/em&gt;</code>, and header tags.</li>
<li>
<h4 style="margin-bottom: 0px; display: inline">Web sites are forward compatible for new browser updates and backwards compatible for legacy browsers</h4>
</li>
<li>This one is pretty self-explanatory.  Generally, standards based web sites will still display as intended in future browser updates, and will display as intended in older legacy browsers.  The reason I say generally is because all browsers, especially older browsers such as IE6 and before and early versions of Netscape, have their quirks.  For instance, IE6 and before don&#8217;t support CSS adjacent-sibling selectors, child selectors, and attribute selectors, among others, even though they&#8217;re all part of the <a href="http://www.w3.org/TR/1998/REC-CSS2-19980512/" target="_blank" title="W3C CSS 2 Recommendation">CSS 2 Recommendation</a> and they support other CSS 2 selectors.  Because of these quirks, many designers used non-standard hacks, filters, and work-arounds to get around these quirks in IE6.  Because of IE7&#8217;s increased CSS and standards support, many of these sites broke when viewed in IE7.  If they were using standards based code for IE6, they would&#8217;ve displayed just fine when viewed in the newer IE7.  Instead, these designers had the fun task of fixing all the invalid code to make it display properly in IE7, and then making it backwards compatible to IE6.  Most of these designers ended up using propietary IE conditional comments, which are not part of the current <a href="http://www.w3.org/TR/1999/REC-html401-19991224/" target="_blank" title="W3C HTML 4.01 Recommendation">W3C HTML Recommendation.</a></li>
</ul>
<p>Obviously there are a lot more benefits to using standards based design, too many to list here.  For further reading, I recommend the following books I&#8217;ve read for designing with Web Standards using HTML/XHTML, CSS, and DOM Scripting:</p>
<ul>
<li><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FWeb-Standards-Solutions-Handbook-Pioneering%2Fdp%2F1590593812%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1206999685%26sr%3D8-7&amp;tag=httpwwwdese09-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" target="_blank" title="Web Standards Solutions: The Markup and Style Handbook">Web Standards Solutions: The Markup and Style Handbook</a> - <a href="http://www.simplebits.com/" target="_blank" title="Official Site of Dan Cederholm">Dan Cederholm</a></li>
<li><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FCSS-Mastery-Advanced-Standards-Solutions%2Fdp%2F1590596145%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1206999685%26sr%3D8-2&amp;tag=httpwwwdese09-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" target="_blank" title="CSS Mastery: Advanced Web Standards Solutions">CSS Mastery: Advanced Web Standards Solutions</a> - <a href="http://www.andybudd.com/" target="_blank" title="Official Site of Andy Budd">Andy Budd</a>, <a href="http://www.colly.com/" target="_blank" title="Official Site of Simon Collison">Simon Collison</a>, <a href="http://www.cameronmoll.com/" target="_blank" title="Official Site of Cameron Moll">Cameron Moll</a></li>
<li><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FWeb-Standards-Creativity-Innovations-Scripting%2Fdp%2F1590598032%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1206999685%26sr%3D8-3&amp;tag=httpwwwdese09-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" target="_blank" title="Web Standards Creativity: Innovations in Web Design with XHTML, CSS, and DOM Scripting">Web Standards Creativity: Innovations in Web Design with XHTML, CSS, and DOM Scripting</a> - <a href="http://www.andybudd.com/" target="_blank" title="Official Site of Andy Budd">Andy Budd</a>, <a href="http://www.stuffandnonsense.co.uk/" target="_blank" title="Official Site of Andy Clarke">Andy Clarke</a>, <a href="http://lloydi.com/" target="_blank" title="Official Site of Ian Lloyd">Ian Lloyd</a>, <a href="http://www.themaninblue.com/" target="_blank" title="Official Site of Cameron Adams">Cameron Adams</a>, <a href="http://www.robweychert.com/" target="_blank" title="Official Site of Rob Weychert">Rob Weychert</a>, <a href="http://unstoppablerobotninja.com/" target="_blank" title="Official Ethan Marcotte">Ethan Marcotte</a>, <a href="http://superfluousbanter.org/" target="_blank" title="Official Site of Dan Rubin">Dan Rubin</a>, <a href="http://jeffcroft.com/" target="_blank" title="Official Site of Jeff Croft">Jeff Croft</a>, <a href="http://www.markboulton.co.uk/" target="_blank" title="Official Site of Mark Boulton">Mark Boulton</a>, <a href="http://www.colly.com/" target="_blank" title="Official Site of Simon Collison">Simon Collison</a>, <a href="http://boxofchocolates.ca/" target="_blank" title="Official Site of Derek Featherstone">Derek Featherstone</a></li>
<li><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FDOM-Scripting-Design-JavaScript-Document%2Fdp%2F1590595335%2F&amp;tag=httpwwwdese09-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" target="_blank" title="DOM Scripting: Web Design with JavaScript and the Document Object Model">DOM Scripting: Web Design with JavaScript and the Document Object Model</a> - <a href="http://www.adactio.com/" target="_blank" title="Official Site of Jeremy Keith">Jeremy Keith</a></li>
</ul>
<p>There are plenty of other quality books out there written by excellent writers and web standards proponents including <a href="http://www.zeldman.com/" target="_blank" title="Official Site of Jeffrey Zeldman">Jeffrey Zeldman</a>, <a href="http://www.molly.com/" target="_blank" title="Official Site of Molly Holzchlag">Molly Holzschlag</a>, <a href="http://www.mezzoblue.com/" target="_blank" title="Official Site of Dave Shea">Dave Shea</a>, and more.</p>
<p>By this time you may be asking yourself what this has to do with getting naked.  In 2006, Google Developer and author <a href="http://www.dustindiaz.com/" target="_blank" title="Dustin Diaz: ./with Imagination">Dustin Diaz</a> came up with the idea for <a href="http://naked.dustindiaz.com/2006/" target="_blank" title="CSS Naked Day 2006">CSS Naked Day</a> in which web designers and developers &#8220;strip&#8221; their websites of all CSS code leaving only the un-styled HTML code underneath.  CSS Naked Day was started in order to promote standards based design, accessibility, and to display web sites in all their unstyled glory.  By turning off CSS, users (and designers) will see web sites in the ways that search engines see them, as well as users who are using assistive technologies such as screen readers.  CSS Naked Day is a great way to help promote web standards based design as well as using semantic markup and keeping structure and style separate.</p>
<p>I first heard about CSS Naked Day in Andy Clarke&#8217;s book <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FTranscending-CSS-Design-Voices-Matter%2Fdp%2F0321410971%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1207006849%26sr%3D8-1&amp;tag=httpwwwdese09-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" target="_blank" title="Transcending CSS: The Fine Art of Web Design">Transcending CSS: The Fine Art of Web Design</a> and as a proponent of web standards, I thought it was a great idea and decided to participate.  This year, CSS Naked Day will be observed on April 9th according to the <a href="http://xhtml.com/en/web-standards/css-naked-day/" target="_blank" title="XHTML.com -  CSS Naked Day">XHTML.com site</a> and Dustin Diaz&#8217;s <a href="http://www.dustindiaz.com/naked-08/" target="_blank" title="Naked '08">Naked &#8216;08</a> post.  So, don&#8217;t be shocked if you show up to our site on the 9th-10th and see no styles at all (CSS Naked day is observed for one international day, or 48 hours).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.desertwebdesigns.com/2008/03/31/were-getting-naked-but-dont-get-too-excited/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What&#8217;s in a name?  Why page titles are important.</title>
		<link>http://blog.desertwebdesigns.com/2007/09/10/whats-in-a-name-why-page-titles-are-important/</link>
		<comments>http://blog.desertwebdesigns.com/2007/09/10/whats-in-a-name-why-page-titles-are-important/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 19:16:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.desertwebdesigns.com/blog/2007/09/10/whats-in-a-name-why-page-titles-are-important/</guid>
		<description><![CDATA[When it comes to Search Engine Optimization (SEO) what most people don&#8217;t realize is that poor title bars can be a severe detriment to your ranking.  Believe it or not, keywords in the title tag are extremely important when it comes to your search engine ranking. When searching through any search engine, results in [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to Search Engine Optimization (SEO) what most people don&#8217;t realize is that poor title bars can be a severe detriment to your ranking.  Believe it or not, <a href="http://www.seomoz.org/article/search-ranking-factors#f3" target="_blank">keywords in the title tag</a> are extremely important when it comes to your search engine ranking. When searching through any search engine, results in the search engine results pages (SERPs) are listed under the page title <code>located within the &lt;title&gt;&lt;/title&gt; tag.</code>  These are the bold faced headers that you see on the SERPs.  In addition, the higher an item or text appears on the page, the more weight it is generally given as far as keyword relevance.  Therefore, the keywords present in the page title are one of the first things the search engine spider sees so it is important space that is not worth wasting.</p>
<p>One of the biggest mistakes you can make is putting your site or company name in the title bar.  This is almost as useless as having the phrase <a href="http://www.google.com/search?hl=en&amp;q=intitle%3Awelcome+to&amp;btnG=Google+Search" target="_blank"><em>Welcome to</em></a> in the title bar of your pages.  If you clicked the link, you would notice that 54 <em>million</em> pages returned with the phrase &#8220;Welcome To&#8221; in the title? How are you supposed to compete with that? Why would you want to compete for the phrase &#8220;Welcome To&#8221;? Does it have anything to do with your business?  My guess is probably not.</p>
<p>As I said before, putting your domain or business name in the title tag is one of the biggest mistakes many people make&#8230;At least to a point (I&#8217;ll explain this in a minute).  Why?  Consider this: If someone knows your business/domain name, are they going to be searching for it in Yahoo! or Google?  No, they&#8217;ll go directly to it.  So why would you want to use that in the title tag and waste the keyword space?  According to the W3C, a <a href="http://www.w3.org/Provider/Style/TITLE.html" target="_blank">good title tag</a> should be 64 characters, spaces included, so don&#8217;t waste it.  If someone is running a search for your business or business type you want to be optimized for the phrase that they may be searching for, not for your business name.  Of course you&#8217;ll come up ranked very high for a search containing your specific business name.  But where you really want to show up is under the phrase that people would find you were they searching for businesses of your type.  The reason I say &#8220;to a point&#8221; is that I&#8217;m not saying you should exclude your title altogether.  Having it in the title bar is fine, but I would recommend putting it after your keyword words/phrase.</p>
<p>When it comes to search engines, content is king, and a good title bar should mirror the page&#8217;s content. Not only should a title bar contain quality keywords for search engine optimization, but should still be easily readable to a search engine visitor.  A title bar should, in essence, be similar to a newspaper headline.  If someone is browsing through the SERPs, your title bar needs to grab their attention that it piques their interest to the point they want to click the link to your page.</p>
<p>Look at it from a user standpoint.  If you were searching for a website for classes say on &#8220;Underwater Basket Weaving&#8221;  and came across two websites, one said &#8220;Home Page&#8221; in the title bar and was ranked a couple places higher than one that says &#8220;Underwater Basket Weaving Classes and Instructional Material&#8221;, which one would you be more apt to click on?  I&#8217;m gonna put my money on the one that is ranked a little lower but is more descriptive.  I&#8217;m also going to bet that the second would be ranked higher than the first, but there could be other factors at play that would cause otherwise.  But that&#8217;s another blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.desertwebdesigns.com/2007/09/10/whats-in-a-name-why-page-titles-are-important/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
