<?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>Utah WordPress Web Design &#187; How To</title>
	<atom:link href="http://www.brmecham.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brmecham.com</link>
	<description>Brian Mecham, Utah Web Designer, WordPress Theme Developer, WordPress Templates, CSS Ninja</description>
	<lastBuildDate>Thu, 22 Dec 2011 00:21:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to Track Affiliate / Referral Sales in WP e-Commerce Shopping Cart Plugin for WordPress</title>
		<link>http://www.brmecham.com/track-referral-sales-wp-e-commerce-wordpress/</link>
		<comments>http://www.brmecham.com/track-referral-sales-wp-e-commerce-wordpress/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 00:35:49 +0000</pubDate>
		<dc:creator>Brian Mecham</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Affiliate]]></category>
		<category><![CDATA[Commission]]></category>
		<category><![CDATA[Referral]]></category>
		<category><![CDATA[Sales]]></category>
		<category><![CDATA[Shopping Cart]]></category>
		<category><![CDATA[WP e-Commerce]]></category>

		<guid isPermaLink="false">http://www.brmecham.com/?p=243</guid>
		<description><![CDATA[I&#8217;ve been using the WP e-Commerce Shopping Cart plugin for WordPress for a few years now. Unfortunately there isn&#8217;t much in the way of affiliate or referral plugins for WP e-Commerce. I&#8217;ve been on the lookout for an easy solution to track referral sales. I didn&#8217;t need something as complex as most affiliate management systems. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.brmecham.com/how-to-track-referral-sales-in-wordpress-wp-e-commerce-shopping-cart-plugin/"><img class="aligncenter size-full wp-image-250" title="How to Track Referral Sales in WordPress WP e-Commerce Shopping Cart Plugin" src="http://www.brmecham.com/wp-content/uploads/2011/08/wordpress-wp-e-commerce.jpg" alt="How to Track Referral Sales in WordPress WP e-Commerce Shopping Cart Plugin" width="580" height="219" /></a></p>
<p>I&#8217;ve been using the <a title="WP e-Commerce" href="http://getshopped.org/" target="_blank">WP e-Commerce Shopping Cart plugin</a> for WordPress for a few years now. Unfortunately there isn&#8217;t much in the way of affiliate or referral plugins for WP e-Commerce. I&#8217;ve been on the lookout for an easy solution to track referral sales. I didn&#8217;t need something as complex as most affiliate management systems. I decided to have a try at creating <strong>an easy solution for tracking referral sales</strong>. I ended up with a fairly simple solution, which requires just one modification to your shopping cart theme. It works in conjunction with the &#8220;<a title="WordPress Cookie Monster Plugin" href="http://wordpress.org/extend/plugins/cookiemonster/" target="_blank">Cookie Monster</a>&#8221; plugin.<span id="more-243"></span></p>
<h2>How it works</h2>
<p>First, I&#8217;ll explain how this will work so you know what you&#8217;re getting into. We&#8217;re going to use the <strong>Cookie Monster plugin</strong> to allow us to <strong>capture a cookie based on the URL</strong> the visitor uses to enter your website (i.e. http://www.yourstore.com?ref=JohnDoe). The cookie will now be remembered (in this case &#8220;JohnDoe&#8221;) and stored in the users browser. At checkout the cookie is passed on via a hidden field &#8220;how_find_us&#8221; which is normally used to determine how the customer found your site (but we&#8217;ll be modifying that).</p>
<p><strong>The way this will work for your affiliates</strong> is they&#8217;ll need to choose an affiliate code, anything really, such as &#8220;Bob&#8221; or &#8220;CompanyInc&#8221;, and put that affiliate code ( ?ref=Bob ) at the end of any of your store URL&#8217;s (i.e. http://www.yourstore.com?ref=Bob, http://www.yourstore.com/books/?ref=Bob, http://www.yourstore.com/books/harry-potter/?ref=Bob ).</p>
<p>To track any sales that came as a result of referrals go to your WP e-Commerce &#8220;Store Sales&#8221; page and check either the sale detail page or CSV export of your sales. The CSV export is the easiest way to see all referral sales at once. The referral code will be listed as &#8220;<strong>How User Found Us: </strong>JohnDoe&#8221;.</p>
<p>This method is especially simple and beneficial to small/medium online stores who don&#8217;t need all the features of a full-featured affiliate system, especially considering the complexity of integrating such an affiliate system with WP e-Commerce.</p>
<h2>How to Implement</h2>
<p><strong>Simply follow these steps</strong>:</p>
<ol>
<li>From your WordPress Dashboard go to &#8220;Settings&#8221; &#8211;&gt; &#8220;Store&#8221; and then the &#8220;Marketing&#8221; tab. Check the box to turn on the &#8220;<strong>Display How Customer Found Us Survey</strong>&#8221; (hopefully you weren&#8217;t planning on using that feature, because this is a slight modification that&#8217;s going to change what it does). Now click update.</li>
<li>Download, install and activate the WordPress &#8220;<a title="WordPress Cookie Monster Plugin" href="http://wordpress.org/extend/plugins/cookiemonster/" target="_blank">Cookie Monster</a>&#8221; plugin.</li>
<li>From your WordPress Dashboard go to &#8220;Settings&#8221; &#8211;&gt; &#8220;Cookie Monster&#8221;. In the box next to &#8220;URL Parameter 1 :&#8221; enter &#8220;ref&#8221; (ref without quotations). Click &#8220;Update options&#8221;.</li>
<li>Open &#8220;<strong>wpsc-shopping_cart_page.php</strong>&#8221; in your theme files&#8230; (You may want to make a backup copy of this file before changing it, and also another backup copy after changing it, in case it ever gets over-written, or you want to remove the changes)</li>
</ol>
<p><strong>Find this code</strong>:</p>
<pre>&lt;?php if (wpsc_show_find_us()) : ?&gt;
      &lt;tr&gt;
         &lt;td&gt;&lt;label for='how_find_us'&gt;&lt;?php _e('How did you find us' , 'wpsc'); ?&gt;&lt;/label&gt;&lt;/td&gt;
         &lt;td&gt;
            &lt;select name='how_find_us'&gt;
               &lt;option value='Word of Mouth'&gt;&lt;?php _e('Word of mouth' , 'wpsc'); ?&gt;&lt;/option&gt;
               &lt;option value='Advertisement'&gt;&lt;?php _e('Advertising' , 'wpsc'); ?&gt;&lt;/option&gt;
               &lt;option value='Internet'&gt;&lt;?php _e('Internet' , 'wpsc'); ?&gt;&lt;/option&gt;
               &lt;option value='Customer'&gt;&lt;?php _e('Existing Customer' , 'wpsc'); ?&gt;&lt;/option&gt;
            &lt;/select&gt;
         &lt;/td&gt;
      &lt;/tr&gt;
&lt;?php endif; ?&gt;</pre>
<p><strong>Replace with this code</strong>:</p>
<pre>&lt;?php if (wpsc_show_find_us()) : ?&gt;
      &lt;tr&gt;
          &lt;td colspan='2' style="height: 5px;"&gt;
              &lt;input class="text" value="&lt;?php echo $_COOKIE[get_option('cookie_param1')]; ?&gt;" name="how_find_us" type="hidden"&gt;
          &lt;/td&gt;
      &lt;/tr&gt;
&lt;?php endif; ?&gt;</pre>
<p>It&#8217;s possible that your code is going to be a little bit different than mine, the important thing is to replace the &#8220;how_find_us&#8221; drop-down form code with a hidden input field that grabs the referral cookie code&#8230;</p>
<pre>&lt;input class="text" value="&lt;?php echo $_COOKIE[get_option('cookie_param1')]; ?&gt;" name="how_find_us" type="hidden"&gt;</pre>
<p><strong>That&#8217;s it! </strong>You&#8217;re done.</p>
<p>You may want to make a test purchase to verify that it&#8217;s working. (Be sure to visit your store with a ref code in the URL, i.e. http://www.yourstore.com?ref=Bob )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brmecham.com/track-referral-sales-wp-e-commerce-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Recent Comments with Excerpt and Gravatar</title>
		<link>http://www.brmecham.com/wordpress-recent-comments-with-excerpt-and-gravatar/</link>
		<comments>http://www.brmecham.com/wordpress-recent-comments-with-excerpt-and-gravatar/#comments</comments>
		<pubDate>Fri, 13 May 2011 19:53:45 +0000</pubDate>
		<dc:creator>Brian Mecham</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[excerpt]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[recent comments]]></category>

		<guid isPermaLink="false">http://www.brmecham.com/?p=133</guid>
		<description><![CDATA[I build a lot of WordPress websites and it&#8217;s great that there are so many plugins available for various functions, but sometimes I run into a situation where the right plugin just doesn&#8217;t exist (or if it does I didn&#8217;t find it). I needed a widget to display the WordPress recent comments with the comment [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-142" title="WordPress Recent Comments with Excerpt and Gravatar" src="http://www.brmecham.com/wp-content/uploads/2011/05/wordpress-recent-comments-excerpt-gravatar.jpg" alt="WordPress Recent Comments with Excerpt and Gravatar" width="428" height="240" /></p>
<p>I build a lot of WordPress websites and it&#8217;s great that there are so many plugins available for various functions, but sometimes I run into a situation where the right plugin just doesn&#8217;t exist (or if it does I didn&#8217;t find it). I needed <span class="hilite">a widget to display the WordPress recent comments with the comment excerpt and the users gravatar</span> (globally recognized avatar). Here&#8217;s what I came up with, modified based on some code from others looking for a similar solution:<span id="more-133"></span></p>
<p>Put this into your sidebar template or elsewhere:</p>
<pre>&lt;?php $comments = get_comments('status=approve&amp;number=5'); ?&gt;
&lt;h3 class="widget-title"&gt;Recent Comments&lt;/h3&gt;
&lt;ul class="recomm"&gt;
&lt;?php foreach ($comments as $comment) { ?&gt;
    &lt;li class="recomm-wrapper"&gt;&lt;?php
        $title = get_the_title($comment-&gt;comment_post_ID);
        echo get_avatar( $comment, '53' );
        echo '&lt;span class="recommauth"&gt;' . ($comment-&gt;comment_author) . '&lt;/span&gt;';
        ?&gt; said: "&lt;?php
        echo wp_html_excerpt( $comment-&gt;comment_content, 72 ); ?&gt;.."
        on &lt;a href="&lt;?php echo get_permalink($comment-&gt;comment_post_ID); ?&gt;"
           rel="external nofollow" title="&lt;?php echo $title; ?&gt;"&gt;
           &lt;?php echo $title; ?&gt; &lt;/a&gt;
    &lt;/li&gt;
&lt;?php }  ?&gt; &lt;/ul&gt;</pre>
<p>Here&#8217;s the CSS styling I&#8217;m using (you may need to modify it according to your theme):</p>
<pre>ul.recomm {
	margin-left: 0;
	margin-bottom: 36px;
	list-style: none;
}
.recomm-wrapper {
   clear:both;
   min-height: 53px;
   margin-bottom: 14px;
}
.recomm .avatar {
   float:left;
   margin-top:5px;
   margin-right:10px;
   border: #d8d8d8 1px solid;
}
.recommauth {
	font-weight: bold;
}</pre>
<p><span class="hilite">Go to Utah Liberation to see this code in action</span>: <a title="Utah Liberation politics" href="http://www.utahliberation.com/" target="_blank">utahliberation.com</a> (bottom of the sidebar)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brmecham.com/wordpress-recent-comments-with-excerpt-and-gravatar/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to Create a Simple Javascript popup window</title>
		<link>http://www.brmecham.com/how-to-create-a-simple-javascript-popup-window/</link>
		<comments>http://www.brmecham.com/how-to-create-a-simple-javascript-popup-window/#comments</comments>
		<pubDate>Wed, 12 May 2010 18:01:42 +0000</pubDate>
		<dc:creator>Brian Mecham</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[hyperlink]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[popup]]></category>

		<guid isPermaLink="false">http://www.brmecham.com/?p=120</guid>
		<description><![CDATA[Sometimes on your website you may want to open some content in a popup window rather than a new page, which allows the visitor to remain on the current page and view the new content. Here&#8217;s how you do this&#8230; Add the following javascript code to the header of your website (somewhere in between the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-125" title="javascript popup" src="http://www.brmecham.com/wp-content/uploads/2010/05/javascript-popup.png" alt="javascript popup" width="428" height="176" /><br />
Sometimes on your website you may want to open some content in a popup window rather than a new page, which allows the visitor to remain on the current page and view the new content.</p>
<p><strong>Here&#8217;s how you do this&#8230;</strong></p>
<p>Add the following javascript code to the header of your website (somewhere in between the &lt;head&gt; &lt;/head&gt; tags)&#8230;</p>
<pre>&lt;script language="javascript" type="text/javascript"&gt;
&lt;!-- POPUP WINDOW SCRIPT --&gt;
var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.availWidth)?Math.floor(Math.random()*(screen.availWidth-w)):50;TopPosition=(screen.availHeight)?Math.floor(Math.random()*((screen.availHeight-h)-75)):50;}
if(pos=="center"){LeftPosition=(screen.availWidth)?(screen.availWidth-w)/2:50;TopPosition=(screen.availHeight)?(screen.availHeight-h)/2:50;}
if(pos=="default"){LeftPosition=50;TopPosition=50}
else if((pos!="center" &amp;&amp; pos!="random" &amp;&amp; pos!="default") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
win=window.open(mypage,myname,settings);
if(win.focus){win.focus();}}
function CloseNewWin(){if(win!=null &amp;&amp; win.open)win.close()}
window.onfocus=CloseNewWin;
&lt;!-- POPUP WINDOW SCRIPT --&gt;
&lt;/script&gt;</pre>
<p>Now place the following code on your website, like a normal hyperlink but with some extra code. Edit this line according to the link you are wanting to open&#8230;</p>
<pre>&lt;a href="http://www.yoursite.com/awebpage.php" onClick="NewWindow(this.href,'TitleGoesHere','550','400','yes','center');return false" onFocus="this.blur()"&gt;OpenThisPage&lt;/a&gt;</pre>
<p>That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brmecham.com/how-to-create-a-simple-javascript-popup-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Windows XP from USB Flash Drive</title>
		<link>http://www.brmecham.com/install-windows-xp-from-usb-flash-drive/</link>
		<comments>http://www.brmecham.com/install-windows-xp-from-usb-flash-drive/#comments</comments>
		<pubDate>Tue, 04 May 2010 09:52:58 +0000</pubDate>
		<dc:creator>Brian Mecham</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.brmecham.com/?p=112</guid>
		<description><![CDATA[I decided to opt for installing Windows XP via a USB Flash drive. I didn't have an external DVD drive available. After following various complicated tutorials (which never did fully work for me) I found a very simple way to take the resulting Windows install files created by nLite (or copied from your Windows install disc) and create a bootable USB Flash drive]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-115" title="install windows xp from usb flash drive" src="http://www.brmecham.com/wp-content/uploads/2010/05/windows-on-usb-key.jpg" alt="install windows xp from usb flash drive" width="580" /></p>
<p>After spending a lot of time trying to get this process (<strong>install Windows XP from USB Flash drive</strong>) working I found an easier, quicker, solution (compared to most online tutorials). It&#8217;s called <a title="Windows XP install from USB Flash Drive" href="http://wintoflash.com" target="_blank">WinToFlash</a>.</p>
<p><a title="Windows XP install from USB Flash Drive" href="http://www.brmecham.com/install-windows-xp-from-usb-flash-drive/" target="_self">This tutorial shows you how to install Windows XP from a USB Flash drive</a>. (Seriously, easy!) It would probably also work for Windows 2000, Windows Vista, Windows 7, etc.</p>
<p>Optionally you can follow these nLite tutorials to remove unwanted Windows files before installing Windows:</p>
<ul>
<li><a href="http://www.i64x.com/eeexp.php" target="_blank">http://www.i64x.com/eeexp.php</a></li>
<li><a href="http://wiki.eeeuser.com/howto:nlitexp" target="_blank">http://wiki.eeeuser.com/howto:nlitexp</a></li>
</ul>
<p>I just finished doing this on my Asus 1001p netbook, after removing Windows 7 Starter (which consumed over 500MB of the 1Gig of memory at bootup, no programs running!)</p>
<p>I decided to opt for installing Windows XP via a USB Flash drive. I didn&#8217;t have an external DVD drive available. After following various complicated tutorials (which never did fully work for me) I found a very simple way to take the resulting Windows install files created by nLite (or copied from your Windows install disc) and create a bootable USB Flash drive: WinToFlash ( <a href="http://wintoflash.com/" target="_blank">http://wintoflash.com</a> ).</p>
<p><strong>With WinToFlash all you need to have is a Folder on your PC containing all the Windows install files. Then you just open WinToFlash, tell it where your Windows install files directory is, then tell it what letter your Flash drive is (i.e. J: ). It does the rest for you. SIMPLE <img src="http://www.geekpolice.net/users/2315/89/79/54/smiles/833660.gif" alt="" longdesc="11" /> Once it&#8217;s done boot from the flash drive on your netbook (or PC you want to install this copy of Windows on).</strong></p>
<p>When I first tried this I was getting BSOD (blue screen of death) errors when Windows setup was starting. (The problem was not with WinToFlash) After doing some research online I decided it might be due to some corrupt files (the XP disc I copied files from was too scratched up)&#8230; so I located another disc and went through the nLite process again (was easy because it saved my previous settings)&#8230; then did the WinToFlash process again. This time <strong>Windows XP installed without a problem from my USB Flash drive!</strong> (much easier than the tutorials that wanted me to accomplish this with 3+ programs and never worked)</p>
<p>The best thing about this is:</p>
<ul>
<li>My Windows install was only 270MB (with all Asus 1001p driver integrated and non-essential windows XP stuff removed, thanks to the nLite tutorial)</li>
<li>Bootup to XP is fast (less than 30 seconds)</li>
<li>Memory usage is at less than 200 MB even after installing a bunch of programs (disabled non-essential startup processes).</li>
<li>No CD/DVD drive necessary for installation.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.brmecham.com/install-windows-xp-from-usb-flash-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Find the Absolute Path on Your Web Server</title>
		<link>http://www.brmecham.com/how-to-find-the-absolute-path-on-your-web-server/</link>
		<comments>http://www.brmecham.com/how-to-find-the-absolute-path-on-your-web-server/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 23:06:52 +0000</pubDate>
		<dc:creator>Brian Mecham</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[absolute path]]></category>
		<category><![CDATA[directory path]]></category>
		<category><![CDATA[pathinfo]]></category>
		<category><![CDATA[server path]]></category>

		<guid isPermaLink="false">http://www.brmecham.com/?p=61</guid>
		<description><![CDATA[From time to time, especially when moving a website from one server to another, I have to find out what the "absolute path" of my website is.  Absolute path pertains to the directory on the server that the website is installed on...]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-82" title="find your web server absolute path" src="http://www.brmecham.com/wp-content/uploads/2009/07/web-server-e1272963787823-428x159.jpg" alt="find your web server absolute path" width="428" height="159" />From time to time, especially when moving a website from one server to another, I have to find out what the &#8220;absolute path&#8221; of my website is.  Absolute path pertains to the directory on the server that the website is installed on.</p>
<p>Sometimes when moving a Joomla, WordPress or other website to a different directory or different server you&#8217;ll need to change the absolute path for the site to work. In joomla this requires editing the configuration.php file, in WordPress this sometimes requires editing the database or ensuring that you update the settings before moving your files/database over to the new directory/server.</p>
<h2>How do I find out what the absolute path is?</h2>
<p>The easiest way is to create a file named pathinfo.php and paste only the following code into that file:</p>
<pre>&lt;?php
   $path = getcwd();
   echo "Your Absoluthe Path is: ";
   echo $path;
?&gt;
</pre>
<p>Now, upload pathinfo.php into the root directory of your website and view it in your internet browser ( example: http://www.mysite.com/pathinfo.php )</p>
<p>This will display your absolute path. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.brmecham.com/how-to-find-the-absolute-path-on-your-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove blank lines in dreamweaver</title>
		<link>http://www.brmecham.com/how-to-remove-blank-lines-in-dreamweaver/</link>
		<comments>http://www.brmecham.com/how-to-remove-blank-lines-in-dreamweaver/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 07:25:45 +0000</pubDate>
		<dc:creator>Brian Mecham</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[blank lines]]></category>
		<category><![CDATA[dreamweaver]]></category>

		<guid isPermaLink="false">http://www.brmecham.com/?p=59</guid>
		<description><![CDATA[As I am creating websites I sometimes come across situations that require a more than basic knowledge and a bit of research to figure out. Here&#8217;s a helpful hint regarding removing blank lines from an html file using dreamweaver, should you ever want to do that without having to manually delete the lines&#8230; Click CTRL [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-87" title="How to remove blank lines in Adobe Dreamweaver" src="http://www.brmecham.com/wp-content/uploads/2009/07/Dreamweaver-CS4-427x204.png" alt="How to remove blank lines in Adobe Dreamweaver" width="580" /></p>
<p>As I am creating websites I sometimes come across situations that require a more than basic knowledge and a bit of research to figure out.</p>
<p>Here&#8217;s a helpful hint regarding removing blank lines from an html file using dreamweaver, should you ever want to do that without having to manually delete the lines&#8230;</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Click CTRL + F</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Select &#8220;Current document&#8221; in &#8220;Find in&#8221; (You can also select the folder if you have multiple files)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Search in &#8220;Source code&#8221;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Tick &#8220;Use regular expression&#8221;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Type &#8220;[\r\n]{2,}&#8221; (without quotes) in &#8220;Find&#8221;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Type &#8220;\n&#8221; (without quotes) in &#8220;Replace&#8221;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Press &#8220;Replace All&#8221;</div>
<ol>
<li>Click CTRL + F</li>
<li>Select &#8220;Current document&#8221; in &#8220;Find in&#8221; (You can also select the folder if you have multiple files)</li>
<li>Search in &#8220;Source code&#8221;</li>
<li>Tick &#8220;Use regular expression&#8221;</li>
<li>Type &#8220;[\r\n]{2,}&#8221; (without quotes) in &#8220;Find&#8221;</li>
<li>Type &#8220;\n&#8221; (without quotes) in &#8220;Replace&#8221;</li>
<li>Press &#8220;Replace All&#8221;</li>
</ol>
<p>That&#8217;s it. Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brmecham.com/how-to-remove-blank-lines-in-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I Finally Figured Out How to Accomplish More in a Day!</title>
		<link>http://www.brmecham.com/i-finally-figured-out-how-to-accomplish-more-in-a-day/</link>
		<comments>http://www.brmecham.com/i-finally-figured-out-how-to-accomplish-more-in-a-day/#comments</comments>
		<pubDate>Fri, 22 May 2009 04:28:55 +0000</pubDate>
		<dc:creator>Brian Mecham</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[24 hours]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.brmecham.com/?p=56</guid>
		<description><![CDATA[The key to doing more during a 24-hour day is DOING LESS! Here are some tips that have been working for me in my quest to have a more productive day...]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-89" title="einstein" src="http://www.brmecham.com/wp-content/uploads/2009/05/einstein-428x321.jpg" alt="" width="428" height="321" />The key to doing more during a 24-hour day is DOING LESS!</p>
<h2>How?</h2>
<p><strong>Here are some tips that have been working for me in my quest to have a more productive day</strong>:</p>
<ul>
<li>Stop trying to multi-task.</li>
<li>Organize and clean your workspace; get rid of the clutter.</li>
<li>Create a list of what you want to accomplish.</li>
<li>Focus on one thing at a time and get it done before starting something else.</li>
<li>Check your e-mail less often (schedule specific times each day to read and respond to email).</li>
<li>Reduce the amount of programs and files that are open on your computer.</li>
<li>If you have side hobbies like I do; set apart a time to work on those, but not at the same time you&#8217;re trying to get some work done.</li>
<li>Take regular periodic brakes and get away from your desk, go outside; Perhaps two 15-minute breaks and a lunch break during your workday.</li>
</ul>
<p>I realized that if I want to actually get a lot of work done I have to be organized and focused. I&#8217;ve accomplished much more this week than past weeks as a result of putting these ideas into practice. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.brmecham.com/i-finally-figured-out-how-to-accomplish-more-in-a-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

