<?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>Rainmaker Web Design &#187; Wade Sonenberg</title>
	<atom:link href="http://rainmakerwebdesign.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://rainmakerwebdesign.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 24 Jun 2010 02:03:33 +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>Using Contact Form 7 in a Modal/Lightbox Window</title>
		<link>http://rainmakerwebdesign.com/wordpress/using-contact-form-7-in-a-modallightbox-window/</link>
		<comments>http://rainmakerwebdesign.com/wordpress/using-contact-form-7-in-a-modallightbox-window/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 07:08:41 +0000</pubDate>
		<dc:creator>Wade Sonenberg</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[contact form 7]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[modal]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://rainmakerwebdesign.com/?p=690</guid>
		<description><![CDATA[We just wrapped up a modal contact form utilizing Takayuki Miyoshi&#8217;s &#8220;Contact Form 7&#8243; plugin for Wordpress. Thought we&#8217;d share process, we&#8217;ve been using both lightbox style modals via jQuery and CF7 for some time &#8211; just not together until now.


About Contact Form 7
CF7 is a wonderful plugin for inserting contact forms of all types [...]]]></description>
			<content:encoded><![CDATA[<p>We just wrapped up a modal contact form utilizing <a href="http://ideasilo.wordpress.com/">Takayuki Miyoshi&#8217;s</a> &#8220;Contact Form 7&#8243; plugin for <a href="http://wordpress.org">Wordpress</a>. Thought we&#8217;d share process, we&#8217;ve been using both lightbox style modals via jQuery and CF7 for some time &#8211; just not together until now.</p>
<p style="text-align: center;"><a href="http://rainmakerwebdesign.com/wp-content/uploads/2010/06/ux-design-gs-solar.png"><img class="aligncenter size-full wp-image-699" title="ux-design-gs-solar" src="http://rainmakerwebdesign.com/wp-content/uploads/2010/06/ux-design-gs-solar.png" alt="" width="592" height="291" /></a></p>
<p><span id="more-690"></span></p>
<h3>About Contact Form 7</h3>
<p>CF7 is a wonderful plugin for inserting contact forms of all types in Wordpress web sites.  It supports multiple forms, multiple emails, and even has a handy interface to handle the HTML for you.  You simply paste a short code in your post or page in order to insert the contact form, which looks something like: [contact-form 1 "My Contact Form"]</p>
<p>You may also use the plugin as part of your Wordpress theme, which is exactly what we&#8217;ll do in the steps below:</p>
<ol>
<li>
<h3><strong>Install CF7</strong></h3>
<p>Download and install <a href="http://wordpress.org/extend/plugins/contact-form-7">Contact Form 7</a> if you have not.</li>
<li>
<h3>Upload the Images</h3>
<p>Upload the two image files to your theme&#8217;s directory ( wp-content/themes/your-theme/<span style="text-decoration: underline;">images/</span> )<br />
Download them <a href="http://rainmakerwebdesign.com/wp-content/uploads/2010/06/images.zip">here</a>.</li>
<li>
<h3><strong>Add a new CF7 Form</strong></h3>
<p>You may use the editor to create any form you like, or you may copy &amp; paste the code below into the &#8220;Form&#8221; section of the CF7 admin area:</p>
<div class="code">
<pre>&lt;div id="evalContact"&gt;
&lt;h3&gt;Contact Information&lt;/h3&gt;
&lt;p&gt;&lt;label for="evalName"&gt;Your Name:&lt;/label&gt;[text* name id:evalName]&lt;/p&gt;
&lt;p&gt;&lt;label for="evalPhone"&gt;Phone:&lt;/label&gt;[text* evalPhone id:evalPhone]&lt;/p&gt;
&lt;p&gt;&lt;label for="evalEmail"&gt;Email:&lt;/label&gt;[email* evalEmail id:evalEmail]&lt;/p&gt;
&lt;/div&gt;

&lt;div id="evalUte"&gt;
&lt;h3&gt;Utility Information&lt;/h3&gt;
&lt;p&gt;&lt;label for="evalBill"&gt;Avg. Electric Bill:&lt;/label&gt;[text evalBill id:evalBill]&lt;/p&gt;
&lt;p&gt;&lt;label for="evalUtility"&gt;Electric Company:&lt;/label&gt;[text evalUtility id:evalUtility]&lt;/p&gt;
&lt;p&gt;&lt;label for=""&gt;Property Type:&lt;/label&gt;[radio evalResCom id:evalRes  "Residential" "Commercial"]&lt;/p&gt;
&lt;p&gt;&lt;label for="evalNotes"&gt;Additional Notes:&lt;/label&gt;[textarea evalNotes id:evalNotes]&lt;/p&gt;
[submit id:evalSubmit]
&lt;/div&gt;

&lt;div id="evalSite"&gt;
&lt;h3&gt;Site Information&lt;/h3&gt;
&lt;p&gt;&lt;label for="evalAddress"&gt;Site Address:&lt;/label&gt;[text evalAddress id:evalAddress]&lt;/p&gt;
&lt;p&gt;&lt;label for="evalAddress2"&gt;Site Address 2:&lt;/label&gt;[text evalAddress2 id:evalAddress2]&lt;/p&gt;
&lt;p&gt;&lt;label for="evalCity"&gt;City:&lt;/label&gt;[text evalAddress2 id:evalAddress2] &lt;/p&gt;
&lt;p&gt;&lt;label for="evalState"&gt;State:&lt;/label&gt;[select menu-838 id:evalState include_blank "AL" "AK" "AZ" "AR" "CA" "CO" "CT" "DE" "FL" "GA" "GU" "HI" "ID" "IL" "IN" "IA" "KS" "KY" "LA" "ME" "MD" "MA" "MI" "MN" "MS" "MO" "MT" "NE" "NV" "NH" "NJ" "NM" "NY" "NC" "ND" "OH" "OK" "OR" "PA" "PR" "RI" "SC" "SD" "TN" "TX" "UT" "VT" "VI" "VA" "WA" "WV" "WI" "WY"] Zip: [text evalZip id:evalZip]&lt;/p&gt;

&lt;/div&gt;
</pre>
</div>
<p>Click &#8220;Save&#8221; at the bottom.</li>
<li>
<h3><strong>Insert HTML/PHP Markup for Your Theme</strong></h3>
<p><strong> sidebar.php<br />
</strong>Add the link that will activate the lightbox and show the form.  We&#8217;ve chosen to insert it in the sidebar, but you may place it where ever you wish in your theme.</p>
<div class="code">
<pre id="line157">&lt;<span class="start-tag">a</span><span class="attribute-name"> id</span>=<span class="attribute-value">"reqEval" </span><span class="attribute-name">href</span><span>="&lt;?php bloginfo('url'); ?&gt;/contact/</span><span>" </span><span class="attribute-name">title</span>=<span class="attribute-value">"Free Site Evaluation"</span>&gt;Request a Free Evaluation&lt;/<span class="end-tag">a</span>&gt;</pre>
</div>
<p><em>*Note, we&#8217;ve directed the link towards the contact page in case the visitor doesn&#8217;t have javascript enabled.</em><br />
<strong><br />
functions.php:</strong><br />
<em>(If you&#8217;re not running Wordpress 3.0 yet, this will tell WP to use jQuery&#8217;s newest version)</em><br />
Add:</p>
<div class="code">
<pre>//== USE JQUERY 1.4 INSTEAD OF DEFAULT ==//
if( !is_admin()){
wp_deregister_script('jquery');
wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"), false, '');
wp_enqueue_script('jquery');
}</pre>
</div>
<p><strong><em>header.php</em></strong><br />
a.) In the &lt;head&gt; section, add:</p>
<div class="code">
<pre>&lt;script type="text/javascript"&gt;
$(document).ready(function(){
var docHeight = $(document).height();
$('#reqEval').click(function() {
$('#curtain').height(docHeight);
$('#curtain').fadeIn("slow");
$('#evalcontainer').fadeIn("slow");
return false;
});
$('#evalClose').click(function() {
$('#evalcontainer').fadeOut("slow");
$('#curtain').fadeOut("slow");
return false;
});
});

&lt;/script&gt;
</pre>
</div>
<p>b.) Immediately after the &lt;body&gt; tag, add:</p>
<div class="code">
<pre>&lt;div id="curtain"&gt;&lt;/div&gt;
&lt;div id="evalcontainer"&gt;
&lt;a id="evalClose" href="&lt;? the_permalink(); ?&gt;" rel="nofollow"&gt;&lt;img src="&lt;? bloginfo('template_directory'); ?&gt;/images/close.png" alt="[X] Close" /&gt;&lt;/a&gt;
&lt;h2&gt;Request a Free Site Evaluation&lt;/h3&gt;
&lt;p&gt;Fill out the form to request a solar site evaluation. There is no cost or commitment, and we never share your information.&lt;/p&gt;
&lt;?php echo do_shortcode( '[contact-form 1 "Contact form 1"]' ); ?&gt;
&lt;/div&gt;</pre>
</div>
<p><em>*note the [contact-form 1 "Contact form 1"] parameter of the do_shortcode() function. If you already have CF7 forms running, you&#8217;ll need to change this.<br />
<strong>Style.css<br />
</strong></em>Insert the following styles in your style sheet:</p>
<div class="code">
<pre>/* EVAL FORM */
div#curtain{
background:url('images/curtainbg.png');
height:1000px;
width:100%;
position:absolute;
top:0;
z-index:999;
display:none;
}

div#evalcontainer {
text-align:left;
position:absolute;
overflow:hidden;
width:800px;
height:470px;
left:50%;
top:30px;
margin-left:-400px;
border:3px solid orange;
background:#F6F3F1;
z-index:1000;
display:none;
font-size:80%;
}
div#evalcontainer h2{
margin:0 0 10px 0;
padding:5px 15px;
background:#FFEE82;
border-bottom:1px solid #C6B865;
}
div#evalcontainer h3{
position:relative;
top:-12px;
left:50px;
margin:0;
padding:0;
background:#F6F3F1;
width:200px;
text-align:center;
}
div#evalcontainer p{
margin:0 10px 10px 10px;
}
div#evalcontainer label{
width:120px;
float:left;
text-align:right;
margin-right:10px;
}
div#evalcontainer input[type=text]{
width:150px;
border:1px solid #ccc;
background:#FFFBF4;
}
div#evalcontainer select, div#evalcontainer textarea{
border:1px solid #ccc;
background:#FFFBF4;
}
div#evalcontainer input[type=text]:focus{
background:#fff;
}

div#evalContact {
border:1px solid #ccc;;
float:left;
width:380px;
margin:20px 0 43px 12px;
}
div#evalSite {
border:1px solid #ccc;;
clear:left;
float;left;
width:380px;
margin:12px 0 0 12px;
}

div#evalUte {
border:1px solid #ccc;
float:right;
width:380px;
margin:20px 12px 0 0;
}
#evalZip{
width:67px !important;
}
#evalNotes{
height:100px;
margin:0 0 0 12px;
}
#evalSubmit {
padding:0 20px;
text-shadow:0 0 2px #000;
color:#fff;
background:url('images/evalsubmitbg.png');
border:1px solid #382213;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
font-family:'arial black';
font-size:18px;
margin:10px 12px 15px 0;
float:right;
}

#evalClose {
float:right;
margin:3px 3px 0 0;
border:none !important;
}
#evalClose img{
border:none !important;
}
/* END EVAL FORM */
</pre>
</div>
</li>
</ol>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1260px; width: 1px; height: 1px; overflow: hidden;">
<pre id="line157">			&lt;<span class="start-tag">a</span><span class="attribute-name"> id</span>=<span class="attribute-value">"reqEval" </span><span class="attribute-name">href</span><span>="</span><a href="view-source:http://rainmakerwebdesign.com/dev/gssolar/contact/">http://rainmakerwebdesign.com/dev/gssolar/contact/</a><span>" </span><span class="attribute-name">title</span>=<span class="attribute-value">"Free Solar Site Evaluation"</span>&gt;&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span><span>="</span><a href="view-source:http://rainmakerwebdesign.com/dev/gssolar/wp-content/themes/sandbox/images/request.png">http://rainmakerwebdesign.com/dev/gssolar/wp-content/themes/sandbox/images/request.png</a><span>" </span><span class="attribute-name">alt</span>=<span class="attribute-value">"" </span><span class="error"><span class="attribute-name">/</span></span>&gt;&lt;/<span class="end-tag">a</span>&gt;&lt;<span class="start-tag">br</span><span class="error"><span class="attribute-name"> /</span></span>&gt;(602) 493-1135</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://rainmakerwebdesign.com/wordpress/using-contact-form-7-in-a-modallightbox-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canoe for Sale</title>
		<link>http://rainmakerwebdesign.com/uncategorized/canoe-for-sale/</link>
		<comments>http://rainmakerwebdesign.com/uncategorized/canoe-for-sale/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 01:05:30 +0000</pubDate>
		<dc:creator>Wade Sonenberg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rainmakerwebdesign.com/?p=677</guid>
		<description><![CDATA[Just in case any body is looking, I&#8217;m selling my Mad River 17&#8242; Square-back Canoe.  Asking $600.

Mad River, Orion Expedition Model
Three seats, middle one is removed in photos for expeditions
Oar locks for the middle seat
Square back for mounting a trolling motor

Selling the boat because I got a Jon Boat for my birthday.  This boat has [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case any body is looking, I&#8217;m selling my Mad River 17&#8242; Square-back Canoe.  Asking $600.</p>
<ul>
<li>Mad River, Orion Expedition Model</li>
<li>Three seats, middle one is removed in photos for expeditions</li>
<li>Oar locks for the middle seat</li>
<li>Square back for mounting a trolling motor</li>
</ul>
<p>Selling the boat because I got a Jon Boat for my birthday.  This boat has been awesome, paddling equally well on Chattahoochee trout trips, Chattooga white water, and multi-day expeditions down the Oconee and through the Okefenokee swamp.  It handles like a much smaller boat in rapids, yet still tracks well and is a breeze to paddle when loaded down with 600+ pounds of paddlers and gear.</p>
<p>Here&#8217;s some photos, email me if interested. Dog not included.</p>

<a href='http://rainmakerwebdesign.com/uncategorized/canoe-for-sale/attachment/dsc00844/' title='DSC00844'><img width="150" height="150" src="http://rainmakerwebdesign.com/wp-content/uploads/2010/06/DSC00844-150x150.jpg" class="attachment-thumbnail" alt="" title="DSC00844" /></a>
<a href='http://rainmakerwebdesign.com/uncategorized/canoe-for-sale/attachment/oke1/' title='oke1'><img width="150" height="150" src="http://rainmakerwebdesign.com/wp-content/uploads/2010/06/oke1-150x150.jpg" class="attachment-thumbnail" alt="" title="oke1" /></a>
<a href='http://rainmakerwebdesign.com/uncategorized/canoe-for-sale/attachment/img_0254/' title='IMG_0254'><img width="150" height="150" src="http://rainmakerwebdesign.com/wp-content/uploads/2010/06/IMG_0254-150x150.jpg" class="attachment-thumbnail" alt="" title="IMG_0254" /></a>
<a href='http://rainmakerwebdesign.com/uncategorized/canoe-for-sale/attachment/img_0253/' title='IMG_0253'><img width="150" height="150" src="http://rainmakerwebdesign.com/wp-content/uploads/2010/06/IMG_0253-150x150.jpg" class="attachment-thumbnail" alt="" title="IMG_0253" /></a>
<a href='http://rainmakerwebdesign.com/uncategorized/canoe-for-sale/attachment/img_0252/' title='IMG_0252'><img width="150" height="150" src="http://rainmakerwebdesign.com/wp-content/uploads/2010/06/IMG_0252-150x150.jpg" class="attachment-thumbnail" alt="" title="IMG_0252" /></a>
<a href='http://rainmakerwebdesign.com/uncategorized/canoe-for-sale/attachment/img_0251/' title='IMG_0251'><img width="150" height="150" src="http://rainmakerwebdesign.com/wp-content/uploads/2010/06/IMG_0251-150x150.jpg" class="attachment-thumbnail" alt="" title="IMG_0251" /></a>
<a href='http://rainmakerwebdesign.com/uncategorized/canoe-for-sale/attachment/img_0250/' title='IMG_0250'><img width="150" height="150" src="http://rainmakerwebdesign.com/wp-content/uploads/2010/06/IMG_0250-150x150.jpg" class="attachment-thumbnail" alt="" title="IMG_0250" /></a>
<a href='http://rainmakerwebdesign.com/uncategorized/canoe-for-sale/attachment/img_0249/' title='IMG_0249'><img width="150" height="150" src="http://rainmakerwebdesign.com/wp-content/uploads/2010/06/IMG_0249-150x150.jpg" class="attachment-thumbnail" alt="" title="IMG_0249" /></a>
<a href='http://rainmakerwebdesign.com/uncategorized/canoe-for-sale/attachment/img_0255/' title='IMG_0255'><img width="150" height="150" src="http://rainmakerwebdesign.com/wp-content/uploads/2010/06/IMG_0255-150x150.jpg" class="attachment-thumbnail" alt="" title="IMG_0255" /></a>

]]></content:encoded>
			<wfw:commentRss>http://rainmakerwebdesign.com/uncategorized/canoe-for-sale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matt Mullenweg Wordpress Interview</title>
		<link>http://rainmakerwebdesign.com/business-blogging/matt-mullenweg-on-wordpress-now/</link>
		<comments>http://rainmakerwebdesign.com/business-blogging/matt-mullenweg-on-wordpress-now/#comments</comments>
		<pubDate>Mon, 03 May 2010 22:25:30 +0000</pubDate>
		<dc:creator>Wade Sonenberg</dc:creator>
				<category><![CDATA[Business Blogging]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://rainmakerwebdesign.com/?p=636</guid>
		<description><![CDATA[
For those of you not familiar with Matt, he&#8217;s one of the original developers of that little software package we call Wordpress.  No news or insight into WP 3.0, but some of the answers are fascinating &#8211; I especially like his analogy for Wordpress.com vs. Wordpress.org&#8230;
Thanks to Anthony Brewitt for the great find. 
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=creB0kaV&amp;width=600&amp;height=400&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="600" height="400" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" allowfullscreen="true" flashvars="guid=creB0kaV&amp;width=600&amp;height=400&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M"></embed></object></p>
<p>For those of you not familiar with Matt, he&#8217;s one of the original developers of that little software package we call Wordpress.  No news or insight into WP 3.0, but some of the answers are fascinating &#8211; I especially like his analogy for <a href="http://wordpress.com">Wordpress.com</a> vs. <a href="http://wordpress.org">Wordpress.org</a>&#8230;</p>
<p>Thanks to <a href="http://designbit.co.uk/">Anthony Brewitt</a> for the great find. </p>
]]></content:encoded>
			<wfw:commentRss>http://rainmakerwebdesign.com/business-blogging/matt-mullenweg-on-wordpress-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google to Penalize Slow Loading Websites</title>
		<link>http://rainmakerwebdesign.com/diy-seo/google-to-penalize-slow-loading-websites/</link>
		<comments>http://rainmakerwebdesign.com/diy-seo/google-to-penalize-slow-loading-websites/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 21:55:17 +0000</pubDate>
		<dc:creator>Wade Sonenberg</dc:creator>
				<category><![CDATA[DIY SEO]]></category>
		<category><![CDATA[Fishing Web Design & SEO]]></category>
		<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://rainmakerwebdesign.com/?p=625</guid>
		<description><![CDATA[Something that has been hinted upon for a couple years, was finally announced &#8211; Big G is working a penalty for slow load time into their algorithm.   According to Google&#8217;s Webmaster Central blog,  the penalty at this time is a minor one, and only affects:

less than 1% of search queries
only queries in English made [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-626 alignright" title="Website Speed Counts!" src="http://rainmakerwebdesign.com/wp-content/uploads/2010/04/1271453848_Hourglass.png" alt="Website Speed Counts!" width="128" height="128" />Something that has been hinted upon for a couple years, was finally announced &#8211; Big G is working a penalty for slow load time into their algorithm.   <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html">According to Google&#8217;s Webmaster Central blog</a>,  the penalty at this time is a minor one, and only affects:</p>
<ul>
<li>less than 1% of search queries</li>
<li>only queries in English made through Google.com</li>
</ul>
<p>As part of that effort, today we&#8217;re including a new signal in our search  ranking algorithms: site speed. Site speed reflects how quickly a  website responds to web requests.</p>
<div class="quote">Speeding up websites is  important — not just to site owners, but to all Internet users. Faster  sites create happy users and we&#8217;ve seen in our <a href="http://googleresearch.blogspot.com/2009/06/speed-matters.html">internal  studies</a> that when a site responds slowly, visitors spend less time  there.</div>
<p>It goes on to say that the penalty doesn&#8217;t count as much as &#8220;Relevancy of the page&#8221; &#8211; but what else does?</p>
<p>You can check your website&#8217;s load time at <a href="http://tools.pingdom.com/">Pingdom</a>.</p>
<h3>Some tips to speed up web page load times:</h3>
<ol>
<li>Reduce HTTP requests
<ul>
<li>Combine all javascript files into one</li>
<li>Combine all CSS files into one</li>
<li>Use <a href="http://css-tricks.com/css-sprites/">CSS Sprites</a> to reduce  number of background images needed</li>
</ul>
</li>
<li>Reduce the number of images on a page</li>
<li><a href="http://inobscuro.com/tutorials/read/35/">Optimize images</a> to  reduce their file size</li>
<li>Use  an Expires or a Cache-Control Header</li>
<li><a href="http://www.minifycss.com/minify-tools/minify-css-tools.php">Minify</a> CSS and Javascript</li>
<li>Use HTML and CSS over images where ever possible.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://rainmakerwebdesign.com/diy-seo/google-to-penalize-slow-loading-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Networking for Business: It works</title>
		<link>http://rainmakerwebdesign.com/small-business/facebook-networking-for-business-it-works/</link>
		<comments>http://rainmakerwebdesign.com/small-business/facebook-networking-for-business-it-works/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 20:46:55 +0000</pubDate>
		<dc:creator>Wade Sonenberg</dc:creator>
				<category><![CDATA[Small Business Web Tricks]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://rainmakerwebdesign.com/?p=617</guid>
		<description><![CDATA[Just thought I&#8217;d share an example with everyone, saw this on Facebook today &#8211; the names &#38; pics have been blurred to protect the innocent:

Building a good network, and asking for help couldn&#8217;t be more easy.  Ten years ago, this would have taken hours and hours, now just 15 seconds. 
]]></description>
			<content:encoded><![CDATA[<p>Just thought I&#8217;d share an example with everyone, saw this on <a href="http://facebook.com">Facebook</a> today &#8211; the names &amp; pics have been blurred to protect the innocent:</p>
<p><img class="aligncenter size-full wp-image-619" title="facebook works for networking" src="http://rainmakerwebdesign.com/wp-content/uploads/2010/04/facebook-works-for-networking1.jpg" alt="" width="475" height="494" /></p>
<p>Building a good network, and asking for help couldn&#8217;t be more easy.  Ten years ago, this would have taken hours and hours, now just 15 seconds. </p>
]]></content:encoded>
			<wfw:commentRss>http://rainmakerwebdesign.com/small-business/facebook-networking-for-business-it-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping Your Website&#8217;s Copyright Date Current with PHP</title>
		<link>http://rainmakerwebdesign.com/php/keeping-your-websites-copyright-date-current-in-php/</link>
		<comments>http://rainmakerwebdesign.com/php/keeping-your-websites-copyright-date-current-in-php/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 04:08:18 +0000</pubDate>
		<dc:creator>Wade Sonenberg</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Small Business Web Tricks]]></category>
		<category><![CDATA[web tips]]></category>

		<guid isPermaLink="false">http://rainmakerwebdesign.com/?p=609</guid>
		<description><![CDATA[Never have an outdated copyright date (displaying © 2007 in 2010) again.  It&#8217;s super easy, and is only one line of code.
&#38;copy; &#60;?php echo date(&#8216;Y&#8217;); ?&#62;
It seems it&#8217;s more prevalent around the turn of the calendar year, but why not cross it off your yearly list without even doing anything? 
]]></description>
			<content:encoded><![CDATA[<p>Never have an outdated copyright date (<em>displaying © 2007 in 2010</em>) again.  It&#8217;s super easy, and is only one line of code.</p>
<div class="code">&amp;copy; &lt;?php echo date(&#8216;Y&#8217;); ?&gt;</div>
<p>It seems it&#8217;s more prevalent around the turn of the calendar year, but why not cross it off your yearly list without even doing anything? </p>
]]></content:encoded>
			<wfw:commentRss>http://rainmakerwebdesign.com/php/keeping-your-websites-copyright-date-current-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50% Off for Green Companies</title>
		<link>http://rainmakerwebdesign.com/rainmaker-sites/earth-day-50-off-for-green-companies/</link>
		<comments>http://rainmakerwebdesign.com/rainmaker-sites/earth-day-50-off-for-green-companies/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 10:15:23 +0000</pubDate>
		<dc:creator>Wade Sonenberg</dc:creator>
				<category><![CDATA[Rainmaker Sites]]></category>
		<category><![CDATA[eco]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://rainmakerwebdesign.com/?p=581</guid>
		<description><![CDATA[We&#8217;re offering a 50% discount on all web projects for green businesses from now until Earth Day
That&#8217;s right, until April 22, 2010 we&#8217;re slashing all web design, SEO, and social media marketing projects in half.  As a web design &#38; marketing firm, we&#8217;re limited in how much we can recycle, eliminate waste, and cut our [...]]]></description>
			<content:encoded><![CDATA[<h3 class="announcement">We&#8217;re offering a 50% discount on all web projects for green businesses from now until <a href="http://www.earthday.org/">Earth Day</a></h3>
<p>That&#8217;s right, until April 22, 2010 we&#8217;re slashing all web design, SEO, and social media marketing projects in half.  As a web design &amp; marketing firm, we&#8217;re limited in how much we can recycle, eliminate waste, and cut our carbon foot prints&#8230;. so we&#8217;ve decided to put our money where our mouth is and try to give eco-friendly businesses a leg up.</p>
<p><a href="http://rainmakerwebdesign.com/contact/">Contact us</a> to get started, or tell us what you think of the program&#8230;</p>
<h3>How it will work:</h3>
<p>We&#8217;ll run the same free cost estimates at half our hourly rates for qualifying businesses that commission their project by days end April 22nd, 2010.  By qualifying businesses, we mean businesses that make a substantial portion of their revenues by marketing, selling, or producing green products and services.  &#8220;Substantial&#8221; will be at our sole discretion, but we mean to help as many green businesses as we can in hopes that we can make this planet a little cleaner and greener for us and our children.</p>
<h3>Why we&#8217;re doing it:</h3>
<p>While chatting last week, it came up that we&#8217;re in little position to green our business aside from offering green hosting, operating a paperless office, and telecommuting &#8211; the last two we already do!  So we figured that if we can help a few green companies be a little more competitive, or offer their employees a little something extra &#8211; then it&#8217;s well worth tightening our belts for a couple months to do the right thing.</p>
<h3>Limitations:</h3>
<ul>
<li>The program is limited to the first $20,000 in discounted services, if we reach it we&#8217;ll be happy to reach out to other firms in order to accommodate as many green companies as we can.</li>
<li>Rainmaker Web Design will make the sole decision of who qualifies, feel free to <a href="http://rainmakerwebdesign.com/contact/">contact us</a> to discuss.</li>
<li>All discounted projects must be contracted by midnight April 22nd, 2010</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rainmakerwebdesign.com/rainmaker-sites/earth-day-50-off-for-green-companies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Friendly CSS Galleries</title>
		<link>http://rainmakerwebdesign.com/diy-seo/seo-friendly-css-galleries/</link>
		<comments>http://rainmakerwebdesign.com/diy-seo/seo-friendly-css-galleries/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 05:36:08 +0000</pubDate>
		<dc:creator>Wade Sonenberg</dc:creator>
				<category><![CDATA[DIY SEO]]></category>
		<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[Link Building]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://rainmakerwebdesign.com/?p=539</guid>
		<description><![CDATA[We&#8217;re compiling a list of SEO Friendly CSS galleries for designers who are interested in getting a little link love while showcasing their work.  To be considered, the galleries must either have a direct, do-follow link from the actual gallery or a direct do-follow link from a sub-page featuring the work.
We&#8217;ll update this page regularly, [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re compiling a list of SEO Friendly CSS galleries for designers who are interested in getting a little link love while showcasing their work.  To be considered, the galleries must either have a direct, do-follow link from the actual gallery or a direct do-follow link from a sub-page featuring the work.</p>
<p>We&#8217;ll update this page regularly, and hopefully provide an Excel download once the list grows a little bit &#8211; so feel free to comment with anybody we missed.</p>
<p><span id="more-539"></span></p>
<ol>
<li><a href="http://www.my3w.org/">3w CSS Sites</a></li>
<li><a href="http://www.cssbreeze.com/">CSS Breeze</a></li>
<li><a href="http://csschest.com/">CSS Chest</a></li>
<li><a href="http://www.cssclip.com/">CSS Clip</a></li>
<li><a href="http://www.csscount.com/">CSS Count</a></li>
<li><a href="http://www.cssdaddy.com/">CSS Daddy</a></li>
<li><a href="http://www.cssdance.com/">CSS Dance</a></li>
<li><a href="http://cssgallery.com/">CSS Gallery.com</a></li>
<li><a href="http://www.css-hamster.de">CSS Hampster</a></li>
<li><a href="http://www.css-imagine.com/">CSS-Imagine</a></li>
<li><a href="http://">CSS Impress</a></li>
<li><a href="http://www.cssloggia.com/">CSS Loggia</a></li>
<li><a href="http://csspick.com/">CSS Pick</a></li>
<li><a href="http://www.cssrank.com/">CSS Rank</a></li>
<li><a href="http://www.cssshowcases.com/">CSS Showcases</a></li>
<li><a href="http://csssmoothoperator.com/">CSS Smooth Operator</a></li>
<li><a href="http://www.cssstar.com/">CSS Star</a></li>
<li><a href="http://www.csstea.com/">CSS Tea</a></li>
<li><a href="http://csswrap.com/">CSS Wrap</a></li>
<li><a href="http://www.fantasticss.com/">Fantastic CSS</a></li>
<li><a href="http://www.foliostars.net/">Folio Stars</a></li>
<li><a href="http://www.hostpattern.com/">Host Pattern</a></li>
<li><a href="http://qindex.de/">Qindex</a></li>
<li><a href="http://www.sefwebgallery.com/index.php">SEF Web Gallery</a></li>
<li><a href="http://www.selected-webdesign.com/">Select Web Design</a></li>
<li><a href="http://www.stylevault.net/">StyleVault.net</a></li>
<li><a href="http://www.wooki.es/">Wooki.es</a></li>
<li><a href="http://wpelites.com/">WP Elite</a></li>
<li><a href="http://wpfloat.com/">WP Float</a></li>
<li><a href="http://wpluxe.com/">WP Luxe</a></li>
<li><a href="http://www.yoursiteisvalid.com/">Your Site is Valid</a></li>
</ol>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 54px; width: 1px; height: 1px; overflow: hidden;">http://wpelites.com/</div>
]]></content:encoded>
			<wfw:commentRss>http://rainmakerwebdesign.com/diy-seo/seo-friendly-css-galleries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Local Search: An In Depth Look</title>
		<link>http://rainmakerwebdesign.com/diy-seo/google-local-search-an-in-depth-look/</link>
		<comments>http://rainmakerwebdesign.com/diy-seo/google-local-search-an-in-depth-look/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 05:03:18 +0000</pubDate>
		<dc:creator>Wade Sonenberg</dc:creator>
				<category><![CDATA[DIY SEO]]></category>
		<category><![CDATA[Fishing Web Design & SEO]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Hunting Web Design & SEO]]></category>
		<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Local Search]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://rainmakerwebdesign.com/?p=524</guid>
		<description><![CDATA[The introduction of Google&#8217;s Local Search into it&#8217;s regular results (Universal Search) has been a real game changer as more, and more categories and locations are offered up near the top of organic searches.  We&#8217;re going to cover the bases on what to do to improve your business&#8217;s rankings in the local search results &#38; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rainmakerwebdesign.com/wp-content/uploads/2010/03/google-local-for-fishing.jpg"><img class="alignright size-full wp-image-534" title="google-local-for-fishing" src="http://rainmakerwebdesign.com/wp-content/uploads/2010/03/google-local-for-fishing.jpg" alt="Google Local Search" width="300" height="166" /></a>The introduction of Google&#8217;s Local Search into it&#8217;s regular results (<a href="http://www.google.com/intl/en/press/pressrel/universalsearch_20070516.html">Universal Search</a>) has been a real game changer as more, and more categories and locations are offered up near the top of organic searches.  We&#8217;re going to cover the bases on what to do to improve your business&#8217;s rankings in the local search results &amp; a few pot holes to steer away from.  <em>Please note, it&#8217;s no substitute or an organic search engine strategy, but can compliment one very well since many of the same content and inbound linking principals still apply.</em></p>
<ol>
<li>
<h3>Your Site&#8217;s Contact Page</h3>
<ul>
<li>First of all &#8211; have a contact page!  Title it &#8220;Contact&#8221; as is the convention around the web, and name it something like &#8220;contact.html&#8221; or &#8220;contact-my-company.php.&#8221;</li>
<li>Include a full address including city, state, and zip code within the locale that you&#8217;re targeting.</li>
<li>Include a local phone number, i.e. &#8211; make sure the area code matches the the targeted location&#8217;s.</li>
<li>Have multiple locations?  If you run a multi-national corporation, why not hire an <a href="http://rainmakerwebdesign.com/contact/">SEO company</a> to rank your locations because it <a href="http://www.seomoz.org/ugc/getting-bulk-local-listings-verified-on-googles-local-business-center">gets</a> a <a href="http://www.google.com/support/forum/p/maps/thread?tid=23994121b76509b7&amp;hl=en">little</a> <a href="2a2f735ae738ea91">tricky</a> and is outside the scope of this post.</li>
</ul>
</li>
<li>
<h3>Title Tags, Meta Tags, and Your URL</h3>
<ul>
<li>Use a hCard in your website&#8217;s head section.  Learn <a href="http://microformats.org/wiki/hcard">here</a>, create <a href="http://microformats.org/code/hcard/creator">here</a>. Simply use it as the markup/HTML for that part of your contact page.</li>
<li>City/State in Contact Page Title Tag</li>
</ul>
<ul>
<li>City/State in Index Page Title Tag</li>
<li>Location in URL (Ex. &#8211; AthensGAWebDesigners.com)</li>
</ul>
</li>
<li>
<h3>Your Local Business Profile</h3>
<ul>
<li>1st, go to <a href="http://www.google.com/local/add">Google&#8217;s Local Business</a>, and claim your business&#8217;s profile if you haven&#8217;t yet.</li>
<li>Profile using local phone number (area code matching the target location)</li>
<li>Location in Profile Title</li>
<li>Service/Product in Business Category Fields</li>
</ul>
</li>
<li>
<h3>Customer/Client Reviews</h3>
<ul>
<li><strong>Customer Reviews are Important!</strong></li>
<li>And it&#8217;s not just the reviews on Google Maps itself -</li>
<li>Google feeds it&#8217;s listings with dozens if not hundreds other third party review sites.  For example: <a href="http://kudzu.com">Kudzu.com</a>, <a href="http://www.yelp.com/">Yelp</a>, <a href="http://www.insiderpages.com/">InsiderPages</a>, and many industry specific review services.</li>
</ul>
</li>
<li>
<h3>Pitfalls &amp; What not to do</h3>
<ul>
<li>Don&#8217;t List a 1-800 number on your profile or on your contact page, I know it makes no sense.  Have one, get your web guys to use an image to display it.</li>
<li>Negative Reviews &#8211; I know they&#8217;re hard to stop, but if you can contact the reviewer &amp; ask them to remove it &#8211; do it.</li>
<li>Don&#8217;t use multiple Business Profiles with:
<ol>
<li>The same business name</li>
<li>The same phone number</li>
<li>The same address (this one is particularly detrimental)</li>
</ol>
</li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://rainmakerwebdesign.com/diy-seo/google-local-search-an-in-depth-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Google Wave?  Two Video Perspectives</title>
		<link>http://rainmakerwebdesign.com/uncategorized/what-is-google-wave-two-video-perspectives/</link>
		<comments>http://rainmakerwebdesign.com/uncategorized/what-is-google-wave-two-video-perspectives/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 04:34:34 +0000</pubDate>
		<dc:creator>Wade Sonenberg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rainmakerwebdesign.com/?p=519</guid>
		<description><![CDATA[So what is Google Wave, what can it do for my business, and how can I get an invite to try the thing out?
Can&#8217;t help you with the third, but hopefully these two videos will help out.  The first is a great introduction , in my opinion much better than the techno jargon filled Google [...]]]></description>
			<content:encoded><![CDATA[<p>So what is Google Wave, what can it do for my business, and how can I get an invite to try the thing out?</p>
<p>Can&#8217;t help you with the third, but hopefully these two videos will help out.  The first is a great introduction , in my opinion much better than the techno jargon filled Google intro on their site.  The second, is pretty darn entertaining but shows off a good bit of what Google Wave can do&#8230;.</p>
<h3>What is Google Wave?</h3>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/rDu2A3WzQpo&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/rDu2A3WzQpo&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<h3>What can you do with it?</h3>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/xcxF9oz9Cu0&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/xcxF9oz9Cu0&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object> </p>
]]></content:encoded>
			<wfw:commentRss>http://rainmakerwebdesign.com/uncategorized/what-is-google-wave-two-video-perspectives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
