<?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>Web Teacher &#187; CSS</title>
	<atom:link href="http://www.webteacher.ws/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webteacher.ws</link>
	<description>Tips, web design book reviews, resources and observations for teaching and learning web development.</description>
	<lastBuildDate>Sat, 31 Jul 2010 12:17:00 +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>Useful links: Influence, Font Previewer</title>
		<link>http://www.webteacher.ws/2010/07/30/useful-links-influence-font-previewer/</link>
		<comments>http://www.webteacher.ws/2010/07/30/useful-links-influence-font-previewer/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 12:29:51 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[women]]></category>
		<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4864</guid>
		<description><![CDATA[From The Access Point, a listing of the most influential women&#8217;s voices on the web. ABIE from Access Communications The Access Point is using the post/graphic to bring attention to their new  ranking tool, ABIE, that &#8220;determines online influence based not only on data from the top ‘ranking’ services out there, but also on factors [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F07%252F30%252Fuseful-links-influence-font-previewer%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FaErsKY%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Useful%20links%3A%20Influence%2C%20Font%20Previewer%22%20%7D);"></div>
<p>From <a href="http://accesspr.typepad.com/access_communications/2010/07/the-most-influential-female-voices-on-the-web-infographic.html">The Access Point</a>, a listing of the most influential women&#8217;s voices on the web.</p>
<p><a href="http://www.accesspr.com/images/abie_blogher_lg.jpg"><img title="ABIE: Influential Women" src="http://www.accesspr.com/images/abie_blogher_lg.jpg" alt="" width="800" height="527" /></a></p>
<p><a href="http://www.accesspr.com/pr2.html">ABIE</a> from Access Communications</p>
<p>The Access Point is using the post/graphic to bring attention to their new  ranking tool, ABIE,  that &#8220;determines online influence based not only on data from the top  ‘ranking’ services out there, but also on factors such as audience  engagement levels and the frequency original content is shared across  the social Web.&#8221; I don&#8217;t see where they&#8217;ve done a similar thing for influential men.</p>
<p><a href="http://code.google.com/webfonts/preview#font-family=IM+Fell+Double+Pica">Google Font Previewer</a> is super helpful. As I mentioned in an earlier article, <a href="http://www.webteacher.ws/2010/06/08/embedding-fonts-the-google-way/">Embedding fonts the Google way</a>, it&#8217;s very easy to use fonts from the Google font directory. Now Google has provided an app that lets you pick one of their fonts, apply some CSS3 text-shadow, and set a few spacing options. You see how it looks in the preview.  It spits out some code you can copy.</p>
<p>This font is called Lobster. Here&#8217;s how I made it look in the preview.</p>
<p><a href="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/lobster-font.jpg"><img class="alignnone size-full wp-image-4870" title="words set in lobster font" src="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/lobster-font.jpg" alt="words set in lobster font" width="794" height="125" /></a></p>
<p>This is the code the app provided:</p>
<p><code>&lt;link  href="//fonts.googleapis.com/css?family=Lobster:regular" rel="stylesheet" type="text/css" &gt;<br />
&lt;style&gt;<br />
body {<br />
font-family: 'Lobster', serif;<br />
font-size: 28px;<br />
font-style: normal;<br />
font-weight: 400;<br />
text-shadow: 2px 2px 2px #aaa;<br />
text-decoration: none;<br />
text-transform: none;<br />
letter-spacing: 0.024em;<br />
word-spacing: 0em;<br />
<span>line-height: 1.13em;<br />
}<br />
&lt;/style&gt;</span></code></p>
<p>The code could use a bit of editing to remove unused properties (e.g. text-transform: none;), but it is a time-saver to see how text is going to look with the text-shadow styling.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/07/30/useful-links-influence-font-previewer/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/07/30/useful-links-influence-font-previewer/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/07/30/useful-links-influence-font-previewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Links: Box-shadow, HTML5 on the job</title>
		<link>http://www.webteacher.ws/2010/07/22/useful-links-box-shadow-html5-on-the-job/</link>
		<comments>http://www.webteacher.ws/2010/07/22/useful-links-box-shadow-html5-on-the-job/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 12:23:42 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4816</guid>
		<description><![CDATA[Cross-browser CSS box-shadows at Opera Dev shows you how to make it work. Demand for HTML5 Skills on the Rise, Report Says at Web Worker Daily quotes a study showing a 474 percent increase in demand for HTML5 developers at online job posting sites. Are educators working HTML5 into the curriculum? When do you think [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F07%252F22%252Fuseful-links-box-shadow-html5-on-the-job%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FbBhyTW%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Useful%20Links%3A%20Box-shadow%2C%20HTML5%20on%20the%20job%22%20%7D);"></div>
<p><a href="http://dev.opera.com/articles/view/cross-browser-box-shadows/">Cross-browser CSS box-shadows</a> at Opera Dev shows you how to make it work.</p>
<p><a href="http://webworkerdaily.com/2010/07/21/demand-for-html5-skills-on-the-rise-report-says">Demand for HTML5 Skills on the Rise, Report Says</a> at Web Worker Daily quotes a study showing a 474 percent increase in demand for HTML5 developers at online job posting sites. Are educators working HTML5 into the curriculum? When do you think it&#8217;s appropriate to introduce HTML5 to students?</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/07/22/useful-links-box-shadow-html5-on-the-job/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/07/22/useful-links-box-shadow-html5-on-the-job/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/07/22/useful-links-box-shadow-html5-on-the-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Links: Reason, Border-radius, Cognitive Surplus</title>
		<link>http://www.webteacher.ws/2010/07/15/useful-links-reason-border-radius-cognitive-surplus/</link>
		<comments>http://www.webteacher.ws/2010/07/15/useful-links-reason-border-radius-cognitive-surplus/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 12:14:41 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[BookReview]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4790</guid>
		<description><![CDATA[Reason is an open source CMS that several colleges have used with success. How Luther College is Using Reason, is a thorough review of its pluses and minuses. Border-radius. Put a number in one of the corner boxes and there you go. Cognitive Surplus: Creativity and Generosity in a Connected Age. Beth Kanter reviews Clay [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F07%252F15%252Fuseful-links-reason-border-radius-cognitive-surplus%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2Fddsprr%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Useful%20Links%3A%20Reason%2C%20Border-radius%2C%20Cognitive%20Surplus%22%20%7D);"></div>
<p><a href="http://apps.carleton.edu/opensource/reason/">Reason</a> is an open source CMS that several colleges have used with success. <a href="http://doteduguru.com/id5470-how-luther-college-is-using-reason.html">How Luther College is Using Reason</a>, is a thorough review of its pluses and minuses.</p>
<p><a href="http://border-radius.com/">Border-radius</a>. Put a number in one of the corner boxes and there you go.</p>
<p><a href="http://www.bethkanter.org/cognitive-surplus"><cite>Cognitive Surplus: Creativity and Generosity in a Connected Age</cite></a>. Beth Kanter reviews Clay Shirky&#8217;s new book and then offers to give it away, along with her newest, <cite>The Networked Nonprofit</cite>.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/07/15/useful-links-reason-border-radius-cognitive-surplus/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/07/15/useful-links-reason-border-radius-cognitive-surplus/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/07/15/useful-links-reason-border-radius-cognitive-surplus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In the mind of Copyblogger there&#8217;s a great HTML blog</title>
		<link>http://www.webteacher.ws/2010/07/14/in-the-mind-of-copyblogger-theres-a-great-html-blog/</link>
		<comments>http://www.webteacher.ws/2010/07/14/in-the-mind-of-copyblogger-theres-a-great-html-blog/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 16:34:42 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4795</guid>
		<description><![CDATA[You know Copyblogger, right? Copyblogger is Brian Clark, the genius writer with a kajillion followers who gives good advice to bloggers about how to get traffic and keep readers coming back. I was playing a game in my head with some of the Copyblogger headlines, thinking that if people who wrote about HTML and CSS [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F07%252F14%252Fin-the-mind-of-copyblogger-theres-a-great-html-blog%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FdajP8C%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22In%20the%20mind%20of%20Copyblogger%20there%27s%20a%20great%20HTML%20blog%22%20%7D);"></div>
<p>You know <a href="http://www.copyblogger.com/">Copyblogger</a>, right? Copyblogger is Brian Clark, the genius writer with a kajillion followers who gives good advice to bloggers about how to get traffic and keep readers coming back.</p>
<p>I was playing a game in my head with some of the Copyblogger headlines, thinking that if people who wrote about HTML and CSS and stuff like web education used his headline techniques, there would be a lot more traffic to web dev blogs.</p>
<p>Here are some examples of how the game goes. Feel free to suggest more.</p>
<p>Copyblogger said: How to Find Thousands More Prospects for Your Business<br />
I said: How to Find Thousands of Web Standards Tips</p>
<p>Copyblogger said: How to Develop an Endless Source of Ideas that Sell<br />
I said: How to Develop an Endless Source of HTML Tutorials that Deliver</p>
<p>Copyblogger said: Want More Readers: Try Expanding Your Internet Universe<br />
I said: Want More Semantic HTML? Try Developing Your List Elements</p>
<p>Copyblogger said: 7 Essential Steps to Creating Your Content Masterpiece<br />
I said: 7 Essential Steps to Optimizing Your CSS</p>
<p>Copyblogger said: The Grateful Dead 4-Step Guide to the Magical Influence of Content Marketing<br />
I said: The Grateful Dead 4-Step Guide to the Magical Influence of Accessible Forms</p>
<p>Copyblogger said: Improve Your Writing Overnight with the Rule of 24: Guaranteed<br />
I said: Improve Your Code Overnight with the Rule of 24: Guaranteed</p>
<p>I need to start playing this game in real life.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/07/14/in-the-mind-of-copyblogger-theres-a-great-html-blog/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/07/14/in-the-mind-of-copyblogger-theres-a-great-html-blog/#comments">7 comments</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/07/14/in-the-mind-of-copyblogger-theres-a-great-html-blog/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>10 Terrific Tech Blogs by Women</title>
		<link>http://www.webteacher.ws/2010/07/06/10-terrific-tech-blogs-by-women/</link>
		<comments>http://www.webteacher.ws/2010/07/06/10-terrific-tech-blogs-by-women/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 12:10:08 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[BlogHer]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[UsefulLinks]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[WebDesign]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[women]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4728</guid>
		<description><![CDATA[Tech tips, geeky how-tos, thoughtful analysis of issues, news about the latest gadgets, ideas for improving your blog—you&#8217;ll find it all in these 10 terrific tech and science blogs. They just happen to be written by women. I. Hacker Chick The Hacker Chick Blog is a beautiful starting point. I say beautiful because the graphics [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F07%252F06%252F10-terrific-tech-blogs-by-women%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2F9veHXF%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%2210%20Terrific%20Tech%20Blogs%20by%20Women%22%20%7D);"></div>
<p>Tech tips, geeky how-tos, thoughtful analysis of issues, news about the latest gadgets, ideas for improving your blog—you&#8217;ll find it all in these 10 terrific tech and science blogs. They just happen to be written by women.</p>
<h3>I. Hacker Chick</h3>
<p><a href="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/hackerchick.jpg"><img class="size-full wp-image-4731 alignright" title="hacker chick" src="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/hackerchick.jpg" alt="hacker chick graphic image" width="105" height="200" /></a><a href="http://www.thehackerchickblog.com/">The Hacker Chick Blog</a> is a beautiful starting point. I say beautiful because the graphics on this blog are stunning: everything from the image representing the hacker chick (software developer Abby Fichtner) to the icons and images used as illustrations are visually outstanding. Hacker Chick writes about designing WordPress themes, agile computing, programming, social media, and business.</p>
<p>In <a href="http://www.thehackerchickblog.com/2010/05/build-your-startup-from-the-heart.html">Build Your Startup From the Heart</a>, she said,</p>
<blockquote><p>The world, it seems, is changing. If you ask Daniel Pink, he’ll say that our &#8220;left-brained&#8221; aptitudes — logical, analytical skills, the types of things schools reward us for — are no longer sufficient if we want to remain competitive. These are, after all, the very things being automated by computers and outsourced at rates we can’t compete with if we want to pay our mortgages, or, say, eat.</p>
<p>If we truly want to succeed, we need to pull in those right-brained skills that our schools &amp; employers have tried so hard to beat out of us — artistry, empathy, play, and story telling.</p></blockquote>
<p>You don&#8217;t find many programmers who think this way, or who can pull it together the way Hacker Chick does.</p>
<h3>II. Pars3c</h3>
<p><a href="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/star_trail-pars3c.jpg"><img class="size-full wp-image-4733 alignright" title="star trail from pars3c" src="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/star_trail-pars3c.jpg" alt="star trail from pars3c" width="200" height="133" /></a>Elizabeth Howell has her head in the stars with her blog <a href="http://www.pars3c.com/">Pars3c</a>. The blog is pronounced &#8220;PAR-seck,&#8221; and astronomical term that gives you an idea of the topics you&#8217;ll find on the blog. This blog is about astronomy, spaceflight, science and telescopes. Big telescopes.</p>
<p>In <a href="http://www.pars3c.com/2010/05/06/500-explosions-500-reasons-to-love-satellites/">500 explosions, 500 reasons to love satellites</a>, Elizabeth said,</p>
<blockquote><p>I’ve said this before, and I’ll say it again — the greatest thing about space-borne observatories is they have 24-hour darkness to enjoy. This makes it easier to catch fleeting cosmic events, even explosions.</p>
<p>Like that moment last month when NASA’s Swift telescope saw its 500th gamma-ray burst.</p></blockquote>
<h3>III. Blogger Buster</h3>
<p><a href="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/bloggerbuster.jpg"><img class="alignleft size-full wp-image-4735" title="blogger buster" src="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/bloggerbuster.jpg" alt="blogger buster" width="350" height="74" /></a>Blogger Buster is for Google Blogger users. It&#8217;s written by Amanda Kay. Blogger templates and tutorials are the heart of this blog.</p>
<p>For example, you can learn about <a href="http://www.bloggerbuster.com/2009/09/related-posts-with-thumbnails-for.html">90 Related Posts with Thumbnails for Blogger &#8211; New Version by BloggerWidgets</a></p>
<blockquote><p>Aneesh of Blogger Widgets has developed a new &#8220;Related Posts&#8221; script for Blogger which displays thumbnails of images in addition to linked post titles.</p>
<p>In appearance, this Blogger &#8220;add-on&#8221; is similar to the LinkWithin script. Each section is highlighted in a complementary colour when the mouse hovers over it, and the entire section is clickable, leading to the URL of the &#8220;related post&#8221; displayed.</p></blockquote>
<h3>IV. Girl Developer</h3>
<p><a href="http://girldeveloper.com/"></a><a href="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/girldeveloper.jpg"><img class="size-full wp-image-4737 alignright" title="girl developer" src="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/girldeveloper.jpg" alt="girl developer" width="111" height="150" /></a>Girl Developer is written by Sara, a software engineer. Her topics range among .net and WAN, tech events, software reviews, and life as a developer. There&#8217;s always a dash of style and humor in the mix. Recently she wrote about <a href="http://girldeveloper.com/events/meeting-wendy-friedlander/">Meeting Wendy Friedlander</a>, a fellow developer who is undergoing cancer treatment.</p>
<p>Meeting Wendy prompted her to put together a fund-raising dinner:</p>
<blockquote><p>I put this dinner together because I think it would be wonderful if we could all help Wendy a little as a community. She&#8217;s one of our own and it really could be any one of us. We&#8217;re having a dinner for Wendy, and if you&#8217;re in the NYC area and can make it we&#8217;d love to have you. It will be a great time of fellowship with other developers and I&#8217;m looking forward to it. If you can&#8217;t make the dinner or aren&#8217;t from the area there is a paypal link here for donations.</p></blockquote>
<h3>V. Do it Myself Blog</h3>
<p><a href="http://www.doitmyselfblog.com/"></a><a href="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/doitmyself.jpg"><img class="size-full wp-image-4739 alignright" title="do it myself" src="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/doitmyself.jpg" alt="do it myself" width="106" height="150" /></a>Do it Myself Blog is the work of Glenda Watson Hyatt, the left-thumb blogger—so called because she types only with her left thumb due to her cerebral palsy. Glenda writes about accessibility on the web and in life, about events she attends and speeches she gives with the help of her computer&#8217;s voice, about new technology, entrepreneurship, and trying to find an accessible bathroom while at tech events.</p>
<p>Lately Glenda has been searching for the perfect app for her iPad that will help her with chores like making hair appointments and ordering burgers. In <a href="http://www.doitmyselfblog.com/2010/the-ipad-as-an-affordable-communicator-a-follow-up-review/">The iPad as an Affordable Communicator: A Follow-up Review</a>, she commented</p>
<blockquote><p>While I was at the mall last Tuesday, i also made a hair appointment. In the old days I would have typed a note before leaving home. Or, I would have asked Darrell to call for an appointment.</p>
<p>Tuesday i pulled out my iPad, typed a message in the Proloquo2Go app and showed it to the receptionist. An appointment was made for the following day.</p></blockquote>
<p>All is not golden with the Proloquo2Go app, however, as Glenda discovers when she tries to <a href="http://www.doitmyselfblog.com/2010/the-ipad-as-an-affordable-communicator-a-follow-up-review/">order food</a>.</p>
<h3>VI. Apophenia</h3>
<p><a href="http://www.zephoria.org/thoughts/"></a><a href="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/danahboydinitials.jpg"><img class="alignleft size-full wp-image-4741" title="danah boyd initials" src="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/danahboydinitials.jpg" alt="danah boyd initials" width="101" height="81" /></a>Apophenia is danah boyd&#8217;s blog. This blog deals with big ideas. It focuses on issues: trends, analysis, data about how young people use technology, and topics like privacy.</p>
<p>In <a href="http://www.zephoria.org/thoughts/archives/2010/06/12/for-the-lolz-4chan-is-hacking-the-attention-economy.html">“for the lolz”: 4chan is hacking the attention economy </a>, danah explains what 4chan is with a &#8220;Newbie Note&#8221; before she begins her discussion of the site:</p>
<blockquote><p>Newbie note: If you have never heard of 4chan, start with the <a href="http://en.wikipedia.org/wiki/4chan">Wikipedia</a> entry and not the website itself. The site tends to offend many adults’ sensibilities. As one of my friends put it, loving LOLcats or rickrolling as outputs is like loving a tasty hamburger; visiting 4chan is like visiting the meat factory. At some point, it’d probably help to visit the meat factory, but that might make you go vegetarian.</p></blockquote>
<p>danah boyd is quite possibly one the the smartest people on the planet, so running <em>big ideas</em> through her mind and getting to read the results of her thinking on her blog is a true privilege.</p>
<h3>VII. The Female Perspective of Computer Science</h3>
<p><a href="http://compscigail.blogspot.com/"></a><a href="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/femaleperspective.jpg"><img class="alignleft size-full wp-image-4743" title="female perspective of computer science logo" src="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/femaleperspective.jpg" alt="female perspective of computer science logo" width="150" height="126" /></a>The Female Perspective of Computer Science is from Gail Carmichael, who is working on a doctorate in Computer Science. Her fields of study include educational entertainment and augmented reality, both of which get discussed on the blog. Other topics include visual computing, games, events, computer science, and women.</p>
<p>Recently she wrote about <a href="http://compscigail.blogspot.com/2010/06/getting-hang-of-iphone-development.html">Getting the Hang of iPhone Development</a>.</p>
<blockquote><p>I needed to learn how to develop for the iPhone since the projects I want to work on next will be games for the device. This task was somewhat daunting, given that I hadn&#8217;t really even used a Mac before, let alone Objective-C or Xcode. Luckily, there are some really great resources out there that you should check out if you are also just getting started.</p>
<p>So far, the most invaluable resource for me has been the Stanford iTunes U lectures on iPhone development. After watching the lectures via iTunes, you can download all the course materials, including slides and assignments.</p></blockquote>
<p>A free course from Standford so you can learn how to develop for iPhone? Dang, that&#8217;s great information!</p>
<h3>VIII. Geek Feminism Blog</h3>
<p><a href="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/geekfeminism.jpg"><img class="alignleft size-full wp-image-4745" title="geek feminism" src="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/geekfeminism.jpg" alt="geek feminism" width="300" height="53" /></a>Geek Feminism Blog has over a dozen writers, mostly women. A few male feminists in the mix is a good thing. The range of topics you find there is as wide and deep as the minds of its many contributors. The frequent <cite>linkspam</cite> posts are a great source for exploring the blogosphere on topics related to technology and women. Other topics you might find explored there are comics, conferences, gender, open source, programming, star trek, and just about anything else you can think of that interests geeks.</p>
<p>In <a href="http://geekfeminism.org/2010/06/28/july-6th-is-the-last-day-for-super-early-bird-rate-for-grace-hopper-celebration/">July 6th is the last day for super early bird rate for Grace Hopper Celebration</a>, Terri tells us,</p>
<blockquote><p>If you haven’t heard of GHC before, it’s a really amazing conference for women involved in technology (especially geek feminists!). Not only does it tip the usual ratios on their heads (hello, &gt;90% women! And yes, that means men are welcome.) it’s one of very few conferences where I can say that even the most technical talks are interesting and well-presented.</p></blockquote>
<h3>IX. CSS, JavaScript and XHTML Explained and Standardista</h3>
<p><a href="http://www.evotech.net/blog/"></a><a href="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/standardista.jpg"><img class="alignleft size-full wp-image-4747" title="standardista" src="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/standardista.jpg" alt="standardista" width="400" height="112" /></a>CSS, JavaScript and XHTML Explained is by Estele Weyl. The title is self-describing, but doesn&#8217;t completely cover the range of what you find there. You might learn about conferences, girl geeks, browser quirks, accessibility and other web development related topics. Estele has another blog called <a href="http://www.standardista.com/">Standardista: CSS3, JavaScript and HTML5 Explained</a> that is similar but devoted to newer technologies such as HTML5. As the technologies move forward, the newer blog may get the most additions.</p>
<p>Estele is great at putting things in an organized matrix to help you quickly see what is what with a topic. For example, in <a href="http://www.standardista.com/html5-input-attributes-browser-support">HTML5 Input Attributes &amp; Browser Support</a>, she created a handy table to show which browsers support which of the new HTML5 form elements.</p>
<h3>X. MacTips</h3>
<p><a href="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/mactips.jpg"><img class="alignleft size-full wp-image-4749" title="mac tips" src="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/mactips.jpg" alt="mac tips" width="275" height="71" /></a>I saved a great one for last: <a href="http://mactips.info/">MacTips</a>, the very helpful guide to Macs, iPhones and iPads from Miraz Jordan. The tips never end at MacTips. For example, <a href="http://mactips.info/2010/06/use-safari-5s-reader-for-easier-reading-on-the-web">Use Safari 5′s Reader for easier reading on the web</a> and <a href="http://mactips.info/2010/05/how-to-change-app-preferences-on-an-iphone">How to change app Preferences on an iPhone</a>.</p>
<p>Miraz always has clear directions with informative illustrations and screen shots to guide you through all things Mac.</p>
<p>Cross-posted in slightly different form at <a href="http://www.blogher.com/10-terrific-tech-blogs">BlogHer</a>.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/07/06/10-terrific-tech-blogs-by-women/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/07/06/10-terrific-tech-blogs-by-women/#comments">4 comments</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/07/06/10-terrific-tech-blogs-by-women/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Red Hot Web Teacher Tips</title>
		<link>http://www.webteacher.ws/2010/06/29/red-hot-web-teacher-tips/</link>
		<comments>http://www.webteacher.ws/2010/06/29/red-hot-web-teacher-tips/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 11:42:44 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WebTeacherTips]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4710</guid>
		<description><![CDATA[The butterflies at the Butterfly Pavilion at the Rio Grande Botanical Garden are a treat. The hot stuff for the past week includes How to Look like a Wiz with RGBa Style a Fieldset with Rounded Corners using CSS Is this support call hilarious? What do you think? Styling a fieldset with CSS Playing with [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F06%252F29%252Fred-hot-web-teacher-tips%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2Fae699i%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Red%20Hot%20Web%20Teacher%20Tips%22%20%7D);"></div>
<p><a title="Butterfly Pavilion by veesees, on Flickr" href="http://www.flickr.com/photos/veesees/4629516417/"><img src="http://farm5.static.flickr.com/4015/4629516417_0a50528723.jpg" alt="a butterfly at the Rio Grande Botanical Garden Butterfly Pavilion" width="500" height="500" /></a></p>
<p>The butterflies at the Butterfly Pavilion at the Rio Grande Botanical Garden are a treat.</p>
<p>The hot stuff for the past week includes</p>
<ul>
<li><a href="http://www.webteacher.ws/2010/05/20/how-to-look-like-a-wiz-with-rgba/">How to Look like a Wiz with RGBa</a></li>
<li><a href="http://www.webteacher.ws/2010/02/27/style-a-fieldset-with-rounded-corners-using-css/">Style a Fieldset with Rounded Corners using CSS</a></li>
<li><a href="http://www.webteacher.ws/2010/06/11/is-this-support-call-hilarious-what-do-you-think/">Is this support call hilarious? What do you think?</a></li>
<li><a href="http://www.webteacher.ws/2009/02/26/tip-styling-a-fieldset-with-css/">Styling a fieldset with CSS</a></li>
<li><a href="http://www.webteacher.ws/2010/05/05/playing-with-the-blackbird-bookmarklet/">Playing with the Blackbird bookmarklet</a></li>
</ul>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/06/29/red-hot-web-teacher-tips/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/06/29/red-hot-web-teacher-tips/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/06/29/red-hot-web-teacher-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Rounded Corners with CSS3</title>
		<link>http://www.webteacher.ws/2010/06/16/make-rounded-corners-with-css3/</link>
		<comments>http://www.webteacher.ws/2010/06/16/make-rounded-corners-with-css3/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 12:14:52 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[WebDesign]]></category>
		<category><![CDATA[WebStandards]]></category>
		<category><![CDATA[WebTeacherTips]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4658</guid>
		<description><![CDATA[There&#8217;s a new version of Cascading Style Sheets (CSS) in the works—CSS3. With this new set of rules for styling your blogs and web pages, you can do things that previously could only be done with images. One bit of magic that you can do with a CSS style rule now is make rounded corners. [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F06%252F16%252Fmake-rounded-corners-with-css3%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FcLXNbW%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Make%20Rounded%20Corners%20with%20CSS3%22%20%7D);"></div>
<p>There&#8217;s a new version of Cascading Style Sheets (CSS) in the works—CSS3. With this new set of rules for styling your blogs and web pages, you can do things that previously could only be done with images.</p>
<p>One bit of magic that you can do with a CSS style rule now is make rounded corners. You can apply rounded corners to borders, <a href="http://www.webteacher.ws/2010/02/27/style-a-fieldset-with-rounded-corners-using-css/">fieldsets</a>, or anything that has a border line around it.</p>
<p>Everything on a web page is in a box. Every paragraph, heading or image you stick on a web page is bounded by a box. Usually you aren&#8217;t aware of the box, because you don&#8217;t see the borders—the boundaries of the box are not visible. If you put borders on the box, the edges of the box are made visible. Borders frame the element on the page and help separate one sort of content from another. The default borders create square cornered rectangles.</p>
<p>I&#8217;ve used rounded corners in several places on this blog. Here&#8217;s a specific example. I have a slideshow from Flickr in my sidebar. I put a border around the heading and the slideshow to separate that particular bit of content on my page into a unique element. I made the border have rounded corners.</p>
<h3>The Rounded Corner How To</h3>
<p>Find the relevant rule in your stylesheet. Every part of your page probably already has some style rules in place. If there&#8217;s already a border rule, change it. If it doesn&#8217;t have a border rule yet, add it. Here&#8217;s what I did in the part of my stylesheet where I styled the slideshow:</p>
<p>#womenintechslides {<br />
border: solid 1px #3CF;<br />
-webkit-border-radius: 8px;<br />
-moz-border-radius: 8px;<br />
border-radius: 8px;<br />
}</p>
<p>I&#8217;ll explain the rule. I added the slideshow to my HTML page using a div with the ID &#8220;womenintechslides.&#8221; The rule styles that div. First I set the border itself. I made it solid. I made it 1px in width. I made it an aqua color represented by the code #3CF. That much alone would add a border, but the border would have square corners.</p>
<p>The CSS3 property that rounds corners is <strong>border-radius</strong>. For that property, give a value in pixels to set how curved you want the corner to be. If you go beyond about 18px for the radius, it starts to look bad (pixelated), but try various numbers to find what you like.</p>
<p>CSS3 isn&#8217;t set in stone yet. The various browsers are adopting bits of it at different rates. You have to add a couple of redundant border-radius declarations aimed at different browsers, at least for now. The -webkit-border-radius declaration is meant for webkit browsers like Safari and Chrome. The -moz-border-radius one is for mozilla browsers like Firefox. If you put the standards rule—border-radius—last, it will be the one used when all browsers finally get CSS3 implemented using the same rules. By that time, you&#8217;ll only need the border-radius rule and the others can be dropped.</p>
<p>That&#8217;s the whole magic trick: border-radius. Go round something off.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/06/16/make-rounded-corners-with-css3/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/06/16/make-rounded-corners-with-css3/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/06/16/make-rounded-corners-with-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Summit</title>
		<link>http://www.webteacher.ws/2010/06/15/css-summit/</link>
		<comments>http://www.webteacher.ws/2010/06/15/css-summit/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 21:22:43 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[CSS Summit]]></category>
		<category><![CDATA[e4h]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4668</guid>
		<description><![CDATA[Environments for Humans is putting together the 2nd online CSS Summit for July 28. If you are teaching CSS and want to get an intensive (and interactive) training session on CSS3 right at your own desk, I suggest you check this out. I just attended an Environments for Humans (e4h) summit and can testify to [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F06%252F15%252Fcss-summit%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2F9EnkZQ%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22CSS%20Summit%22%20%7D);"></div>
<p>Environments for Humans is putting together the 2nd <a href="http://environmentsforhumans.com/2010/css-summit/">online CSS Summit</a> for July 28. If you are teaching CSS and want to get an intensive (and interactive) training session on CSS3 right at your own desk, I suggest you check this out.</p>
<p>I just attended an Environments for Humans (e4h) summit and can testify to the fact that it went well technically, the speakers were excellent, the interaction is immediate, and the presentations were top notch. The CSS Summit has a wonderful roster of speakers and promises to be a great CSS3 learning experience.</p>
<p>Act fast, the first 50 tickets are a bargain.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/06/15/css-summit/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/06/15/css-summit/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/06/15/css-summit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Links: SVG, BAM, InterACT</title>
		<link>http://www.webteacher.ws/2010/06/15/useful-links-svg-bam-interact/</link>
		<comments>http://www.webteacher.ws/2010/06/15/useful-links-svg-bam-interact/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 12:39:41 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[InterAct]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4662</guid>
		<description><![CDATA[Doug Shepers from the W3C put together a slideshow in SVG, HTML, CSS and JavaScript that is worth your time. It&#8217;s an SVG demo. Play with it. View it in the latest Firefox. BAM or Blog Accessibility Mastermind is a six lesson course offered by Glenda Watson Hyatt of Do It Myself Blog. I haven&#8217;t [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F06%252F15%252Fuseful-links-svg-bam-interact%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FaYJcQt%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Useful%20Links%3A%20SVG%2C%20BAM%2C%20InterACT%22%20%7D);"></div>
<p>Doug Shepers from the W3C put together <a href="http://www.w3.org/2010/Talks/06-schepers-atmedia/index.html">a slideshow in SVG, HTML, CSS and JavaScript</a> that is worth your time. It&#8217;s an SVG demo. Play with it. View it in the latest Firefox.</p>
<p>BAM or <a href="http://blogaccessibility.com/signup">Blog Accessibility Mastermind</a> is a six lesson course offered by Glenda Watson Hyatt of <a href="http://www.doitmyselfblog.com/2010/bam-creating-a-blogosphere-for-all/">Do It Myself Blog</a>. I haven&#8217;t looked inside the course, but I suspect it&#8217;s a good one.</p>
<p>Based on the interest and number of questions Derek Featherstone got during his accessibility presentation at the recent InterACT Summit, I&#8217;d say interest from educators about accessibility is very high right now. There&#8217;s a free online course from the Web Standards Project (WaSP) <a href="http://interact.webstandards.org/">InterACT curriculum</a> about accessibility. The course is a perfect resource for teachers. It&#8217;s a stand alone course. If you are teaching with <a href="http://interactwithwebstandards.com/">InterACT with Web Standards</a> and its chapters on accessibility, the online material a great time saver. Online materials such as exam questions, grading matrices, assignments, objectives, and resources go hand in hand with the material in the book.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/06/15/useful-links-svg-bam-interact/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/06/15/useful-links-svg-bam-interact/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/06/15/useful-links-svg-bam-interact/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Links: CSS3, elderbloggers</title>
		<link>http://www.webteacher.ws/2010/06/10/useful-links-css3-elderbloggers/</link>
		<comments>http://www.webteacher.ws/2010/06/10/useful-links-css3-elderbloggers/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 11:54:18 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[ElderGeek]]></category>
		<category><![CDATA[UsefulLinks]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4639</guid>
		<description><![CDATA[Showing and hiding content with pure CSS3 is a good tutorial from Opera developer Corey Mwamba. Where it happens when you&#8217;re an elderblogger is one of the many things tossed around on Time Goes By. By that I mean, where the blogging happens. (Your mind doesn&#8217;t have to automatically go to those strange places, so [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F06%252F10%252Fuseful-links-css3-elderbloggers%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FbRznTq%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Useful%20Links%3A%20CSS3%2C%20elderbloggers%22%20%7D);"></div>
<p><a href="http://dev.opera.com/articles/view/css3-show-and-hide/">Showing and hiding content with pure CSS3</a> is a good tutorial from Opera developer Corey Mwamba.</p>
<p>Where it happens when you&#8217;re an elderblogger is one of the many things tossed around on Time Goes By. By that I mean, where the blogging happens. (Your mind doesn&#8217;t have to automatically go to those strange places, so stop it.) Here&#8217;s a <a href="http://www.timegoesby.net/weblog/where-we-blog.html">series of photos </a>showing where the elderbloggers blog.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/06/10/useful-links-css3-elderbloggers/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/06/10/useful-links-css3-elderbloggers/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/06/10/useful-links-css3-elderbloggers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
