<?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>Blog - The Architect's Log &#187; Tips and Support</title>
	<atom:link href="http://www.netdrafter.com/blog/category/support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netdrafter.com/blog</link>
	<description>Commentary from the Netdrafter Web Architects</description>
	<lastBuildDate>Wed, 10 Feb 2010 20:05:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>6 Tips for Effective Web Forms</title>
		<link>http://www.netdrafter.com/blog/support/6-tips-for-effective-web-forms/</link>
		<comments>http://www.netdrafter.com/blog/support/6-tips-for-effective-web-forms/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 15:13:30 +0000</pubDate>
		<dc:creator>Staff Drafter</dc:creator>
				<category><![CDATA[Tips and Support]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[form design]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[web form]]></category>

		<guid isPermaLink="false">http://www.netdrafter.com/blog/?p=346</guid>
		<description><![CDATA[How to create an effective and useful web form:

Don&#8217;t ask too many questions.Only ask for information that you&#8217;ll actually use.  For example, if you plan to respond to form submissions via email, only ask for an email address, not their email address and phone number.  Short forms are more likely to be completed [...]]]></description>
			<content:encoded><![CDATA[<p>How to create an effective and useful web form:</p>
<ol>
<li><strong>Don&#8217;t ask too many questions.</strong><br />Only ask for information that you&#8217;ll actually use.  For example, if you plan to respond to form submissions via email, only ask for an email address, not their email address and phone number.  Short forms are more likely to be completed and most of us don&#8217;t like giving away all our contact information anyway.<br /><br style="line-height: 15px;" /></li>
<li><strong>Ask specific questions.</strong><br />In a generic web site contact form, for example, ask the user for a specific piece of information in the &#8220;message box&#8221; field.  Asking something like &#8220;<em>What type of of service are you most interested in?</em>&#8221; or &#8220;<em>What is the biggest challenge for you in X area?</em>&#8221; will give you better information to work with than &#8220;Enter your message here:&#8221;.  (With more specific information, you can address a user&#8217;s specific needs right away when responding to them.)<span id="more-346"></span><br /><br style="line-height: 15px;" /></li>
<li><strong>If a field has a validation requirement, tell the user what the requirement is.</strong><br />For example, tell the user you need their phone number entered in the format: 703-555-5555, rather than giving them the error &#8220;<em>Please enter a valid phone number.</em>&#8221;  What is an appropriate entry to you may differ from what the user things is appropriate.<br /><br style="line-height: 15px;" /></li>
<li><strong>Confirm successful submissions.</strong><br />After a user clicks the &#8220;submit&#8221; button, there should be some kind of confirmation that their message was received (or an error message if there were any problems.)  We like to display all the information the user submitted, and ask them to contact us if any of the information is incorrect.  You&#8217;ll also want to tell the user when they can expect a response to their submission.<br /><br style="line-height: 15px;" /></li>
<li><strong>Post and adhere to your privacy policy.</strong><br />Any time you collect user information, you should have an easily accessible privacy statement that addresses what you collect, how you use it, and under what circumstances, if any, you disclose it.  If completing a form means you&#8217;ll add their email address to your newsletter system, for example, you need to be clear about that upfront.<br /><br style="line-height: 15px;" /></li>
<li><strong>Consider your audience.</strong><br />As with everything web related, forms should be created with the end user and their specific goals in mind.  You may need separate forms for existing customers, new prospects, or different situations.  Don&#8217;t try to service all users from the same form.</li>
</ol>
<p>Finally, and most importantly, make form completion easy, intuitive and as painless as possible.</p>
<p><strong>Recommended Reading:</strong><br />
Smashing Magazine&#8217;s review of <a href="http://www.smashingmagazine.com/2008/07/04/web-form-design-patterns-sign-up-forms/" target="new" title="Form Design Patterns">form design patterns</a> on 100 popular web sites.</p>
<p><strong>Also see:</strong><br />
Netdrafter&#8217;s <a href="http://www.netdrafter.com/blog/support/properly-test-web-forms/" title="How to Properly Test Web Forms">How to Properly Test Web Forms</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.netdrafter.com/blog/support/6-tips-for-effective-web-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Properly Test Web Forms</title>
		<link>http://www.netdrafter.com/blog/support/properly-test-web-forms/</link>
		<comments>http://www.netdrafter.com/blog/support/properly-test-web-forms/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 16:08:01 +0000</pubDate>
		<dc:creator>Support Staff</dc:creator>
				<category><![CDATA[Tips and Support]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[404 error]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[file not found]]></category>
		<category><![CDATA[form errors]]></category>
		<category><![CDATA[form handler]]></category>
		<category><![CDATA[form submission]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web form]]></category>
		<category><![CDATA[web testing]]></category>

		<guid isPermaLink="false">http://www.netdrafter.com/blog/?p=323</guid>
		<description><![CDATA[Odds are this has probably happened to you before: You painstakingly fill out an online order form and it malfunctions in some way.  Maybe you hit the &#8220;submit&#8221; button and nothing happens or you get a &#8220;file not found&#8221; 404 error.  Maybe you&#8217;re trying to enter a message on a contact form and [...]]]></description>
			<content:encoded><![CDATA[<p>Odds are this has probably happened to you before: You painstakingly fill out an online order form and it malfunctions in some way.  Maybe you hit the &#8220;submit&#8221; button and nothing happens or you get a &#8220;file not found&#8221; 404 error.  Maybe you&#8217;re trying to enter a message on a contact form and the text box isn&#8217;t big enough to accept your answer.  Worse yet, maybe you submit your information, nothing happens, and you&#8217;re left to wonder if the information even made it to it&#8217;s destination.</p>
<p>Once any kind of web form has been created, it needs to be thoroughly tested before released to web site visitors.  We do a good deal of testing on the development end, but it&#8217;s a good idea for you to conduct testing as well, from the user end.  Here&#8217;s how:<span id="more-323"></span></p>
<ol>
<li><strong>Attempt to submit the form before completing any information.</strong><br />The form should respond by preventing submission and assisting the user with the completion process.<br /><br style="line-height: 15px;" /></li>
<li><strong>Test each field individually.</strong><br />Did all the field validations work?  For example, if a field is noted as &#8220;required&#8221;, were you able to submit the form without supplying this information?  Were you able to submit a piece of information in the wrong format?  (Ex: an email address formatted without the &#8216;@&#8217; symbol, a phone number that is missing digits, etc.)  Are field character or selection limitations in place and sufficient?<br /><br style="line-height: 15px;" /></li>
<li><strong>Review the user instructions.</strong><br />Are the form instructions clear?  To they give enough instruction to reduce the possibility that the user will encounter an error message?<br /><br style="line-height: 15px;" /></li>
<li><strong>Review error messages.</strong><br />Do the error messages correctly describe the problem?  Is there enough information to assist the user in correcting the problem?<br /><br style="line-height: 15px;" /></li>
<li><strong>If present, does the CAPTCHA work?</strong><br />A common type of CAPTCHA requires that the user type the letters of a distorted image that appear on the screen, before a form is submitted.<br /><br style="line-height: 15px;" /></li>
<li><strong>Does the form function without the use of Javascript?</strong><br />If Javascript is turned off in the browser, there should be a secondary mechanism to handle form validation.<br /><br style="line-height: 15px;" /></li>
<li><strong>Review the &#8220;Thank You&#8221; page.</strong><br />Were all fields collected as planned?  Were provisions made for handling blank fields?  Does the language on this page properly confirm submission?  Is the language sufficient to indicate any &#8220;next steps&#8221; for the user?  Is the language consistent with company branding?<br /><br style="line-height: 15px;" /></li>
<li><strong>Test response emails.</strong><br />Review any email messages sent to the user and/or the administrator after form completion.  Did messages arrive at their intended destinations?  Were all the fields properly displayed?<br /><br style="line-height: 15px;" /></li>
<li><strong>Test the database.</strong><br />If response information was sent to a database, did it arrive properly?  Are provision in place to reject incorrect or malicious data?<br /><br style="line-height: 15px;" /></li>
<li><strong>Test logic and conditionals.</strong><br />Were all calculations correctly executed?  Were any special rules (if <em>this</em>, do <em>that</em>) correctly applied?<br /><br style="line-height: 15px;" /></li>
</ol>
<p><strong>Be sure to consider (and handle) the following possibilities:</strong></p>
<ol>
<li>Incorrectly formatted or fake email addresses.</li>
<li>Misspellings and misinformation.</li>
<li>Submitting information to early in the process.</li>
<li>Abandoning a process before completion. (Either on purpose or by error of their browser/computer/internet connection.)</li>
<li>Incorrect data types. (Supplying a date in the format <em>7-1-07</em> when the format <em>2007-07-01</em> is needed.)</li>
<li>Errors in imported, submitted, or stored data.</li>
<li>Other silly and random user mistakes.</li>
<li>Form spam.</li>
</ol>
<p><strong>Things Netdrafter does to minimize the possibility of user error:</strong></p>
<ul>
<li>Print directions to assist the user.</li>
<li>Require specific web form fields.</li>
<li>Validate web form fields before accepting the information.</li>
<li>Provide form field examples.</li>
<li>Use consistent and intuitive program logic and flow.</li>
<li>Follow our own <a href="" title="6 Tips for Effective Web Forms">form design best practices</a>.</li>
</ul>
<p><strong>Also see:</strong><br />
Netdrafter&#8217;s <a href="http://www.netdrafter.com/blog/support/6-tips-for-effective-web-forms/" title="6 Tips for Effective Web Forms">6 Tips for Effective Web Forms</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.netdrafter.com/blog/support/properly-test-web-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 2010 UX &#8220;Unconference&#8221;</title>
		<link>http://www.netdrafter.com/blog/news/the-2010-ux-unconference/</link>
		<comments>http://www.netdrafter.com/blog/news/the-2010-ux-unconference/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 14:40:34 +0000</pubDate>
		<dc:creator>Lead Architect</dc:creator>
				<category><![CDATA[News and Events]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[experience design]]></category>
		<category><![CDATA[Frank Lloyd Wright]]></category>
		<category><![CDATA[information architects]]></category>
		<category><![CDATA[information architecture]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://www.netdrafter.com/blog/?p=301</guid>
		<description><![CDATA[This weekend, I had the pleasure joining around 100 of the DC area&#8217;s foremost thinkers and practitioners of User Experience for the 2010 UX Camp conference.  The purpose of the gathering: to define &#8220;user experience,&#8221; to &#8220;explore the interactions of experience design,&#8221; and to share the &#8220;big ideas that inspire&#8221;. 
Wikipedia describes an &#8220;unconference&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; padding-left: 10px;" src="http://www.netdrafter.com/blog/wp-content/uploads/2010/01/uxcamp-badge-155x130.png" alt="uxcamp-badge-155x130" title="uxcamp-badge-155x130" width="155" height="130" class="alignnone size-full wp-image-314" />This weekend, I had the pleasure joining around 100 of the DC area&#8217;s foremost thinkers and practitioners of User Experience for the <a href="http://uxbarcampdc.org/" target="new" title="2010 UX Camp">2010 UX Camp</a> conference.  The purpose of the gathering: to define &#8220;user experience,&#8221; to &#8220;explore the interactions of experience design,&#8221; and to share the &#8220;big ideas that inspire&#8221;. <span id="more-301"></span></p>
<p>Wikipedia describes an &#8220;unconference&#8221; (or BarCamp) as network of open, participatory workshop-events, whose content is provided by participants.  So, it&#8217;s an event where the content is totally audience generated and the agenda is spontaneous, often not created until everyone arrives.  This leads to quite a unique experience, both from an attendee and planning perspective.  (This format was really a challenge for my organized and scheduled mind, but I saw real value in enabling audience members to address their specific interests at this precise moment in time.  It&#8217;s a neat concept.)  </p>
<div id="attachment_303" class="wp-caption alignleft" style="width: 310px"><a href="http://www.netdrafter.com/blog/wp-content/uploads/2010/01/uxbarcamp1-10b.jpg"><img src="http://www.netdrafter.com/blog/wp-content/uploads/2010/01/uxbarcamp1-10b-300x225.jpg" alt="The Program Grid" title="uxbarcamp1-10b" width="300" height="225" class="size-medium wp-image-303" /></a><p class="wp-caption-text">The Program Grid</p></div>
<p>There were 45 sessions to choose from and a wide variety of topics: everything from how Frank Lloyd Wright&#8217;s &#8220;destroying the box&#8221; architecture influenced the user experience, creating unique Photoshop brushes, measuring UX, audience research methods, UX on mobile devices, to a demo of the new toys in the MIT Media Lab.</p>
<div id="attachment_308" class="wp-caption alignleft" style="width: 251px"><a href="http://www.netdrafter.com/blog/wp-content/uploads/2010/01/usbarcamp1-10.jpg"><img src="http://www.netdrafter.com/blog/wp-content/uploads/2010/01/usbarcamp1-10-241x300.jpg" alt="Rachel Pastirik - Listening to How an Unconference Works" title="usbarcamp1-10" width="241" height="300" class="size-medium wp-image-308" /></a><p class="wp-caption-text">Rachel Pastirik - Listening to How an Unconference Works</p></div>
<p>Attendees were required to participate to some degree: either by leading a discussion, showing a demo, sharing information, or by creating another type of collaborative session.  The conference was specifically for web designers, user experience practitioners and information architects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netdrafter.com/blog/news/the-2010-ux-unconference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Your Blog to Archive Email Campaigns</title>
		<link>http://www.netdrafter.com/blog/support/archive-email-campaigns/</link>
		<comments>http://www.netdrafter.com/blog/support/archive-email-campaigns/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 15:38:25 +0000</pubDate>
		<dc:creator>Support Staff</dc:creator>
				<category><![CDATA[Content]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Tips and Support]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[constant contact]]></category>
		<category><![CDATA[email marketing]]></category>

		<guid isPermaLink="false">http://www.netdrafter.com/blog/?p=295</guid>
		<description><![CDATA[You spend a lot of time crafting your email marketing messages, but unfortunately, the only people getting to read them are your email subscribers.  Why not make that content available to your web site visitors as well?
Most email marketing vendors (i.e.: Constant Contact) offer a message archival service, but for an additional fee.  [...]]]></description>
			<content:encoded><![CDATA[<p>You spend a lot of time crafting your email marketing messages, but unfortunately, the only people getting to read them are your email subscribers.  Why not make that content available to your web site visitors as well?</p>
<p>Most email marketing vendors (i.e.: <a href="http://www.constantcontact.com/index.jsp?pn=netdrafter" target="new" title="Constant Contact Email Marketing">Constant Contact</a>) offer a message archival service, but for an additional fee.  To avoid the additional fee, there are two ways you can <em>manually</em> &#8220;archive&#8221; that content, making it available to a larger audience.<span id="more-295"></span></p>
<p><strong>Manual Archive Options</strong></p>
<ol>
<li><strong>Use the &#8220;View Online&#8221; link:</strong><br />Some vendors offer a link your subscribers can click to view the message in a web browser.  (Look for something like &#8220;Having trouble viewing this email? Click here.&#8221; at the top or bottom of your campaign messages.)  You can simply create a link to this location on your web site or blog so visitors can read old messages.</li>
<li><strong>Re-purpose the message content:</strong><br />Rather then linking to the content, you can publish it to your web site using any old content management system, or even easier, your blog software.</li>
</ol>
<p><strong>Getting the Message Content into your Blog</strong></p>
<ol>
<li>Using your email campaign software, send yourself a copy of the message you&#8217;ll be &#8220;archiving.&#8221;</li>
<li>In your email program, get the <em>HTML source code</em> for this message.
<ul>
<li>In Outlook 2007, double click the message title to open it in a new window.</li>
<li>In the ribbon tool bar, select Other Actions > View Source.  This will open the code powering the message in a new Notepad window.</li>
<li>In the new Notepad window, select everything (press ctrl-A), and copy it to your clipboard (ctrl-C).</li>
</ul>
</li>
<li>Open your blog admin software and create a new post.
<ul>
<li>In WordPress, click the &#8220;HTML&#8221; tab to the right side of the post&#8217;s content area.  (This will change the content editor from &#8220;Visual&#8221; to code view.)</li>
</ul>
</li>
<li>Paste the code into the post content area (ctrl-V).</li>
<li>Use the blog software&#8217;s &#8220;Visual&#8221; or &#8220;HTML&#8221; editor to make any needed changes.</li>
<li>Make any additional post setting selections and publish the message as a normal blog post.</li>
</ol>
<p>Notes:<br />
- You might consider adding a blog category called &#8220;Newsletters&#8221; or something similar, to best organize these types of posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netdrafter.com/blog/support/archive-email-campaigns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why PHP?</title>
		<link>http://www.netdrafter.com/blog/support/why-php-programming-language/</link>
		<comments>http://www.netdrafter.com/blog/support/why-php-programming-language/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 18:34:07 +0000</pubDate>
		<dc:creator>Lead Architect</dc:creator>
				<category><![CDATA[Tips and Support]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[Ada]]></category>
		<category><![CDATA[Cold Fusion]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming language]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.netdrafter.com/blog/?p=266</guid>
		<description><![CDATA[In 2005, Netdrafter consolidated our programming services and settled on the use of just one advanced programming language to enhance regular web site HTML and interact with databases.  The language we chose: PHP.  
From the PHP.net web site: &#8220;PHP is a widely-used general-purpose scripting language that is especially suited for web development and [...]]]></description>
			<content:encoded><![CDATA[<p>In 2005, Netdrafter consolidated our programming services and settled on the use of just one advanced programming language to enhance regular web site HTML and interact with databases.  The language we chose: <a href="http://php.net/" target="new" title="www.php.net">PHP</a>.  </p>
<p>From the PHP.net web site: <em>&#8220;PHP is a widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML.  Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.&#8221;</em><span id="more-266"></span></p>
<p>PHP was first assembled in 1995 and has been in continuous development ever since. According to the Programming Community Index, as of December 2009, PHP is the <a href="http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html" target="new" title="TIOBE Programming Community Index">third most popular</a> (and steadily growing) programming language.  It is in use on over 20 million websites and installed on over 1 million web servers.</p>
<p>PHP is often noted for it&#8217;s superior scaling and development speed over Java and .net.</p>
<p>Reasons we chose PHP:</p>
<ul>
<li>open source</li>
<li>overwhelming community support and documentation</li>
<li>high performance, robust, and designed for web scripting</li>
<li>interpreted or dynamically compiled</li>
<li>ability to code within HTML</li>
<li>low training and maintenance costs</li>
</ul>
<p>Some well known web sites that use PHP include: <a href="http://www.yahoo.com" target="new">Yahoo</a> (search and news), <a href="http://www.facebook.com" target="new">Facebook</a> and <a href="http://www.friendster.com" target="new">Friendster</a> (social networking), <a href="http://www.youtube.com" target="new">YouTube</a> (video), <a href="http://www.wikipedia.com" target="new">Wikipedia</a> (wiki), <a href="http://www.flickr.com" target="new">Flickr</a> (photo management), <a href="http://www.yousendit.com" target="new">YouSendIt</a> (file management), <a href="http://www.istockphoto.com" target="new">iStockPhoto</a> and <a href="http://www.photobucket.com" target="new">Photobucket</a> (stock photography/image hosting), <a href="http://www.viemo.com" target="new">Vimeo</a> (video sharing), <a href="http://www.digg.com" target="new">Digg</a> (news/user generated content), and millions of others.</p>
<p>Some well known applications written in PHP include: phpMyAdmin (database admin tool), osCommerce (e-commerce suite), Drupal and Joomla (content management software &#8211; CMS), Wordpress (blogging), MediaWiki (wiki), SugarCRM (customer relationship management &#8211; CRM), and thousands of others.</p>
<p>We&#8217;ve worked with Java, .net, Perl, Cold Fusion, Visual Basic, and even Ada over the years and PHP is the clear favorite.</p>
<p>Case Studies and Further Reading:<br />
- <a href="http://www-07.ibm.com/systems/includes/content/i/software/php/pdf/from_netdata_to_php-_a_comparison_study_11-19-06.pdf" target="new">IBM: From Net.Data to PHP: A Comparison Study</a> (PDF)<br />
- <a href="http://wheel.troxo.com/wp-content/uploads/2008/01/php-at-yahoo-zend2005.pdf" target="new">PHP at Yahoo</a> (PDF)<br />
- <a href="http://www.cmswire.com/cms/industry-news/php-vs-java-vs-ruby-000887.php" target="new">PHP vs Java vs Ruby</a></p>
<p>Want to know more about our server setup and technology?  Head on over to our <a href="http://www.netdrafter.com/web-site-hosting2.php" title="Web Site Hosting and Email">&#8220;High Tech&#8221; Hosting</a> page.</p>
<p>Looking for good PHP reference books and resources?  Check out our post: <a href="http://www.netdrafter.com/blog/support/reference-books-basics/" target="new" title="Good Reference Books: Web Basics">Good Reference Books: Web Basics</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netdrafter.com/blog/support/why-php-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser Caching Explained</title>
		<link>http://www.netdrafter.com/blog/support/browser-caching-explained/</link>
		<comments>http://www.netdrafter.com/blog/support/browser-caching-explained/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 00:50:42 +0000</pubDate>
		<dc:creator>Support Staff</dc:creator>
				<category><![CDATA[Tips and Support]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[refresh]]></category>
		<category><![CDATA[reload]]></category>

		<guid isPermaLink="false">http://www.netdrafter.com/blog/?p=255</guid>
		<description><![CDATA[When you view a web page for the first time your browser downloads all the various page elements (images, text, etc.) to your computer&#8217;s hard drive. This is known as &#8220;browser caching.&#8221; The next time you visit that same web page, your browser first looks in it&#8217;s cache and displays the stored copy rather than [...]]]></description>
			<content:encoded><![CDATA[<p>When you view a web page for the first time your browser downloads all the various page elements (images, text, etc.) to your computer&#8217;s hard drive. This is known as &#8220;browser caching.&#8221; The next time you visit that same web page, your browser first looks in it&#8217;s cache and displays the stored copy rather than downloading everything again. This makes web browsing much quicker. For example, if you press your &#8216;back&#8217; button to a page you just visited it will appear almost instantly, without having to download all those images again.</p>
<p>Since web pages often change, it&#8217;s a good idea to refresh your browser window and clear your browser&#8217;s cache regularly.<span id="more-255"></span></p>
<p><strong>Refresh Steps:</strong><br />
<img src="http://www.netdrafter.com/images/blog/refresh.jpg" alt="Browser Refresh" style="width: 329px; height: 213px; border: 0px; float: right; padding: 10px;" /></p>
<ol>
<li>Press your browser&#8217;s &#8216;refresh/reload&#8217; button of the &#8216;F5&#8242; key.<br />The page should visually flicker and appear to reload itself.</li>
<li>If that doesn&#8217;t work, try a hard refresh, by holding down the &#8216;Shift&#8217; key and pressing &#8216;refresh/reload&#8217;.</li>
<li>If you&#8217;re still seeing old content, dump your browser&#8217;s cache using the directions below.</li>
</ol>
<p><img src="http://www.netdrafter.com/images/blog/refresh2.jpg" alt="Internet Options" style="width: 200px; height: 227px; border: 0px; float: right; padding: 10px;" /><br />
<strong>Dump Browser Cache Steps: (Internet Explorer)</strong></p>
<ol>
<li>In the &#8216;Tools&#8217; menu, choose &#8216;Internet Options&#8217;</li>
<li>Click &#8216;Delete Files&#8217; in the &#8216;Temporary Internet Files&#8217; area of the &#8216;General tab&#8217;</li>
<li>Click &#8216;OK&#8217;</li>
</ol>
<p><strong>Browser Cookies and History</strong><br />
While you&#8217;re dumping your browser cache, you might also want to consider dumping your cookies and clearing your browser history. Web sites you&#8217;ve visited and cookies from web sites you log in to create small files on your computer. It&#8217;s a good idea to clean these files out once in a while. The options for cleaning these areas up are located in the same place as the cache clean up functions.</p>
<p>We usually dump our browser cache and cookies on a weekly basis. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.netdrafter.com/blog/support/browser-caching-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comic Sans Must Die</title>
		<link>http://www.netdrafter.com/blog/support/graphic/comic-sans-must-die/</link>
		<comments>http://www.netdrafter.com/blog/support/graphic/comic-sans-must-die/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 17:21:26 +0000</pubDate>
		<dc:creator>Lead Architect</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[comic sans]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[web safe]]></category>

		<guid isPermaLink="false">http://www.netdrafter.com/blog/?p=233</guid>
		<description><![CDATA[I get a queasy feeling any time I see a business using the Comic Sans font in their advertising &#8211; especially online.  It makes me wonder what, or even if, a graphic designer was thinking when they chose this cheesy, &#8220;over utilized for the wrong reasons&#8221; type face.  I guess most choose it [...]]]></description>
			<content:encoded><![CDATA[<p>I get a queasy feeling any time I see a business using the Comic Sans font in their advertising &#8211; especially online.  It makes me wonder <em>what</em>, or even <em>if</em>, a graphic designer was thinking when they chose this cheesy, &#8220;over utilized for the wrong reasons&#8221; type face.  I guess most choose it because it looks &#8220;fun&#8221;, is informal, and is non threatening in it&#8217;s curvy nature.  <span id="more-233"></span></p>
<p><a href="http://www.netdrafter.com/images/blog/comicsansstop.jpg" target="new" title="Comic Sans Stop Sign"><img src="http://www.netdrafter.com/images/blog/comicsansstop.jpg" alt="Comic Sans Stop Sign" style="width: 200px; float: right; border: 0px; padding: 5px;" /></a>The font was originally created to mirror the typeface found in comic books.  <strong>BUT &#8211; is a comic book really the feeling you want viewers associating with your business?</strong>  Does a stop sign using Comic Sans convey the same impact or sense urgency?  Click on the <a href="http://www.netdrafter.com/images/blog/comicsansstop.jpg" target="new" title="Comic Sans Stop Sign">Stop Sign</a> graphic to the right to enlarge it and see.  (I think it makes the requested action look more like a suggestion.)</p>
<p><strong>I make these statements and provide the following links mostly in jest, but seriously, I believe that there is only one audience that Comic Sans is suited for: children.</strong></p>
<p>It seems that John Stossel of ABC&#8217;s 20/20 agrees.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/1RqdZCo6vkI&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/1RqdZCo6vkI&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>John and I aren&#8217;t alone.  Check out the growing support for the &#8220;Kill Comic Sans&#8221; movement:<br />
- <a href="http://sixrevisions.com/graphics-design/comic-sans-the-font-everyone-loves-to-hate/" title="Comic Sans: The Font Everyone Loves to Hate" target="new">Comic Sans: The Font Everyone Loves to Hate</a><br />
- <a href="http://online.wsj.com/article/SB123992364819927171.html" title="Typeface Inspired by Comic Books Has Become a Font of Ill Will" target="new">Typeface Inspired by Comic Books Has Become a Font of Ill Will</a><br />
- <a href="http://designinformer.com/comic-sans-history-examples-best-practices/" target="new" title="All About Comic Sans – History, Examples and Best Practices">All About Comic Sans – History, Examples and Best Practices</a><br />
- <a href="http://bancomicsans.com/home.html" title="Ban Comic Sans: the source for anti-comic sans propaganda" target="new">Ban Comic Sans: the source for anti-comic sans propaganda</a></p>
<p>There are thousands of possible font choices, but sadly, only a few that are &#8220;web safe.&#8221;  Check our our <a href="http://www.netdrafter.com/blog/support/web-safe-fonts/" title="Web Safe Standard Fonts" target="new">blog post about these standard fonts</a> but please, whatever you do, <strong>don&#8217;t fall in love</strong> with web safe choice #3!</p>
<p>What do you think?  Is my hatred of the misuse of this font justified?  Do you use Comis Sans in your marketing materials?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netdrafter.com/blog/support/graphic/comic-sans-must-die/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update to Customer Support Process</title>
		<link>http://www.netdrafter.com/blog/support/support-process/</link>
		<comments>http://www.netdrafter.com/blog/support/support-process/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 20:41:58 +0000</pubDate>
		<dc:creator>Lead Architect</dc:creator>
				<category><![CDATA[Tips and Support]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[online ticketing system]]></category>
		<category><![CDATA[salesforce.com]]></category>

		<guid isPermaLink="false">http://www.netdrafter.com/blog/?p=184</guid>
		<description><![CDATA[We’ve Changed, Updated, and Enhanced our Support Process.  Clap. Clap. Clap.  It’s about time.
An investment in totally awesome Customer Relationship Management (CRM) software allows us to track customer account details.  What does this mean for you?  The online support form and system quickens our response time.  Trying to catch us [...]]]></description>
			<content:encoded><![CDATA[<p><strong>We’ve Changed, Updated, and Enhanced our Support Process.  Clap. Clap. Clap.  It’s about time.</strong></p>
<p>An investment in totally awesome <a href="http://www.netdrafter.com/blog/support/netdrafter-uses-salesforce/" target="new" title="Netdrafter uses Salesforce.com: A Winning CRM Solution">Customer Relationship Management (CRM) software</a> allows us to track customer account details.  What does this mean for you?  The online support form and system quickens our response time.  Trying to catch us on the phone in our virtual on line communications environment – is like trying to catch a falling star.  You need a lot of patience.  Automated information moves at the speed of light and allows us to move with it.   <span id="more-184"></span></p>
<p>Why use Netdrafter Online Support?</p>
<ul>
<li>Get quick access to answers.</li>
<li>Learn as you go and be more independent.</li>
<li>Helps us be organized and provide even better support to you.</li>
</ul>
<p>This is what you get:</p>
<ol>
<li><a href="http://netdrafter.com/support/">Online Ticketing System</a></li>
<li><a href="http://www.netdrafter.com/blog/category/support/">Online Support Blog and FAQ</a></li>
<li>Project specific documentation (included with Design, Redesign, and Programming projects.)</li>
<li>Product specific documentation (included with software implementations, ex: Content Management Systems, Blogs, etc.)</li>
</ol>
<p><strong>Let’s Illustrate the Efficiency of Netdrafter Support Solutions</strong></p>
<p>If you have a problem and you email us instead of using the support form – we have to cut and paste the info into our CRM system and then manually – (argghh) assign staff to solve the problem.  That zaps up valuable time and energy.  (And we need those resources to be there for you.)  So please take a moment and automate your inquiry by using the support forms so that we can analyze its urgency and respond appropriately. Believe it or not the software snags the information, sorts it, and assigns it.  The grand finale – the software stores and tracks your support and account history.   Now that’s progress we can all rely on.  </p>
<p><a href="http://www.netdrafter.com/support/salesforce.php" title="Learn how Salesforce.com can help your business"><img src="http://salesforce.sharedvue.net/sharedvue/images/buttons/150x150_03_sfdc-en.gif" style="width: 150px; height: 150px; float: left; padding-right: 10px; padding-bottom: 10px;" border="0" alt="Learn how Salesforce.com can help your business" /></a><strong>For The Detailed Mind – We Chose Salesforce.com as our CRM solution. </strong></p>
<p>We’re not a point and click solution shopper, nor do we jump at the hottest, latest and greatest solution of the moment.  We invest our time and skill in product research and testing on all of our product solutions.  Here are our reasons for going with Salesforce.com.  </p>
<ul>
<li>This tool is one of the “big boys” for online CRM.  Guess who else uses it? Motorola, U.S. Department of the Treasury, Time Warner, Kaiser Permanente, and Symantec.  It’s expensive but it does the job. </li>
<li>The software is completely administered and utilized online.  We can access it anywhere – anytime.  </li>
<li>We registered as a development partner with Salesforce and this relationship allows us to write custom add-on software.  We’re big on custom coding and integration with our existing systems (i.e. online support and contact forms).</li>
<li>The software is well written which is a major, big deal and we can customize it.</li>
<li>Great support.  The company stands behind its product and we get excellent turnaround support time.  Excellent.</li>
<li>And finally, at Netdrafter we have our eye on the future.  This tool will help us get there and we will take you with us. </li>
</ul>
<p><strong>We’re Not a 24 Hour Operator</strong>, but we do operate <strong>Monday &#8211; Friday, 8:00 a.m. to 5:00 p.m. EST</strong> &#8211; excluding federal government holidays.  Normal turnaround time can be 24 hours for complete problem resolution – but as we all know some problems take longer to fix and get to than others.   So – let’s work together and stay focused on the final objective – resolution.  We’re here for you, we just need to have the opportunity to provide the best possible solution – and sometimes that takes time.</p>
<p>For detailed Support Information, as well as our Online Ticketing form, visit: <a href="http://www.netdrafter.com/support">www.netdrafter.com/support</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.netdrafter.com/blog/support/support-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Safe Fonts</title>
		<link>http://www.netdrafter.com/blog/support/web-safe-fonts/</link>
		<comments>http://www.netdrafter.com/blog/support/web-safe-fonts/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 15:10:59 +0000</pubDate>
		<dc:creator>Web Mason</dc:creator>
				<category><![CDATA[Content]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Tips and Support]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[web site content text]]></category>

		<guid isPermaLink="false">http://www.netdrafter.com/blog/?p=193</guid>
		<description><![CDATA[The following fonts are &#8220;web safe&#8221; meaning they are safe to use because they are widely available across many browsers and operating systems.  You&#8217;ll want to use one of these standard &#8220;browser safe&#8221; fonts to ensure web site content text looks and performs the same for all your visitors.  (Please note: this development [...]]]></description>
			<content:encoded><![CDATA[<p>The following fonts are &#8220;web safe&#8221; meaning they are safe to use because they are widely available across many browsers and operating systems.  You&#8217;ll want to use one of these standard &#8220;browser safe&#8221; fonts to ensure web site content text looks and performs the same for all your visitors. <span id="more-193"></span> (Please note: this development standard only applies to <strong>web site content text</strong>, not the text that appears in images or video/multimedia presentations.  Any font at all may be used in those cases.)</p>
<p>We recommend Arial, Courier New, Georgia, Times New Roman, Trebuchet MS and Verdana for easy readability.</p>
<table border="0" cellspacing="0" cellpadding="10" width="500">
<tr>
<td valign="top" style="border-style: none none solid none; border-color: #999999; border-width: 1px;">1. Arial</td>
</tr>
<tr>
<td valign="top">
		<span style="font-family: arial; font-size: 11pt;"><br />
		A B C D E F G H I J K L M N O P Q R S T U V W X Y Z<br />
		a b c d e f g h i j k l m n o p q r s t u v w x y z<br />
		1 2 3 4 5 6 7 8 9 0<br />
		@ # $ % &#038; *<br />
		</span></p>
</td>
</tr>
</table>
<p></p>
<table border="0" cellspacing="0" cellpadding="10" width="500">
<tr>
<td valign="top" style="border-style: none none solid none; border-color: #999999; border-width: 1px;">2. Arial Black</td>
</tr>
<tr>
<td valign="top">
		<span style="font-family: arial black; font-size: 11pt;"><br />
		A B C D E F G H I J K L M N O P Q R S T U V W X Y Z<br />
		a b c d e f g h i j k l m n o p q r s t u v w x y z<br />
		1 2 3 4 5 6 7 8 9 0<br />
		@ # $ % &#038; *<br />
		</span></p>
</td>
</tr>
</table>
<p></p>
<table border="0" cellspacing="0" cellpadding="10" width="500">
<tr>
<td valign="top" style="border-style: none none solid none; border-color: #999999; border-width: 1px;">3. Comic Sans MS</td>
</tr>
<tr>
<td valign="top">
		<span style="font-family: comic sans ms; font-size: 11pt;"><br />
		A B C D E F G H I J K L M N O P Q R S T U V W X Y Z<br />
		a b c d e f g h i j k l m n o p q r s t u v w x y z<br />
		1 2 3 4 5 6 7 8 9 0<br />
		@ # $ % &#038; *<br />
		</span></p>
</td>
</tr>
</table>
<p></p>
<table border="0" cellspacing="0" cellpadding="10" width="500">
<tr>
<td valign="top" style="border-style: none none solid none; border-color: #999999; border-width: 1px;">4. Courier New</td>
</tr>
<tr>
<td valign="top">
		<span style="font-family: courier new; font-size: 11pt;"><br />
		A B C D E F G H I J K L M N O P Q R S T U V W X Y Z<br />
		a b c d e f g h i j k l m n o p q r s t u v w x y z<br />
		1 2 3 4 5 6 7 8 9 0<br />
		@ # $ % &#038; *<br />
		</span></p>
</td>
</tr>
</table>
<p></p>
<table border="0" cellspacing="0" cellpadding="10" width="500">
<tr>
<td valign="top" style="border-style: none none solid none; border-color: #999999; border-width: 1px;">5. Georgia</td>
</tr>
<tr>
<td valign="top">
		<span style="font-family: georgia; font-size: 11pt;"><br />
		A B C D E F G H I J K L M N O P Q R S T U V W X Y Z<br />
		a b c d e f g h i j k l m n o p q r s t u v w x y z<br />
		1 2 3 4 5 6 7 8 9 0<br />
		@ # $ % &#038; *<br />
		</span></p>
</td>
</tr>
</table>
<p></p>
<table border="0" cellspacing="0" cellpadding="10" width="500">
<tr>
<td valign="top" style="border-style: none none solid none; border-color: #999999; border-width: 1px;">6. Impact</td>
</tr>
<tr>
<td valign="top">
		<span style="font-family: impact; font-size: 11pt;"><br />
		A B C D E F G H I J K L M N O P Q R S T U V W X Y Z<br />
		a b c d e f g h i j k l m n o p q r s t u v w x y z<br />
		1 2 3 4 5 6 7 8 9 0<br />
		@ # $ % &#038; *<br />
		</span></p>
</td>
</tr>
</table>
<p></p>
<table border="0" cellspacing="0" cellpadding="10" width="500">
<tr>
<td valign="top" style="border-style: none none solid none; border-color: #999999; border-width: 1px;">7. Times New Roman</td>
</tr>
<tr>
<td valign="top">
		<span style="font-family: times; font-size: 11pt;"><br />
		A B C D E F G H I J K L M N O P Q R S T U V W X Y Z<br />
		a b c d e f g h i j k l m n o p q r s t u v w x y z<br />
		1 2 3 4 5 6 7 8 9 0<br />
		@ # $ % &#038; *<br />
		</span></p>
</td>
</tr>
</table>
<p></p>
<table border="0" cellspacing="0" cellpadding="10" width="500">
<tr>
<td valign="top" style="border-style: none none solid none; border-color: #999999; border-width: 1px;">8. Trebuchet MS</td>
</tr>
<tr>
<td valign="top">
		<span style="font-family: trebuchet ms; font-size: 11pt;"><br />
		A B C D E F G H I J K L M N O P Q R S T U V W X Y Z<br />
		a b c d e f g h i j k l m n o p q r s t u v w x y z<br />
		1 2 3 4 5 6 7 8 9 0<br />
		@ # $ % &#038; *<br />
		</span></p>
</td>
</tr>
</table>
<p></p>
<table border="0" cellspacing="0" cellpadding="10" width="500">
<tr>
<td valign="top" style="border-style: none none solid none; border-color: #999999; border-width: 1px;">9. Verdana</td>
</tr>
<tr>
<td valign="top">
		<span style="font-family: verdana; font-size: 11pt;"><br />
		A B C D E F G H I J K L M N O P Q R S T U V W X Y Z<br />
		a b c d e f g h i j k l m n o p q r s t u v w x y z<br />
		1 2 3 4 5 6 7 8 9 0<br />
		@ # $ % &#038; *<br />
		</span></p>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.netdrafter.com/blog/support/web-safe-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Measuring Email Campaign Success: Click-Through Rates</title>
		<link>http://www.netdrafter.com/blog/support/email-click-through-rates/</link>
		<comments>http://www.netdrafter.com/blog/support/email-click-through-rates/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 15:24:16 +0000</pubDate>
		<dc:creator>Lead Architect</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Tips and Support]]></category>
		<category><![CDATA[bounce rate]]></category>
		<category><![CDATA[click-through rate]]></category>
		<category><![CDATA[constant contact]]></category>
		<category><![CDATA[email campaign]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[email statistics]]></category>
		<category><![CDATA[open rate]]></category>

		<guid isPermaLink="false">http://www.netdrafter.com/blog/?p=187</guid>
		<description><![CDATA[After sending an email marketing campaign, you&#8217;ll want to measure its effectiveness in the following ways:

How many direct sales (or actions) did the campaign generate?
How many opens and bounces were reported for the message?
Which links were clicked on and what traffic was generated on the web site?

The amount of sales and responses should be pretty [...]]]></description>
			<content:encoded><![CDATA[<p>After sending an email marketing campaign, you&#8217;ll want to measure its effectiveness in the following ways:</p>
<ol>
<li>How many direct sales (or actions) did the campaign generate?</li>
<li>How many opens and bounces were reported for the message?</li>
<li>Which links were clicked on and what traffic was generated on the web site?</li>
</ol>
<p>The amount of sales and responses should be pretty easy to track.  Any web server statistics or analytics program can help you determine resulting web site traffic.  The message statistics however are a little more tricky to analyze.  This statistics, while pretty accurate, are not exact.  The deffinition of &#8220;success&#8221; will vary from campaign to campaign, but here&#8217;s a bit of information to help you make sense of it all.<span id="more-187"></span></p>
<p>Please note: You cannot properly track the success of an email campaign without a proper email marketing program.  (Microsoft Outlook, for example, is not meant to be a mass email tool and won&#8217;t provide you with the trackable statistics noted below.) </p>
<h2>Campaign Statistics Definitions</h2>
<p><strong>Open rate:</strong> The percentage of recipients actually opened the email.  Not all email readers allow for open tracking however and some text-only readers cannot track at all.  As with many Internet technology statistics, an open rate is an approximate value.</p>
<p><strong>Bounce rate:</strong> The percentage of recipients that could not receive the message.  There are a number of reasons a message could not be delivered.  Some include: non-existent addresses (once active addresses that have been deactivated), incorrect addresses (typos, misspellings), undeliverable addresses (the receiving server was temporarily unavailable, overloaded, or could not be found), full mailboxes, or blocked addresses.</p>
<p><strong>Click-through rate:</strong> The percentage of people who opened the message and clicked on at least one link.</p>
<h2>Industry Averages</h2>
<p><a href="http://www.constantcontact.com/index.jsp?pn=netdrafter" target="new" title="Constant Contact Email Marketing">Constant Contact</a>, a popular small business email marketing program, reports the following average industry rates for emails sent in 2009.</p>
<table border="0" cellspacing="10" cellpadding="0" style="font-size: 9pt;">
<tr>
<td><strong>Business<br />Type</strong></td>
<td><strong>Open<br />Rate</strong></td>
<td><strong>Bounce<br />Rate</strong></td>
<td><strong>Click-Through<br />Rate</strong></td>
</tr>
<tr>
<td>Accountant</td>
<td>14.0%</td>
<td>5.5%</td>
<td>14.5%</td>
</tr>
<tr>
<td>Art Gallery</td>
<td>21.9%</td>
<td>6.0%</td>
<td>10.6%</td>
</tr>
<tr>
<td>Association</td>
<td>18.5%</td>
<td>6.2%</td>
<td>11.0%</td>
</tr>
<tr>
<td>Communications</td>
<td>8.5%</td>
<td>2.0%</td>
<td>8.9%</td>
</tr>
<tr>
<td>Consultant</td>
<td>13.6%</td>
<td>8.0%</td>
<td>12.0%</td>
</tr>
<tr>
<td>Crafts</td>
<td>27.0%</td>
<td>3.4%</td>
<td>22.1%</td>
</tr>
<tr>
<td>Education and Services</td>
<td>18.6%</td>
<td>5.9%</td>
<td>15.1%</td>
</tr>
<tr>
<td>Entertainment</td>
<td>17.0%</td>
<td>5.3%</td>
<td>10.8%</td>
</tr>
<tr>
<td>Event Planning</td>
<td>16.6%</td>
<td>5.9%</td>
<td>12.2%</td>
</tr>
<tr>
<td>Franchise</td>
<td>19.3%</td>
<td>5.9%</td>
<td>12.5%</td>
</tr>
<tr>
<td>Government Agency</td>
<td>23.0%</td>
<td>6.5%</td>
<td>14.7%</td>
</tr>
<tr>
<td>Hotel, Inn, B&amp;B</td>
<td>19.8%</td>
<td>5.4%</td>
<td>13.9%</td>
</tr>
<tr>
<td>Legal Services</td>
<td>18.2%</td>
<td>7.8%</td>
<td>13.0%</td>
</tr>
<tr>
<td>Manufacturing &amp; Distribution</td>
<td>18.0%</td>
<td>7.0%</td>
<td>13.1%</td>
</tr>
<tr>
<td>Marketing/PR</td>
<td>13.5%</td>
<td>6.4%</td>
<td>13.5%</td>
</tr>
<tr>
<td>Medical Services</td>
<td>16.7%</td>
<td>5.3%</td>
<td>13.3%</td>
</tr>
<tr>
<td>Non-profit</td>
<td>20.0%</td>
<td>5.9%</td>
<td>12.3%</td>
</tr>
<tr>
<td>Office Supplies</td>
<td>16.5%</td>
<td>1.9%</td>
<td>9.4%</td>
</tr>
<tr>
<td>Personal Services</td>
<td>18.0%</td>
<td>7.6%</td>
<td>12.6%</td>
</tr>
<tr>
<td>Products &amp; Services</td>
<td>16.0%</td>
<td>6.4%</td>
<td>12.2%</td>
</tr>
<tr>
<td>Professional Services</td>
<td>15.4%</td>
<td>6.6%</td>
<td>13.0%</td>
</tr>
<tr>
<td>Publishing</td>
<td>18.1%</td>
<td>4.5%</td>
<td>27.6%</td>
</tr>
<tr>
<td>Real Estate</td>
<td>14.8%</td>
<td>7.6%</td>
<td>10.4%</td>
</tr>
<tr>
<td>Religious Organization</td>
<td>22.4%</td>
<td>4.6%</td>
<td>9.8%</td>
</tr>
<tr>
<td>Restaurant/Bar/Catering</td>
<td>18.4%</td>
<td>6.0%</td>
<td>6.6%</td>
</tr>
<tr>
<td>Retail</td>
<td>17.7%</td>
<td>4.3%</td>
<td>15.7%</td>
</tr>
<tr>
<td>Salon/Spa</td>
<td>15.0%</td>
<td>6.9%</td>
<td>7.0%</td>
</tr>
<tr>
<td>Sports &amp; Recreation</td>
<td>17.5%</td>
<td>5.9%</td>
<td>12.3%</td>
</tr>
<tr>
<td>Technology</td>
<td>15.0%</td>
<td>7.3%</td>
<td>10.9%</td>
</tr>
<tr>
<td>Transportation</td>
<td>18.9%</td>
<td>5.1%</td>
<td>13.8%</td>
</tr>
<tr>
<td>Travel &amp; Tourism</td>
<td>15.5%</td>
<td>5.9%</td>
<td>11.6%</td>
</tr>
<tr>
<td>Web Developer</td>
<td>17.4%</td>
<td>5.8%</td>
<td>16.4%</td>
</tr>
<tr>
<td>Other</td>
<td>17.7%</td>
<td>5.4%</td>
<td>17.8%</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.netdrafter.com/blog/support/email-click-through-rates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.383 seconds -->
