<?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>Aarron Walter &#187; Tools &amp; Utilities</title>
	<atom:link href="http://aarronwalter.com/category/tools-utilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://aarronwalter.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Jun 2010 12:09:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Findability/SEO Cheat Sheet: Guide to Web Standards SEO</title>
		<link>http://aarronwalter.com/2008/07/28/findability-checklist-web-standards-seo/</link>
		<comments>http://aarronwalter.com/2008/07/28/findability-checklist-web-standards-seo/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 22:48:08 +0000</pubDate>
		<dc:creator>Aarron</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Findability]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tools & Utilities]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[checklist]]></category>

		<guid isPermaLink="false">http://aarronwalter.com/?p=196</guid>
		<description><![CDATA[Whether you are building a new website or redesigning an old one, this findability strategy cheat sheet will guide you through all of the essential tasks, make SEO faster, and help ensure your website connects with its intended audience.]]></description>
			<content:encoded><![CDATA[<div class="unit size2of5"><figure><a href='http://aarronwalter.com/wp-content/uploads/2008/07/findability-strategy-cheatsheet.pdf'><img src="http://aarronwalter.com/wp-content/uploads/2008/07/findability-cheatsheet.png" alt="Findability cheat sheet SEO guide" title="findability-cheatsheet" width="220" height="268" class="alignnone size-medium wp-image-198" /></a><figcaption><a href='http://aarronwalter.com/wp-content/uploads/2008/07/findability-strategy-cheatsheet.pdf' class="pdf image-caption">free findability strategy cheat sheet</a> [PDF 200k]</figcaption></figure></div>

<div class="unit size3of5">
<p>When I was researching <a href="http://buildingfindablewebsites.com" rel="external">my book</a>, I asked a group of my students at <a href="http://www.artinstitutes.edu/atlanta/programdegrees.asp?pid=54&#038;dtid=1&#038;display=program" rel="external">The Art Institute of Atlanta</a> what sorts of content they&#8217;d hope to find in a book exploring findability and SEO through web standards. Thinking like students with limited time to work on their projects, they all agreed that &#8220;the book should include coverage of what needs to be prioritized, and what can be done later if you run out of time&#8221;. Brilliant idea! I never would have thought of that. Well it&#8217;s covered in chapter 9 thanks to them.</p>

<p>As I was running through my <a href="http://buildingfindablewebsites.com/table-of-contents.php" rel="external">table of contents</a> with them, they pointed out that it&#8217;s all useful info, but it would be nice if there were a quick reference that you could just print out and keep nearby as you start new projects. That way you don&#8217;t miss any of the important stuff you should be doing to make your site findable.</p>

<p>I&#8217;ve created what I think is a pretty <strong>comprehensive findability strategy cheat sheet</strong> that will guide you through all of the stuff you should be doing when creating new websites or even redesign existing ones. All of the advice follows industry best practices and web standards, and have references to the places in my book or in the <a href="http://buildingfindablewebsites.com/bonus-chapters.php" rel="external">5 free online chapters</a> where you&#8217;ll find detailed explanation and examples of how to do this stuff.</p>

<p>I hope you find it useful!</p>

<p><a href='http://aarronwalter.com/wp-content/uploads/2008/07/findability-strategy-cheatsheet.pdf' class="pdf">download free findability strategy cheatsheet [PDF 200k]</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://aarronwalter.com/2008/07/28/findability-checklist-web-standards-seo/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Blueprint: A Practical CSS Framework</title>
		<link>http://aarronwalter.com/2007/08/11/blueprint-a-practical-css-framework/</link>
		<comments>http://aarronwalter.com/2007/08/11/blueprint-a-practical-css-framework/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 13:48:32 +0000</pubDate>
		<dc:creator>Aarron</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tools & Utilities]]></category>

		<guid isPermaLink="false">http://aarronwalter.com/2007/08/11/blueprint-a-practical-css-framework/</guid>
		<description><![CDATA[There&#8217;s a fair bit of tedium and redundancy that goes into the set up of a new site. Most web designers start with the same tasks like reseting all default margins, padding, and other values to a common baseline for cross-browser support, you define your layout, wrestle with type, maybe even set up a print [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a fair bit of tedium and redundancy that goes into the set up of a new site. Most web designers start with the same tasks like reseting all default margins, padding, and other values to a common baseline for cross-browser support, you define your layout, wrestle with type, maybe even set up a print style sheet. We often find ourselves repeating what we&#8217;ve already done many times over on other projects. Blueprint, a recently released CSS framework created by Norwegian student <a href="http://bjorkoy.com/" title="Olav Bjorkoy's site" target="_blank">Olav Frihagen Bjorkoy</a>, seeks to eliminate this common tedium by providing a concise set of style sheets that make setup and design quick and easy.</p>
<span id="more-207"></span>
<p>If you are unfamiliar with the concept of a framework, you can think of it as a base structure of prefabricated code utilities that function both as a toolbox and a skeletal structure for a project. Many great frameworks have been created for both client-side (<a href="http://www.prototypejs.org/" title="Prototype framework for JavaScript" target="_blank">Prototype</a>, <a href="http://dojotoolkit.org/" title="Dojo JavaScript Toolkit" target="_blank">Dojo</a>, <a href="http://jquery.com/" title="JQuery framework for JavaScript" target="_blank">JQuery</a>) and server-side development (<a href="http://rubyonrails.com/" title="Rails framework for Ruby" target="_blank">Ruby on Rails</a>, <a href="http://www.cakephp.org/" title="CakePHP framework" target="_blank">CakePHP</a>, <a href="http://codeigniter.com" title="Code Igniter PHP framework">Code Igniter</a>), and have revolutionized the way web applications are built. The goal of a framework is to allow you to concentrate more on the project concept and mission rather than micro-focusing on the details of the inner pinnings of the code.</p>

<figure><img src="http://aarronwalter.com/wp-content/uploads/2007/08/blueprint-css.png" id="image174" alt="Blueprint CSS Framework in action" class="bigimg" /></figure>

<p>That&#8217;s exactly what Blueprint delivers for CSS design. It brings together the solutions from many recent articles on <a href="http://www.subtraction.com/archives/2005/0901_the_funniest.php" title="Khoi Vinh's funniest grid for the Onion" target="_blank">grid-based layout</a>, <a href="http://www.alistapart.com/articles/settingtypeontheweb" title="Setting Type on the Web to a Baseline Grid">page rhythm</a>, <a href="http://www.alistapart.com/stories/goingtoprint/" title="Eric Meyer on Print Style Sheets" target="_blank">print style sheets</a>, and <a href="http://webtypography.net/" title="The Elements of Web Typography">typography</a> and packages them neatly into a practical system with a low learning curve. By default, Blueprint creates a flexible 14 column grid to guide your layout. Using very simple class combinations, you can define the size of a div to span any number of horizontal units in the grid. For example, a div like the following will span 5 units of the grid and will sit on the right side of the layout.</p>

<pre class="brush: css;">&lt;div class=&quot;column span-5 last&quot;&gt;...&lt;/div&gt;</pre>

<p>Blueprint also creates flowlines that define the type baseline, and create a uniform rhythm to the page. Background images can be turned on to draw out the grid columns and flowlines as guides while refining your layout.</p>

<p>Although still undergoing refinements to create consistent cross-browser support, Blueprint is in a relatively stable state for project development. If you&#8217;re curious about the story behind the project, check out <a href="http://www.subtraction.com/archives/2007/0807_the_framewor.php" title="Khoi Vinh's blog post about Blueprint" target="_blank">Khoi Vinh&#8217;s recent blog post on the subject</a>, which includes an interview with Olav Bjorkoy, Blueprint&#8217;s creator.</p>]]></content:encoded>
			<wfw:commentRss>http://aarronwalter.com/2007/08/11/blueprint-a-practical-css-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Ultimate Web Designer&#039;s Resource</title>
		<link>http://aarronwalter.com/2007/02/01/the-ultimate-web-designers-resource/</link>
		<comments>http://aarronwalter.com/2007/02/01/the-ultimate-web-designers-resource/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 01:33:29 +0000</pubDate>
		<dc:creator>Aarron</dc:creator>
				<category><![CDATA[Tools & Utilities]]></category>

		<guid isPermaLink="false">http://www.aarronwalter.com/2007/02/01/the-ultimate-web-designers-resource/</guid>
		<description><![CDATA[Whether you are looking for high quality free fonts, indespensible CSS techniques, tutorials on development topics ranging from Ajax to XHTML, you will find the ultimate resource to nearly every facet of web design at Smashing Magazine. The breadth and depth of resources this site offers is staggering. They choose a topic, then find everything [...]]]></description>
			<content:encoded><![CDATA[Whether you are looking for high quality free fonts, indespensible CSS techniques, tutorials on development topics ranging from Ajax to XHTML, you will find the ultimate resource to nearly every facet of web design at <a target="_blank" title="Smashing Magazine web design resource site" href="http://www.smashingmagazine.com">Smashing Magazine</a>. The breadth and depth of resources this site offers is staggering. They choose a topic, then find everything on the web that is worth reading about it. It&#8217;s not the indiscriminate list of everything, <em>its the list of everything useful</em>.

Another site that is equally as useful to any web designer is <a target="_blank" title="Web Design From Scratch" href="http://webdesignfromscratch.com/">Web Design From Scratch</a>. This site touches on each major topic of the planning, design, and development process of a professional web site, offering clear explanations and real world examples that make each point clear.]]></content:encoded>
			<wfw:commentRss>http://aarronwalter.com/2007/02/01/the-ultimate-web-designers-resource/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Compressed Versions of Popular JavaScript Libraries</title>
		<link>http://aarronwalter.com/2007/02/01/compressed-versions-of-popular-javascript-libraries/</link>
		<comments>http://aarronwalter.com/2007/02/01/compressed-versions-of-popular-javascript-libraries/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 15:57:35 +0000</pubDate>
		<dc:creator>Aarron</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tools & Utilities]]></category>

		<guid isPermaLink="false">http://www.aarronwalter.com/2007/02/01/compressed-versions-of-popular-javascript-libraries/</guid>
		<description><![CDATA[I ran across a very useful collection of compressed versions of popular JavaScript libraries today, including Scriptaculous, and Prototype. The Prototype library compresses down from 70k to 30k, which is pretty impressive. I&#8217;m becoming more persuaded daily that MooTools is a better option, though, as it offers you the ability to pick and choose which [...]]]></description>
			<content:encoded><![CDATA[I ran across a very useful <a title="Compressed JavaScript Libraries" target="_blank" href="http://www.stevekallestad.com/wiki/Compressed_Javascript_Libraries">collection of compressed versions of popular  JavaScript libraries</a> today, including <a title="Scriptaculous JavaScript Library" target="_blank" href="http://script.aculo.us/">Scriptaculous</a>, and <a title="Prototype JavaScript Library" target="_blank" href="http://www.prototypejs.org/">Prototype</a>. The <a title="Prototype JavaScript Library" target="_blank" href="http://www.prototypejs.org/">Prototype</a> library compresses down from 70k to 30k, which is pretty impressive. I&#8217;m becoming more persuaded daily that <a title="MooTool JavaScript Library" href="http://mootools.net">MooTools</a> is a better option, though, as it offers you the ability to pick and choose which pieces of the library you wish to download, and offers compression on your custom built package resulting in vastly smaller file sizes than the <a title="Scriptaculous JavaScript Library" target="_blank" href="http://script.aculo.us/">Scriptaculous</a>/<a title="Prototype JavaScript Library" target="_blank" href="http://www.prototypejs.org/">Prototype</a> combo.

If you want to compress your own JavaScript or CSS, there are a host of utilities out there for just this task. See comments on <a target="_blank" title="JavaScript Compression Tools" href="http://photomatt.net/2005/05/29/javascript-compression/">this blog post</a> for a laundry list of options.]]></content:encoded>
			<wfw:commentRss>http://aarronwalter.com/2007/02/01/compressed-versions-of-popular-javascript-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Two Domains On One Shared Hosting Server</title>
		<link>http://aarronwalter.com/2007/01/15/running-two-domains-on-one-shared-hosting-server/</link>
		<comments>http://aarronwalter.com/2007/01/15/running-two-domains-on-one-shared-hosting-server/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 14:10:52 +0000</pubDate>
		<dc:creator>Aarron</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tools & Utilities]]></category>

		<guid isPermaLink="false">http://www.aarronwalter.com/2007/01/15/running-two-domains-on-one-shared-hosting-server/</guid>
		<description><![CDATA[Most people run their web sites on one of the many inexpensive shared hosting servers running a LAMP environment. If you are like me, you probably have a number of domain names registered, perhaps all parked on the same server pointing to the same site. It would be great to split things up, though, to [...]]]></description>
			<content:encoded><![CDATA[Most people run their web sites on one of the many inexpensive shared hosting servers running a <acronym title="Linux, Apache, MySQL, PHP">LAMP</acronym> environment. If you are like me, you probably have a number of domain names registered, perhaps all parked on the same server pointing to the same site. It would be great to split things up, though, to point one domain to a particular site on your server, and other domains to their own site. Apache lets you do this using a special <strong>.htaccess file</strong>, which configures the server software on the fly. You can set up unique sites in their own directory on your server, and then
direct Apache to point requests for a particular domain to that folder. Let&#8217;s assume the domain you want to redirect is  called &#8220;somedomain.com&#8221;, and the folder on your server where the site files reside is called &#8220;somedomain&#8221;. Create a plain text file with a text editor and add the following to it:

<code>RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_HOST} somedomain.com
RewriteCond %{REQUEST_URI} !somedomain/
RewriteRule ^(.*)$ somedomain/$1 [L] </code>

If you are on a Mac or Linux machine, you will need to save the file as something like htaccess.txt so the operating system does not hide the file (.htaccess is a special name the operating system recognizes, and will try to interpret the commands within). Upload the file to the root directory on your server (sometimes called, htdocs, public_html, or www among other names). Rename it .htaccess, then try accessing somedomain.com in a browser. It should direct your request to the files within the somedomain folder transparently, giving the effect of multiple domains with their own site running on the same shared hosting environment.]]></content:encoded>
			<wfw:commentRss>http://aarronwalter.com/2007/01/15/running-two-domains-on-one-shared-hosting-server/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Making a WordPress Blog More Search Engine Friendly Part II</title>
		<link>http://aarronwalter.com/2007/01/11/making-a-wordpress-blog-more-search-engine-friendly-part-ii/</link>
		<comments>http://aarronwalter.com/2007/01/11/making-a-wordpress-blog-more-search-engine-friendly-part-ii/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 22:41:24 +0000</pubDate>
		<dc:creator>Aarron</dc:creator>
				<category><![CDATA[Findability]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tools & Utilities]]></category>

		<guid isPermaLink="false">http://www.aarronwalter.com/2007/01/11/making-a-wordpress-blog-more-search-engine-friendly-part-ii/</guid>
		<description><![CDATA[Properly notifying the major search engines of the various pages on your site can further improve the organic search engine traffic to your site. A common XML standard has been adopted by Google, Yahoo!, and MSN that makes mapping your site and getting the word out quick and convenient. There are a number of ways [...]]]></description>
			<content:encoded><![CDATA[<p>Properly notifying the major search engines of the various pages on your site can further improve the organic search engine traffic to your site. A <a target="_blank" title="Sitemaps.org describing XML format for sitemap files" href="http://www.sitemaps.org/protocol.html">common XML standard</a> has been adopted by Google, Yahoo!, and MSN that makes mapping your site and getting the word out quick and convenient. There are a number of ways to build your XML sitemap, the most tedious of which is by hand. Mac users can use the <a target="_blank" title="Rage Google Sitemap Automator" href="http://www.ragesw.com/products/googlesitemap.html">Rage Google Sitemap Automator</a>, which can not only generate the file for you just by providing the URL to your site, but it can even upload the file to your server and ping Google to let them know where the file is. Notifying Yahoo! has to be done manually via their <a target="_blank" title="Yahoo! Site Explorer" href="http://siteexplorer.search.yahoo.com">Site Explorer tool</a>, but the file doesn&#8217;t need to change at all. <a target="_blank" title="MSN running behind with sitemaps.xml submission" href="http://www.unofficialseoblog.com/2006/11/27/microsoft-running-behind-on-sitemaps-protocol/">MSN is running behind</a> trying to get a submission site set up, so although they are 100% behind the sitemap protocol, there is no means to submit your file.</p>
<p><a target="_blank" title="http://wordpress.org" href="http://www.aarronwalter.com/WordPress">WordPress</a> users will be happy to know that an amazing <a target="_blank" title="Google Sitemap Generator WordPress Plugin" href="http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final">Google Sitemap Generator plugin</a> exists to create and submit your sitemap.xml to Google directly from your admin panel. Installation is simple, but a <a target="_blank" title="Video tutorial explaining how to install sitemap generator plugin for WordPress" href="http://www.andrechaperon.com/2005/07/google-sitemaps-tutorial/">video tutorial</a> has been created to walk your through the process should you get confused. The file it creates is also fine to submit to Yahoo! for indexing, making publicizing the structure of your site effortless.
</p>]]></content:encoded>
			<wfw:commentRss>http://aarronwalter.com/2007/01/11/making-a-wordpress-blog-more-search-engine-friendly-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transforming Unwieldy URLs into Something Better</title>
		<link>http://aarronwalter.com/2006/12/12/transforming-unwieldy-urls-into-something-better/</link>
		<comments>http://aarronwalter.com/2006/12/12/transforming-unwieldy-urls-into-something-better/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 16:26:46 +0000</pubDate>
		<dc:creator>Aarron</dc:creator>
				<category><![CDATA[Tools & Utilities]]></category>

		<guid isPermaLink="false">http://www.aarronwalter.com/2006/12/12/transforming-unwieldy-urls-in-something-better/</guid>
		<description><![CDATA[It&#8217;s Christmas time, and you are probably compiling your lengthy wish list of stuff you want from Amazon.com, or other popular web sites. The problem is when you try to share links with your family/friends to the must have things on your list the URLs are usually a cumbersomely long length, and not very convenient [...]]]></description>
			<content:encoded><![CDATA[It&#8217;s Christmas time, and you are probably compiling your lengthy wish list of stuff you want from Amazon.com, or other popular web sites. The problem is when you try to share links with your family/friends to the must have things on your list the URLs are usually a cumbersomely long length, and not very convenient for sharing. There&#8217;s a simple solution, and it&#8217;s called <a target="_blank" title="Tiny URL" href="http://tinyurl.com/">Tiny URL</a>. This handy little utility will convert the massive URL you paste into it to a short URL that is easier to work with. They even have a bookmarklet you can add to your browser&#8217;s bookmark tool bar to make converting URLs fast and easy.]]></content:encoded>
			<wfw:commentRss>http://aarronwalter.com/2006/12/12/transforming-unwieldy-urls-into-something-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving Towards Accessible Development</title>
		<link>http://aarronwalter.com/2006/12/08/moving-towards-accessible-development/</link>
		<comments>http://aarronwalter.com/2006/12/08/moving-towards-accessible-development/#comments</comments>
		<pubDate>Fri, 08 Dec 2006 14:14:37 +0000</pubDate>
		<dc:creator>Aarron</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[Tools & Utilities]]></category>

		<guid isPermaLink="false">http://www.aarronwalter.com/2006/12/08/moving-towards-accessible-development/</guid>
		<description><![CDATA[Recently I&#8217;ve been talking a bit with my students about the role of accessibility in their internships/jobs in the web world, and many have said that their employers don&#8217;t see a lot of value in it for their site. I found that a bit surprising as so many evangelists have been actively promoting the benefits [...]]]></description>
			<content:encoded><![CDATA[Recently I&#8217;ve been talking a bit with my students about the role of accessibility in their internships/jobs in the web world, and many have said that their employers don&#8217;t see a lot of value in it for their site. I found that a bit surprising as so many evangelists have  been actively promoting the benefits (a broader audience, search engine optimization, increased support for <acronym title="Personal Digital Assistant">PDA</acronym>s/phone display, usability conveniences for all)  and ease of writing accessible code. As a teacher of Interactive Design, <span title="At least I think I do, but maybe I'm delusional" class="moreinfo">I have some power to change this thinking</span> by teaching my students the value of accessibility and how to  build it into their projects. Below is a bit of an  accessibility round up of a few useful tools, articles, sites, and informative podcasts about the topic that may help inform/convince you about the importance of accessibility.
<ul>
	<li><a title="View product details at Amazon" href="http://www.amazon.com/gp/redirect.html%3FASIN=1590596382%26tag=aarronwalterc-20%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/1590596382%253FSubscriptionId=1Y9W2KER5TWSD1341982">Web Accessibility: Web Standards and Regulatory Compliance</a>, a great book from the Friends of Ed with a host of authors who are authoritative on the subject of accessibility. This book has everything you need to know to get started on accessible web design.</li>
	<li><a title="Zeldman on Accessibility" target="_blank" href="http://www.happycog.com/lectures/access/">Zeldman on Accessibility</a>: Zeldman does a great job of presenting and counter arguing the major complaints you&#8217;ll hear when you bring up the topic of accessibility with you boss. My favorite quote from this presentation: &#8220;Google is the biggest blind user on the web&#8221;</li>
	<li><a title="Accessify.com Tools and Wizards" target="_blank" href="http://accessify.com/tools-and-wizards/">Accessify.com tools and wizards</a> for building accessible forms, tables, popup windows, and more. These tools are awesome!!</li>
	<li><a title="Ajax and Screen Readers" target="_blank" href="http://www.sitepoint.com/article/ajax-screenreaders-work">Ajax and Screen Readers</a>: When Can it Work? Although web standards are being rapidly adopted by modern browsers today, many screen reader manufacturers have yet to jump on the band wagon. Subsequently, there are no solid solutions for how linearized pages in a screen reader can inform a user when the page has been updated by Ajax. If the reader has passed the area where Ajax will post a response, the browser will never notify the reader of the new content. James Edwards exposes the real issues with Ajax and accessibility in this article.</li>
	<li><a title="Patrick H. Lauke Interview on Web Axe" target="_blank" href="http://webaxe.blogspot.com/2006/11/podcast-33-interview-with-patrick.html">Patrick H. Lauke of the Web Standards Project interviewed on Web Axe podcast</a>. Lauke is a brilliant guy who is championing the cause to get screen reader manufacturers on board with web standards. He has some great observations in this podcast including how Flash can actually fill some accessibility needs! You may also want to check out the main <a target="_blank" title="Web Axe Podcast Site" href="http://webaxe.blogspot.com/">Web Axe site</a> and podcast.</li>
	<li>Paul Boag of <a target="_blank" title="BoagWorld.org" href="http://boagworld.com">Boagworld.com</a> has a number of podcasts on the topic of accessibility: <a target="_blank" title="Understanding Accessibility Guidelines" href="http://www.boagworld.com/archives/2006/04/podcast_28_understanding_accessibility_guidelines.html">Understanding Accessibility Guidelines</a>, <a target="_blank" title="Pragmatic Accessibility" href="http://www.boagworld.com/archives/2006/03/podcast_27_pragmatic_accessibility.html">Pragmatic Accessibility</a>, <a title="Web Accessibility" href="http://www.boagworld.com/archives/2005/10/web_design_podcast_10_web_accessibility.html">Web Accessibility</a></li>
	<li>It&#8217;s no surprise that A List Apart has <a target="_blank" title="A List Apart on Accessibility" href="http://alistapart.com/topics/userscience/accessibility/">a host of wonderful articles</a> that explore the big picture and intimate details of accessible web design</li>
	<li>Adobe has <a target="_blank" title="Adobe Accessibility Resource Center" href="http://www.adobe.com/accessibility/">a resource center</a> with articles, templates, and other stuff to help you develop accessible content using Flash, Dreamweaver and the rest of their software.</li>
	<li><a target="_blank" title="Dive Into Accessibility" href="http://www.diveintoaccessibility.org/">Dive Into Accessibility</a> is a wonderful site with clear explanations of what accessibility is, what it can do for you and your users, and how to build accessible content.</li>
	<li>Now that you are on board with accessibility, <a target="_blank" title="Sell Web Accessibility to your Clients" href="http://www.sitepoint.com/article/sell-web-accessibility">how the hell do you &#8220;sell&#8221; it to your clients or boss</a>?</li>
	<li>Validate your pages against accessibility guidelines at <a target="_blank" title="Bobby Watchfire Accessibility Validation" href="http://webxact.watchfire.com/">Bobby Watchfire</a> or <a target="_blank" title="Cynthia Says Accessibility Validation" href="http://cynthiasays.com/">Cynthia Says</a>. You can validate against WCAG or Section 508 receiving a priority 1, 2, or 3 seal of approval.</li>
	<li>Joe Clark, <strike class="moreinfo" title="A factual mistake on my part, kindly corrected by Patrick Lauke">a member of the Web Standards Project</strike>, is one of the top evangelists of web accessibility, and <a title="Joe Clark, Web Accessibility Serialization" target="_blank" href="http://joeclark.org/book/sashay/serialization/">his site has some great information on the subject</a>. You may also be interested in  <a title="To Hell With WCAG 2.0" target="_blank" href="http://www.alistapart.com/articles/tohellwithwcag2/">what he has to say about the WCAG 2.0 guidelines</a>.</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://aarronwalter.com/2006/12/08/moving-towards-accessible-development/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adobe Kuler: Color Palette Generation</title>
		<link>http://aarronwalter.com/2006/11/25/adobe-kuler-color-palette-generation/</link>
		<comments>http://aarronwalter.com/2006/11/25/adobe-kuler-color-palette-generation/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 22:36:34 +0000</pubDate>
		<dc:creator>Aarron</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Tools & Utilities]]></category>

		<guid isPermaLink="false">http://www.aarronwalter.com/2006/11/25/adobe-kuler-color-palette-generation/</guid>
		<description><![CDATA[Adobe has recently introduced Labs.Adobe.com where they introduce valuable tools and get feedback from users about their initial releases of some of their products. I recently wrote about their handy Spry Framework, which looks like the easiest to learn JavaScript framework on the market. They have also released one of the best color palette generation [...]]]></description>
			<content:encoded><![CDATA[Adobe has recently introduced <a target="_blank" title="Adobe Labs" href="http://labs.adobe.com/">Labs.Adobe.com</a> where they introduce valuable tools and get feedback from users about their initial releases of some of their products. I <a title="My post about Adobe's Spry Framework" href="http://www.aarronwalter.com/2006/11/19/adobes-spry-framework/">recently wrote about their handy Spry Framework</a>, which looks like the easiest to learn JavaScript framework on the market. They have also released one of the best color palette generation utilities I have seen to date entitled <a target="_blank" title="Adobe's color palette generation tool, kuler" href="http://labs.adobe.com/technologies/kuler/">kuler</a>. <a target="_blank" title="Adobe's color palette generation tool, kuler" href="http://labs.adobe.com/technologies/kuler/">Kuler</a> takes cues from many other popular color palette utilities, and in many ways ups the ante. It emulates the community sharing of palettes seen at <a target="_blank" title="Colour Lovers" href="http://www.colourlovers.com/">Colour Lovers</a> (by the way, they have a new site), offers all of the palette options for analogous, monochromatic, complimentary, and triadic systems seen on <a target="_blank" title="Color Scheme Generator 2" href="http://wellstyled.com/tools/colorscheme2/index-en.html?">Color Scheme Generator 2</a>, and allows you to mix and copy RGB, Hex and CMYK values like <a target="_blank" title="Adobe's color palette generation tool, kuler" href="http://labs.adobe.com/technologies/kuler/" /><a target="_blank" title="Color Mixers" href="http://www.colormixers.com/">Color Mixers</a>. <a target="_blank" title="Adobe's color palette generation tool, kuler" href="http://labs.adobe.com/technologies/kuler/">Kuler</a> displays swatches in large areas on a dark background allowing you to see them much better than its competitors. It&#8217;s a beautiful system, and a great asset to any designer operating in any medium.

As a bonus, they also offer some useful links to color theory resources in the links section.]]></content:encoded>
			<wfw:commentRss>http://aarronwalter.com/2006/11/25/adobe-kuler-color-palette-generation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microformats Cheat Sheet</title>
		<link>http://aarronwalter.com/2006/11/25/microformats-cheat-sheet/</link>
		<comments>http://aarronwalter.com/2006/11/25/microformats-cheat-sheet/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 13:52:58 +0000</pubDate>
		<dc:creator>Aarron</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Tools & Utilities]]></category>

		<guid isPermaLink="false">http://www.aarronwalter.com/2006/11/25/microformats-cheat-sheet/</guid>
		<description><![CDATA[Now that you are getting interested in implementing Microformats on your sites, you may find a cheat sheet of all major Microformats for fast reference a handy tool. Brian Suda, the author of this useful cheat sheet also wrote a book on Microformats, published by O&#8217;reilly. Think Vitamin reviewed the 45 page PDF book favorably.]]></description>
			<content:encoded><![CDATA[Now that you are getting interested in implementing Microformats on your sites, you may find <a title="Microformats Cheat Sheet" target="_blank" href="http://suda.co.uk/projects/microformats/cheatsheet/">a cheat sheet of all major Microformats</a> for fast reference a handy tool. <a title="Brain Suda's web site" target="_blank" href="http://suda.co.uk/">Brian Suda</a>, the author of this useful cheat sheet also <a title="Using Microformats" target="_blank" href="http://suda.co.uk/publications/0596528213/">wrote a book on Microformats</a>, published by O&#8217;reilly. <a title="Think Vitamin review of Brian Suda's book Using Microformats" href="http://www.thinkvitamin.com/reviews/dev/using-microformats-by-brian-suda/">Think Vitamin reviewed</a> the 45 page PDF book favorably.]]></content:encoded>
			<wfw:commentRss>http://aarronwalter.com/2006/11/25/microformats-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
