<?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>internet &#8211; Bogey Web Design</title>
	<atom:link href="https://www.bogeywebdesign.com/tag/internet/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>Mon, 19 Apr 2010 01:22:30 +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>Great Geek Job</title>
		<link>https://www.bogeywebdesign.com/2007/04/11/great-geek-job/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Wed, 11 Apr 2007 22:58:55 +0000</pubDate>
				<category><![CDATA[life]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[microsoft]]></category>
		<guid isPermaLink="false">http://www.bogeywebdesign.com/2007/04/11/great-geek-job/</guid>

					<description><![CDATA[I had seen a recent article about 8 things intelligent people, geeks and nerds need to work and I began to realize that my job has nearly all of them.  They&#8217;re pretty flexible as long as you get your work done, they have good benefits, most of us share our iTunes (legally on the local &#8230; <a href="https://www.bogeywebdesign.com/2007/04/11/great-geek-job/" class="more-link">Continue reading <span class="screen-reader-text">Great Geek Job</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I had seen a recent article about <a title="A Note To Employers: 8 Things Intelligent People, Geeks and Nerds Need To Work Happily" href="http://nomadishere.com/2007/03/12/a-note-to-employers-8-things-intelligent-people-geeks-and-nerds-need-to-work-happy/" target="_blank">8 things intelligent people, geeks and nerds need to work</a> and I began to realize that <a title="Helium.com" href="http://www.helium.com" target="_blank">my job</a> has nearly all of them.  They&#8217;re pretty flexible as long as you get your work done, they have good benefits, most of us share our iTunes (legally on the local network) so we can jam while we work &#8211; though some of my co-worker&#8217;s collections are questionable, they let us work from home when we need to &#8211; the big winter storms we had for example, and they dress code is pretty lax.  Plus it&#8217;s a small company, so you pretty much know everyone else and I can&#8217;t name one person that I don&#8217;t like.</p>
<p>So if you&#8217;re a developer looking for a great company, <a title="Send an e-mail to helium" href="mailto:jobs@helium.com" target="_blank">feel free to come on over</a>.  We could use the help and we&#8217;re definitely going places.  You won&#8217;t be sorry you did.</p>
<p>Random Tidbit:  I found an interesting article about how <a title="Microsoft is Dead" href="http://www.paulgraham.com/microsoft.html" target="_blank">Microsoft is dead</a> after fighting with a Vista box that wouldn&#8217;t behave (or maybe it was and the behavior it&#8217;s supposed to have is illogical, who know&#8217;s right now.)  This article takes a different slant than others in that they still make a lot of money, but they&#8217;re no longer the big scary monster they used to be &#8211; Google is &#8211; and the only way to get back up there is to acquire a lot of the top quality startups.  Pretty interesting.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">70</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>More Random Tidbits</title>
		<link>https://www.bogeywebdesign.com/2007/01/11/more-random-tidbits/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Fri, 12 Jan 2007 00:12:36 +0000</pubDate>
				<category><![CDATA[life]]></category>
		<category><![CDATA[internet]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=45</guid>

					<description><![CDATA[I have been very busy with my new job and an update for my website &#8211; so I have not thought of anything interesting to say.  I have however, found some interesting links that I felt like sharing: Be careful with spending any $2 bills, I found two stories about problems in doing so &#8211; &#8230; <a href="https://www.bogeywebdesign.com/2007/01/11/more-random-tidbits/" class="more-link">Continue reading <span class="screen-reader-text">More Random Tidbits</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I have been very busy with my new job and an update for my website &#8211; so I have not thought of anything interesting to say.  I have however, found some interesting links that I felt like sharing:</p>
<ul>
<li>Be careful with spending any $2 bills, I found two stories about problems in doing so &#8211; one from <a href="http://www.woz.org/letters/general/78.html" title="Woz.org $2 bill story" target="_blank">Woz</a>, who actually has an interesting site, and one involving <a href="http://www.ripoffreport.com/reports/ripoff138027.htm" title="Best Buy Ripoff Has customer arrested for using $2 bills Calls Secret Service Lutherville Maryland" target="_blank">someone unhappy with Best Buy</a>.</li>
<li>An interesting post about what <a href="http://www.drivl.com/posts/view/494" title="What code DOESN'T do in real life (that it does in the movies)" target="_blank">code doesn&#8217;t do in real life that it does in the movies</a>.</li>
<li>Some of the <a href="http://www.associatedcontent.com/article/56358/top_secrets_of_pizza_delivery_drivers.html" title="Top Secrets of Pizza Delivery Drivers" target="_blank">top secrets of pizza delivery drivers</a>.</li>
<li>Why <a href="http://www.realtechnews.com/posts/3428" title="Don’t Pump Gas At Noon" target="_blank">not to pump gas at noon</a>.</li>
<li>How  the <a href="http://blog.futurelab.net/2006/09/gamers_generation_have_differe.html" title="Gamers Generation Have Different Approach to Learning and Mindset" target="_blank">gaming generation has a different approach to problem solving and learning</a>.</li>
</ul>
<p>I have more that I&#8217;ll share in future blogs, but I had a backlog of them available.  Enjoy.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">45</post-id>	</item>
		<item>
		<title>A Tale of two Posts</title>
		<link>https://www.bogeywebdesign.com/2006/12/28/a-tale-of-two-posts/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Thu, 28 Dec 2006 06:44:15 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[internet]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=42</guid>

					<description><![CDATA[I was perusing through my RSS feeds the other day and came upon two posts that caused polar opposite feelings for the future of web design in relation to web standards, CSS and what I hope to do with my life. The first was Smashing Magazine&#8217;s 50 Most Beautiful CSS-Based Web Designs in 2006.   &#8230; <a href="https://www.bogeywebdesign.com/2006/12/28/a-tale-of-two-posts/" class="more-link">Continue reading <span class="screen-reader-text">A Tale of two Posts</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I was perusing through my RSS feeds the other day and came upon two posts that caused polar opposite feelings for the future of web design in relation to web standards, CSS and what I hope to do with my life.</p>
<p>The first was <a href="http://http://smashingmagazine.com/2006/12/19/50-beautiful-css-based-web-designs-in-2006" title="Smashing Magazine's 50 Most Beautiful CSS-Based Web Designs in 2006" target="_blank">Smashing Magazine&#8217;s 50 Most Beautiful CSS-Based Web Designs in 2006</a>.   Seeing some of the beautiful, cutting edge and still standards compliant sites that people can design is uplifting.  I can learn a great deal and draw lots of inspiration from more then a few on the list.  I thought it might be a sign that the days of the past &#8211; nested table designs, tag soup and such &#8211; might finally be starting to move into the past.</p>
<p>Unfortunately I came upon a separate post that leans 180 degrees the other way &#8211; <a href="http://manwithnoblog.com/2006/12/30/are-web-standards-bad-for-web-business/" title="Are Web Standards Bad for Business" target="_blank">Are Web Standards Bad for Business</a>.  I had hoped this was a post written by someone new to the field or ignorant of the benefits.  This was not to be.  The writer is well versed on what standards compliance means and, in fact, someone who practices designing compliant sites.</p>
<p>Coming from a site that had a lot of &#8220;legacy&#8221; code that I spent a lot of time upgrading &#8211; as well as my as yet limited skills could &#8211; to more compliant CSS/XHTML form, a lot of the points he made hit home.  Sometimes you have no control.  Sometimes what the customer buys before you&#8217;re even involved handcuffs you with regard to design and no matter how hard you fight you can&#8217;t always win.</p>
<p>It&#8217;s hard enough setting yourself apart from the pack when (quote from same <a href="http://manwithnoblog.com/" title="Man with no blog" target="_blank">blog</a>) &#8220;print based designers with no desire or experience in web standards design can churn out “pretty” cookie cutter web sites via using various automated software product.&#8221;  To have to teach about why standards compliance are worth it as well just makes it that much more difficult.</p>
<p>If <a href="http://www.molly.com/" title="Molly.com" target="_blank">Molly</a> and <a href="http://meyerweb.com/" title="meyerweb.com" target="_blank">Meyer</a> can&#8217;t come up with a better solution, I don&#8217;t think I can.  I just hope that I see more of the former in the future, rather then the latter.</p>
<p>Random Tidbit: Since this post is already talking about explaining programming/design to the non-programmer/designer I wanted to list an interesting post along the same line.  Check out <a href="http://www.joelonsoftware.com/articles/fog0000000356.html" title="The Iceberg Secret, Revealed" target="_blank">The Iceberg Secret, Revealed</a> on <a href="http://www.joelonsoftware.com/" title="Joel on Software" target="_blank">Joel on Software</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">42</post-id>	</item>
		<item>
		<title>Sites a Web Designer Should Know (or ‘I wish I had thought of this first’) Part 2</title>
		<link>https://www.bogeywebdesign.com/2006/09/30/sites-a-web-designer-should-know-or-%e2%80%98i-wish-i-had-thought-of-this-first%e2%80%99-part-2/</link>
					<comments>https://www.bogeywebdesign.com/2006/09/30/sites-a-web-designer-should-know-or-%e2%80%98i-wish-i-had-thought-of-this-first%e2%80%99-part-2/#comments</comments>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Sat, 30 Sep 2006 08:07:29 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[internet]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=30</guid>

					<description><![CDATA[They say patience is a virtue and absence makes the heart grow fonder, but you just want your links, right? So here goes: Templates Intensivstation &#8211; XHTML and CSS 2 templates that start you off in pretty much any basic design you would want to use. Mollio &#8211; another set of basic templates that you &#8230; <a href="https://www.bogeywebdesign.com/2006/09/30/sites-a-web-designer-should-know-or-%e2%80%98i-wish-i-had-thought-of-this-first%e2%80%99-part-2/" class="more-link">Continue reading <span class="screen-reader-text">Sites a Web Designer Should Know (or ‘I wish I had thought of this first’) Part 2</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>They say patience is a virtue and absence makes the heart grow fonder, but you just want your links, right?  So here goes:</p>
<h3>Templates</h3>
<ul>
<li><a TARGET="_blank" TITLE="Intensivstation" HREF="http://www.intensivstation.ch/en/templates/">Intensivstation</a> &#8211; XHTML and CSS 2 templates that start you off in pretty much any basic design you would want to use.</li>
<li><a TARGET="_blank" TITLE="Mollio" HREF="http://www.mollio.org/">Mollio</a> &#8211; another set of basic templates that you can download and play around with.  A good learning tool if you&#8217;re new to CSS and XHTML.</li>
<li><a TARGET="_blank" TITLE="Layout Gala" HREF="http://blog.html.it/layoutgala/">Layout Gala</a> &#8211; the best of the three, especially if you have a grasp of CSS.  Takes the same markup and applies different CSS similar to <a TARGET="_blank" TITLE="CSS Zen Garden" HREF="http://www.csszengarden.com">the CSS Zen Garden</a>.  Excellent for setting up how you want content and links to appear for SEO purposes.</li>
</ul>
<h3>Inspiration</h3>
<ul>
<li><a HREF="http://www.cssbeauty.com/" TITLE="CSS Beauty" TARGET="_blank">CSS Beauty</a> &#8211; excellent design of the site itself, lists of CSS sites, CSS jobs and news as well.</li>
<li>Stylegala &#8211; similar to CSS beauty.</li>
<li><a HREF="http://cssvault.com/" TITLE="CSS Vault" TARGET="_blank">CSS Vault</a></li>
<li><a HREF="http://www.csstux.com/" TITLE="CSS Tux" TARGET="_blank">CSS Tux</a> &#8211; labeled as the &#8220;best dressed&#8221; sites on the web, some nice designs &#8211; including the site itself</li>
<li><a HREF="http://www.w3csites.com/" TITLE="W3C Sites" TARGET="_blank">W3C Sites</a> &#8211; sites that conform to the W3C standards &#8211; beauty and standards compliance hand in hand.</li>
</ul>
<h3>CSS</h3>
<ul>
<li><a HREF="http://www.webcredible.co.uk/user-friendly-resources/css/css-tricks.shtml" TITLE="CSS Tricks" TARGET="_blank">Ten CSS Tricks You May Not Know</a> &#8211; some cool stuff that I hadn&#8217;t heard of at the time for simply didn&#8217;t use enough.</li>
<li><a HREF="http://alvit.de/css-showcase/css-navigation-techniques-showcase.php" TITLE="CSS Navigation Techniques" TARGET="_blank">CSS Navigation Techniques</a> &#8211; besides allowing users to navigate your site and improving your SEO, navigation can be a strong aesthetic part of your site.</li>
<li><a HREF="http://css.maxdesign.com.au/" TARGET="_blank">Max Design</a> &#8211; list of resources, including Listamatic.</li>
<li><a HREF="http://www.barelyfitz.com/screencast/html-training/css/positioning/" TITLE="Learn CSS Positioning in Ten Steps" TARGET="_blank">Learn CSS Positioning in Ten Steps</a> &#8211; everything you need to know about positioning</li>
<li><a HREF="http://www.positioniseverything.net/" TITLE="Position is Everything" TARGET="_blank">Position is Everything</a> &#8211; for when everything you know about positioning doesn&#8217;t work.  Hopefully, IE7 will make this site obsolete.</li>
<li><a HREF="http://www.soxiam.com/Notes/CSSTools" TITLE="CSS Tools" TARGET="_blank">CSS Tools</a> &#8211; another list of CSS tools, much longer then mine.  Some redundancy but some really cool stuff I didn&#8217;t list.</li>
<li><a HREF="http://meyerweb.com/eric/css/edge/" TITLE="css/edge" TARGET="_blank">css/edge</a> &#8211; Eric Meyer doing CSS.  Do I need to say more?</li>
<li><a HREF="http://cssplay.co.uk/index.html" TITLE="CSS Play" TARGET="_blank">Stu Nicholls | CSS Play</a> &#8211; I have mentioned I have a love/hate relationship with this site.  It has dozens of cool ideas that I borrow (steal) and that cause me to expand my understanding and abilities with CSS.  I hate it though because everytime I think I&#8217;ve come up with a new idea in CSS&#8230; I find he&#8217;s already thought of it and 3 offshoots.  Highly recommended</li>
</ul>
<p>I hope you found something you didn&#8217;t know before and something that inspires you to make the web a more beautiful, CSS enabled, standards compliant and semantically correct place.  Comments, constructive criticisms and flames welcome.  Spam can be directed <a TARGET="_blank" TITLE="Yankees Suck" HREF="http://www.yankeessuck.com/">here</a>.</p>
<p>Random Tidbit: WordPress does not like Opera at all.  Something in the Ajax or Javascript just hates it.  I&#8217;ve tried identifying and masking as Firefox and even Explorer, still no go.  Someone should work on that since it&#8217;s rather annoying.  I like Firefox and it&#8217;s not that hard to switch over I guess, but I would think that it wouldn&#8217;t be that hard to get it to work in Opera compared to say Explorer.  But it could be I&#8217;m just not that smart.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bogeywebdesign.com/2006/09/30/sites-a-web-designer-should-know-or-%e2%80%98i-wish-i-had-thought-of-this-first%e2%80%99-part-2/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">30</post-id>	</item>
		<item>
		<title>Sites a Web Designer Should Know (or &#8216;I wish I had thought of this first&#8217;)</title>
		<link>https://www.bogeywebdesign.com/2006/09/20/sites-a-web-designer-should-know-or-i-wish-i-had-thought-of-this-first/</link>
					<comments>https://www.bogeywebdesign.com/2006/09/20/sites-a-web-designer-should-know-or-i-wish-i-had-thought-of-this-first/#comments</comments>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Wed, 20 Sep 2006 23:04:31 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[internet]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=29</guid>

					<description><![CDATA[Awhile back I did a post on my personal top ten sites. It was dugg and relabeled as sites a web developer should know. This was not my intention since there were many sites on it that have nothing to do with web design, CSS or SEO. But it was one of my most popular &#8230; <a href="https://www.bogeywebdesign.com/2006/09/20/sites-a-web-designer-should-know-or-i-wish-i-had-thought-of-this-first/" class="more-link">Continue reading <span class="screen-reader-text">Sites a Web Designer Should Know (or &#8216;I wish I had thought of this first&#8217;)</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Awhile back I did a post on my personal top ten sites.  It was dugg and relabeled as sites a web developer should know.  This was not my intention since there were many sites on it that have nothing to do with web design, CSS or SEO.  But it was one of my most popular posts &#8211; probably not for my superb writing skills, more likely interest from the digg post.</p>
<p>I am still relatively new at web design but I thought I would share some of the sites I use regularly in the hopes that experienced designers might find something new and new designers might start out correctly &#8211; that is, building CSS based, SEO friendly and standard compliant sites.  Since there is a relatively large number of things I want to list, this will probably be broken up over several posts.</p>
<h3>SEO</h3>
<ul>
<li><a href="http://www.dlperry.com/what_search_engine_spiders_see.html" title="dlperry.com - What Search Engine Spiders See" target="_blank">See how your site looks to search engines</a> &#8211; input your site, choose your paramaters and it will show you what order your content shows up in, your keywords and keyword density, as well as headers, title, meta tags and other SEO elements of your page.  A good way to make sure your page is being read the way you want it to.</li>
<li><a href="http://www.site-reference.com/articles/Search-Engines/Getting-Your-Site-Indexed-Before-You-Launch.html" title="Getting your site indexed before you launch" target="_blank">Getting your site indexed before you launch</a> &#8211; this article brings up a good point.  Many sites talk about how to improve your SEO after the fact, but as many designers know &#8211; by doing things right from the beginning, it&#8217;ll make your life and job a lot easier.  This offers several simple ideas to be indexed before you&#8217;re even done.</li>
<li><a href="http://www.456bereastreet.com/archive/200502/basics_of_search_engine_optimisation/" title="Basics of SEO" target="_blank">Basics of SEO</a> &#8211; 456 Berea St. offers an excellent list of things to do &#8211; keep your title (the most important SEO element) in mind and utilize it correclty, use real headings, write good content (and keep it fresh), use good (semantic and lean) markup, and keep in mind there are no shortcuts.  It includes more information and ideas then I mention here &#8211; I highely recommend it even if you know a lot about SEO, you might learn something new.</li>
<li><a href="http://www.seomoz.org/beginners.php" title="Beginner's Guide to SEO" target="_blank">Beginner&#8217;s Guide to SEO</a> &#8211; <a href="http://www.seomoz.org/" title="SEOmoz" target="_blank">SEOmoz</a> is an entire site dedicated to SEO and this beginner&#8217;s guide is actually pretty comprehensive.</li>
</ul>
<h3>Markup</h3>
<ul>
<li><a href="http://www.w3schools.com/" title="W3schools Online Web Tutorials" target="_blank">W3Schools</a> &#8211; a free online school of the basics of HTML, CSS, JavaScript and other web languages.  Very basic, but a good resource.</li>
<li><a href="http://www.webdesignfromscratch.com/" title="Web Design from Scratch" target="_blank">Complete Guide to Web Design</a> &#8211; An excellent, complete guide to building web pages.  Easy to read and well written.  Highetly recommended.</li>
</ul>
<h3>Web Standards</h3>
<ul>
<li><a href="http://validator.w3.org/" title="W3 Validator" target="_blank">W3c Validator</a> &#8211; the official validator.  You can&#8217;t have standard compliant code unless it&#8217;s valid (ad servers, CMS, etc. aside).</li>
<li><a href="http://blog.outer-court.com/archive/2006-06-23-n15.html" title="9 Ways to Misunderstand Web Standards" target="_blank">9 Ways to Misunderstand Web Standards</a> &#8211; Some common misunderstandings that still go on today.</li>
<li><a href="http://www.hotdesign.com/seybold/" title="Why Tables for Layouts is Stupid" target="_blank">Why Tables for Layouts is Stupid</a> &#8211; An online slide show from Seybold 2003.  Simple and easy to understand.  A <a href="http://www.hotdesign.com/seybold/32online.html" title="Resources" target="_blank">great list of resources</a> near the end.  Included because it&#8217;s amazing to me how many table based layouts there still are out there &#8211; including many of those free template sites or page builders you find.  Tables have their uses &#8211; but bloating markup and killing SEO is not one of them.</li>
<li><a href="http://www.456bereastreet.com/lab/developing_with_web_standards/" title="Designing with Web Standards" target="_blank">Designing with Web Standards</a> &#8211; another great 456 Berea St. article.  A comprehensive guide to designing standard compliant sites.  A little hard to understand for beginners, but a source I highely recommend.</li>
</ul>
<p>That&#8217;s it for today.  Next time: CSS, Inspiration and Template sites and color/graphics sites (most likely &#8211; subject to change).  A great, and much more extensive, resource list can be found at <a href="http://www.alvit.de/handbook/" title="The Web Developer's Handbook" target="_blank">the web developer&#8217;s handbook</a> &#8211; some of the sites listed here are on there and I have mentioned this site before.  My only complaint would be that no descriptions are provided.  However, on a list that large, descriptions would make it almost unreadable.</p>
<p>Random Tidbit: Sticking with the list theme &#8211; here are three great <a href="http://del.icio.us" title="Del.icio.us" target="_blank">del.icio.us</a> links:</p>
<ul>
<li><a href="http://davidbrunelle.com/2006/09/05/become-a-delicious-power-user/" title="Become a del.icio.us power user" target="_blank">Become a del.icio.us power user</a></li>
<li><a href="http://slackermanager.com/2005/12/the_several_hab.html" title="The Several Habits of Wildly Successful del.icio.us Users" target="_blank">The Several Habitsof Wildly Successful del.icio.us users</a></li>
<li><a href="http://theory.isthereason.com/?p=499" title="From Del.icio.us to WordPress: How to automatically post daily links" target="_blank">From Del.icio.us to WordPress: How to automatically post daily links</a> &#8211; this is something I might start doing, what do you think?</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bogeywebdesign.com/2006/09/20/sites-a-web-designer-should-know-or-i-wish-i-had-thought-of-this-first/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">29</post-id>	</item>
		<item>
		<title>Stylish &#8211; the best Mozilla Extension</title>
		<link>https://www.bogeywebdesign.com/2006/09/04/stylish-the-best-mozilla-extension/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Tue, 05 Sep 2006 03:55:02 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[internet]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=25</guid>

					<description><![CDATA[So I know I&#8217;ve been harping on Opera a lot lately, but I figured I would devote some time to what has recently and quickly become my favorite Mozilla extension &#8211; Stylish. Now I make regular use of &#8211; and highly recommend &#8211; both the web developer&#8217;s toolbar and the IE tab extensions. If you &#8230; <a href="https://www.bogeywebdesign.com/2006/09/04/stylish-the-best-mozilla-extension/" class="more-link">Continue reading <span class="screen-reader-text">Stylish &#8211; the best Mozilla Extension</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>So I know I&#8217;ve been harping on <a href="http://www.opera.com" title="Opera Web Browser" target="_blank">Opera</a> a lot lately, but I figured I would devote some time to what has recently and quickly become my favorite Mozilla extension &#8211; <a href="https://addons.mozilla.org/firefox/2108/" title="Stylish extension for Mozilla" target="_blank">Stylish</a>.  Now I make regular use of &#8211; and highly recommend &#8211; both the <a href="https://addons.mozilla.org/firefox/60/" title="Web Developer's Toolbar extension for Mozilla" target="_blank">web developer&#8217;s toolbar</a> and the <a href="https://addons.mozilla.org/firefox/1419/" title="IE Tab extension for Mozilla" target="_blank">IE tab</a> extensions.  If you don&#8217;t already have those and you do any sort of web designing at all &#8211; get them.  The IE tab lets you open an Explorer tab in Mozilla for testing &#8211; so less windows open in your system &#8211; and the web developer&#8217;s toolbar has all kinds of neat tools, only some of which I&#8217;ve mastered, including outlining elements, giving image information and a built in ruler.</p>
<p>Going back to Stylish though, it is an extension that allows you to create page specific style sheets for sites you visit a lot.  Why would you want to do something like that?  Well, for one, you can find styles that <a href="http://userstyles.org/style/show/540" title="Digg style from userstyles" target="_blank">remove the ads</a> from <a href="http://www.digg.com" title="Digg.com" target="_blank">Digg</a> &#8211; allowing you to browse ad free.  Another allows you to modify <a href="http://del.icio.us" title="Del.icio.us" target="_blank">del.icio.us</a> &#8211; which, though one of my favorite sites, is kind of plain.  I have <a href="http://bogeywebdesign.wordpress.com/files/2006/12/stylish-delicious.doc" title="My del.icio.us stylesheet" target="_blank">posted my stylesheet</a> &#8211; feel free to steal, modify, claim credit, etc.   You will have to open it and save it as a .css to use it in Stylish since WordPress does not allow uploading of that file type.  Mine is just a modified version I found on a <a href="http://userstyles.org/style/list/site" title="Userstyles.org" target="_blank">site dedicated to user styles</a>.  There are some nice <a href="http://www.myspace.com" title="MySpace" target="_blank">MySpace</a> and <a href="http://slashdot.org/" title="Slashdot" target="_blank">Slashdot</a> ones I have yet to try.  I&#8217;d like to find/make a decent one for <a href="http://diggdot.us/" title="Diggdot.us - digg / slashdot / del.icio.us" target="_blank">diggdot.us</a>.</p>
<p>Random Tidbit: Going back to Opera for a moment I found a <a href="http://operawiki.info/OperaUserCSS" title="User CSS Tips and code for Opera" target="_blank">Wiki that talks about a built in feature similar to Stylish</a>.  I have tried and failed to make it work but I think that&#8217;s more user error then anything.  The page also mentions userstyles and another page where you can get page styles &#8211; just remember to remove the Mozilla encoding from the posts on userstyles.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">25</post-id>	</item>
		<item>
		<title>So you wanna live forever (or Opera is the best browser no one&#8217;s heard of)</title>
		<link>https://www.bogeywebdesign.com/2006/08/29/so-you-wanna-live-forever-or-opera-is-the-best-browser-no-ones-heard-of/</link>
					<comments>https://www.bogeywebdesign.com/2006/08/29/so-you-wanna-live-forever-or-opera-is-the-best-browser-no-ones-heard-of/#comments</comments>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Wed, 30 Aug 2006 03:30:10 +0000</pubDate>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[current events]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[science fiction]]></category>
		<category><![CDATA[video games]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=22</guid>

					<description><![CDATA[So scientists, at least I&#8217;m assuming he&#8217;s a scientist &#8211; which could be dangerous, are not reporting that someday we may be able to use nanotechnology to gain immortality. Basically we could use tiny nanobots to do what our body naturally does, except better. It would enable us to avoid &#8220;transcription errors&#8221; in our DNA &#8230; <a href="https://www.bogeywebdesign.com/2006/08/29/so-you-wanna-live-forever-or-opera-is-the-best-browser-no-ones-heard-of/" class="more-link">Continue reading <span class="screen-reader-text">So you wanna live forever (or Opera is the best browser no one&#8217;s heard of)</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>So scientists, at least I&#8217;m assuming he&#8217;s a scientist &#8211; which could be dangerous, are not reporting that someday we may be able to <a href="http://blogs.zdnet.com/carroll/index.php?p=1594" title="Nanotechnology and Immortality" target="_blank">use nanotechnology to gain immortality</a>.  Basically we could use tiny nanobots to do what our body naturally does, except better.  It would enable us to avoid &#8220;transcription errors&#8221; in our DNA &#8211; which brings to mind the glitches you get on your computer when you leave <a href="http://www.mozilla.org" title="Mozilla web browser" target="_blank">mozilla</a> running too long &#8211; thereby keeping us young forever as well as fighting most common diseases.  It&#8217;s a pretty neat idea and I&#8217;m in as long as Microsoft and Sony aren&#8217;t.  Last thing I need is some legacy code or DRM messing with my motor skills and I start spastically slapping myself.</p>
<p>As for Opera, I found a recent article that talks about <a href="http://www.downloadsquad.com/2006/08/28/edit-web-pages-in-real-time-in-opera/" title="Edit pages in real time in Opera" target="_blank">how designers can edit their pages in real time</a> and see the results using <a href="http://www.opera.com/" title="Opera Web Browser" target="_blank">Opera </a>9.0.  I haven&#8217;t had a lot of time to use Opera, but from what I have I&#8217;m fairly impressed.  It has all the good features of Mozilla &#8211; including some additional ones built in that are extensions in Mozilla &#8211; as well as neat features like zooming and the ability to render the page you&#8217;re viewing as a text browser would &#8211; great for improving the accessibility of the site you&#8217;re designing and/or improving the SEO.  The best part is of the 3 major browsers, it&#8217;s the fastest I&#8217;ve seen.  Unfortunately there&#8217;s 2 problems.  One is probably user error &#8211; some of the pages I&#8217;ve designed come out a little funky.  I believe this to be because Opera renders the box model correctly but also reads some of the IE hacks I use &#8211; or vice versa.  I did upgrade to 9 and most of this went away, so that&#8217;s a good sign.  Two is the bigger problem.  Only <a href="http://www.w3schools.com/browsers/browsers_stats.asp" title="Browser Statistics - w3 schools" target="_blank">about 2% of the web users</a> out there use it.  That&#8217;s on average, and if your site or blog is about the web, especially cutting edge web technology, it&#8217;s likely much higher.  But it&#8217;s still disappointing.  With IE7 not looking like it&#8217;s going to fix many of the major bugs &#8211; and no real explanation why not &#8211; I almost wish they would just use all that money they&#8217;re raking in, buy Opera and plug it into Vista.  But that will never happen.</p>
<p>Another interesting stat on that is that 5% of users still use IE5.  Which leads me to believe they either can&#8217;t afford to upgrade their computer or they live in a cave.  I&#8217;m hoping for a day that all users will have a CSS2 (or 3) compliant browser and designing will be a lot easier.  But, not too easy, sometimes I feel I&#8217;m one good copy of Dreamweaver from being obsolete.</p>
<p>Random Tidbit:  An interesting story about the <a href="http://www.wired.com/wired/archive/14.09/sony.html?pg=1&amp;topic=sony&amp;topic_set=" title="Can the PS3 Save Sony?" target="_blank">PS3 being make or break for Sony</a>.  I had a blog recently about <a href="http://bogeywebdesign.wordpress.com/2006/07/28/questioning-sony/" title="Questioning Sony" target="_blank">my thoughts on this matter</a>.  The more I hear about PS3 the more I think I&#8217;m not going to buy one.  I think I&#8217;ve become an Xbox man.  Which is very, very depressing when you think about it.  I think I&#8217;ll just lie and say I own only the Wii&#8230;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bogeywebdesign.com/2006/08/29/so-you-wanna-live-forever-or-opera-is-the-best-browser-no-ones-heard-of/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">22</post-id>	</item>
		<item>
		<title>Viral Marketing and Link Baiting</title>
		<link>https://www.bogeywebdesign.com/2006/08/27/viral-marketing-and-link-baiting/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Mon, 28 Aug 2006 01:38:28 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Patriots]]></category>
		<category><![CDATA[Red Sox]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=21</guid>

					<description><![CDATA[Found an interesting article about viral marketing and link baiting, which is a term I had not heard before.  Viral marketing is something that I have been thinking a lot about lately as I try to not only provide content, but also to get people to actually see the content I have provided.  Nothing worse &#8230; <a href="https://www.bogeywebdesign.com/2006/08/27/viral-marketing-and-link-baiting/" class="more-link">Continue reading <span class="screen-reader-text">Viral Marketing and Link Baiting</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Found an interesting article about <a href="http://searchenginewatch.com/showPage.html?page=3623287" title="Viral Marketing" target="_blank">viral marketing and link baiting</a>, which is a term I had not heard before.  <a href="http://en.wikipedia.org/wiki/Viral_marketing" title="Definition of Viral Marketing" target="_blank">Viral marketing</a> is something that I have been thinking a lot about lately as I try to not only provide content, but also to get people to actually see the content I have provided.  Nothing worse then a good idea that no one knows about.</p>
<p>Basically, the two ideas are ways in which to use the new web &#8211; mainly web 2.0, community content driven sites &#8211; in order to introduce your site to the masses for free.  Essentially, word of mouth advertising meets the web.  The benefit is that it, hopefully, has a snowball effect.  As people find out about your content and find value in it, they link to it from their sites, blogs, myspace&#8217;s, etc.  This grows your linked-to rating, which helps in SEO, especially for Google.</p>
<p>The article also has a <a href="http://www.seomoz.org/beginners.php" title="Beginner's Guide to SEO" target="_blank">beginner&#8217;s guide to SEO</a>.  If you don&#8217;t know what SEO, Search Engine Optimization, is &#8211; it&#8217;s basically a way to get your side indexed, preferably indexed high, under the searches that your content matches.  So when someone is looking for widget toolboxes and you have the site 1001widgettoolboxes.com then they can find your site easily.  This is especially important for smaller businesses since they do not have the funds to use conventional advertising &#8211; tv, radio, newspapers &#8211; or to become a sponsored link for those searches &#8211; paying per click.  It again goes back to word of mouth advertising on the web &#8211; and ask any salesmen, word of mouth advertising is the strongest kind.</p>
<p>So besides using CSS and good XHTML to design your site, you should also keep in mind what you need to add &#8211; keywords, metatags, etc &#8211; in order to give yourself the best chance of getting your content in front of your audience.  And using sites like <a href="http://www.technorati.com/" title="Technorati" target="_blank">technorati</a>, <a href="http://www.digg.com" title="Digg" target="_blank">digg</a>, <a href="http://slashdot.org/" title="Slashdot" target="_blank">slashdot</a>, etc to create buzz is even better.</p>
<p>Random Tidbit: I can&#8217;t believe <a href="http://sports.espn.go.com/mlb/standings" title="MLB Standings" target="_blank">Boston is 7 games back of the Yankees</a>.  The Yankees have no pitching and usually when I can&#8217;t watch them, which I haven&#8217;t been able to lately, the Red Sox do well.  At least the <a href="http://sports.espn.go.com/nfl/standings" title="NFL Standings" target="_blank">Pats are 2-1</a>.  Although having a good preseason is rarely a good thing.  I don&#8217;t have any solid stats, but I remember hearing something along the lines of more 0-4 preseason teams have gone on to the Super Bowl then 4-0.  Not sure what finishing 3-1 or 2-2 does for you.  Time will tell.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">21</post-id>	</item>
		<item>
		<title>Got Web 2.0?</title>
		<link>https://www.bogeywebdesign.com/2006/08/25/got-web-20/</link>
					<comments>https://www.bogeywebdesign.com/2006/08/25/got-web-20/#comments</comments>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Fri, 25 Aug 2006 22:25:02 +0000</pubDate>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[internet]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=20</guid>

					<description><![CDATA[Hooked on the Web 2.0 movement?  Got your digg and del.icio.us hooked into your Google homepage (I&#8217;m not even sure if that&#8217;s possible, but if so, I might have to sign up)?  Want to find more?  Well there&#8217;s a neat little site out there that will help you out.  It&#8217;s called the Web 2.0 Innovation &#8230; <a href="https://www.bogeywebdesign.com/2006/08/25/got-web-20/" class="more-link">Continue reading <span class="screen-reader-text">Got Web 2.0?</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Hooked on the Web 2.0 movement?  Got your <a href="http://www.digg.com" title="Digg.com" target="_blank">digg</a> and <a href="http://del.icio.us" title="Del.icio.us" target="_blank">del.icio.us</a> hooked into your Google homepage (I&#8217;m not even sure if that&#8217;s possible, but if so, I might have to sign up)?  Want to find more?  Well there&#8217;s a neat little site out there that will help you out.  It&#8217;s called the <a href="http://www.fourio.com/web20map/" title="Web 2.0 Innovation Map" target="_blank">Web 2.0 Innovation Map</a>.  Not only will it give you links to all these wonderful sites but it will also provide links to their homepages.</p>
<p>On <a href="http://www.zimbio.com" title="Zimbio.com" target="_blank">Zimbio</a> there is even a page with <a href="http://www.zimbio.com/portal/Web+2.0" title="Web 2.0 logos" target="_blank">all of the Web 2.0 logos</a>.  Very cool.  What is Zimbio?  It seems be a cross between <a href="http://www.wikipedia.org" title="Wikipedia" target="_blank">Wikipedia</a> and a blog, but I&#8217;m no expert.  Some neat community blogs on there though.  I have to look more into it to see if there&#8217;s any good CSS / Web Design ones.</p>
<p>Random Tidbits: Turns out I was a bit premature with Pluto the other day as we&#8217;re now down to 8 planets instead of up to 11.  I had the link and lost it.  To make up for it I found two neat Flash diversions.  One is a <a href="http://www.robmathiowetz.com/" title="Japanese IQ test" target="_blank">Japanest IQ test</a> given to prospective employers.  I think I solved it in under 5 minutes.  Another good logic game has you <a href="http://flash.sd.cn/flash/flash.aspx?id=19460" title="Laser Flash game" target="_blank">diverting lasers with mirrors</a>.  I got stuck on level 6 I think.  The problem?  Neither has good English directions.  Enjoy.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bogeywebdesign.com/2006/08/25/got-web-20/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">20</post-id>	</item>
		<item>
		<title>My Top Ten Sites</title>
		<link>https://www.bogeywebdesign.com/2006/08/17/my-top-ten-sites/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Fri, 18 Aug 2006 00:36:59 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[internet]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=18</guid>

					<description><![CDATA[So I&#8217;m going away for a couple of days and won&#8217;t be able to post and I came up with the idea of sort of listing my top 10.5 sites. Not necessarily the best on the web but the ones I use the most frequently and find the most useful. Perhaps you might find something &#8230; <a href="https://www.bogeywebdesign.com/2006/08/17/my-top-ten-sites/" class="more-link">Continue reading <span class="screen-reader-text">My Top Ten Sites</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>So I&#8217;m going away for a couple of days and won&#8217;t be able to post and I came up with the idea of sort of listing my top 10.5 sites.  Not necessarily the best on the web but the ones I use the most frequently and find the most useful.  Perhaps you might find something you like.</p>
<p>10.5:    <a title="BogeyWebDesign.com" href="https://www.bogeywebdesign.com" target="_blank">BogeyWebDesign.com</a> &#8211; not even rating a full number, but I&#8217;m always updating my site.  I&#8217;d be surprised if the number of (non me) page views was over a dozen a week, but maybe you&#8217;ll find a template or idea you can steal.</p>
<p>10:    <a title="Smedlock.com" href="http://www.smedlock.com" target="_blank">Smedlock.com</a> &#8211; I&#8217;m a geek, I admit it.  I play Magic the Gathering.  And this is one of the best sites to pick up cards on the net and I have never had any problems from them.</p>
<p>9:    <a title="MySpace" href="http://www.myspace.com" target="_blank">MySpace</a> &#8211; I almost hate to put this one up here.  I probably use WordPress more, but I like the fact that you can share information easily with you friends.  Not many of my friends have/read blogs or are into CSS and web design.  But most of them have a MySpace.</p>
<p>8:    <a title="Open Source Web Design" href="http://www.oswd.org" target="_blank">Open Source Web Design</a> &#8211; A huge, free collection of open source templates from beginners to experts.  Stick to XHTML with CSS and you&#8217;ll find tons of great designs you can just plug your information to and have an amazing site.  For free.</p>
<p>7:    <a title="Web Developer's Handbook" href="http://www.alvit.de/handbook/" target="_blank">Web Developer&#8217;s Handbook</a> &#8211; A huge collection of resources from Web 2.0 sites, to CSS and HTML tools and all the way down to color pallette generators and free stock photography.  Awesome tool for designers.</p>
<p>6:    <a title="CSS Play" href="http://www.cssplay.co.uk/" target="_blank">CSSPlay</a> &#8211; One of the best collections of CSS on the web.  Anytime I need something neat, I look here first.  The only problem is that anytime I think I&#8217;ve done something original, I usually find that he&#8217;s already done it.</p>
<p>5:    <a title="MeyerWeb" href="http://www.meyerweb.com" target="_blank">MeyerWeb</a> &#8211; The King of CSS.  Enough said.</p>
<p>4:    <a title="Dilbert Blog" href="http://dilbertblog.typepad.com" target="_blank">DilbertBlog</a> &#8211; Scott Adams&#8217; Dilbert is one of the funniest comic strips out there, especially if you&#8217;ve ever worked in a cubicle.  The only thing funnier is Scott Adams himself.</p>
<p>3:    <a title="CSS Zen Garden" href="http://www.csszengarden.com" target="_blank">CssZenGarden.com</a> &#8211; The single greatest collection of CSS on the net in my opinion.  If I had half the skill of some of the people that have designs on here I&#8217;d be all right.  Hopefully, one day, I&#8217;ll make one and have it accepted.</p>
<p>2:    <a title="Del.icio.us" href="http://del.icio.us" target="_blank">Del.icio.us</a> &#8211; This is my new obsession.  I love the fact that I can store all my bookmarks in one place, categorize them easily and even share them with my friends.  Awesome.</p>
<p>1:    <a title="Digg.com" href="http://www.digg.com" target="_blank">Digg.com</a> &#8211; I am constantly checking this site for interesting stories, great deals or even some useful CSS and web design stuff.  I have yet to post or get an account, but I may yet when I have more time.</p>
<p>Hopefully you found something interesting that you had not seen.  I just realized most were design sites, but that has been my main focus the last year or so &#8211; so I guess that makes sense.  I&#8217;m sure I&#8217;ll have a revision down the road.  What is your top 10.5 sites?</p>
<p>Random Tidbit: Want to get to know me a little more?  Of course you don&#8217;t.  But I&#8217;m gonna toss <a title="My MySpace" href="http://www.myspace.com/dohmsford" target="_blank">my MySpace</a> up here anyways. Logon and check out my weasel &#8211; my ferret Mugsy.  She gets top billing because she&#8217;s cuter and works for Skittles.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18</post-id>	</item>
		<item>
		<title>Royalty Free Photos and Palette Generator</title>
		<link>https://www.bogeywebdesign.com/2006/08/12/royalty-free-photos-and-palette-generator/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Sat, 12 Aug 2006 22:52:47 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[internet]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=15</guid>

					<description><![CDATA[So lately I&#8217;ve been searching for a little inspiration and I&#8217;ve found two tools that when used together are very interesting.  One is Free Stock Photography.  They have tons of high resolution, royalty free images that are interesting as potential backgrounds.  Even just cutting a small portion of some of the landscapes and using them &#8230; <a href="https://www.bogeywebdesign.com/2006/08/12/royalty-free-photos-and-palette-generator/" class="more-link">Continue reading <span class="screen-reader-text">Royalty Free Photos and Palette Generator</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>So lately I&#8217;ve been searching for a little inspiration and I&#8217;ve found two tools that when used together are very interesting.  One is <a href="http://www.adigitaldreamer.com/gallery/index.php" title="Free Royalty-Free Stock Photography" target="_blank">Free Stock Photography</a>.  They have tons of high resolution, royalty free images that are interesting as potential backgrounds.  Even just cutting a small portion of some of the landscapes and using them to create a pattern might be interesting.</p>
<p>The problem is when you find an image, figuring out what color scheme to use to best fit the images you have or get from the site.  Well, I found a nice <a href="http://www.degraeve.com/color-palette/index.php" title="Color Palette Generator" target="_blank">Color Palette Generator</a> that takes in a 600px or less image and gives you a matching palette.  Pretty neat.  I&#8217;m hoping to use this to generate some template sites very soon.</p>
<p>That&#8217;s all for now.  Been pretty busy at work and updating my site when I get home.  Hopefully I&#8217;ll have something to show soon.</p>
<p>Random Tidbit: If you haven&#8217;t checked out <a href="http://del.icio.us/" title="del.icio.us" target="_blank">del.icio.us</a> yet, do it.   Basically, it&#8217;s a social bookmarking site.  Meaning you can bookmark neat sites you find and share them with your network of friends.  In addition, it allows you to organize them with tags.  If you&#8217;re like me, and most designers, you have a large number of local bookmarks &#8211; at work, on your various computers &#8211; and no real cohesion.  This allows you to import them from your browser and save them all on there.  So you can have access to your entire bookmark collection and organize them very simply so that you can easily find what you are looking for.  I keep a great deal of mine private, but I&#8217;m going to start changing that as I go through mine in the next few weeks.  Feel free to check out <a href="http://del.icio.us/dohmsford" title="My del.icio.us bookmarks" target="_blank">my public ones</a> &#8211; and send me a network invite if you want.  At the very least, use it.  It&#8217;ll save you a lot of time and it&#8217;s a cool site to boot.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15</post-id>	</item>
		<item>
		<title>Designer&#8217;s Block</title>
		<link>https://www.bogeywebdesign.com/2006/08/03/designers-block/</link>
		
		<dc:creator><![CDATA[bogeywebdesign]]></dc:creator>
		<pubDate>Fri, 04 Aug 2006 01:48:48 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Patriots]]></category>
		<category><![CDATA[Red Sox]]></category>
		<guid isPermaLink="false">http://www.weaselwardance.com/?p=13</guid>

					<description><![CDATA[So I mentioned the other day that I&#8217;m trying to design a horizontal main style sheet for my site.  I got the idea from the CSS Zen Garden and specifically the pret-a-porter design.  I&#8217;ve seen several other ones like that but that one is the most interesting.  It&#8217;s not the type of design you usually &#8230; <a href="https://www.bogeywebdesign.com/2006/08/03/designers-block/" class="more-link">Continue reading <span class="screen-reader-text">Designer&#8217;s Block</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>So I mentioned the other day that I&#8217;m trying to design a horizontal main style sheet for my site.  I got the idea from the <a href="http://www.csszengarden.com" title="The CSS Zen Garden" target="_blank">CSS Zen Garden</a> and specifically the <a href="http://www.csszengarden.com/?cssfile=037/037.css" title="pret-a-porter by Minz Meyer - www.minzweb.de" target="_blank">pret-a-porter</a> design.  I&#8217;ve seen several other ones like that but that one is the most interesting.  It&#8217;s not the type of design you usually see online, it&#8217;s more of a print based design &#8211; and in fact that&#8217;s where he got the idea for his from.  But widescreen monitors have taken off on laptops (which is what I usually program on, especially since my <a href="http://bogeywebdesign.wordpress.com/2006/07/23/lowest-common-denominator/" title="Lowest Common Denominator" target="_blank">desktop problems</a>) so I thought it was viable.  Plus, since you&#8217;re using absolute positioning it&#8217;s challenging and different them my other designs.</p>
<p>The problem is that I also wanted to use some drop shadowed graphics to try and create depth &#8211; a good example being <a href="http://www.csszengarden.com/?cssfile=026/026.css" title="Zunflower by Radu Darvas - http://www.homelesspixel.de" target="_blank">Zunflower</a>.  I think the combination of the two elements would be a striking addition to my portfolio.</p>
<p>The problem?  My seeming inability to get Photoshop to do what I want it to do.  Everytime I tried to create the graphics the other day it was fine until I tried to save for the web and use it on my template.  Then everything broke down &#8211; specifically the drop shadow went &#8216;wonky&#8217; (a highly technical term, look it up).  After several tries I finally gave up.  In talking with a graphic designer friend he suggested I try adding the background to the graphic, but I&#8217;m still not sure how that would help.</p>
<p>So now, stuck on this, I&#8217;ve spent the last few days ineffectively trying to get back to the design.  I have managed to do a few other odds and ends around the site, but most of those haven&#8217;t made it off my local platform and onto the web.  I&#8217;ve hit a virtual wall.</p>
<p>I&#8217;m hoping the freedom of the weekend will help and get some creative juices flowing, motivating me to get some work done.  I would like to get that finalize so I can get some templates cranked out.  I would like to offer them on some open source sites soon &#8211; I&#8217;d love to see others use my work.  But only time will tell.</p>
<p>Random Tidbit: It was awesome seeing Big Papi crank a &#8216;homah&#8217; on the Indians to win it the other night.  I knew the minute he came up the game was over.  In Beantown we spell clutch B-i-g-P-a-p-i.  Hopefully this season will finally convince people that regardless of him not playing the field he should be the MVP (as he should have been last year).  Winning games &#8211; with your glove or bat &#8211; is winning games.  Period.  It was also good to see Tom Brady stand up for his teammate Deion Branch.  I have faith in Belichick, but come on, he&#8217;s a top 5 receiver and he&#8217;s making something like $1.5M this year.  We ask so much of them, we gotta give a little back.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13</post-id>	</item>
	</channel>
</rss>
