<?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>Design Meme &#187; Web Design Tutorial</title>
	<atom:link href="http://www.designmeme.com/category/web-design-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designmeme.com</link>
	<description>Web Design News &#38; Resources</description>
	<lastBuildDate>Thu, 14 Jul 2011 18:45:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>New Article on CSS Rollovers</title>
		<link>http://www.designmeme.com/new-article-on-css-rollovers/</link>
		<comments>http://www.designmeme.com/new-article-on-css-rollovers/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 02:47:31 +0000</pubDate>
		<dc:creator>Stuart Robertson</dc:creator>
				<category><![CDATA[Web Design Tutorial]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rollovers]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.designmeme.com/?p=155</guid>
		<description><![CDATA[In addition to working in web design and development, I also teach a few different web design courses. I usually refer my students to intermediate to advanced resources like A List Apart, or Think Vitamin. To help people get to &#8230; <a href="http://www.designmeme.com/new-article-on-css-rollovers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In addition to working in web design and development, I also teach a few different web design courses.  I usually refer my students to intermediate to advanced resources like <a href="http://www.alistapart.com">A List Apart</a>, or <a href="http://www.thinkvitamin.com">Think Vitamin</a>.  To help people get to the point where they’ll find those sites helpful, I’m going to start posting some short articles on more basic, but still helpful, techniques you can use if you’re just getting started.</p>
<p>The first of these new articles to help you learn web design is about a important and frequently requested technique:  <a href="http://www.designmeme.com/articles/learn-web-design-css-rollovers/">Rollover Images with Cascading Style Sheets</a><br />
<span id="more-155"></span><br />
Let me know what you think &#8212; leave a comment on the article, or a comment on this post and let me know what other web design tutorials you might be interested in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designmeme.com/new-article-on-css-rollovers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SIR Image Replacement</title>
		<link>http://www.designmeme.com/sir-image-replacement/</link>
		<comments>http://www.designmeme.com/sir-image-replacement/#comments</comments>
		<pubDate>Mon, 10 Jul 2006 12:54:26 +0000</pubDate>
		<dc:creator>Stuart Robertson</dc:creator>
				<category><![CDATA[Web Design Tutorial]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.designmeme.com/2006/07/10/sir-image-replacement/</guid>
		<description><![CDATA[CSS techniques for replacing text with an image have been around for a few years, allowing web designers greater options for styling text on a page. Early approaches turned out not to work as expected with Screen Readers, making the &#8230; <a href="http://www.designmeme.com/sir-image-replacement/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>CSS techniques for replacing text with an image have been around for a few years, allowing web designers greater options for styling text on a page. Early approaches turned out not to work as expected with Screen Readers, making the text less accessible than normal. In response, a variety of different approaches have been suggested &#8212; many involving extra <code>span</code> tags, lengthy CSS, or both.</p>
<p>Here&#8217;s my suggestion for an Image Replacement technique that&#8217;s accessibe, requires no additional HTML tags, and uses a tiny amount of CSS.</p>
<p><a href="http://www.designmeme.com/articles/sir">Read the article</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designmeme.com/sir-image-replacement/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Tutorial: CSS Curly Quotes</title>
		<link>http://www.designmeme.com/new-tutorial-css-curly-quotes/</link>
		<comments>http://www.designmeme.com/new-tutorial-css-curly-quotes/#comments</comments>
		<pubDate>Tue, 03 Jan 2006 20:57:40 +0000</pubDate>
		<dc:creator>Stuart Robertson</dc:creator>
				<category><![CDATA[Web Design Tutorial]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.designmeme.com/2006/01/03/new-tutorial-css-curly-quotes/</guid>
		<description><![CDATA[It&#8217;s been a while since I posted a CSS tutorial here, so this feels like a good way to be starting the New Year. Simon Collison recently explained how to create Swooshy Curly Quotes Without Images using CSS. It&#8217;s a &#8230; <a href="http://www.designmeme.com/new-tutorial-css-curly-quotes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I posted a CSS tutorial here, so this feels like a good way to be starting the New Year.</p>
<p>Simon Collison recently explained how to create  <a href="http://24ways.org/advent/swooshy-curly-quotes-without-images">Swooshy Curly Quotes Without Images using CSS</a>.  It&#8217;s a nice technique  that works cross-browser, but you have to add span tags to your markup for it to work.</p>
<p>I&#8217;ve written a short article outlining an alternate method for creating <a href="http://www.designmeme.com/articles/csscurlyquotes/">CSS Curly Quotes</a> that requires no changes to your markup, and works in modern CSS2 compatible browsers like Firefox.  Simon&#8217;s technique is cross browser, while my approach gives your cleaner markup.  I can think of reasons to use both.</p>
<p><a href="http://www.designmeme.com/articles/csscurlyquotes/">Read the article</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designmeme.com/new-tutorial-css-curly-quotes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

