<?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>DesignBash &#187; Beginner</title>
	<atom:link href="http://www.designbash.com/tag/beginner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designbash.com</link>
	<description>web magazine and more...</description>
	<lastBuildDate>Wed, 17 Mar 2010 20:57:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to SSH using OSX and Terminal</title>
		<link>http://www.designbash.com/quickie/how-to-ssh-using-osx-and-terminal/</link>
		<comments>http://www.designbash.com/quickie/how-to-ssh-using-osx-and-terminal/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 16:56:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quickie]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=275</guid>
		<description><![CDATA[I know for many people this is a really really simple task, but I constantly find myself looking this up online and it usually takes me 5-10 minutes before I find a useful result. With this in mind, please enjoy the following snippet.]]></description>
			<content:encoded><![CDATA[<p>I know for many people this is a really <strong>really</strong> simple task, but I constantly find myself looking this up online and it usually takes me 5-10 minutes before I find a useful result. With this in mind, please enjoy the following snippet.<span id="more-275"></span></p>
<h3>SSH, OSX and Terminal</h3>
<p>I&#8217;ll retrace my exact steps here, including hot-keys. First we need to open up the terminal &#8211; a basic prompt interface that lives beneath all the bling of OSX. Rather than digging around in your applications folder, just hit <strong>apple-spacebar </strong>to open spotlight. Type &#8220;<strong>terminal</strong>&#8221; and it should show up right away.</p>
<p><img class="aligncenter size-full wp-image-276" title="spotlight" src="http://www.designbash.com/wp-content/uploads/2010/01/spotlight.png" alt="spotlight terminal" width="342" height="165" /></p>
<h3>Inside the Matrix (Terminal)</h3>
<p>Now you can start to feel like a hacker. Thankfully, OSX ships with SSH pre-installed, which makes this tutorial very easy. To connect using SSH you need to type:</p>
<p><strong>&#8220;SSH username@www.yourwebsite.com&#8221;</strong></p>
<p><img class="aligncenter size-full wp-image-277" title="ssh-terminal" src="http://www.designbash.com/wp-content/uploads/2010/01/ssh-terminal.png" alt="" width="583" height="74" /></p>
<p>After pressing enter you&#8217;ll be prompted for two things&#8230; <strong>a password and a yes/no question</strong> asking if you want to add a record of the SSH connection (or something like that). While typing your password you can&#8217;t actually see the characters, but it is really working. Also, you need to write a <strong>full &#8220;yes&#8221; or &#8220;no&#8221;</strong> in response to the question&#8230;</p>
<h3><strong>That&#8217;s It</strong>!</h3>
<p>You should be connected and ready to go. There are many different SSH commands, so I won&#8217;t go through those right now, but here are a few to get you started:</p>
<ul>
<li><strong>ls</strong> &#8211; Used to list the contents of a directory</li>
<li><strong>cd ..</strong> &#8211; Used to go back (or up) one directory</li>
<li><strong>cd directory/name</strong> &#8211; Used to navigate to a directory</li>
<li><strong>exit</strong> &#8211; Used to end the SSH session</li>
<li><strong>pwd</strong> &#8211; Prints the working directory</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/quickie/how-to-ssh-using-osx-and-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The CSS Image Button &#8211; How To Make a Rollover</title>
		<link>http://www.designbash.com/tutorials/the-css-image-button-how-to-make-a-rollover/</link>
		<comments>http://www.designbash.com/tutorials/the-css-image-button-how-to-make-a-rollover/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 22:24:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[buttons]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=193</guid>
		<description><![CDATA[Today we will be talking about CSS image buttons, something that every web developer absolutely needs to know and understand. Thankfully, these buttons are really easy to create and only require a few lines of CSS.]]></description>
			<content:encoded><![CDATA[<p>Today we will be talking about <strong>CSS image buttons</strong>, something that every web developer needs to know and understand. It&#8217;s really amazing how much of a difference a simple button can make on your conversion rate. In fact, I came across this comprehensive post that deals with that particular subject, <a href="http://www.jonnyhardwick.com/archives/2009/09/06/7-elements-of-a-high-converting-order-button/">check it out</a>. This post won&#8217;t focus so much on the particulars of a high-converting button, but it will teach you how to slap together a quick CSS button that uses an image as a background.<span id="more-193"></span></p>
<h3>Step 1 &#8211; Make or Find a Button</h3>
<p>For this tutorial I&#8217;ll be using my <a href="http://www.designbash.com/freebies/some-green-buttons/" target="_blank">green glossy buttons</a> from a previous freebie post. Feel free to download the source PSD and follow along, or just make your own button style.</p>
<h3>Step 2 &#8211; Prepare the Button</h3>
<p>Before we really get started, it&#8217;s important to know what size we want to make our button. For this example I&#8217;ll create a button that is quite large, I&#8217;m thinking around <strong>300px by 60px</strong> in size. So go ahead and crate a new Photoshop document with the dimensions you want.</p>
<p><img class="aligncenter size-full wp-image-194" title="css-button-tut1" src="http://www.designbash.com/wp-content/uploads/2010/01/css-button-tut1.jpg" alt="" width="500" height="250" /></p>
<p>After you&#8217;ve created the document, import my button (or yours) and scale it up so that it fills almost the entire document. If you have a little extra space on the sides it&#8217;s not the end of the world, just make sure that your button is perfectly centred on the canvas. To centre somthing perfectly you just need to:</p>
<ol>
<li>With your button folder/layer selected, use the marquee tool (<em>m-key</em>)  to select the entire canvas (<em>apple-a</em>)</li>
<li>Without deselecting anything, choose the Move tool (<em>v-key</em>) and use the alignment tools in the top panel to centre your button vertically and horizontally.</li>
</ol>
<p><br class="spacer_" /></p>
<p><img class="aligncenter size-full wp-image-195" title="css-alignment-tools" src="http://www.designbash.com/wp-content/uploads/2010/01/css-alignment-tools.jpg" alt="" width="500" height="250" /></p>
<p><br class="spacer_" /></p>
<div id="attachment_196" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-196" title="cssbutton2" src="http://www.designbash.com/wp-content/uploads/2010/01/cssbutton2.jpg" alt="" width="500" height="196" /><p class="wp-caption-text">A Perfectly Centred Button</p></div>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<h3>Step 3 &#8211; Create a Rollover State</h3>
<p>Next up we need to create a <strong>rollover state</strong>. Basically, we need to <strong>double our canvas size (vertically) and duplicate our button. </strong>From the top menu select <strong>Image &gt; Canvas Size&#8230; </strong>and double the height of your canvas (120px if you&#8217;re following my example). Once your canvas size is doubled, divide it vertically with a horizontal guide.</p>
<p><img class="aligncenter size-full wp-image-200" title="css-button-double" src="http://www.designbash.com/wp-content/uploads/2010/01/css-button-double.png" alt="" width="479" height="345" /></p>
<p><img class="aligncenter size-full wp-image-201" title="doublebutton" src="http://www.designbash.com/wp-content/uploads/2010/01/doublebutton.jpg" alt="" width="500" height="250" /></p>
<p>Now you need to duplicate your button and centre it perfectly in the top section. The top button will be what our button looks like when you rollover, for now it looks the same as the bottom.</p>
<p><img class="aligncenter size-full wp-image-204" title="rollover-top01" src="http://www.designbash.com/wp-content/uploads/2010/01/rollover-top011.jpg" alt="" width="500" height="215" /></p>
<p>Next we add a rollover effect. If you&#8217;re using my buttons, you can open up the layer styles of the top button and slide the <strong>inner glow up to 75%</strong>. This will give our button a subtle glow effect when we hover over it.</p>
<p><img class="aligncenter size-full wp-image-205" title="effects" src="http://www.designbash.com/wp-content/uploads/2010/01/effects.jpg" alt="" width="500" height="250" /></p>
<p><img class="aligncenter size-full wp-image-207" title="effect-example" src="http://www.designbash.com/wp-content/uploads/2010/01/effect-example.jpg" alt="" width="500" height="201" /></p>
<p>With your button and rollover effect ready to go, you can now &#8220;<strong>save for web</strong>.&#8221; One important thing to consider here is what your background will be like. For my example I&#8217;ve made the background transparent and s<strong>aved my buttons in PNG format</strong>. This means my buttons are not supported in IE6, but you could just as easily choose a background color and ditch the transparency, making your buttons IE6 friendly.</p>
<h3>Step 4 &#8211; CSS Sprites and Some Basic HTML</h3>
<p>Now comes the fun part, creating the button. First, we&#8217;ll start with some markup, a simple and humble link:</p>
<pre class="brush:html"> &lt;a href="#" class="button"&gt;My Glossy Button&lt;/a&gt; </pre>
<p>I&#8217;ve given this link a class so that I can target it easier, but other than that it&#8217;s just a plain old link. Moving on let&#8217;s do some CSS magic. The basic idea is that we hide the link text using the text-indent property and give the link a background-image that only shows the non-rollover state. On hover we simply shift the background to show hover state, avoiding any loading time that is typical of CSS/Javascript image swaps.</p>
<pre class="brush:css">a.button {
display: block;
width: 300px;
height: 60px;
text-indent: -999em;
background: url(css-glossy-rollover.png) 0px -60px no-repeat;
}

a.button:hover {
background-position: 0px 0px;
}</pre>
<p>If you&#8217;ve done everything right the button should look something like this:</p>
<style type="text/css">
a.button {
display: block;
width: 300px;
height: 60px;
text-indent: -999em;
background: url(http://www.designbash.com/wp-content/uploads/2010/01/css-glossy-rollover.png) 0px -60px no-repeat;
}
a.button:hover {
background-position: 0px 0px;
}
</style>
<p><a href="#" class="button">My Glossy Button</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/tutorials/the-css-image-button-how-to-make-a-rollover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Textarea Style &#8211; Quick n&#8217; Easy</title>
		<link>http://www.designbash.com/tutorials/css-textarea-style-quick-n-easy/</link>
		<comments>http://www.designbash.com/tutorials/css-textarea-style-quick-n-easy/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 14:13:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML Email]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=79</guid>
		<description><![CDATA[I'm not sure why, but so many sites seem to ignore their horrible CSS textarea style. How many times have you used a textarea that had zero padding?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure why, but so many sites seem to ignore their <strong>horrible CSS textarea style</strong>. How many times have you used a textarea that had zero padding? or even worse, it used the default &#8220;Times New Roman&#8221; font because the designer was too lazy too fix it?</p>
<p><span id="more-79"></span></p>
<p>Well this article is going to be a quick example of a nice textarea styled with CSS. There is no reason why this should be hard to do, as it literally takes 2 minutes to put together.</p>
<p>Let&#8217;s get started. First we have our textarea:</p>
<pre class="brush:html">

<textarea id="commentBox"></textarea>
</pre>
<p>Just a couple things to note here&#8230; First off, try and make sure there are no extra spaces between the start of the textarea tag and the end. In my experiences having any space will sometimes cause the textarea to be pre-filled with spaces, which is both annoying and confusing when you&#8217;re trying to fill out a form. Second, you almost always want to give your textarea an id, you&#8217;ll need it to target with the label.</p>
<p>Next up some CSS styles:</p>
<pre class="brush:css">
#commentBox {
     display: block;
     width: 400px;
     height: 120px;
     padding: 8px;
     border: 1px solid #cccccc;
     line-height: 130%;
     font-size: 13px;
}
</pre>
<p>What we end up with is a nice standard textarea that can be customized to fit whatever theme you need. It should look like the example textarea below:</p>
<style type="text/css">
#commentBoxExample {
     width: 400px;
     height: 120px;
     display: block;
     padding: 8px;
     border: 1px solid #cccccc;
     line-height: 130%;
     font-size: 13px;
     margin: 0 auto;
} 
#textareaHolder {
     padding: 15px;
     background: #efefef;
     border: 1px solid #cccccc;
}
</style>
<div id="textareaHolder"><textarea id="commentBoxExample">This is just an example and only an example&#8230;</textarea></div>
<p>So thats it! Only 7-10 lines of CSS for a basic but nice looking textarea. From here it would be really easy to customize this with background-images, fancy borders, different colors, jQuery hover states, or whatever else you think would look nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/tutorials/css-textarea-style-quick-n-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Link Style &#8211; A Quick Look</title>
		<link>http://www.designbash.com/inspiration/css-link-style-a-quick-look/</link>
		<comments>http://www.designbash.com/inspiration/css-link-style-a-quick-look/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 02:42:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Polls]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=55</guid>
		<description><![CDATA[Without links the internet would be nothing. It's quite literally the fabric that holds the net together. So I thought I would write this quick post with the idea of looking at some various link styles.]]></description>
			<content:encoded><![CDATA[<p>Without links the internet would be nothing. It&#8217;s quite literally the fabric that holds the net together. So I thought I would write this quick post with the idea of looking at some various <strong>link styles</strong>. I often find myself looking to others for inspiration, especially when it comes to link styling. For some reason I&#8217;ve always had a hard time coming up with different styles and I always seem to end up with a really boring look. So here are some various link styles that I&#8217;ve found scattered around the internet&#8230;</p>
<p><span id="more-55"></span></p>
<h3><a href="http://www.smashingmagazine.com/" target="_blank">Smashing Magazine</a> Footer Links</h3>
<div id="attachment_56" class="wp-caption aligncenter" style="width: 564px"><a href="http://www.smashingmagazine.com/"><img class="size-full wp-image-56 " title="smashing-magazine-link-style" src="http://www.designbash.com/wp-content/uploads/2010/01/smashing-magazine-link-style.png" alt="Smashing Magazine Link Style" width="554" height="177" /></a><p class="wp-caption-text">Taken from the footer of Smashing Magazine</p></div>
<p><a href="http://www.smashingmagazine.com/">Smashing Magazine&#8217;s current site</a> (<em>Jan 2010</em>) has some really classic links located in the footer. They are clean, subdued, and are missing their text-decoration (<em>the underline</em>).</p>
<h3><a href="http://www.nettuts.com" target="_blank">Nettuts</a> and the Block Link</h3>
<p><a href="http://www.nettuts.com"><img class="alignleft size-full wp-image-59" title="nettuts-block-links" src="http://www.designbash.com/wp-content/uploads/2010/01/nettuts-block-links.png" alt="Nettuts Block Links" width="188" height="124" /></a> Looking at another footer, we can see an example of some stylish block links. I initially did not enjoy these links, but for some reason they&#8217;ve really grown on me over the last few months. I&#8217;ve even come to enjoy how they are all different widths, something that I would have hated in my earlier days.</p>
<div style="clear: both;">&nbsp;</div>
<h3>The <a href="http://www.happycog.com">Happy Cog</a> Header</h3>
<p style="text-align: center;"><a href="http://www.happycog.com"><img class="aligncenter size-full wp-image-62" title="happy-cog-link-style" src="http://www.designbash.com/wp-content/uploads/2010/01/happy-cog-link-style.png" alt="Header Links Styles" width="466" height="101" /></a></p>
<p style="text-align: left;">One of my favorite sites, so I couldn&#8217;t leave them out. <a href="http://www.happycog.com" target="_blank">Happy Cog</a> uses the traditional underlined link in their main navigation, with a block link hover effect. While it seems that underlines have become less popular lately, I think they provide users with instant recognizable links.</p>
<h3 style="text-align: left;"><a href="http://www.alistapart.com" target="_blank">A List Apart</a> General Links</h3>
<p style="text-align: left;"><a href="http://www.alistapart.com"><img class="aligncenter size-full wp-image-69" title="a-list-apart-links" src="http://www.designbash.com/wp-content/uploads/2010/01/a-list-apart-links.png" alt="List Apart Links" width="506" height="139" /></a></p>
<p style="text-align: left;">I wanted to throw this in here because I really enjoy the hover effect on <a href="http://www.alistapart.com" target="_blank">A List Apart</a>. They use a background color AND an underline.</p>
<p style="text-align: left;">Anyways, I&#8217;ll be adding to this list as I find more interesting links. I know it&#8217;s a little trivial, but things like this are the bread and butter of a well crafted site. In the meantime, answer this scientific poll:</p>
<p style="text-align: left;">[poll id="2"]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/inspiration/css-link-style-a-quick-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Mail HTML Email</title>
		<link>http://www.designbash.com/html-email/how-to-mail-html-email/</link>
		<comments>http://www.designbash.com/html-email/how-to-mail-html-email/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 21:34:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Email]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Email]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=46</guid>
		<description><![CDATA[If you're anything like me, you may have wondered how to send HTML emails without using a fancy service like Campaign Monitor or Mail Chimp. The truth is, it's actually much easier than you probably think. There are just a few steps you need to follow.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re anything like me, you may have wondered how to <strong>mail HTML emails</strong> without using a fancy service like <a href="http://www.campaignmonitor.com/" target="_blank"><strong>Campaign Monitor</strong></a> or <a href="http://www.mailchimp.com/" target="_blank"><strong>Mail Chimp</strong></a>. The truth is, it&#8217;s actually much easier than you probably think. There are just a few steps you need to follow.</p>
<p><span id="more-46"></span></p>
<h3>Step 1 &#8211; Get Thunderbird</h3>
<p style="text-align: center;"><a href="http://www.mozillamessaging.com"><img class="aligncenter size-full wp-image-47" title="get-thunderbird-email" src="http://www.designbash.com/wp-content/uploads/2010/01/get-thunderbird.png" alt="get-thunderbird-email" width="405" height="214" /></a></p>
<p>For this example I&#8217;ll be using <a href="http://www.mozillamessaging.com" target="_blank"><strong>Thunderbird</strong></a>, a great open-source mail client put together by the same people who bring you <a href="http://www.mozilla.com/firefox/" target="_blank"><strong>Firefox</strong></a>. I&#8217;m sure you can use other mail clients to <strong>mail HTML email</strong>, but I really enjoy Thunderbird so that&#8217;s what I&#8217;ve decided to use. You&#8217;ll need to get everything setup before you can actually send any HTML email, but that&#8217;s really outside the scope of this quick walkthrough.</p>
<h3>Step 2 &#8211; Craft Your HTML Email</h3>
<p>The next step is to craft your HTML email. This is definitely the hardest part and I would highly recommend looking through tutorial before trying anything too fancy. <a href="http://articles.sitepoint.com/article/code-html-email-newsletters" target="_blank">Sitepoint has a nice little article</a> on the subject, or if you&#8217;re feeling lazy you can grab a pre-fab <a href="http://www.campaignmonitor.com/templates/">HTML email template from Campaign Monitor</a>.</p>
<h3>Step 3 &#8211; Upload Images to a Public Area</h3>
<p>If you&#8217;re using any images in your HTML email, <strong>you&#8217;ll need to find a place to host them onlin</strong>e. If you fail to do this, all your images will show up broken. Ideally you&#8217;ll want to use your own hosting, but if you need a quick fix you can probably use a service like <a href="http://imgur.com/" target="_blank"><strong>imgur</strong></a> to temporarily host them for you. Once your images are all online, make sure to change all the image paths in your HTML email. <strong>The image path needs to be absolute, which means you need to put in the full URL </strong>(<em>ie. http://www.yoursite.com/email-images/your-image.jpg</em>).</p>
<h3>Step 4 &#8211; Use Thunderbird to Mail the HTML Email</h3>
<p>Create a new message just like you normally would, but leave everything blank to start. From the top menu click <strong>Insert / HTML </strong>then paste in your HTML email. (<em>click the images to see screenshots</em>)</p>
<p><br class="spacer_" /></p>
<div id="attachment_48" class="wp-caption aligncenter" style="width: 265px"><a href="http://www.designbash.com/wp-content/uploads/2010/01/create-new-message.jpg"><img class="size-medium wp-image-48" title="create-new-message" src="http://www.designbash.com/wp-content/uploads/2010/01/create-new-message-255x300.jpg" alt="create-new-email" width="255" height="300" /></a><p class="wp-caption-text">Create a Blank Message</p></div>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<div id="attachment_49" class="wp-caption aligncenter" style="width: 310px"><a style="text-decoration: none;" href="http://www.designbash.com/wp-content/uploads/2010/01/click-insert-html.jpg"><img class="size-medium wp-image-49" title="click-insert-html" src="http://www.designbash.com/wp-content/uploads/2010/01/click-insert-html-300x132.jpg" alt="mail-html-email" width="300" height="132" /></a><p class="wp-caption-text">Click Insert / HTML</p></div>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<div id="attachment_50" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.designbash.com/wp-content/uploads/2010/01/insert-html-email.jpg"><img class="size-medium wp-image-50" title="insert-html-email" src="http://www.designbash.com/wp-content/uploads/2010/01/insert-html-email-300x125.jpg" alt="insert-html-into-email-thunderbird" width="300" height="125" /></a><p class="wp-caption-text">Paste in Your HTML Email</p></div>
<p><br class="spacer_" /></p>
<h3>And thats it! Start sending your HTML emails!</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/html-email/how-to-mail-html-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
