<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.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/"
	>

<channel>
	<title>A Blog for Web People</title>
	<link>http://www.pat-burt.com</link>
	<description>Patrick Burt</description>
	<pubDate>Thu, 08 May 2008 02:44:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Even More Tips On Getting Those First Visits To Your Website</title>
		<link>http://www.pat-burt.com/web-marketing/even-more-tips-on-getting-those-first-visits-to-your-website/</link>
		<comments>http://www.pat-burt.com/web-marketing/even-more-tips-on-getting-those-first-visits-to-your-website/#comments</comments>
		<pubDate>Wed, 07 May 2008 17:21:23 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
		
		<category><![CDATA[Web Marketing]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/web-marketing/even-more-tips-on-getting-those-first-visits-to-your-website/</guid>
		<description><![CDATA[Sometime ago, I wrote on article detailing 7 tips on getting those first visits to your website. Here are some additional tips that can help you get that jumpstart that you need.


Your Email Signature is Prime Real Estate. Have a few links (but nothing elaborate) to your website in your email signature. A well-written email [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime ago, I wrote on article detailing <a href="http://www.pat-burt.com/web-marketing/7-tips-on-getting-those-first-visits-to-a-new-website/" title="7 Tips on getting those first visits to your website.">7 tips on getting those first visits to your website</a>. Here are some additional tips that can help you get that jumpstart that you need.<br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<ul>
<li><strong>Your Email Signature is Prime Real Estate</strong>. Have a few links (but nothing elaborate) to your website in your email signature. A well-written email to a client, associate or family member might entice them to visit your website.</li>
<li><strong>Use Online Profiles To Your Advantage</strong>. There are always curious people who might check out your profile on StumbleUpon, Digg, Facebook or miscallaneous forums. Give them something to look at; post a link to your website.</li>
<li><strong>If Something You Wrote is Relevant, Forward It.</strong> If a coworker or old classmate asks me how to do something I&#8217;ve discussed on my blog. Instead of completely reiterating what it was that I wrote, I&#8217;ll forward them a link. Try not to brag or anything, just try to slip it in.</li>
</ul>
<p>Hope that helps. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Fweb-marketing%2Feven-more-tips-on-getting-those-first-visits-to-your-website%2F&amp;title=Even+More+Tips+On+Getting+Those+First+Visits+To+Your+Website"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/web-marketing/even-more-tips-on-getting-those-first-visits-to-your-website/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tips On Developing HTML Emails and Email Templates (Part 2)</title>
		<link>http://www.pat-burt.com/web-development/tips-on-developing-html-emails-and-email-templates-part-2/</link>
		<comments>http://www.pat-burt.com/web-development/tips-on-developing-html-emails-and-email-templates-part-2/#comments</comments>
		<pubDate>Tue, 06 May 2008 16:29:26 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/web-development/tips-on-developing-html-emails-and-email-templates-part-2/</guid>
		<description><![CDATA[This is a continuation on the first article I wrote on developing HTML emails and email templates. Let&#8217;s jump right into some tips:


Use HTML markup to style whenever possible. Use attributes like background=&#8221;" whenever possible. CSS backgrounds will incorrectly render in GMail, so whenever applicable, make sure your background will work if applied to a [...]]]></description>
			<content:encoded><![CDATA[<p>This is a continuation on the first article I wrote on <a href="http://www.pat-burt.com/web-development/tips-on-developing-html-emails-and-email-templates/" title="HTML Email Templates">developing HTML emails and email templates</a>. Let&#8217;s jump right into some tips:<br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<ul>
<li><strong>Use HTML markup to style whenever possible.</strong> Use attributes like <strong>background=&#8221;"</strong> whenever possible. CSS backgrounds will incorrectly render in GMail, so whenever applicable, make sure your background will work if applied to a table cell (&lt;td&gt;)</li>
<li><strong>Text, Text, Text</strong>. In most email applications, external images will require an action (such as clicking &#8220;Display all image below&#8221; before images are displayed. Do your best to use CSS and Font tags to style text instead of including large images so that the user still has an opportunity to see content before having to click on a prompt.</li>
<li><strong>Emails have folds too.</strong> Like websites, emails will have folds (the portion of an email visible without having to scroll). The fold will be really high, because of headers and vertical space being taken up by applications or web applications. Keep that in mind when placing your call-to-action.</li>
<li><strong>Support the ability to unsubscribe.</strong> At the footer of your email, provide the user an easy way to unsubscribe to the newsletter. He may be breaching agreements with your hosting company or ISP if you send unsolicited email without doing so.</li>
<li><strong>Your subject line is more important then your email.</strong> You will lose a majority of your users before they even see your email. Be sure to take the time to think about a clever/catchy subject line for your target audience so that you can get more users into your email.</li>
</ul>
<p>That&#8217;s all for now, hope that helps. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Fweb-development%2Ftips-on-developing-html-emails-and-email-templates-part-2%2F&amp;title=Tips+On+Developing+HTML+Emails+and+Email+Templates+%28Part+2%29"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/web-development/tips-on-developing-html-emails-and-email-templates-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tips On Buying Your Domain Name</title>
		<link>http://www.pat-burt.com/domain-names/tips-on-buying-your-domain-name/</link>
		<comments>http://www.pat-burt.com/domain-names/tips-on-buying-your-domain-name/#comments</comments>
		<pubDate>Fri, 02 May 2008 17:12:26 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
		
		<category><![CDATA[Domain Names]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/domain-names/tips-on-buying-your-domain-name/</guid>
		<description><![CDATA[So you&#8217;ve got an idea, whether it&#8217;s a blog, online community, company, whatever. Whatever it is that you do, you need the domain name. Here are a few tips on buying your domain name:


Your first target should be the .com. If only the .biz/.net/.org/.info/etc is available, try another name. Other TLD&#8217;s just don&#8217;t come to [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve got an idea, whether it&#8217;s a blog, online community, company, whatever. Whatever it is that you do, you need the domain name. Here are a few tips on buying your domain name:<br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<ul>
<li><strong>Your first target should be the .com. </strong>If only the .biz/.net/.org/.info/etc is available, try another name. Other TLD&#8217;s just don&#8217;t come to someone&#8217;s mind when they&#8217;re buying a domain name.</li>
<li><strong>Try a solid domain name that uses its extension in the name.</strong> Examples include: script.aculo.us and del.icio.us.</li>
<li><strong>If it&#8217;s uniquely an online business, work out your company&#8217;s identity based on the available .com instead of the reverse.</strong> You don&#8217;t want to set up your entire website, only to find out the domain name doesn&#8217;t exist.</li>
<li><strong>Don&#8217;t buy from anyone who isn&#8217;t GoDaddy</strong>. <a href="http://www.pat-burt.com/domain-names/where-to-buy-the-cheapest-domain-names/" title="GoDaddy">Enough said</a>.</li>
<li><strong>Is it pronounceable? Is it easy to communicate verbally?</strong></li>
<li><strong>Can you make it shorter?<br />
</strong></li>
</ul>
<p>There are two general paths to follow when trying to come up with a domain name:</p>
<ul>
<li><strong>Keyword-filled domain name</strong>. Example:  pat-burt.com</li>
<li><strong>Catchy brand</strong>. Example: technorati.com</li>
</ul>
<p>When working trying to pick out a <strong>keyword-filled domain name</strong>, you should focus on terms that users will actually search for. This should be the reasoning for going this route in the first place. Be wary of words spelled differently in different areas of the world, for example: Search Engine Optimi<strong>z</strong>ation or Search Engine Optimi<strong>s</strong>ation.</p>
<p>Although hyphens look unattractive in a domain name, they help with search engine optimization</p>
<p>When trying to think of a <strong>catchy brand</strong>, try some word generators or web 2.0 generators. Even though you probably won&#8217;t generate gems, it&#8217;ll certainly help you brainstorm.</p>
<p>Hope that helps, that&#8217;s all for now. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Fdomain-names%2Ftips-on-buying-your-domain-name%2F&amp;title=Tips+On+Buying+Your+Domain+Name"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/domain-names/tips-on-buying-your-domain-name/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building Online Communities - Usability and Design</title>
		<link>http://www.pat-burt.com/online-communities/building-online-communities-usability-and-design/</link>
		<comments>http://www.pat-burt.com/online-communities/building-online-communities-usability-and-design/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 16:34:29 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
		
		<category><![CDATA[Online Communities]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/online-communities/building-online-communities-usability-and-design/</guid>
		<description><![CDATA[I decided to bundle these two issues together. Although usability and design already play a big part in websites in general, they play an even bigger part in online communities.

Design
Your design, is your identity. Your users will feel how much work you put into your site&#8217;s branding and identity. If your forum uses a common [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to bundle these two issues together. Although usability and design already play a big part in websites in general, they play an even bigger part in online communities.<br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<h2>Design</h2>
<p>Your design, is your identity. Your users will feel how much work you put into your site&#8217;s branding and identity. If your forum uses a common forum skin, or worse, a default forum skin. Users will pick up on it. You&#8217;ll get out as much as you put in. If your forum skin, for example, fits with your color scheme, content and logo, then we have a real masterpiece, and users will notice. It will show that you care.</p>
<p>That being said, if you use any mash-ups or purchased software, be sure to heavily customize it and tailor it to your site&#8217;s identity.</p>
<h2>Usability</h2>
<p>Usability is great for every website. One thing you&#8217;ll notice about online communities, is if you&#8217;re constantly adding content or features to please your community, you might soon find yourself with a myriad of applications and processes. Here are some tips:</p>
<ul>
<li>Make sure your stylesheets are similar across the board. This includes link colors, hover styles, buttons, etc.</li>
<li>Consider revising your navigation if you see that you have more than 7 navigation items.</li>
<li>Try to keep the same header and footer across all applications and additions.</li>
</ul>
<p>That&#8217;s all for now, hope that helps. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Fonline-communities%2Fbuilding-online-communities-usability-and-design%2F&amp;title=Building+Online+Communities+-+Usability+and+Design"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/online-communities/building-online-communities-usability-and-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Layout Basics - Part 2</title>
		<link>http://www.pat-burt.com/web-development/css-layout-basics-part-2/</link>
		<comments>http://www.pat-burt.com/web-development/css-layout-basics-part-2/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 17:17:42 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/web-development/css-layout-basics-part-2/</guid>
		<description><![CDATA[Now you&#8217;ve gotten through Part 1 of CSS Layout Basics and you understand the basic principles behind CSS, we can get a little deeper.

Not all CSS requires stylesheets. Apart from a stylesheet, there are two ways to incorporate CSS: inline CSS and page CSS.
Inline CSS
Inline CSS is  referred to when CSS is inserted to [...]]]></description>
			<content:encoded><![CDATA[<p>Now you&#8217;ve gotten through <a href="http://www.pat-burt.com/web-development/css-layout-basics-part-1/" title="CSS Layout Basics">Part 1 of CSS Layout Basics</a> and you understand the basic principles behind CSS, we can get a little deeper.<br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
Not all CSS requires stylesheets. Apart from a stylesheet, there are two ways to incorporate CSS: inline CSS and page CSS.</p>
<h2>Inline CSS</h2>
<p>Inline CSS is  referred to when CSS is inserted to the HTML tag via a style attribute. This CSS will only affect that particular HTML tag. Example: We can change our Header 2 to a sixteen pixel font size with the following code:</p>
<p><strong>&lt;h2 style=&#8221;font-size:16px;&#8221;&gt;My Sixteen Point Header&lt;/h2&gt; </strong></p>
<p>This will not affect any other Header 2&#8217;s on the page. Since CSS does not observe line breaks, we can insert multiple CSS attributes into the style attribute:</p>
<p><strong>&lt;h2 style=&#8221;font-size:16px;color:#ff0000;&#8221;&gt;My Sixteen Point Header&lt;/h2&gt;</strong></p>
<p>This method is not 100% recommended because it is tedious to revisit multiple files and dig into the code to make simple changes.</p>
<h2>Page CSS</h2>
<p>In your page&#8217;s &lt;head&gt; tag, you can insert CSS that will affect that page only. This will look similar to a stylesheet, except for that there will be HTML tags above and below the CSS. Example:</p>
<p><strong> &lt;style type=&#8221;text/css&#8221;&gt;<br />
p {color:#ff0000;}<br />
&lt;/style&gt;</strong></p>
<p>Again, this is not 100% recommended because it is tedious to revisit multiple files and dig into the code to make simple changes.</p>
<h2>Most Important Attributes</h2>
<p>Before we get in knee deep in CSS, let&#8217;s go over the most important attributes.</p>
<ul>
<li><strong>Height</strong> - Determines the height of the CSS item (Example: <strong>10%</strong>, <strong>70px</strong>)</li>
<li><strong>Width</strong> - Determines the width of the CSS item (Example: <strong>10%</strong>, <strong>70px</strong>)</li>
<li><strong>Color</strong> - Determines the color of the CSS attribute (Example: <strong>red</strong>, <strong>#ff0000</strong>, <strong>#f00</strong>)</li>
<li><strong>Font-Family, Font-Size, Line-Height, Letter-Spacing, Font-Weight</strong> - Changes the attributes of the text in the container. Examples:<br />
<strong>font-family: Arial, Helvetica, sans-serif;<br />
font-size:16px;<br />
line-height:18px;<br />
letter-spacing:-1px;<br />
font-weight:bold;</strong></li>
<li><strong>Padding</strong> - This is the buffer space on the inside of the CSS element. Formatted from the top of the div container, clockwise to the left of the div container. (Example: <strong>padding:5px 0 8px 16px;</strong>)</li>
<li><strong>Margin</strong> - This is the buffer space on the outside of the CSS element. Again, formatted from the top of the div container, clockwise to the left of the div container. (Example: <strong>margin: 5px 10px 0 0;</strong>)</li>
<li><strong>Background-Color, Background-Image, Background-Repeat, Background-Position</strong>. These are fairly straight-forward:<br />
<strong>background-color:#ff0000;</strong><br />
<strong>background-image:url(images/background.jpg);</strong><br />
<strong>background-repeat:no-repeat;</strong> /*also repeat-x or repeat-y*/<br />
<strong>background-position:top center;</strong> /*or pixel values*/</li>
</ul>
<p>Those values alone can put together a pretty complicated website. Next week, I will discuss more difficult attributes and how to get started. Hope that helps. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Fweb-development%2Fcss-layout-basics-part-2%2F&amp;title=CSS+Layout+Basics+-+Part+2"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/web-development/css-layout-basics-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Multiple Domain Names? Use Redirects</title>
		<link>http://www.pat-burt.com/domain-names/multiple-domain-names-use-redirects/</link>
		<comments>http://www.pat-burt.com/domain-names/multiple-domain-names-use-redirects/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 17:27:17 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
		
		<category><![CDATA[Domain Names]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/domain-names/multiple-domain-names-use-redirects/</guid>
		<description><![CDATA[Sometimes, if you do a little bit of digging, you can find out that multiple domain names can display the same website. This is a problem, if it&#8217;s not done correctly.

Why It&#8217;s Bad
Search Engines, or, let&#8217;s be serious here, Google, is known to penalize sites with duplicate content. These penalties can range from de-listing your [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, if you do a little bit of digging, you can find out that multiple domain names can display the same website. This is a problem, if it&#8217;s not done correctly.<br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<h2>Why It&#8217;s Bad</h2>
<p>Search Engines, or, let&#8217;s be serious here, Google, is known to penalize sites with duplicate content. These penalties can range from de-listing your domain, to a hit on the search engine results page, to a PageRank hit. Regardless of the penalty, penalties are not good things. It is often in your and your website&#8217;s best interest to stay as far away as you can from those penalties.</p>
<p>How is it duplicate content? If you visit http://www.mydomain.com/register.html and that page (and other pages on the website) are identical to http://www.myotherdomain.com/register.html, you may know that it&#8217;s the same site, but Search Engines will interpret two different .com&#8217;s as two different websites.</p>
<p>Google&#8217;s negative response towards duplicate content is, I imagine, a method to discourage content scrapers, who use bots to steal content from other sites and post it on their own.</p>
<h2>What&#8217;s Wrong</h2>
<p>What&#8217;s wrong is that you&#8217;re likely you have likely set up the domain name to point to the same nameservers and same folder as your main domain name. That&#8217;s where the problem lies.</p>
<h2>How To Fix It</h2>
<p>What needs to happen is that all domain names other then your main one need to be redirected. Redirecting your domain name shouldn&#8217;t be confused with mirroring the content from your main domain name. These redirects should be 301 redirects. You can either:</p>
<ul>
<li><strong>Redirect the domain name with your registrar.</strong> Some registrars will give you the option to set up redirects without any hosting configuration. If at all possible, go with this option.</li>
<li><strong>Host multiple domains on your hosting account.</strong> You will have to create a separate folder to point your excess domains to. Each of these should be set up with a 301 redirect to your main domain. These can be done with most (any?) programming languages, so you should look up which your hosting package supports, and do your best.</li>
</ul>
<p>Hope that helps. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Fdomain-names%2Fmultiple-domain-names-use-redirects%2F&amp;title=Multiple+Domain+Names%3F+Use+Redirects"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/domain-names/multiple-domain-names-use-redirects/feed/</wfw:commentRss>
		</item>
		<item>
		<title>7 Tips For Getting Your Emails Through Spam Filters</title>
		<link>http://www.pat-burt.com/web-development/10-tips-for-getting-your-emails-through-spam-filters/</link>
		<comments>http://www.pat-burt.com/web-development/10-tips-for-getting-your-emails-through-spam-filters/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 16:08:05 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/web-development/10-tips-for-getting-your-emails-through-spam-filters/</guid>
		<description><![CDATA[When developing websites, you&#8217;ll often be tasked with launching emails from your web server to a variety of destinations, whether they&#8217;re internal or external. These emails can be confirmation emails, newsletters, etc. However, sometimes they get caught in various spam filters, and since many spam filters are different, it&#8217;s hard to pinpoint what you need [...]]]></description>
			<content:encoded><![CDATA[<p>When developing websites, you&#8217;ll often be tasked with launching emails from your web server to a variety of destinations, whether they&#8217;re internal or external. These emails can be confirmation emails, newsletters, etc. However, sometimes they get caught in various spam filters, and since many spam filters are different, it&#8217;s hard to pinpoint what you need to do for each one to get your email through. Here are a few tips that can help you get to your destination.<br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
<strong>1 - Keywords</strong><br />
This seems like the biggest culprit. If at all possible, stay away from keywords such as <strong>Sale</strong>, <strong>20% Off</strong>, <strong>Limited Time Offer</strong>, etc. There&#8217;s no definite list, but you can use your judgment. Of course, there&#8217;s also the obvious: <strong>Forex</strong>, <strong>Rolex</strong>, <strong>Viagra</strong>, etc.</p>
<p><strong>2 - Text Alternate (or simple HTML alternate)</strong><br />
If you&#8217;re launching HTML emails, be sure to include a text-only alternate (and vice-versa). Not only does it help with getting your email through filters, but also with recipients who check their emails on mobile devices.</p>
<p><strong>3 - SMTP</strong><br />
If at all possible, use an SMTP server to launch emails instead of using unauthenticated email.</p>
<p><strong>4 - Link Destinations<br />
</strong>Have a look at your link destination, avoid including hyperlinks with the following destinations:</p>
<ul>
<li>An IP</li>
<li>A port number</li>
<li>A deep folder architecture (eg. http://www.pat-burt.com/insiders/content/avi/download/getit.html)</li>
<li>Subdomains</li>
</ul>
<p><strong>5 - Recipient List</strong><br />
If at all possible, try to send the emails to recipients individually. Multiple recipients in a <strong>To</strong>, <strong>CC</strong> or <strong>BCC</strong> field can start to get flagged as bad news.</p>
<p><strong>6 - To and From Fields</strong><br />
This is different for each programming language, but make an effort to list the sender&#8217;s and the recipient&#8217;s name or organization, instead of uniquely the email.</p>
<p><strong>7 - External Applications</strong><br />
External email distributors such as <a href="http://www.campaigner.com/" rel="nofollow" title="Campaigner">Campaigner</a> will actively make sure you&#8217;re email doesn&#8217;t get blocked by taking a few of the precautions mentioned above for you. They are also more likely to be making sure that their origin/IP isn&#8217;t blacklisted to most spam filters. It gets riskier if you decide to go with cheaper Walmart hosting and run the risk of getting flagged by other users who share the same server.</p>
<p>Hope that helps, that&#8217;s all for now.</p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Fweb-development%2F10-tips-for-getting-your-emails-through-spam-filters%2F&amp;title=7+Tips+For+Getting+Your+Emails+Through+Spam+Filters"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/web-development/10-tips-for-getting-your-emails-through-spam-filters/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Layout Basics - Part 1</title>
		<link>http://www.pat-burt.com/web-development/css-layout-basics-part-1/</link>
		<comments>http://www.pat-burt.com/web-development/css-layout-basics-part-1/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 17:03:43 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/web-development/css-layout-basics-part-1/</guid>
		<description><![CDATA[In the event you&#8217;ve figured out that you want to ditch table-based layouts and build CSS-based layouts, but you just don&#8217;t know where to start, I&#8217;m here to help. I won&#8217;t go too indepth, but I&#8217;ll cover the basics.
You will need to have two files. An HTML file, and a CSS file. Both of these [...]]]></description>
			<content:encoded><![CDATA[<p>In the event you&#8217;ve figured out that you want to ditch <a href="http://www.pat-burt.com/web-development/6-reasons-to-ditch-your-table-based-layout/" title="Table-based layouts">table-based layouts</a> and build CSS-based layouts, but you just don&#8217;t know where to start, I&#8217;m here to help. I won&#8217;t go too indepth, but I&#8217;ll cover the basics.</p>
<p>You will need to have two files. An HTML file, and a CSS file. Both of these can be blank, but try to make sure they have the right extension in the filename. You can link the CSS file with the following code in your HTML &lt;head&gt; tag:<br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
<strong> &lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;myStylesheet.css&#8221;&gt;</strong></p>
<p>Okay, now that we&#8217;ve got two files, let&#8217;s get started.</p>
<p>Your basic element HTML markup consists of a DIV tag: <strong>&lt;div&gt;&lt;/div&gt;</strong> . A DIV container is a square. By default, it&#8217;s as tall as the content within it, and fits to the width of whatever element it&#8217;s in.</p>
<p>This DIV tag is modifiable in almost every way imaginable in CSS. What you need to do is establish the link between your HTML markup and your CSS element. You would do so using an ID, or a CLASS. The only difference is that ID&#8217;s are only used once on a single page. Let&#8217;s say you want to display the text within the div at a 12 pixel font size.</p>
<h2>Using an ID</h2>
<p><strong>HTML Markup</strong><br />
&lt;div id=&#8221;myCSS&#8221;&gt;12 Pixel Font&lt;/div&gt; <strong><br />
CSS</strong><br />
#myCSS {font-size:12px;}</p>
<h2>Using a CLASS</h2>
<p><strong>HTML Markup</strong><br />
&lt;div class=&#8221;myCSS&#8221;&gt;12  Pixel Font&lt;/div&gt;<br />
<strong>CSS</strong><br />
.myCSS {font-size:12px;}</p>
<p>Notice how I had to use a <strong>pound sign (#) </strong>when defining an ID in the CSS and a <strong>period (.)</strong> when defining a CLASS.  In your CSS file, you can add as many attributes as you like within the curly brackets and it will affect the respective DIV container. If we wanted our <strong>myCSS</strong> class to appear bold, we would do the following:</p>
<p><strong>.myCSS {font-size:12px;font-weight:bold;} </strong></p>
<p>Like HTML, CSS has little importance on how you space your markup. The above CSS will perform exactly the same as:</p>
<p><strong>.myCSS {<br />
font-size:12px;<br />
font-weight:bold;<br />
} </strong></p>
<h2>Other HTML Elements</h2>
<p>All elements can be styled using CSS as long as they are references properly. Technically, the only difference between a DIV tag and a SPAN tag (or P tag, LI tag, etc.) is that they each have preset attributes to make coding easier. A DIV container, as mentioned earlier, will, by default, fill the width. A SPAN container will, by default, display inline with other elements. You can just as easily use one for the other like so:</p>
<p><strong>HTML</strong><br />
&lt;div id=&#8221;actsLikeASpanTag&#8221;&gt;I&#8217;m a span tag.&lt;/div&gt;<br />
<strong>CSS</strong><br />
#actsLikeASpanTag {display:inline;}</p>
<p>That&#8217;s all for now, hope that gets you started. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Fweb-development%2Fcss-layout-basics-part-1%2F&amp;title=CSS+Layout+Basics+-+Part+1"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/web-development/css-layout-basics-part-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 Web Development Tips Part 3 (CSS Edition)</title>
		<link>http://www.pat-burt.com/web-development/10-web-development-tips-part-3-css-edition/</link>
		<comments>http://www.pat-burt.com/web-development/10-web-development-tips-part-3-css-edition/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 13:36:19 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/web-development/10-web-development-tips-part-3-css-edition/</guid>
		<description><![CDATA[This article is part 3 of our 10 web development tips series. If you’re interested in part 1, click here, or in part 2, click here. These 10 tips will deal more with CSS and developing your HTML base template from the design.

1 - Use ID instead of CLASS wherever possible
In the example: &#60;div id=&#8221;myID&#8221;&#62;myID&#60;/div&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>This article is part 3 of our <strong>10 web development tips</strong> series. If you’re interested in part 1, <a href="http://www.pat-burt.com/web-development/10-web-development-quick-tips-part-1/" title="10 Web Development Tips">click here</a>, or in part 2, <a href="http://www.pat-burt.com/web-development/10-web-development-tips-part-2/" title="10 Wed development tips part 2">click here</a>. These 10 tips will deal more with CSS and developing your HTML base template from the design.<br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
<strong>1 - Use ID instead of CLASS wherever possible</strong><br />
In the example: &lt;div id=&#8221;myID&#8221;&gt;myID&lt;/div&gt; ID references the definition in the CSS file. IDs are used for items that are used once. For example, you can&#8217;t have two myID&#8217;s on the same page. It can allow you to better track what you&#8217;ve done. ID is also a lot shorter to type then class.</p>
<p><strong>2 - Recycle old code whenever possible</strong><br />
Have you done a similar top navigation before? Make use of the code you developed for a project you finished 6 months ago. Time is money and you don&#8217;t want to go through the headaches you went through 6 months ago.</p>
<p><strong>3 - Keep in mind what needs to printed</strong><br />
Although you can prepare print stylesheets, you can save yourself headaches later by remembering what needs to be printed and using an image or a CSS background accordingly. For example, clients typically like having their logos printed out, something that won&#8217;t happen unless it&#8217;s an image or you do a CSS workaround on your print stylesheet.</p>
<p><strong>4 - It&#8217;s more important to keep your HTML simple</strong><br />
In the event that you can to choose between a more complicated HTML markup or a more complicated CSS file, go with the more complicated CSS file. Although you won&#8217;t think your template will get too bad, content added to your template may start to get a little cumbersome.</p>
<p><strong>5 - Keep a library of stripped down useful functions</strong><br />
I often search my own blog and take a peak at my CSS Popup code whenever I need it because the code is in its simplest form. Sometimes pulling a developed version from another site you developed is a little trickier because you&#8217;ll have to undo the customizations you did.</p>
<p><strong>6 - Use multiple stylesheets</strong><br />
In some occassions, you will need a decent clump of  CSS code to make a single page on your website display correctly. Use a separate stylesheet for that page so that users who don&#8217;t access that specific page don&#8217;t have to download all that CSS.</p>
<p><strong>7 - Know how to deal with PNGs</strong><br />
PNGs require a decent amount of work to get them to function correctly in every browser AND to validate. This becomes especially useful as more and more websites have drop shadows over complex backgrounds.</p>
<p><strong>8 - Easy custom bullets<br />
</strong>The easiest way to do custom bullets that function correctly in every browser is to use a background image for the &lt;li&gt; item. For this not to go bonkers with the lists in general, set the margin and padding to 0 for the &lt;ul&gt; and &lt;li&gt; item and work from there.</p>
<p><strong>9 - Know how to replace quotes and apostrophes</strong><br />
These can start causing problems in fields such as text fields or text areas. Example: <strong>&lt;input type=&#8221;text&#8221; value=&#8221;He said:&#8221;I don&#8217;t know what you&#8217;re talking about&#8221;" /&gt;</strong> This would cause a giant mess and an unintended result. A quote can be replaced by <strong>&amp;#34;</strong> and an apostrophe can be replaced by <strong>&amp;#39; </strong><em>(Don&#8217;t use &amp;apos; or &amp;quot; as these don&#8217;t work all that well across all browsers)</em></p>
<p><strong>10 - Radio buttons? Make sure you have one selected</strong><br />
Having a radio button pre-selected saves you from having to validate a blank result if the user chooses not to select an answer. For example, if you ask the user to select either Male or Female and neither one is selected by default, you&#8217;ll have to run form validation that makes sure that one or the other is selected. If you select Male by default, it&#8217;ll save that extra coding time. Besides, if you allowed users to not select an option, you&#8217;d use checkboxes instead of radio buttons.</p>
<p>That&#8217;s all for now, hope that helps. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Fweb-development%2F10-web-development-tips-part-3-css-edition%2F&amp;title=10+Web+Development+Tips+Part+3+%28CSS+Edition%29"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/web-development/10-web-development-tips-part-3-css-edition/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quick Tip To Get Some PageRank</title>
		<link>http://www.pat-burt.com/search-engine-optimization-seo/quick-tip-to-get-some-pagerank/</link>
		<comments>http://www.pat-burt.com/search-engine-optimization-seo/quick-tip-to-get-some-pagerank/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 17:04:18 +0000</pubDate>
		<dc:creator>Patrick Burt</dc:creator>
		
		<category><![CDATA[Search Engine Optimization SEO]]></category>

		<guid isPermaLink="false">http://www.pat-burt.com/search-engine-optimization-seo/quick-tip-to-get-some-pagerank/</guid>
		<description><![CDATA[Over time, I&#8217;ve noticed that I&#8217;ve been getting some abnormal PageRank boosts. I finally tracked it down. (And this can be our little secret.)

Blogs or websites with the &#8220;Top Commenters&#8221; plugin will actually post links to the author&#8217;s website without a nofollow link. These links can appear on every page, or uniquely on the main [...]]]></description>
			<content:encoded><![CDATA[<p>Over time, I&#8217;ve noticed that I&#8217;ve been getting some abnormal PageRank boosts. I finally tracked it down. (And this can be our little secret.)<br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
Blogs or websites with the &#8220;Top Commenters&#8221; plugin will actually post links to the author&#8217;s website without a nofollow link. These links can appear on every page, or uniquely on the main page. Either way, this is advantageous because either way, you pick up a decent amount of PageRank.</p>
<p>I&#8217;m not saying, go out and hunt for Top Commenters blogs and spam them. I&#8217;m just saying that maybe you should give these specific blogs a little more time of day then the regular blog. If you have malicious intent, be sure to be genuinely interested in the blog you&#8217;re posting on.</p>
<p>Hope that helps. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<div><a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.pat-burt.com%2Fsearch-engine-optimization-seo%2Fquick-tip-to-get-some-pagerank%2F&amp;title=Quick+Tip+To+Get+Some+PageRank"  title="Bookmark this blog using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="Bookmark this blog using any bookmark manager!" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.pat-burt.com/search-engine-optimization-seo/quick-tip-to-get-some-pagerank/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
