<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Indianapolis Web Design Blog</title>
	
	<link>http://www.ianlabs.com</link>
	<description>The adventures of a freelance web designer</description>
	<pubDate>Thu, 02 Jul 2009 19:03:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/IndianapolisWebDesignBlog" type="application/rss+xml" /><item>
		<title>Updated Xinha editor to use valid XHTML/CSS image alignment</title>
		<link>http://www.ianlabs.com/2009/07/02/updated-xinha-editor-to-use-valid-xhtmlcss-image-alignment/</link>
		<comments>http://www.ianlabs.com/2009/07/02/updated-xinha-editor-to-use-valid-xhtmlcss-image-alignment/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 19:03:47 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[etomite]]></category>

		<category><![CDATA[imagemanager]]></category>

		<category><![CDATA[valid]]></category>

		<category><![CDATA[xhtml]]></category>

		<category><![CDATA[xinha]]></category>

		<guid isPermaLink="false">http://www.ianlabs.com/?p=214</guid>
		<description><![CDATA[I finally solved an old problem that has been buggin me, I have modified the Xinha editor&#8217;s image manager to insert class=&#8221;imgleft&#8221; or class=&#8221;imgright&#8221; into the img tag instead of the old, depreciated align=&#8221;right&#8221; or align=&#8221;left&#8221;.

Etomite 1.1 Xinha ImageManager plugin modification:
This modification makes ImageManage use valid css for alignment.
Also removes padding, border, and other depreciated [...]]]></description>
			<content:encoded><![CDATA[<p>I finally solved an old problem that has been buggin me, I have modified the Xinha editor&#8217;s image manager to insert class=&#8221;imgleft&#8221; or class=&#8221;imgright&#8221; into the img tag instead of the old, depreciated align=&#8221;right&#8221; or align=&#8221;left&#8221;.<br />
<span id="more-214"></span><br />
<strong>Etomite 1.1 Xinha ImageManager plugin modification:</strong></p>
<p>This modification makes ImageManage use valid css for alignment.<br />
Also removes padding, border, and other depreciated controls from ImageManager popup.<br />
Also contains the &#8220;<a href="http://www.ianlabs.com/2008/03/05/xinha-conversion-to-what-you-see-is-what-you-mean-editing/">What you see is what you mean</a>&#8221; CSS that makes xinha show you the block-level elements, as well as the proper image floating CSS that updates the image position right in the editor. </p>
<p>This mod only includes the files needed for the update and assumes you aleready have Etomite 1.1 or greater and are using the latest release of Xinha for Etomite.</p>
<p><strong>Download file:</strong><br />
<a href='http://www.ianlabs.com/wp-content/uploads/2009/07/xinha_valid_image_align.zip'>xinha_valid_image_align.zip</a></p>
<p><strong>To install:</strong><br />
Extract contents of zip file into /manager/media/xinha</p>
<p><strong>To activate:</strong></p>
<ol>
<li>Assuming xinha is already enabled, enable &#8220;Stylist&#8221; in the main Etomite configuration&#8217;s &#8220;Interface &#038; editor settings&#8221; tab, and change the stylist css file to /manager/media/xinha/xinha.css</li>
<li>Save the Etomite config.</li>
<li>Next, go back into the Etomite config and turn off stylist. (You need to do this because you don&#8217;t want the actual stylist &#8220;addon&#8221; as it&#8217;s worthless, you just want to tell xinha to use the css file in it&#8217;s display.)</li>
<li>Save the Etomite config again.</li>
<li>In your website&#8217;s main CSS, you&#8217;ll need to add a couple of styles, here&#8217;s what I use and recommend:<br />
<code>img.imgright{float: right; clear: both; margin:0 0 .5em .5em}<br />
img.imgleft{float: left; clear: both; margin:0 .5em .5em 0}</code>
</li>
</ol>
<p><a href="http://technorati.com/tag/etomite" rel="tag" class="techtag">etomite</a> <a href="http://technorati.com/tag/xinha" rel="tag" class="techtag">xinha</a> <a href="http://technorati.com/tag/editor" rel="tag" class="techtag">editor</a> <a href="http://technorati.com/tag/imagemanager" rel="tag" class="techtag">imagemanager</a> <a href="http://technorati.com/tag/css" rel="tag" class="techtag">css</a> <a href="http://technorati.com/tag/xhtml" rel="tag" class="techtag">xhtml</a> <a href="http://technorati.com/tag/valid" rel="tag" class="techtag">valid</a> <a href="http://technorati.com/tag/modification" rel="tag" class="techtag">modification</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ianlabs.com/2009/07/02/updated-xinha-editor-to-use-valid-xhtmlcss-image-alignment/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Has the Font Issue of the Internet Really Been Solved?</title>
		<link>http://www.ianlabs.com/2009/05/28/has-the-font-issue-of-the-internet-really-been-solved/</link>
		<comments>http://www.ianlabs.com/2009/05/28/has-the-font-issue-of-the-internet-really-been-solved/#comments</comments>
		<pubDate>Thu, 28 May 2009 19:31:33 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.ianlabs.com/2009/05/28/has-the-font-issue-of-the-internet-really-been-solved/</guid>
		<description><![CDATA[Hello graphic designers, that the font issue of the web have been solved - you know the problem: the one where a designer can&#8217;t make the visitors of his new website view his his favorite pet font?
Or has it really been solved?

Typekit released a blog post on May 27th introducing their solution which is supposed [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.ianlabs.com/wp-content/uploads/2009/05/f.png' alt='Font' class="imgright" /><strong>Hello graphic designers</strong>, that the font issue of the web have been solved - you know the problem: the one where a designer can&#8217;t make the visitors of his new website view his his favorite pet font?</p>
<p><em><strong>Or has it really been solved?</strong></em><br />
<span id="more-205"></span><br />
Typekit released a <a href="http://blog.typekit.com/2009/05/27/introducing-typekit/" rel="nofollow">blog post</a> on May 27th introducing their solution which is supposed to revolutionize the way fonts appear online.</p>
<p>Looking at their <a href="http://www.flickr.com/photos/veen/3572372312/" rel="nofollow">promo image</a>, I am initially and admittedly thrilled to see the words &#8220;Simple, Fast, Bulletproof.&#8221; because&#8230; if that&#8217;s true, then we&#8217;re in for a treat. But let&#8217;s think about this for a minute. As designers, most of us know how marketing works, and we know not to take it at face value. Upon further inspection, it seems to be without substance.</p>
<p>While most of the reactions I&#8217;ve read online have been &#8220;<em>Hallelujah!</em>&#8221; and &#8220;<em>You guys will be rich when this takes off&#8230;</em>&#8221; <strong>I&#8217;m glad to see some more intelligent, thoughtful reactions</strong> to this. With any vaporware (<em><strong>yes, this is vaporware right now</strong></em>) We shouldn&#8217;t buy the hype till it&#8217;s working. Making baseless statements like &#8220;it will change everything&#8221; should be something that people know better <em>not to do by now</em> when it comes to trumpeting software releases on the web. </p>
<p>I see several problems with this, many of which have already been touched on in the last 24 hours. From the description, this obviously has some sort of DRM. That&#8217;s not good no matter how you slice it. Just like a certain popular president, He&#8217;s saying one thing about DRM and describing the very opposite in the same breath.</p>
<blockquote><p>
&#8220;That’s where Typekit comes in. We’ve been working with foundries to develop a consistent web-only font linking license. We’ve built a technology platform that lets us to host both free and commercial fonts in a way that is incredibly fast, smoothes out differences in how browsers handle type, and offers the level of protection that type designers need without resorting to annoying and ineffective DRM.&#8221;</p></blockquote>
<p><strong>They just can&#8217;t have it both ways. Don&#8217;t be fooled&#8230; Digital Rights Management comes into play in the above statement: &#8220;a consistent web-only font linking license.&#8221;</strong></p>
<p>The problem seen with Typekit&#8217;s proposed solution is obvious to folks who don&#8217;t jump so quickly onto hype wagons. It&#8217;s hard to discern the exact details, but we&#8217;re looking at a centralized library of sorts with DRM-enforced font files served up to websites via extra javascript. Is reading a page in a special font so much better than reading it in one of the commonly available ones so much of a benefit that designers and web developers are willing to spend money and add more encumberances to their website? Will the cost be passed on to the site owners? I don&#8217;t think that I could sell this &#8220;benefit&#8221; to the majority of my clients, and I sure wouldn&#8217;t use it for my own purposes. </p>
<p>If you must force a certain font on your viewer, making them download a bunch of code or some other encumbrance, and have to pay for it in the process, then you’ve put a speed bump into the simple and clear communication that should be happening online. </p>
<p>And that&#8217;s what it&#8217;s all about - communication.</p>
<p><a href="http://technorati.com/tag/commercial_fonts" rel="tag" class="techtag">commercial_fonts</a> <a href="http://technorati.com/tag/css" rel="tag" class="techtag">css</a> <a href="http://technorati.com/tag/drm" rel="tag" class="techtag">drm</a> <a href="http://technorati.com/tag/drm_fonts" rel="tag" class="techtag">drm_fonts</a> <a href="http://technorati.com/tag/font" rel="tag" class="techtag">font</a> <a href="http://technorati.com/tag/fonts" rel="tag" class="techtag">fonts</a> <a href="http://technorati.com/tag/font_use" rel="tag" class="techtag">font_use</a> <a href="http://technorati.com/tag/hype" rel="tag" class="techtag">hype</a> <a href="http://technorati.com/tag/vaporware" rel="tag" class="techtag">vaporware</a> <a href="http://technorati.com/tag/web_design" rel="tag" class="techtag">web_design</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ianlabs.com/2009/05/28/has-the-font-issue-of-the-internet-really-been-solved/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PSA: Paper Domain Renewal Requests</title>
		<link>http://www.ianlabs.com/2009/05/22/psa-paper-domain-renewal-requests/</link>
		<comments>http://www.ianlabs.com/2009/05/22/psa-paper-domain-renewal-requests/#comments</comments>
		<pubDate>Fri, 22 May 2009 19:16:39 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.ianlabs.com/2009/05/22/psa-paper-domain-renewal-requests/</guid>
		<description><![CDATA[A Public Service Announcement (of sorts):
Occasionally I get domain renewal requests in the mailbox- the real one out by the street, not my e-mail. These come in official-looking paper envelopes branded by some company with an official-sounding name. 
The problem is this: I register my domains online with a common registrar, such as Godaddy, Register.com, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>A Public Service Announcement (of sorts):</strong></p>
<p>Occasionally I get domain renewal requests in the mailbox- the real one out by the street, not my e-mail. These come in official-looking paper envelopes branded by some company with an official-sounding name. </p>
<p>The problem is this: I register my domains online with a common registrar, such as Godaddy, Register.com, or Namecheap, and renewal costs a lot less that the paper notice is asking for. The other day I received one asking for me to renew domain names for up to $50. Normal domains run about $10-$15 online per year.</p>
<p>So if you get one of these, and even if it seems official, throw it away. It&#8217;s a scam.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ianlabs.com/2009/05/22/psa-paper-domain-renewal-requests/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Best Practices for Image Use</title>
		<link>http://www.ianlabs.com/2009/04/20/best-practices-for-image-use/</link>
		<comments>http://www.ianlabs.com/2009/04/20/best-practices-for-image-use/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 14:24:06 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.ianlabs.com/2009/04/20/best-practices-for-image-use/</guid>
		<description><![CDATA[Every once in awhile I look in on my client&#8217;s websites in order to help them run the best website possible. Training is usually necessary, and together I can help them learn some best image practices. By following the image use guidelines below, you can

Increase website load times
Save bandwidth (bandwidth costs money)
Help the website look [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.ianlabs.com/wp-content/uploads/2009/04/crayons.jpg' alt='Crayons' class='imgright' />Every once in awhile I look in on my client&#8217;s websites in order to help them run the best website possible. Training is usually necessary, and together I can help them learn some best image practices. By following the image use guidelines below, you can</p>
<ul>
<li>Increase website load times</li>
<li>Save bandwidth (<em>bandwidth costs money</em>)</li>
<li>Help the website look more professional</li>
<li>Help visitors have a much better experience</li>
</ul>
<p><span id="more-202"></span><br />
<strong>Here are some general image-use guidelines:</strong></p>
<ol>
<li><strong>Never re-size images in the content manager.</strong><br />
      The image must be sized properly in a graphic program such as PhotoShop before it is uploaded into a website. The reason is that when you scale down an image that is too big, the user still has to download a big image even though they only see it small. This slows down the website and harms the user experience. In addition, the image will appear &#8220;jaggy&#8221; and looks unprofessional.</li>
<li><strong>Don&#8217;t use a transparent image saved in &#8220;24-bit PNG&#8221; format.</strong><br />
      A lot of people still use Internet Explorer 6, and it doesn&#8217;t support that image format. Images saved in this format also tend to have a large filesize. Unless you are a web developer and know what you&#8217;re doing, don&#8217;t use this image format.</li>
<li><strong>Compress your images properly.</strong><br />
      No normal image should be over 100K. If it is, then you can usually optimize it by compressing it a bit more. This is often seen as a percentage slider when making JPG files - set this to 80 or less. There are exceptions to this rule, such as showing a large photograph.</li>
</ol>
<p><strong>Here is a general guideline to help you decide what image type to use:</strong></p>
<ul>
<li>JPEG: Good for photos, bad for logos, text and artwork with hard edges</li>
<li>PNG: Good for text, logos, and images with hard edges or solid colors, bad for photographs. Also the preferred format for images with transparency (PNG-8).</li>
<li>GIF: Good for small animations, text, logos, and hard-edged artwork.</li>
</ul>
<p><a href="http://technorati.com/tag/artwork" rel="tag" class="techtag">artwork</a> <a href="http://technorati.com/tag/bandwidth_costs_money" rel="tag" class="techtag">bandwidth_costs_money</a> <a href="http://technorati.com/tag/format_images" rel="tag" class="techtag">format_images</a> <a href="http://technorati.com/tag/image_format" rel="tag" class="techtag">image_format</a> <a href="http://technorati.com/tag/image_type" rel="tag" class="techtag">image_type</a> <a href="http://technorati.com/tag/png_format" rel="tag" class="techtag">png_format</a> <a href="http://technorati.com/tag/transparent_image" rel="tag" class="techtag">transparent_image</a> <a href="http://technorati.com/tag/web_images" rel="tag" class="techtag">web_images</a> <a href="http://technorati.com/tag/best_practice" rel="tag" class="techtag">best_practice</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ianlabs.com/2009/04/20/best-practices-for-image-use/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Save Money, Hire an Independent Contractor</title>
		<link>http://www.ianlabs.com/2009/04/07/save-money-hire-an-independent-contractor/</link>
		<comments>http://www.ianlabs.com/2009/04/07/save-money-hire-an-independent-contractor/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 01:54:04 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<category><![CDATA[Freelance]]></category>

		<category><![CDATA[Indianapolis Area]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.ianlabs.com/2009/04/07/save-money-hire-an-independent-contractor/</guid>
		<description><![CDATA[As we all know, our economy is down, and the effects and ramifications are being felt far and wide. A lot of companies in need of design or web services are holding onto their wallets a bit tighter, but at the same time, the need for good design and marketing is at an all-time high.
It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.ianlabs.com/wp-content/uploads/2009/04/econ.jpg' alt='Economy' class="imgright" />As we all know, our economy is down, and the effects and ramifications are being felt far and wide. A lot of companies in need of design or web services are holding onto their wallets a bit tighter, but at the same time, the need for good design and marketing is at an all-time high.</p>
<p>It&#8217;s much easier and more cost-effective to hire a professional freelancer rather than hire an employee. All it takes is a bit of communication and an IRS form 1099 a year later.</p>
<p>Let me state the benefits of going with a freelancer:</p>
<ol>
<li><strong>Freelancers have less overhead.</strong><br />
Skip the red tape and the layers of bureaucracy. We&#8217;re leaner, faster, and better. On average, you&#8217;ll spend about 60% of the cost of going with a web firm.</li>
<li><strong>Freelancers have a greater desire to excel.</strong><br />
I&#8217;m a freelance- and my livelihood rests on doing a great job. When you call, I am the one who answers. Going with a larger firm, your project might be handed to an intern with nothing on the line.</li>
<li><strong>Freelancers provide a wide range of services.</strong><br />
Anything a media firm can do, a qualified freelancer can do. This is because most freelancers are entrepreneurial go-getters who used to work for those same media firms.</li>
<li><strong>Freelancers are cool.</strong><br />
Well, some are nerds&#8230; but I digress.</li>
</ol>
<p>So, just because you have to be careful with your marketing dollars, doesn&#8217;t mean you can&#8217;t get some quality work done. Contact an independent contractor (<a href="http://www.n-vent.com/contact.html" rel="follow">such as myself</a>) and we&#8217;ll fix you up good.</p>
<p><a href="http://technorati.com/tag/business_trends" rel="tag" class="techtag">business_trends</a> <a href="http://technorati.com/tag/economy" rel="tag" class="techtag">economy</a> <a href="http://technorati.com/tag/freelance" rel="tag" class="techtag">freelance</a> <a href="http://technorati.com/tag/freelancer" rel="tag" class="techtag">freelancer</a> <a href="http://technorati.com/tag/independent_contractor" rel="tag" class="techtag">independent_contractor</a> <a href="http://technorati.com/tag/job" rel="tag" class="techtag">job</a> <a href="http://technorati.com/tag/marketing" rel="tag" class="techtag">marketing</a> <a href="http://technorati.com/tag/media_firm" rel="tag" class="techtag">media_firm</a> <a href="http://technorati.com/tag/small_business" rel="tag" class="techtag">small_business</a> <a href="http://technorati.com/tag/web_firm" rel="tag" class="techtag">web_firm</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ianlabs.com/2009/04/07/save-money-hire-an-independent-contractor/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Custom Design, Purchased Templates, and Ethics</title>
		<link>http://www.ianlabs.com/2009/03/18/custom-design-purchased-templates-and-ethics/</link>
		<comments>http://www.ianlabs.com/2009/03/18/custom-design-purchased-templates-and-ethics/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 19:22:12 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Indianapolis Area]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.ianlabs.com/2009/03/18/custom-design-purchased-templates-and-ethics/</guid>
		<description><![CDATA[Since custom design is my #1 job, I rarely need to use ready-made templates. When I do, it&#8217;s for good reason: the client needs to save money. These designs never get claimed as my own and never make it into my portfolio.

Recently I have noticed a trend among my local competitors, and that is the [...]]]></description>
			<content:encoded><![CDATA[<p>Since custom design is my #1 job, I rarely need to use ready-made templates. When I do, it&#8217;s for good reason: the client needs to save money. These designs never get claimed as my own and never make it into my portfolio.<br />
<span id="more-198"></span><br />
Recently I have noticed a trend among my local competitors, and that is the claiming of ready-made templates as their own design. This is done by placing a &#8220;design by&#8221; link in the footer of a template that anyone can download online, replacing the original designer&#8217;s &#8220;designed by&#8221; links. These sites also make it into companies&#8217; portfolios.</p>
<p>While I&#8217;m not privvy to the conversations that were had with my various competitors and their clients, I hope the clients aren&#8217;t being fooled into thinking that they are buying custom design.</p>
<p>While using a pre-made web design templates is a good idea when the client wants to save money, taking credit for these designs and removing the original credits is usually illegal and unethical, as it can violate the original designer&#8217;s terms of use.</p>
<p><strong>Let&#8217;s go ahead and review some basic ethics:</strong><br />
When using a ready-made template,</p>
<ul>
<li>Notify the client</li>
<li>Don&#8217;t call it custom design</li>
<li>Pass the savings on to the client</li>
<li>Don&#8217;t claim the design as your own</li>
<li>Stick to the copyright obligations regarding the display of original design credits</li>
</ul>
<p><span class="technoratitag">Tags: <a href="http://technorati.com/tag/web_design" rel="tag">web_design</a> <a href="http://technorati.com/tag/web_development" rel="tag">web_development</a> <a href="http://technorati.com/tag/custom_design" rel="tag" >custom_design</a> <a href="http://technorati.com/tag/design" rel="tag">design</a> <a href="http://technorati.com/tag/design_fraud" rel="tag" >design_fraud</a> <a href="http://technorati.com/tag/ethical" rel="tag" >ethical</a> <a href="http://technorati.com/tag/ethical_practices" rel="tag">ethical_practices</a> <a href="http://technorati.com/tag/ethics" rel="tag" >ethics</a> <a href="http://technorati.com/tag/fraud" rel="tag">fraud</a> <a href="http://technorati.com/tag/template" rel="tag" >template</a> <a href="http://technorati.com/tag/templates" rel="tag">templates</a>  <a href="http://technorati.com/tag/copyright" rel="tag">copyright</a><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ianlabs.com/2009/03/18/custom-design-purchased-templates-and-ethics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web2.0, coffee house, and grunge</title>
		<link>http://www.ianlabs.com/2009/03/10/web20-coffee-house-and-grunge/</link>
		<comments>http://www.ianlabs.com/2009/03/10/web20-coffee-house-and-grunge/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 22:12:13 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.ianlabs.com/2009/03/10/web20-coffee-house-and-grunge/</guid>
		<description><![CDATA[Recently I had a friend (who is in charge of teaching the high-school youth of America about web design) tell me that his students really liked &#8220;grunge&#8221; and felt that Web 2.0 was going away (to be replaced by grunge) thanks in part largely to this old article over at Smashing Magazine.
A whole lot has [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.ianlabs.com/wp-content/uploads/2009/03/grungie.png' alt='Grungie' class="imgright" />Recently I had a friend (who is in charge of teaching the high-school youth of America about web design) tell me that his students really liked &#8220;grunge&#8221; and felt that Web 2.0 was going away (to be replaced by grunge) thanks in part largely to this <em><a href="http://www.smashingmagazine.com/2008/03/11/the-secrets-of-grunge-design/" rel="nofollow">old article</a></em> over at <em>Smashing Magazine</em>.</p>
<p>A whole lot has been said about Web 2.0 as a design style, and I won&#8217;t go deep into that or try to rehash all that has been said.</p>
<p>The <em>Smashing</em> article in question was written a full year ago, so that is a factor in this conversation.<br />
<span id="more-196"></span><br />
Web 2.0 is certainly running it&#8217;s course, and may be heading out to some degree - but &#8220;Web 2.0&#8243; as a style is mostly a misnomer.</p>
<p><strong>Good information design will never go out of style.</strong><br />
Simplicity, clarity, lack of clutter, and accessibility - all hallmarks of the &#8220;Web 2.0&#8243; style - are cornerstone factors of good information design. When it comes to web design, students should first learn something about good information design for communication&#8217;s sake, THEN learn about design for art&#8217;s sake&#8230; in that order.</p>
<p><strong>&#8220;Web 2.0&#8243; as a style is becoming more and more diluted as us web artists ache to go exploring into rougher, more exciting terrain again.</strong><br />
Real grunge (distressed typewriter text and splatters and other such stuff from the 90&#8217;s) was completely played out around 2001. We had a waves of tech and uber-tech-splatter-grunge in there, then grunge resurfaced in the form of &#8220;coffee house&#8221; type stuff. Hallmarks of the coffee house style are floral shapes, hand-drawn elements, swirlies, and &#8220;starburst&#8221; radiation backgrounds. This stuff has been popular with CD covers and t-shirts for years now.</p>
<p><strong>About the time Web 2.0 started, this &#8220;coffee house&#8221; grunge was close to full stride.</strong><br />
I even recall conversations about this very thing with my wife (she&#8217;s a designer as well) which we had a two years ago. We talked about how popular the &#8220;coffee house&#8221; style was getting, and wondered how long it would remain in stride.</p>
<p>I still see this &#8220;coffee house&#8221; grunge a lot, but not in any amounts I&#8217;d call a resurgence. I would even say go as far as to disagree with the article and state that what they&#8217;re calling &#8220;grunge&#8221; was starting to fade even a year ago.</p>
<p>Thoughts? comments? feel free to share :)</p>
<div class="techtags"><a href="http://technorati.com/tag/grunge" rel="tag" class="techtag">grunge</a> <a href="http://technorati.com/tag/coffee" rel="tag" class="techtag">&#8220;coffee</a> <a href="http://technorati.com/tag/house" rel="tag" class="techtag">house&#8221;</a> <a href="http://technorati.com/tag/design" rel="tag" class="techtag">design</a> <a href="http://technorati.com/tag/style" rel="tag" class="techtag">style</a> <a href="http://technorati.com/tag/web" rel="tag" class="techtag">design&#8221;</a> <a href="http://technorati.com/tag/fad" rel="tag" class="techtag">fad</a> <a href="http://technorati.com/tag/trend" rel="tag" class="techtag">trend</a> </div>
]]></content:encoded>
			<wfw:commentRss>http://www.ianlabs.com/2009/03/10/web20-coffee-house-and-grunge/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Happy 2009</title>
		<link>http://www.ianlabs.com/2009/01/22/happy-2009/</link>
		<comments>http://www.ianlabs.com/2009/01/22/happy-2009/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 18:55:09 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Indianapolis Area]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.ianlabs.com/2009/01/22/happy-2009/</guid>
		<description><![CDATA[In case my three visitors have wondered about why I haven&#8217;t updated this blog in awhile -that&#8217;s because I have been busy. Busy building websites. Last year was my biggest year ever, and for that I am grateful - you can&#8217;t take anything for granted. 
Since the economy is chugging slower now, as things slow [...]]]></description>
			<content:encoded><![CDATA[<p>In case my three visitors have wondered about why I haven&#8217;t updated this blog in awhile -that&#8217;s because I have been busy. Busy building websites. Last year was my biggest year ever, and for that I am grateful - you can&#8217;t take anything for granted. </p>
<p>Since the economy is chugging slower now, as things slow down for me (IF they do) then I&#8217;ll probably get more time to write. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ianlabs.com/2009/01/22/happy-2009/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Colts Logo Contest Abandoned</title>
		<link>http://www.ianlabs.com/2008/08/15/colts-logo-contest-abandoned/</link>
		<comments>http://www.ianlabs.com/2008/08/15/colts-logo-contest-abandoned/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 16:31:09 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<category><![CDATA[Indianapolis Area]]></category>

		<guid isPermaLink="false">http://www.ianlabs.com/2008/08/15/colts-logo-contest-abandoned/</guid>
		<description><![CDATA[Well, It&#8217;s been long enough, so I may as well call it official.
The Colts horse logo design project seems to have been abandoned. The page of finalists still exists, but no update since April.
What a weird &#8220;contest&#8221; it was. If anyone knows what happened, I&#8217;d love to hear about it&#8230;
indianapolis design colts logo contest 
]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.ianlabs.com/wp-content/uploads/2008/08/designahorse_01_small.jpg' alt='DesignAHorse' class="imgright" /><strong>Well, It&#8217;s been long enough, so I may as well call it official.</strong></p>
<p>The Colts horse logo design project seems to have been abandoned. The <a href="http://www.colts.com/sub.cfm?page=promotions_dynamic&#038;id=227" rel="nofollow">page of finalists</a> still exists, but no update since April.</p>
<p>What a weird &#8220;contest&#8221; it was. If anyone knows what happened, I&#8217;d love to hear about it&#8230;</p>
<p><a href="http://technorati.com/tag/indianapolis" rel="tag" class="techtag">indianapolis</a> <a href="http://technorati.com/tag/design" rel="tag" class="techtag">design</a> <a href="http://technorati.com/tag/colts" rel="tag" class="techtag">colts</a> <a href="http://technorati.com/tag/logo" rel="tag" class="techtag">logo</a> <a href="http://technorati.com/tag/contest" rel="tag" class="techtag">contest</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ianlabs.com/2008/08/15/colts-logo-contest-abandoned/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What to do with Dinosaurs?</title>
		<link>http://www.ianlabs.com/2008/07/28/what-to-do-with-dinosaurs/</link>
		<comments>http://www.ianlabs.com/2008/07/28/what-to-do-with-dinosaurs/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 02:40:48 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.ianlabs.com/2008/07/28/what-to-do-with-dinosaurs/</guid>
		<description><![CDATA[Today my wife and I were cleaning the basement, and found a remnant of some old technology. There&#8217;s a lot of money and time wrapped up in this simple photo:

We started to pitch them, but then I thought &#8220;There&#8217;s gotta be something cool to do with them.&#8221; Hitting Google, nothing came up. I even did [...]]]></description>
			<content:encoded><![CDATA[<p>Today my wife and I were cleaning the basement, and found a remnant of some old technology. There&#8217;s a lot of money and time wrapped up in this simple photo:</p>
<p><img src='http://www.ianlabs.com/wp-content/uploads/2008/07/zips.jpg' alt='Zip disks' style="margin: 0 auto"/></p>
<p>We started to pitch them, but then I thought &#8220;There&#8217;s gotta be something cool to do with them.&#8221; Hitting Google, nothing came up. I even did some searches over at one of my favorite sites, <a href="http://instructables.com" rel="nofollow">Instructables.com</a>. Nothing.</p>
<p><img src='http://www.ianlabs.com/wp-content/uploads/2008/07/img_1294.JPG' alt='old disks' /></p>
<p><em>My hand quivers as I throw each $20 zip disk into the bin&#8230;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ianlabs.com/2008/07/28/what-to-do-with-dinosaurs/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
