<?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>WAHM Blog &#187; Website</title>
	<atom:link href="http://wahmbreakcafe.com/tag/website/feed" rel="self" type="application/rss+xml" />
	<link>http://wahmbreakcafe.com</link>
	<description>Helping WAHMs (work-at-home moms) succeed!</description>
	<lastBuildDate>Sat, 24 Apr 2010 22:05:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Setup an Affiliate Link That Looks Normal</title>
		<link>http://wahmbreakcafe.com/how-to-setup-an-affiliate-link-that-looks-normal</link>
		<comments>http://wahmbreakcafe.com/how-to-setup-an-affiliate-link-that-looks-normal#comments</comments>
		<pubDate>Sat, 16 Aug 2008 03:08:07 +0000</pubDate>
		<dc:creator>Kathy</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[affiliate]]></category>
		<category><![CDATA[affiliate links]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[wahm geek]]></category>

		<guid isPermaLink="false">http://www.wahmbreakcafe.com/?p=101</guid>
		<description><![CDATA[Ready to become a WAHM Geek?
Have you ever hovered over a banner ad or link only to shy away from clicking on it because the link looked like code written by some pimply faced hacker?
Chances are the link was a tracking link used to record where you were when you clicked. This is how affiliate [...]]]></description>
			<content:encoded><![CDATA[<p><strong><em>Ready to become a WAHM Geek?</em></strong></p>
<p><img class="size-medium wp-image-103 alignleft" style="margin-left: 6px; margin-right: 6px;" title="WAHM Geek" src="http://www.wahmbreakcafe.com/wp-content/uploads/2008/08/pc-geek.jpg" alt="" width="279" height="257" />Have you ever hovered over a banner ad or link only to shy away from clicking on it because the link looked like code written by some pimply faced hacker?</p>
<p>Chances are the link was a tracking link used to record where you were when you clicked. This is how affiliate programs are tracked so the right people get credit for sending traffic and paid.</p>
<p>Here are two examples of typical affiliate links:</p>
<p><a href="https://www.e-junkie.com/ecom/gb.php?ii=68188&amp;c=ib&amp;aff=18667&amp;ev=af7a1c01e8">https://www.e-junkie.com/ecom/gb.php?ii=68188&amp;c=ib&amp;aff=18667&amp;ev=af7a1c01e8</a></p>
<p>or like this if they&#8217;re trying their best to not scare you out of clicking :</p>
<p><a href="http://tinyurl.com/yqe3jz%22%3E%3Cimg">http://tinyurl.com/yqe3jz</a></p>
<p align="center"><strong><span style="font-size: medium; font-family: Verdana; color: #666666;"> </span></strong></p>
<p align="left"><strong><span class="postbody"> <span style="font-size: x-small; font-family: Verdana;"> </span></span></strong></p>
<p align="left"><span class="postbody"> <span style="font-size: x-small; font-family: Verdana;"> </span></span></p>
<p align="left"><span class="postbody"> </span></p>
<p align="left"><span style="font-size: x-small; font-family: Verdana;"> </span> <span style="font-size: xx-small; font-family: Verdana;"> </span></p>
<p>They&#8217;ll work if and when people click on them, but there is a cleaner, more effective, approach.</p>
<p><strong>Here&#8217;s how you can setup affiliate links that should help your overall results:</strong></p>
<p>- Log into your Web host manager (cpanel in my case) and create a new <strong>FOLDER</strong> and name it<strong> &#8216;more&#8217;</strong> (or whatever you prefer). Note: You can set this folder up in your root directory (public_html) or in any subfolder.</p>
<p>- Next open the new &#8220;more&#8221; FOLDER and create an <strong>HTML FILE</strong> named <strong>&#8220;info1001&#8243;</strong> or anything you like. You should keep it generic and keep in mind that you may want to create many more links in the future.</p>
<p>This has created a single blank page in the &#8216;more&#8217; folder. This will result in a link that looks like this when someone scrolls over it:</p>
<p><strong>http://www.<em>yoursite</em>.com/more/info1001.html</strong></p>
<p>Now you have the good looking link ready&#8230; but if you want the link to work you will have to insert a little code onto the HTML page you created, which is inside of the new folder.</p>
<p><strong>Here&#8217;s the code:</strong><br />
(REPLACE the generic info in all caps with YOUR information.)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong><br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;YOUR PAGE TITLE&lt;/title&gt;</strong></p>
<p><strong>&lt;meta http-equiv=&#8221;refresh&#8221; content=&#8221;0;url=http://YOUR AFFILIATE URL&#8221;&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;p&gt;<br />
Redirecting, please wait. If you&#8217;re not redirected within a couple of seconds,<br />
click here:&lt;br /&gt;<br />
&lt;a href=&#8221;http://YOUR AFFILIATE URL&#8221;&gt;PRODUCT NAME&lt;/a&gt;</strong></p>
<p><strong>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
</strong></p>
<p>Change &#8220;YOUR PAGE TITLE&#8221; (whatever you want it to be)<br />
Change &#8220;YOUR AFFILIATE URL&#8221; to the affiliate url given to you from vendor for the item or page (must be precise and complete)<br />
Change &#8220;PRODUCT NAME&#8221; to your affiliate product name (can be anything)<strong><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
</strong>Yes, it takes about 10-15 minutes, but once it&#8217;s setup you can reuse it everywhere you want to market that program, product, or service using the easy-to-remember URL you created from scratch.</p>
<p><strong>If this doesn&#8217;t work for you try this site:</strong></p>
<p><strong><a title="Hide affiliate links" href="http://www.forfreedom.ws/affiliate-marketing-for-dummies/how-to-hide-affiliate-links-25/" target="_blank">http://www.forfreedom.ws/affiliate-marketing-for-dummies/how-to-hide-affiliate-links-25/</a></strong></p>
<p><strong>(NO&#8230; that is <em>NOT</em> an affiliate link! Really!)</strong></p>
<p align="left">
]]></content:encoded>
			<wfw:commentRss>http://wahmbreakcafe.com/how-to-setup-an-affiliate-link-that-looks-normal/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How Mompreneurs Use Elance to Find Clients</title>
		<link>http://wahmbreakcafe.com/how-mompreneurs-use-elance-to-find-clients</link>
		<comments>http://wahmbreakcafe.com/how-mompreneurs-use-elance-to-find-clients#comments</comments>
		<pubDate>Mon, 28 Jan 2008 01:45:36 +0000</pubDate>
		<dc:creator>Kathy</dc:creator>
				<category><![CDATA[Succeed]]></category>
		<category><![CDATA[home based]]></category>
		<category><![CDATA[mother]]></category>
		<category><![CDATA[wahm]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[work at home]]></category>

		<guid isPermaLink="false">http://www.wahmbreakcafe.com/how-mompreneurs-use-elance-to-find-clients.htm</guid>
		<description><![CDATA[I&#8217;ve been familiar with Elance for years and although I&#8217;ve never utilized it I&#8217;m aware of many situations where entrepreneurs and clients have connected to do great things together. What is Elance you ask? Here&#8217;s how they describe themselves: &#8220;Elance is an online workplace where businesses find and hire people &#8220;on demand&#8221; to get work [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wahmbreakcafe.com/category/succeed/"><img class="size-medium wp-image-73 alignleft" style="margin-left: 5px; margin-right: 5px;" title="elance" src="http://www.wahmbreakcafe.com/wp-content/uploads/2008/08/elance-300x279.jpg" alt="" width="288" height="268" /></a>I&#8217;ve been familiar with Elance for years and although I&#8217;ve never utilized it I&#8217;m aware of many situations where entrepreneurs and clients have connected to do great things together. What is Elance you ask? Here&#8217;s how they describe themselves: &#8220;<a href="http://www.elance.com" target="_blank">Elance</a> is an online workplace where businesses find and hire people &#8220;on demand&#8221; to get work done quickly and cost effectively.&#8221;</p>
<p>Elance recently posted a series of 3 <a href="http://www.momarticles.com">mom articles</a> about <a href="http://www.elance.com/p/trackback/1728" target="_blank">mompreneurs that utilize Elance</a> to keep business rolling in. The most recent article was about Sue Kristoff <img src="http://www.elance.com/p/files/image/blog/skristoff.jpg" alt="" hspace="11" vspace="10" width="120" height="118" align="left" />who started her business, <a href="http://www.kristoffgroup.com/" target="_blank">The Kristoff Group</a> LLC, after she had a couple of children and decided to trade in her daily commute and co-workers for her family. Her freelance technical writing business is doing well and she spends about 10 hours a week serving clients right now while her kids are young. Sounds like a great plan to me!</p>
<p>The other two articles offer glimpses into two other moms that have decided to take control over their time and destiny. They can be found on the Elance blog here:</p>
<p><a href="http://www.elance.com/p/trackback/1594" target="_blank">Successful Recipe for Mompreneurs</a> and <a href="http://www.elance.com/p/trackback/1564" target="_blank">How Lisa uses Elance</a></p>
<p>We salute these <a href="http://www.momz.com">moms</a> who are living the <a href="http://www.wahmbreakcafe.com">WAHM</a> dream.</p>
]]></content:encoded>
			<wfw:commentRss>http://wahmbreakcafe.com/how-mompreneurs-use-elance-to-find-clients/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Thumbnails on Your Website</title>
		<link>http://wahmbreakcafe.com/using-thumbnails-on-your-website</link>
		<comments>http://wahmbreakcafe.com/using-thumbnails-on-your-website#comments</comments>
		<pubDate>Sun, 02 Dec 2007 03:08:41 +0000</pubDate>
		<dc:creator>Kathy</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[mom]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[thumbnails tool]]></category>
		<category><![CDATA[thumbshots]]></category>
		<category><![CDATA[wahm]]></category>
		<category><![CDATA[wahm blog]]></category>
		<category><![CDATA[wahm site]]></category>

		<guid isPermaLink="false">http://www.wahmbreakcafe.com/using-thumbnails-on-your-website/20</guid>
		<description><![CDATA[No, we&#8217;re not talking about scratching your website&#8217;s eyes out with your thumbnail&#8230; We&#8217;re talking about the small pictures of websites that you see on some sites like the Momz.com directory for example. Momz.com presents a thumbnail of every one of the 1,500 or so websites listed in the directory. This helps the visitor determine [...]]]></description>
			<content:encoded><![CDATA[<p>No, we&#8217;re not talking about scratching your website&#8217;s eyes out with your thumbnail&#8230; We&#8217;re talking about the small pictures of websites that you see on some sites like the <a href="http://www.momz.com/dir" target="_blank">Momz.com directory</a> for example. Momz.com <img src="http://open.thumbshots.org/image.pxf?url=http://www.momz.com/dir" align="left" height="90" width="120" />presents a thumbnail of every one of the 1,500 or so websites listed in the directory. This helps the visitor determine which sites are worth visiting with a quick glance.</p>
<p>These &#8220;thumbnails&#8221; help filter out foreign sites, offensive sites, and generally offer us a better surfing experience.</p>
<p>We use <a href="http://www.thumbshots.org/" target="_blank">Thumbshots</a>, a free tool to <img src="http://open.thumbshots.org/image.pxf?url=www.thumbshots.org" align="left" height="90" width="120" />pull the thumbnail images from their database and present them when needed. All they ask for in return for this highly useful service is a link back to their site on your website.</p>
<p>To show you how easy it is I&#8217;ll explain what I did to add the thumbnails to this post:</p>
<ol>
<li>Register at <a href="http://www.thumbshots.org/">Thumbshots</a></li>
<li>Once registered they share the small piece of code needed to add the thumbs to any post or web page you want.</li>
<li>Using Wordpress you just place your cursor where you want to insert the thumbnail and press the picture icon just as you would to insert any photograph.</li>
<li>This time you&#8217;ll enter the code from Thumbshots and after the &#8220;=&#8221; equal sign simply type in the URL of the website and like magic their tool pulls the thumb of the website and places it where you wanted it.</li>
<li>To move the thumbnail over to the left and have the text wrap around it using <a href="http://www.wordpress.org" target="_blank">Wordpress</a> you click on the <img src="http://open.thumbshots.org/image.pxf?url=http://wordpress.org" align="left" height="90" width="120" />image, click on the LEFT justify icon or button and the picture is moved to left and text wraps around automatically.</li>
</ol>
<p>Give it a try on your website. Post any questions in the comments area and we&#8217;ll try to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://wahmbreakcafe.com/using-thumbnails-on-your-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Landing Page Design and Conversion</title>
		<link>http://wahmbreakcafe.com/landing-page-design-and-conversion</link>
		<comments>http://wahmbreakcafe.com/landing-page-design-and-conversion#comments</comments>
		<pubDate>Wed, 01 Aug 2007 18:17:40 +0000</pubDate>
		<dc:creator>Kathy</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[mcsd]]></category>
		<category><![CDATA[microsoft.net]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.wahmbreakcafe.com/landing-page-design-and-conversion/11</guid>
		<description><![CDATA[During some routine surfing of some Webmaster resource sites I came across a useful article by a search engine expert and thought I&#8217;d share it with you since so many of you sell products. The article, &#8216;11 Ways to Improve Landing Pages&#8216; on Social Patterns was written some time ago, but the recommendations continue to [...]]]></description>
			<content:encoded><![CDATA[<p>During some routine surfing of some <a href="http://www.bigguide.net/webmaster-resources/" target="_blank">Webmaster resource sites</a> I came across a useful article by a search engine expert and thought I&#8217;d share it with you since so many of you sell products. The article, &#8216;<a href="http://www.socialpatterns.com/search-engine-marketing/11-ways-to-improve-landing-pages/" target="_blank">11 Ways to Improve Landing Pages</a>&#8216; on Social Patterns was written some time ago, but the recommendations continue to be solid and worth a quick read if you want to increase your conversion rates and success in selling online.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
<a href="http://www.exam-builder.com/70-554.htm">70-554</a>, MCSD Microsoft .NET Skills to MCPD Enterprise Application Developer is very beneficial for those candidates who already have knowledge and experience of using Microsoft .NET framework. <a href="http://www.exam-builder.com/EX0-100.htm">EX0-100</a>, Microsoft exams is very helpful in providing very comprehensive and authentic knowledge for IT specialists. <a href="http://www.exam-builder.com/HP0-064.htm">HP0-064</a>, HP Microsoft certification is very significant to improve the technical skills of IT expertise. <a href="http://www.exam-builder.com/MB2-421.htm">MB2-421</a>, Microsoft certification exam is very important in introducing the latest tools and techniques of e-commerce to establish IT business successfully.</p>
]]></content:encoded>
			<wfw:commentRss>http://wahmbreakcafe.com/landing-page-design-and-conversion/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Checkout for WAHM Shop Owners</title>
		<link>http://wahmbreakcafe.com/google-checkout-for-wahm-shop-owners</link>
		<comments>http://wahmbreakcafe.com/google-checkout-for-wahm-shop-owners#comments</comments>
		<pubDate>Fri, 27 Jul 2007 04:51:44 +0000</pubDate>
		<dc:creator>Kathy</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[store]]></category>

		<guid isPermaLink="false">http://www.wahmbreakcafe.com/google-checkout-for-wahm-shop-owners/10</guid>
		<description><![CDATA[This news is old news for some of you, but I&#8217;ve seen so many online stores not participating that I thought I&#8217;d send out this reminder&#8230; Google is a major online force and whenever they announce a new product, service or tool intelligent netpreneurs pay close attention, as does Wall Street to see which poor [...]]]></description>
			<content:encoded><![CDATA[<p>This news is old news for some of you, but I&#8217;ve seen so many online stores not participating that I thought I&#8217;d send out this reminder&#8230; Google <strong><em>is</em></strong> a major online force and whenever they announce a new product, service or tool intelligent netpreneurs pay close attention, as does Wall Street to see which poor companies are at risk of going extinct.</p>
<p>Awhile back Google announced the launch of their <a href="http://googlewebmastercentral.blogspot.com/2006/09/introducing-google-checkout.html">Google Checkout and WAHM shop owners</a> should be taking advantage of this additional payment method that more and more online buyers are utilizing.</p>
]]></content:encoded>
			<wfw:commentRss>http://wahmbreakcafe.com/google-checkout-for-wahm-shop-owners/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SEO 101</title>
		<link>http://wahmbreakcafe.com/seo-101</link>
		<comments>http://wahmbreakcafe.com/seo-101#comments</comments>
		<pubDate>Mon, 09 Jul 2007 03:41:51 +0000</pubDate>
		<dc:creator>Kathy</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.wahmbreakcafe.com/seo-101/7</guid>
		<description><![CDATA[For those of you with Websites, but not a lot of experience as Webmasters you may have heard the terms SEO, search marketing, search engine marketing and SERPs, but never really understood what the heck they meant. I&#8217;ll attempt to answer some of those questions in this series, SEO 101:
What is Search Engine Marketing?

Search engine [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you with Websites, but not a lot of experience as Webmasters you may have heard the terms SEO, search marketing, search engine marketing and SERPs, but never really understood what the heck they meant. I&#8217;ll attempt to answer some of those questions in this series, SEO 101:</p>
<p><strong>What is Search Engine Marketing?</strong></p>
<ul>
<li>Search engine marketing is the methodology we use to get our Websites more visibility on search engine results pages (SERPs).</li>
<li>There are variety of methods that can be used to achieve better visibility in search engines, which include search engine optimization (SEO), pay-per-click (PPC), paid-inclusion and link building techniques.</li>
<li>The ultimate goal of your search engine marketing campaigns should be to increase traffic from search engines listings. I&#8217;ve read that the value of first page results on Google searches can be valued into the multiple thousands of dollars. The more traffic you can drive to your site through search engines the less you&#8217;ll have to rely on paid advertising.</li>
<li>In order to succeed at this, search engine marketing campaigns are usually focused on a users search query as a starting point. For example, if a potential customer enters “newborn baby clothes&#8221;, and you sell baby clothing from an online shop, you’ll want that prospect to find your site, or a subpage within your site, ahead of other online shops selling baby clothes. “newborn baby clothes” is an example of a keyword term.</li>
<li>Keyword terms make search marketing a powerful advertising vehicle. It&#8217;s the most targeted form of marketing available bar none. What better time to be in front of a potential buyer then when they&#8217;re online searching for an online shop that sells &#8220;newborn baby clothes&#8221;?</li>
<li>Once this mom arrives in your shop you have to try and turn her into a customer, if not now, in the future and hopefully for years to come. <a href="http://www.wahmbreakcafe.com/landing-page-design-and-conversion/11">That&#8217;s another lesson&#8230;.</a></li>
<li>Determining which keyword terms your target audience are using for their searches is a key concept in search marketing.</li>
</ul>
<p>I&#8217;ve added some links below to help you determine which search terms might generate enough volume to warrant your efforts in building a search engine marketing campaign:</p>
<p>I use <a href="http://inventory.overture.com/d/searchinventory/suggestion/" target="_blank">Overture&#8217;s Keyword Tool</a> to help spot keywords and search terms that generate loads of traffic. Overture is owned by Yahoo! so while it&#8217;s not Google it&#8217;ll give you a good idea of where to go looking for gold.</p>
]]></content:encoded>
			<wfw:commentRss>http://wahmbreakcafe.com/seo-101/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introduction to Search Engine Optimization</title>
		<link>http://wahmbreakcafe.com/introduction-to-search-engine-optimization</link>
		<comments>http://wahmbreakcafe.com/introduction-to-search-engine-optimization#comments</comments>
		<pubDate>Mon, 02 Jul 2007 17:24:06 +0000</pubDate>
		<dc:creator>Kathy</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.wahmbreakcafe.com/introduction-to-search-engine-optimization/6</guid>
		<description><![CDATA[For an excellent introduction to SEO I recommend a visit to a thread written by John Scott over at the v7n forums. Click here for the SEO Primer.
]]></description>
			<content:encoded><![CDATA[<p>For an excellent introduction to SEO I recommend a visit to a thread written by John Scott over at the v7n forums. Click here for the <a href="http://www.v7n.com/forums/seo-forum/56475-effective-seo-v7n-way.html" target="_blank">SEO Primer</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wahmbreakcafe.com/introduction-to-search-engine-optimization/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
