<?xml version="1.0" encoding="iso-8859-1"?>
<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>Web Words &#187; Web Tech</title>
	<atom:link href="http://wizardev.ca/web-words/category/web-tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://wizardev.ca</link>
	<description>Web development resources</description>
	<lastBuildDate>Fri, 04 Feb 2011 02:30:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>.htaccess Magic!</title>
		<link>http://wizardev.ca/htaccess-magic/</link>
		<comments>http://wizardev.ca/htaccess-magic/#comments</comments>
		<pubDate>Mon, 17 Oct 2005 19:27:49 +0000</pubDate>
		<dc:creator>Mishka</dc:creator>
				<category><![CDATA[Web Tech]]></category>

		<guid isPermaLink="false">http://wizardev.ca/web-words/htaccess-magic</guid>
		<description><![CDATA[If your site is hosted on a Unix or Linux server which runs Apache, you may already be familiar with your .htaccess file. This article looks at some of the things that this powerful little file can do including 7 Magic Tricks that you can perform with .htaccess. (Article dated: April 16, 2003) Read the [...]]]></description>
			<content:encoded><![CDATA[<p>If your site is hosted on a Unix or Linux server which runs Apache, you may already be familiar with your .htaccess file.  This article looks at some of the things that this powerful little file can do including  7 Magic Tricks that you can perform with .htaccess. <small>(Article dated: April 16, 2003)</small></p>
<p><a href="http://www.devwebpro.com/devwebpro-39-20030416htaccess-Magic.html" rel="external">Read the Article&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wizardev.ca/htaccess-magic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 Pro Tips</title>
		<link>http://wizardev.ca/20-pro-tips/</link>
		<comments>http://wizardev.ca/20-pro-tips/#comments</comments>
		<pubDate>Fri, 04 Aug 2006 14:15:14 +0000</pubDate>
		<dc:creator>Mishka</dc:creator>
				<category><![CDATA[Web Tech]]></category>

		<guid isPermaLink="false">http://wizardev.ca/web-words/20-pro-tips</guid>
		<description><![CDATA[The difference between a good web designer and a great one is the ability to know how to take short cuts and save time without compromising the quality of work. (Article dated: July 18, 2006) Read the Article&#8230;]]></description>
			<content:encoded><![CDATA[<p>The difference between a good web designer and a great one is the ability to know how to take short cuts and save time without compromising the quality of work. <small>(Article dated: July 18, 2006)</small></p>
<p><a href="http://www.netmag.co.uk/zine/design-tutorials/20-pro-tips" rel="external">Read the Article&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wizardev.ca/20-pro-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Modern Approach to Flash SEO</title>
		<link>http://wizardev.ca/a-modern-approach-to-flash-seo/</link>
		<comments>http://wizardev.ca/a-modern-approach-to-flash-seo/#comments</comments>
		<pubDate>Wed, 15 Mar 2006 17:38:27 +0000</pubDate>
		<dc:creator>Mishka</dc:creator>
				<category><![CDATA[Search Engine Optimization and Marketing]]></category>
		<category><![CDATA[Web Tech]]></category>

		<guid isPermaLink="false">http://wizardev.ca/web-words/a-modern-approach-to-flash-seo</guid>
		<description><![CDATA[Search engine optimization is one of the most popular subjects when nerds sit around and talk about Flash. “Does Google index your swf files?” seems to be the most popular question, usually garnering plenty of ‘yes‘ and ‘no’ and ‘maybe’ answers. The real answer to this question, once and for all, is this: It doesn’t [...]]]></description>
			<content:encoded><![CDATA[<p>Search engine optimization is one of the most popular subjects when nerds sit around and talk about Flash. “Does Google index your swf files?” seems to be the most popular question, usually garnering plenty of ‘yes‘ and ‘no’ and ‘maybe’ answers. The real answer to this question, once and for all, is this: It doesn’t matter. <small>(Article dated:  March 13, 2006)</small></p>
<p><a href="http://blog.deconcept.com/2006/03/13/modern-approach-flash-seo/" rel="external">Read the Article&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wizardev.ca/a-modern-approach-to-flash-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX Debugging with Firebug</title>
		<link>http://wizardev.ca/ajax-debugging-with-firebug/</link>
		<comments>http://wizardev.ca/ajax-debugging-with-firebug/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 18:02:13 +0000</pubDate>
		<dc:creator>Mishka</dc:creator>
				<category><![CDATA[Web Tech]]></category>

		<guid isPermaLink="false">http://wizardev.ca/web-words/ajax-debugging-with-firebug</guid>
		<description><![CDATA[Firebug is a Firefox extension that includes all the tools you need for efficient debugging during the Web development process. (Article dated: January 10, 2007) Read AJAX Debugging with Firebug]]></description>
			<content:encoded><![CDATA[<p>Firebug is a Firefox extension that includes all the tools you need for efficient debugging during the Web development process. <small>(Article dated: January 10, 2007)</small></p>
<p>Read <a href="http://www.ddj.com/dept/debug/196802787" rel="external">AJAX Debugging with Firebug</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wizardev.ca/ajax-debugging-with-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX, accessibility and the user</title>
		<link>http://wizardev.ca/ajax-accessibility-and-the-user/</link>
		<comments>http://wizardev.ca/ajax-accessibility-and-the-user/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 21:03:08 +0000</pubDate>
		<dc:creator>Mishka</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Web Tech]]></category>

		<guid isPermaLink="false">http://wizardev.ca/web-words/ajax-accessibility-and-the-user</guid>
		<description><![CDATA[One on the myths of accessibility is that it suppresses creativity and progress. People mistakenly think you can’t use innovative new technologies and your web sites have to remain flat and boring. This is not the case as accessibility is one part of the design process and works alongside, not against, innovative design. The only [...]]]></description>
			<content:encoded><![CDATA[<p>One on the myths of accessibility is that it suppresses creativity and progress. People mistakenly think you can’t use innovative new technologies and your web sites have to remain flat and boring. This is not the case as accessibility is one part of the design process and works alongside, not against, innovative design. The only difference is that you need to keep all users in mind and build to standards. <small>(Article dated: October 1, 2007)</small></p>
<p>Read <a href="http://www.rnib.org.uk/wacblog/javascript/ajax-accessibility-and-the-user/" rel="external">AJAX, accessibility and the user</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wizardev.ca/ajax-accessibility-and-the-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX, JavaScript Support and Screen Reader Accessibility (456 Berea Street)</title>
		<link>http://wizardev.ca/ajax-javascript-support-and-screen-reader-accessibility-456-berea-street/</link>
		<comments>http://wizardev.ca/ajax-javascript-support-and-screen-reader-accessibility-456-berea-street/#comments</comments>
		<pubDate>Wed, 24 May 2006 12:04:09 +0000</pubDate>
		<dc:creator>Mishka</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Web Tech]]></category>

		<guid isPermaLink="false">http://wizardev.ca/web-words/?p=109</guid>
		<description><![CDATA[Making websites and web based applications that use a lot of JavaScript accessible isn&#8217;t as easy as just making sure that there is a non-JavaScript fallback. Yes, you always need to make sure that your site degrades gracefully in user agents that do not support JavaScript. But that isn&#8217;t always enough. (Article dated: May 18, [...]]]></description>
			<content:encoded><![CDATA[<p>Making websites and web based applications that use a lot of JavaScript accessible isn&#8217;t as easy as just making sure that there is a non-JavaScript fallback. Yes, you always need to make sure that your site degrades gracefully in user agents that do not support JavaScript. But that isn&#8217;t always enough. <small>(Article dated: May 18, 2006)</small></p>
<p><a href="http://www.456bereastreet.com/archive/200605/ajax_javascript_support_and_screen_reader_accessibility/" rel="external">Read the Article&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wizardev.ca/ajax-javascript-support-and-screen-reader-accessibility-456-berea-street/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyzing Key Metrics in Your Web Site Traffic Reports</title>
		<link>http://wizardev.ca/analyzing-key-metrics-in-your-web-site-traffic-reports/</link>
		<comments>http://wizardev.ca/analyzing-key-metrics-in-your-web-site-traffic-reports/#comments</comments>
		<pubDate>Fri, 05 May 2006 18:59:13 +0000</pubDate>
		<dc:creator>Mishka</dc:creator>
				<category><![CDATA[For Site Owners]]></category>
		<category><![CDATA[Web Tech]]></category>

		<guid isPermaLink="false">http://wizardev.ca/web-words/analyzing-key-metrics-in-your-web-site-traffic-reports</guid>
		<description><![CDATA[A good primer, not too technical in nature. (Article dated: May 4, 2006) Part 1 &#124; Part 2]]></description>
			<content:encoded><![CDATA[<p>A good primer, not too technical in nature. <small>(Article dated: May 4, 2006)</small></p>
<p><a href="http://www.entrepreneurs-journey.com/450/analyzing-key-metrics-in-your-web-site-traffic-reports-part-1/" rel="external">Part 1</a> | <a href="http://www.entrepreneurs-journey.com/451/analyzing-key-metrics-in-your-web-site-traffic-reports-part-2/" rel="external">Part 2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wizardev.ca/analyzing-key-metrics-in-your-web-site-traffic-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combating Email Harvester Robots using ISO, Hexadecimal and Mixed Output Email Obfuscation (Enigma)</title>
		<link>http://wizardev.ca/combating-email-harvester-robots-using-iso-hexadecimal-and-mixed-output-email-obfuscation/</link>
		<comments>http://wizardev.ca/combating-email-harvester-robots-using-iso-hexadecimal-and-mixed-output-email-obfuscation/#comments</comments>
		<pubDate>Mon, 17 Oct 2005 21:14:12 +0000</pubDate>
		<dc:creator>Mishka</dc:creator>
				<category><![CDATA[Web Tech]]></category>

		<guid isPermaLink="false">http://wizardev.ca/web-words/combating-email-harvester-robots-using-iso-hexadecimal-and-mixed-output-email-obfuscation</guid>
		<description><![CDATA[In the same way that search engine spiders crawl the web grabbing site pages, examining and filing them in huge databases ready for retrieval by surfers using Google, Yahoo! or whatever web search engines, email harvester spiders traverse the Web looking for email signatures in web pages &#8211; for the (often sole) purpose of building [...]]]></description>
			<content:encoded><![CDATA[<p>In the same way that search engine spiders crawl the web grabbing site pages, examining and filing them in huge databases ready for retrieval by surfers using Google, Yahoo! or whatever web search engines, email harvester spiders traverse the Web looking for email signatures in web pages &#8211; for the (often sole) purpose of building large databases to sell on as spam email address lists.</p>
<p><a href="http://www.seowebsitepromotion.com/obfuscate_email.asp" rel="external">Read the Article and Tools for Obfuscating Email Addresses&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wizardev.ca/combating-email-harvester-robots-using-iso-hexadecimal-and-mixed-output-email-obfuscation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Favicon Files Online</title>
		<link>http://wizardev.ca/create-favicon-files-online/</link>
		<comments>http://wizardev.ca/create-favicon-files-online/#comments</comments>
		<pubDate>Sat, 21 Oct 2006 03:24:27 +0000</pubDate>
		<dc:creator>Mishka</dc:creator>
				<category><![CDATA[Web Tech]]></category>

		<guid isPermaLink="false">http://wizardev.ca/web-words/create-favicon-files-online</guid>
		<description><![CDATA[This works very well. Create your own Favicon.]]></description>
			<content:encoded><![CDATA[<p>This works very well. Create your own <a href="http://www.chami.com/html-kit/services/favicon/" target="_blank">Favicon</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wizardev.ca/create-favicon-files-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Defining Project Boundaries (and Keeping Your Client Within Them)</title>
		<link>http://wizardev.ca/defining-project-boundaries-and-keeping-your-client-within-them/</link>
		<comments>http://wizardev.ca/defining-project-boundaries-and-keeping-your-client-within-them/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 14:12:42 +0000</pubDate>
		<dc:creator>Mishka</dc:creator>
				<category><![CDATA[For Site Owners]]></category>
		<category><![CDATA[Web Tech]]></category>

		<guid isPermaLink="false">http://wizardev.ca/web-words/defining-project-boundaries-and-keeping-your-client-within-them</guid>
		<description><![CDATA[Scope creep begins at the moment when your client asks for something outside of the scope of work for which you’ve contracted (you do have a contract, right?). Naturally, they’re asking for this thing to be included at no extra cost. Actually, they’re probably not asking. They’re probably acting like it’s always been understood that [...]]]></description>
			<content:encoded><![CDATA[<p>Scope creep begins at the moment when your client asks for something outside of the scope of work for which you’ve contracted (you do have a contract, right?). Naturally, they’re asking for this thing to be included at no extra cost. Actually, they’re probably not asking. They’re probably acting like it’s always been understood that this thing will be included. Duh. <small>(Article dated: April 10, 2007)</small></p>
<p>Read <a href="http://www.agencybyte.com/2007/04/10/defining-project-boundaries-and-keeping-your-client-within-them/" rel="external">Defining Project Boundaries (and Keeping Your Client Within Them)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wizardev.ca/defining-project-boundaries-and-keeping-your-client-within-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

