<?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</title>
	<atom:link href="http://www.brmecham.com/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>Fri, 16 Mar 2012 05:26:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</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>WordPress: How To Write a Blog Post</title>
		<link>http://www.brmecham.com/wordpress-how-to-write-a-blog-post/</link>
		<comments>http://www.brmecham.com/wordpress-how-to-write-a-blog-post/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 23:32:48 +0000</pubDate>
		<dc:creator>Brian Mecham</dc:creator>
				<category><![CDATA[Blog Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[publish]]></category>

		<guid isPermaLink="false">http://www.weblifellc.com/?p=165</guid>
		<description><![CDATA[You are logged in to your WordPress-based website Dashboard, ready to write your first Blog post and suddenly you realize that you don't know what to do. No worries. Follow these simple steps to publish a new Blog post...]]></description>
			<content:encoded><![CDATA[<p>You are logged in to your WordPress-based website Dashboard, ready to write your first Blog post and suddenly you realize that you don&#8217;t know what to do&#8230;</p>
<p>No worries. Follow these simple steps to publish a new Blog post:</p>
<p>Below the following steps are some screenshots to help guide you along the steps to submitting an article&#8230; If you are already familiar with WordPress you probably won&#8217;t need this guide&#8230;</p>
<ol>
<li><strong>Click on &#8216;Posts&#8217;</strong> (from the left side menu)</li>
<li><strong>Click &#8216;Add New&#8217;</strong> (also left side menu). You should now see a page titled &#8220;Add New Post&#8221;</li>
<li>The first box is for the <strong>Title of your article</strong>.</li>
<li>The second box is for the <strong>article content</strong>. You can either paste your article into this box, or type your article (if it&#8217;s not already written). If you are pasting from Microsoft Word choose the &#8220;Paste from Word&#8221; option <img class="alignnone size-full wp-image-1031" style="border: 0pt none; margin: 0px;" title="paste-from-word" src="http://www.ldsliberty.org/wp-content/uploads/paste-from-word.png" alt="paste-from-word" width="29" height="27" />. You&#8217;ll find that by clicking the &#8216;Show/Hide Kitchen Sink&#8217; button <img class="alignnone size-full wp-image-1032" style="border: 0pt none; margin: 0px;" title="kitchen-sink" src="http://www.ldsliberty.org/wp-content/uploads/kitchen-sink.png" alt="kitchen-sink" width="29" height="27" />. There are also options for styling your content.</li>
<li>To <strong>add an image</strong> click the &#8216;add an image&#8217; icon <img class="alignnone size-full wp-image-1033" style="border: 0pt none; margin: 0px;" title="add-image" src="http://www.ldsliberty.org/wp-content/uploads/add-image.png" alt="add-image" width="20" height="18" /> next to &#8220;Upload/Insert&#8221;. (If this is your first article submission you won&#8217;t yet have the ability to add an image.) You can add an image from your computer or from another URL (another website). It is recommended that you choose the &#8216;From Computer&#8217; option. If your image comes from somewhere else online, find the image and save it to your computer first. If you are adding an image from your computer click &#8216;Select Files&#8217; on the &#8216;From Computer&#8217; tab. A box should come up that allows you to browse your computer to find the image you want to upload. Once you have find the right image, select it and click &#8216;open&#8217;. The image should now be uploaded and you&#8217;ll be presented with some options regarding how you want the image displayed within your article (size, aligned to the left, right or center, etc). Click &#8216;Insert into Post&#8217;. You should now see the image within your article. If you want to adjust something click on the image and you&#8217;ll see one icon that allows you to adjust the options and another icon to delete the image. After editing image options click &#8216;update&#8217; to apply the changes.</li>
<li>Once you are done with the article content, and any images, <strong>add an excerpt</strong> into the box labeled &#8216;Excerpt&#8217;. The excerpt is typically one sentence, or paragraph, long and it is the article excerpt or &#8216;teaser&#8217; that will be displayed on your Blog page along with the article title. (If your blog is designed to show excerpts on the Blog page, rather than the entire article ).</li>
<li>You typically won&#8217;t need to do anything with the other boxes: trackbacks, custom fields, Discussion, etc.</li>
<li><strong>Add &#8220;tags&#8221;</strong> to your article in the &#8216;Post Tags&#8217; area. Tags are keywords or topics related to your article. If your article is about &#8216;freedom&#8217; and &#8216;economics&#8217; using those as tags will help people find your article among other articles of similar topics.</li>
<li>Categories: <strong>Choose an existing category or add a new category</strong>. Simple. The difference between a category and a tag is typically that your category is the main topic of the article, whereas tags are sub-topics and other keywords related to the article subject.</li>
<li>Now <strong>you&#8217;re ready to publish your article</strong>. Click &#8216;Publish&#8217;.</li>
</ol>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-166" title="wordpress-article-submission-process" src="http://www.weblifellc.com/wp-content/uploads/2009/10/wordpress-article-submission-process.png" alt="wordpress-article-submission-process" width="456" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brmecham.com/wordpress-how-to-write-a-blog-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s all this talk about Branding?</title>
		<link>http://www.brmecham.com/whats-all-this-talk-about-branding/</link>
		<comments>http://www.brmecham.com/whats-all-this-talk-about-branding/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 07:33:43 +0000</pubDate>
		<dc:creator>Brian Mecham</dc:creator>
				<category><![CDATA[Web Design Tips]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[brand]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.weblifellc.com/?p=163</guid>
		<description><![CDATA[Some "branding experts" are saying that you should spend thousands of dollars on branding. Don't believe them...]]></description>
			<content:encoded><![CDATA[<h2>Branding, simplified.</h2>
<h3>Branding for startups, small businesses and Entrepreneurs&#8230;</h3>
<p>Some &#8220;branding experts&#8221; are saying that you should spend thousands of dollars on branding. <span class="hilite">Don&#8217;t believe them.</span></p>
<p>First, I must explain, that there may be a valid reason for some companies to spend thousands, even millions, of dollars on branding, however, these are typically large corporations and other well-established companies &#8211; the ones that can afford to spend this kind of money on a brand.</p>
<p>Why would you spend thousands of dollars on branding when you may not even know who your target-market is? Or maybe you haven&#8217;t even made any profit yet? If that&#8217;s you &#8211; you still don&#8217;t know if what you&#8217;re getting into is going to work. Take things one step at a time.</p>
<p>What should you do now?</p>
<p>It might still be a good idea to spend some money on a logo, a nicely designed website and promotional materials&#8230;. but don&#8217;t overdo it. You probably won&#8217;t need to spend more than $300 on a nice logo and could realistically get a website (with a branded design based on your logo) for less than $1000.</p>
<p><span class="hilite">Everyone needs a website, it&#8217;s an essential marketing tool for your business&#8230; but don&#8217;t be fooled into spending thousands of dollars when it&#8217;s not necessary.</span> It might be necessary depending on what you want to do with your website, but honestly, most businesses don&#8217;t need that much to get a great start. Seriously, you might really never need to spend thousands of dollars on these things &#8211; take it step by step and see how things go.</p>
<p>One of the first things you should do, before branding, is BRAND IDENTITY&#8230; this is the process of figuring out what your target market is, what you are best at, and where you want to put your focus. Your target market should not be everyone.  You should specifically define your target market and focus your business on that. That doesn&#8217;t mean all of your clients/customers are going to fit into your definition, but it means you&#8217;re more likely to enjoy what you&#8217;re doing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brmecham.com/whats-all-this-talk-about-branding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I love WordPress</title>
		<link>http://www.brmecham.com/why-i-love-wordpress/</link>
		<comments>http://www.brmecham.com/why-i-love-wordpress/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 07:26:44 +0000</pubDate>
		<dc:creator>Brian Mecham</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[search engine friendly]]></category>
		<category><![CDATA[search engine optimization]]></category>

		<guid isPermaLink="false">http://www.weblifellc.com/?p=159</guid>
		<description><![CDATA[Choosing a WordPress-based website leaves you in control. It's also a future-proof solution considering that WordPress is steadily growing as the most popular website platform...]]></description>
			<content:encoded><![CDATA[<h2>and why you would love WordPress too</h2>
<p><img class="size-medium wp-image-270 alignright" title="WordPress Logo" src="http://www.brmecham.com/wp-content/uploads/2009/10/wordpress-logo-stacked-rgb-320x198.png" alt="WordPress Logo" width="256" height="158" />Google loves WordPress. I love Google and I love WordPress (it&#8217;s very search engine friendly). It makes Search Engine Optimization easy!</p>
<p>If you can operate Microsoft Word, you can probably use WordPress.</p>
<p>It lowers the bar for what it takes to maintain websites. Although WordPress began as a blogging platform, it&#8217;s now so much more.</p>
<p><strong>No software needed</strong>. Have a laptop and wireless connection? Go to the nearest wi-fi hotspot if you want and blog about your cats or your business. (You can even easily blog from your iPhone or Android phone with WordPress&#8217; mobile app!</p>
<p><strong>WordPress Kills Spam</strong>. That&#8217;s right, you won&#8217;t have to worry about a flood of spam comments (Just enable the built-in Akismet plugin).</p>
<p><strong>Not just a blog</strong>. WordPress has a feature called &#8220;pages&#8221; which allows you to easily create pages on your website. For example, you could add an &#8220;about me&#8221; page with your biography. You can even create an entire web site using pages in WordPress, with a custom home page and your blog as one of the sub-pages.</p>
<p>Widgets for Facebook, YouTube, Twitter and more. You can add &#8220;widgets&#8221; to your sidebar and rearrange them without touching any HTML code or messing up your blog. Just drag and drop the sidebar widgets around, and instantly you can have fun stuff in your sidebar.</p>
<p><strong>Customizable</strong>. You can make WordPress do just about anything by simply finding the right plugin.</p>
<p>If you ever get tired of how your website looks, simply create, or find, a different WordPress Theme.</p>
<p>Right about now you might be asking yourself &#8220;What do I need a Web Designer for if WordPress is so easy and will do all of this for me?&#8221; Your Web Designer will be there to setup WordPress and give it a look customized to your brand. Your Web Designer can also setup and customize features and plugins for you to ensure that your site is all ready to go, ready for you to take over, and ready for business!</p>
<p>Choosing a WordPress-based website <strong>leaves you in control</strong>. It&#8217;s also a future-proof solution considering that WordPress is steadily growing as the most popular website platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brmecham.com/why-i-love-wordpress/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>2</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>

