<?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; Web Development</title>
	<atom:link href="http://www.netdrafter.com/blog/category/support/development/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>Web Developers Toolkit: Validation, Accessibility, Browser Compatibility, and Performance</title>
		<link>http://www.netdrafter.com/blog/support/web-developers-toolkit-validation-accessibility-browser-compatibility-and-performance/</link>
		<comments>http://www.netdrafter.com/blog/support/web-developers-toolkit-validation-accessibility-browser-compatibility-and-performance/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 14:00:58 +0000</pubDate>
		<dc:creator>Lead Architect</dc:creator>
				<category><![CDATA[Tips and Support]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Browser Plugins]]></category>
		<category><![CDATA[Code Validation]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Design/User Interface]]></category>
		<category><![CDATA[Firefox Add-ons]]></category>
		<category><![CDATA[Firefox Plugins]]></category>
		<category><![CDATA[Internet Explorer Plugins]]></category>
		<category><![CDATA[Link Checkers]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Performance Testing]]></category>
		<category><![CDATA[section 508]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://www.netdrafter.com/blog/?p=369</guid>
		<description><![CDATA[A big part of our Testing Web Development phase involves code validation and browser compatibility testing.  There are a number of excellent external tools that help us complete our testing process.  The following is a running list of both testing and developer web/PC &#8220;helper&#8221; tools and resources we currently use or think are [...]]]></description>
			<content:encoded><![CDATA[<p>A big part of our <a href="http://www.netdrafter.com/web-development-process.php">Testing Web Development phase</a> involves code validation and browser compatibility testing.  There are a number of excellent external tools that help us complete our testing process.  The following is a running list of both testing and developer web/PC &#8220;helper&#8221; tools and resources we currently use or think are beneficial to the industry.  <span id="more-369"></span>(While not all tools are free, most have free or trial versions.)  Also &#8211; Don&#8217;t miss the IE Plugins and Firefox Add-ons section at the very bottom for similar tools.</p>
<p><strong>Key:</strong> <img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> = Tool, <img src="http://netdrafter.com/images/bullet4.gif" style="width: 12px; height: 12px; border: 0px;" /> = Web Resource</p>
<p>Quick Links:<br />
- <a href="#validation">Code Validation and Related</a><br />
- <a href="#compatibility">Browser Compatibility</a><br />
- <a href="#mobile">Mobile</a><br />
- <a href="#compliance">Section 508 Compliance</a><br />
- <a href="#performance">Performance Testing</a><br />
- <a href="#standards">Web Standards</a><br />
- <a href="#links">Link Checkers</a><br />
- <a href="#seo">SEO, Analytics and Related</a><br />
- <a href="#design">Design/User Interface (UI)/User Experience (UX)</a><br />
- <a href="#firefox">Firefox Browser Add-ons</a><br />
- <a href="#ie">Internet Explorer Browser Plugins</a></p>
<p><a name="validation"></a><strong>Code Validation and Related</strong><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://validator.w3.org/" target="new">W3C  Markup Validator</a><br />
<img src="http://netdrafter.com/images/bullet4.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.w3schools.com/" target="new">W3Schools</a> &#8211; Online web tutorials.<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://tester.jonasjohn.de/" target="new">Test Everything</a> &#8211; Large collection of testing tools in one convenient place.<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www-01.ibm.com/software/rational/offerings/websecurity/" target="new">IBM Rational AppScan Software</a> &#8211; &#8220;Web site security, Web site compliance, and application security solutions for the most comprehensive approach to assessing vulnerabilities in networked applications and critical Web sites.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://watson.addy.com/" target="new">Dr. Watson</a> &#8211; Checks code, including link validity, download speed, search engine compatibility, and link popularity.<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://netmechanic.com/" target="new">NetMechanic</a> &#8211; &#8220;Affordable self-service web tools that help create a quality web experience for customers, as well as accessibility for search engine spiders.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://htmlhelp.com/tools/validator/" target="new">WDG HTML Validator</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.google.com/websiteoptimizer/b/index.html" target="new">Google Web Site Optimizer</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.jslint.com/" target="new">JSLint</a> &#8211; &#8220;The JavaScript Code Quality Tool&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.cleancss.com/" target="new">Clean CSS Formatter and Optimiser</a> &#8211; &#8220;Takes your CSS code and makes it cleaner and more concise.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://services.immike.net/css-checker/" target="new" class="broken_link">CSS Redundancy Checker</a> &#8211; &#8220;Find CSS selectors that aren&#8217;t used by any of your HTML files and may be redundant.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://htmlhelp.com/tools/csscheck/" target="new">CSSCheck</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.websiteoptimization.com/services/spell-check/" target="new">Website Spell Checking Service</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://watir.com/" target="new">Watir</a> &#8211; &#8220;Watir, pronounced water, is an open-source (BSD) library for automating web browsers. It allows you to write tests that are easy to read and maintain.&#8221;</p>
<hr /></p>
<p><a name="compatibility"></a><strong>Browser Compatibility</strong><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.browsercam.com" target="new">BrowserCam</a> &#8211; &#8220;See your web design on any browser on any operating system. Check javascripts, DHTML, forms and other dynamic functionality on any platform. Not just yours. Use our bank of testing machines remotely to test your website.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://ipinfo.info/netrenderer/" target="new">IE NetRenderer</a> &#8211; &#8220;Check how a website is rendered by Internet Explorer 8, 7, 6 or 5.5.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://webdesign.about.com/gi/dynamic/offsite.htm?site=http%3A%2F%2Fwww.delorie.com%2Fweb%2Fwpbcv.html" target="new">Web Page Backward Compatibility Viewer</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.hashemian.com/tools/browser-simulator.htm" target="new">Browser Simulator/Emulator</a> = &#8220;Masquerade Referer and User-Agent values to simulate/emulate browser types, robots, spiders, and referring links.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.gomez.com/products-solutions/products/cross-browser-testing/" target="new">Gomez Cross Browser Testing</a> &#8211; &#8220;Gomez’s on-demand cross-browser testing solution automates the validation of Web and mobile applications across all major browsers, operating systems and mobile devices.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.browsrcamp.com/" target="new">BrowsrCamp</a> &#8211; &#8220;Test the compatibility of your design with Mac OS X browsers.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.powermapper.com/products/sortsite/ads/qa-browsers.htm?gclid=CN2567am2poCFQWfnAodDiIL3Q" target="new">SortSite</a> &#8211; &#8220;A one-click compatibility test tool for web sites &#8211; inside or outside the firewall.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://spoon.net/browsers/" target="new">Browser Sandbox</a> &#8211; &#8220;Run any browser from the web.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://litmusapp.com/" target="new">Litmus</a> &#8211; &#8220;The advanced testing tool for web professionals.&#8221; (web pages and email campaigns)<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://crossbrowsertesting.com/" target="new">Cross Browser Testing</a> &#8211; &#8220;Website testing center for cross platform, cross browser compatibility.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://browsershots.org/" target="new">Browsershots</a> &#8211; &#8220;Makes screenshots of your web design in different browsers.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="https://browserlab.adobe.com/" target="new">Adobe Browser Lab</a> &#8211; &#8220;Exact renderings of their web pages in multiple browsers and operating systems, on demand.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://iecapture.com/" target="new" class="broken_link">IE Capture</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.anybrowser.com/" target="new">AnyBrowser.com</a><br />
<img src="http://netdrafter.com/images/bullet4.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.thesitewizard.com/webdesign/multiplebrowsers.shtml" target="new">Running Multiple Browsers on a Single Machine</a></p>
<hr /></p>
<p><a name="mobile"></a><strong>Mobile</strong><br />
<img src="http://netdrafter.com/images/bullet4.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.w3.org/Mobile/" target="new">W3C Mobile Web Initiative</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://validator.w3.org/mobile/" target="new">W3C Mobile Validator</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://ready.mobi/" target="new">MobiReady</a> &#8211; &#8220;Evaluates mobile-readiness using industry best practices &#038; standards.&#8221;</p>
<hr /></p>
<p><a name="compliance"></a><strong>Section 508 Compliance</strong><br />
<img src="http://netdrafter.com/images/bullet4.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.section508.gov/" target="new">Section508.gov</a> &#8211; Main site for 508 law, FAQ, impact, and related info.<br />
<img src="http://netdrafter.com/images/bullet4.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://accessites.org" target="new">Accessites.org</a> &#8211; &#8220;We will show you artfully crafted sites made by some of today’s most progressive web developers.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.cynthiasays.com/" target="new">Cynthia Says</a> &#8211; &#8220;A web content accessibility validation solution designed to identify errors in your content related to Section 508 standards and/or the WCAG guidelines.&#8221;<br />
<img src="http://netdrafter.com/images/bullet4.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.vita.virginia.gov/uploadedfiles/Library/060419SeminarImplementingITAccessibilityStandards.pdf" target="new">Virginia&#8217;?s Roadmap for Implementing IT Accessibility</a> (.pdf)<br />
<img src="http://netdrafter.com/images/bullet4.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.usability.gov/" target="new">Usability.gov</a> &#8211; &#8220;The primary government source for information on usability and user-centered design.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://colorfilter.wickline.org/" target="new">Colorblind Web Page Filter</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://wave.webaim.org/" target="new">WAVE Web Accessibility Evaluation Tool</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://valet.htmlhelp.com/" target="new">Site Valet</a> &#8211; &#8220;Web tools for quality, accessibility, and standards compliance.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://gmazzocato.altervista.org/colorwheel/wheel.php" target="new">Accessibility Color Wheel</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.freedomscientific.com/products/fs/jaws-product-page.asp" target="new">JAWS Screen Reader</a> &#8211; &#8220;Developed for computer users whose vision loss prevents them from seeing screen content, JAWS reads aloud what&#8217;s on the PC screen.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.freedomscientific.com/products/lv/magic-bl-product-page.asp" target="new">MAGic Screen Magnifier</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.nuance.com/naturallyspeaking/" target="new">Dragon Naturally Speaking</a> &#8211; &#8220;Software developer kit used by developers and integrators to add speech recognition capabilities into in-house and commercial applications or workflow applications.&#8221;<br />
<img src="http://netdrafter.com/images/bullet4.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.standards-schmandards.com/" target="new">Standards Schmandards</a> &#8211; &#8220;A problematic approach to web accessibility.&#8221;</p>
<hr /></p>
<p><a name="performance"></a><strong>Performance Testing</strong><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.optiview.com/POV/task,ov4cooltools/parse.html" target="new">OptiView Tools</a> &#8211; Page scanner and line speed tester.<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.websiteoptimization.com/services/analyze/" target="new">Web Page Analyzer</a> &#8211; &#8220;Free website performance tool and web page speed analysis.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.gomez.com/instant-test-pro/" target="new">Gomez Instant Test</a> &#8211; &#8220;Use Gomez’s instant testing to find performance problems before your customers do.&#8221;</p>
<hr /></p>
<p><a name="standards"></a><strong>Web Standards</strong><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.w3.org/" target="new">World Wide Web Consortium</a> &#8211; &#8220;An international community that develops standards to ensure the long-term growth of the Web.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.webstandards.org/" target="new">The Web Standards Project</a> &#8211; &#8220;A grassroots coalition fighting for standards which ensure simple, affordable access to web technologies for all.&#8221;</p>
<hr /></p>
<p><a name="links"></a><strong>Link Checkers</strong><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.1-hit.com/all-in-one/php/tool-broken-link-finder.php" target="new">1-Hit Broken Link Checker</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.dead-links.com/" target="new">Link Validation Spider</a> (site wide scanning ability)<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.linktiger.com" target="new">Link Tiger</a> &#8211; &#8220;We hunt down your broken links.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.linkalarm.com/" target="new">Link Alarm</a> = &#8220;The premier tool for regular automatic link validation reports.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://htmlhelp.com/tools/valet/" target="new">Link Valet</a> &#8211; &#8220;A deluxe website monitoring service that integrates automated reporting with online tools.&#8221;</p>
<hr /></p>
<p><a name="seo"></a><strong>SEO, Analytics and Related</strong><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://builtwith.com/" target="new">Builtwith</a> &#8211; &#8220;Apply this information and improve your websites Search Engine Optimization, Web Technologies and Document Standards with the BuiltWith Website Optimizer.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://siteanalytics.compete.com/" target="new">Compete</a> &#8211; &#8220;The only online competitive intelligence service that combines site and search analytics in one site to help you quickly master online marketing.&#8221;</p>
<hr /></p>
<p><a name="design"></a><strong>Design/User Interface (UI)/User Experience (UX)</strong><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://fivesecondtest.com/" target="new">Fivesecondtest</a> &#8211; &#8220;Easily identify the most prominent elements of your user interfaces.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://whatsitscolor.com/" target="new">Whatsitscolor</a> &#8211; &#8220;An image-color processing utility that will evaluate an image and give you the image&#8217;s primary and complementary dominant colors of an image, how many visually unique colors are in an image, and the top ten visually unique colors in an image.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://kuler.adobe.com/" target="new">Adobe Kuler</a><br />
<img src="http://netdrafter.com/images/bullet4.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.sandaleo.com/pantone.asp" target="new">Pantone to RGB and Hex</a><br />
<img src="http://netdrafter.com/images/bullet4.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.speedygrl.com/ctable1.html" target="new">HEX Color Code Calculation</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://juicystudio.com/services/image.php" target="new">Image Analyser</a> &#8211; &#8220;Examines all images found on a web page to check for any accessibility issues.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.standards-schmandards.com/exhibits/rix/index.php" target="new">Readability Index Calculator</a></p>
<hr /></p>
<p><a name="firefox"></a><strong>Firefox Browser Add-ons</strong><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://wave.webaim.org/toolbar" target="new">WAVE Web Accessibility Evaluation Tool Toolbar</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="https://addons.mozilla.org/en-US/firefox/addon/402" target="new">Fangs Screen Reader Emulator</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="https://addons.mozilla.org/en-US/firefox/addon/13048" target="new">CodeBurner</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="https://addons.mozilla.org/en-US/firefox/addon/271" target="new">ColorZilla</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="https://addons.mozilla.org/en-US/firefox/addon/2289" target="new">CSS Validator </a>(W3C)<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="https://addons.mozilla.org/en-US/firefox/addon/2855" target="new">DT Whois</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="https://addons.mozilla.org/en-US/firefox/addon/5648" target="new">Fireshot</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="https://addons.mozilla.org/en-US/firefox/addon/35" target="new">IE View</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="https://addons.mozilla.org/en-US/firefox/addon/539" target="new">MeasureIt</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="https://addons.mozilla.org/en-US/firefox/addon/2250" target="new">Page Validator</a> (W3C)<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="https://addons.mozilla.org/en-US/firefox/addon/13668" target="new">PPC Web Spy Toolbar</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://chrispederick.com/work/web-developer/" target="new">Web Developer Browser Extension</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="https://addons.mozilla.org/en-US/firefox/addon/7330" target="new">Multiproxy Switch</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="https://addons.mozilla.org/en-US/firefox/addon/1027" target="new">All-in-One Sidebar</a><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="https://addons.mozilla.org/en-US/firefox/addon/2079" target="new">Selenium</a></p>
<hr /></p>
<p><a name="ie"></a><strong>Internet Explorer Browser Plugins</strong><br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://htmlhelp.com/tools/widgets/" target="new">WiDGets for IE</a> &#8211; HTML Validation WiDGet, Disable Style Sheets WiDGet, Change Style WiDGet, Append Style WiDGet, Prepend Style WiDGet, Remove Images WiDGet<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://expression.microsoft.com/en-us/dd565874.aspx" target="new">Expression Web Super Preview</a> &#8211; &#8220;View browser renderings side-by-side horizontally or vertically, or overlay them to identify differences. You can use rulers and guides to measure and highlight visual problems. You can zoom in and out of a page and see all the browser renderings update in tandem.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&#038;displaylang=en" target="new">IE Developer Toolbar</a> &#8211; &#8220;Several features for exploring and understanding Web pages.&#8221;<br />
<img src="http://netdrafter.com/images/bullet.gif" style="width: 12px; height: 12px; border: 0px;" /> <a href="http://www.visionaustralia.org.au/ais/toolbar/" target="new">Web Accessibility Toolbar</a></p>
<hr /></p>
<p>Have resources to add or broken links or discontinued tools to report?  <a href="http://www.netdrafter.com/contact.php">Let us know</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netdrafter.com/blog/support/web-developers-toolkit-validation-accessibility-browser-compatibility-and-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Information to Get Before Hiring a Web Site Company</title>
		<link>http://www.netdrafter.com/blog/support/before-hiring-web-company/</link>
		<comments>http://www.netdrafter.com/blog/support/before-hiring-web-company/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 23:01:40 +0000</pubDate>
		<dc:creator>Lead Architect</dc:creator>
				<category><![CDATA[Tips and Support]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.netdrafter.com/blog/support/before-hiring-web-company/</guid>
		<description><![CDATA[In this industry, people typically do not know what to look for when they hire a web site company.   There are many &#8216;mom and pop&#8217; shops that are ready to take your money,  use cookie cutter templates, and other non custom programming that create a &#8220;card board&#8221; like website – just like [...]]]></description>
			<content:encoded><![CDATA[<p>In this industry, people typically do not know what to look for when they hire a web site company.   There are many &#8216;mom and pop&#8217; shops that are ready to take your money,  use cookie cutter templates, and other non custom programming that create a &#8220;card board&#8221; like website – just like a cardboard house.  You see the framework and hope it withstands the huffing and puffing of the three piglets of commerce – your customers, your customers, and your customers.<span id="more-19"></span></p>
<p><b>Before you hire a web developer, ask the following questions:</b></p>
<ol>
<li>Do you have a web site?</li>
<li>Where can I see examples of your work?</li>
<li>How did you get into the industry?</li>
<li>How long have you been in business?</li>
<li>Are you educated in this field or hold a degree in a related field?</li>
<li>Will you provide references of former or current clients?</li>
<li>What software and technologies do you use?  Will they be compatible with the needs of my site?</li>
<li>How do you increase your knowledge of and keep up with emerging technology?</li>
<li>How does the development process work?  What steps are involved?</li>
<li>What other services do you provide?</li>
<li>Once you’ve completed my project, how is maintenance performed?</li>
<li>Who retains ownership of my project files?</li>
<li>How long will it take to complete my project?</li>
<li>What are your fees?</li>
<li>Do you have a contract?</li>
<li>What information will we need to provide you?</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.netdrafter.com/blog/support/before-hiring-web-company/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

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