<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

<channel>
	<title>Legacy Marketing Services</title>
	
	<link>http://legacymarketingservices.com/wk</link>
	<description>Providing Marketing and Business Support Services</description>
	<lastBuildDate>Wed, 18 Aug 2010 22:46:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/LegacyMarketingServices" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="legacymarketingservices" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>Providing Marketing and Business Support Services</itunes:subtitle><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">LegacyMarketingServices</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Quick Tips on Formatting Emails with Web Based WYSIWYG Editors</title>
		<link>http://legacymarketingservices.com/wk/quick-tips-on-formatting-emails-with-web-based-wysiwyg-editors/</link>
		<comments>http://legacymarketingservices.com/wk/quick-tips-on-formatting-emails-with-web-based-wysiwyg-editors/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 22:44:17 +0000</pubDate>
		<dc:creator>Carla Alvarez</dc:creator>
				<category><![CDATA[Internet Tips]]></category>
		<category><![CDATA[email newsletters]]></category>
		<category><![CDATA[HTML emails]]></category>
		<category><![CDATA[wysiwyg editors]]></category>

		<guid isPermaLink="false">http://legacymarketingservices.com/wk/?p=488</guid>
		<description><![CDATA[If you have a business web site on a content management system (CMS) like Joomla or WordPress, chances are that you have extended the platform with some sort of email functionality.    Or maybe you are also operating a CRM or ecommerce site and have a feature to send notices to customers and clients. If so [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://legacymarketingservices.com/wk/wp-content/uploads/2008/05/businessweb.png"><img class="alignnone size-full wp-image-132" title="Business Web Sites" src="http://legacymarketingservices.com/wk/wp-content/uploads/2008/05/businessweb.png" alt="" width="390" height="125" /></a></p>
<p>If you have a business web site on a content management system (CMS) like <a title="joomla web developer" href="http://legacymarketingservices.com/lms2/web-sites/joomla-design-and-developer-in-kingwood-and-houston-texas.html">Joomla </a>or <a title="wordpress developer" href="http://legacymarketingservices.com/lms2/web-sites/wordpress-design-and-development.html">WordPress</a>, chances are that you have extended the platform with some sort of email functionality.    Or maybe you are also operating a CRM or ecommerce site and have a feature to send notices to customers and clients.</p>
<p>If so and you are also using a WYSIWYG editor to create content on your site, you may run into a problem.</p>
<p>WYSIWYG stands for &#8220;what you see is what you get.&#8221;  Rather than having to code in HTML to create the content for your web pages,  a WYSIWYG editor displays formatting icons to make formatting web content just as easy as if you were typing in Microsoft Word.  The majority of web platforms today either come with or have extensions to add a WYSIWYG editor for users.</p>
<p>However, WYSIWYG&#8217;s will also manipulate your text, such as cleaning up improperly formatted HTML elements (helpful,) stripping style elements (not always so helpful,) and setting the paths for inserted images and links. </p>
<p>Most editors can be configured to set either <strong>absolute</strong> or <strong>relative</strong> paths for images and urls. </p>
<p>An <strong>absolute url</strong> is one where the entire url is included, for example <a href="http://legacymarketingservices.com/file/images/cutepic.png.">http://legacymarketingservices.com/file/images/cutepic.png.</a>  The problem with this method is that it make your content very easy to be scraped and republished on other web sites, resulting not only in the theft  of your content, but the bandwidth as well.</p>
<p>Because of this, many webmasters use <strong>relative url&#8217;s</strong> in the content in which the base domain is left out (for example /file/images/cutepic.png.)  If an article and it&#8217;s corresponding images were republished on another web site, the images would not display since obviously they are not stored on the copycat&#8217;s server.</p>
<h3>HTML Emails and WYSIWYG Editors</h3>
<p>Relative urls and WYSIWYG&#8217;s are great for web content, the problem comes in with the HTML email.</p>
<p>If you want to create a pretty HTML email with images and links, those pictures must be uploaded and stored on your server and then the images must be linked to with <strong>absolute urls </strong>where most editors are configured to convert them to relative.</p>
<p>Are you beginning to see the dilemma?</p>
<p>You are probably saying to yourself, &#8220;Well I can just enter the absolute urls manually.&#8221;  The problem is that the editor will automatically convert them anyway. </p>
<p>For example, let&#8217;s say I want to put a link in an HTML email to my events page at <a href="http://legacymarketingservices.com/events">http://legacymarketingservices.com/events</a>.  The editor would strip that down to /events.  Again, not a problem in a web page; however, if it is put in an email without the base domain included the reader would end up with a &#8220;page not found error.&#8221;</p>
<p>So how do you get around this issue without giving up the convenience of an editor</p>
<p>The Email Solution</p>
<p>Here is the fix.  The editor is configured to work with the base domain of your site configuration.  Any time it sees a link that includes that <strong>exact</strong> domain, it will parse the url.</p>
<p>If your configuration is set to <a href="http://www.yourdomain.com">http://<strong>www.</strong>yourdomain.com</a>, then manually enter the link as <a href="http://yourdomain.com">http://yourdomain.com</a> (no www.)  If your configuration is set to <a href="http://yourdomain.com">http://yourdomain.com</a>, do the opposite and manually enter the link at <a href="http://www.yourdomain.com">http://www.yourdomain.com</a>. </p>
<p>The links will still resolve to the same page, but the editor will view it as a difference domain and will leave it as is.</p>
<hr />
<p><small>© Carla for <a href="http://legacymarketingservices.com/wk">Legacy Marketing Services</a>, 2010. |
<a href="http://legacymarketingservices.com/wk/quick-tips-on-formatting-emails-with-web-based-wysiwyg-editors/">Permalink</a> |
Post tags: <a href="http://legacymarketingservices.com/wk/tag/email-newsletters/" rel="tag">email newsletters</a>, <a href="http://legacymarketingservices.com/wk/tag/html-emails/" rel="tag">HTML emails</a>, <a href="http://legacymarketingservices.com/wk/tag/wysiwyg-editors/" rel="tag">wysiwyg editors</a><br/>
</small></p>

<p><a href="http://feedads.g.doubleclick.net/~a/rJFc7Zpi4Ts-aEC4cJUhnusxTZQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/rJFc7Zpi4Ts-aEC4cJUhnusxTZQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/rJFc7Zpi4Ts-aEC4cJUhnusxTZQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/rJFc7Zpi4Ts-aEC4cJUhnusxTZQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tYijCNY0l1w:ZBo3uSfvJCg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tYijCNY0l1w:ZBo3uSfvJCg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tYijCNY0l1w:ZBo3uSfvJCg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=tYijCNY0l1w:ZBo3uSfvJCg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tYijCNY0l1w:ZBo3uSfvJCg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=tYijCNY0l1w:ZBo3uSfvJCg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tYijCNY0l1w:ZBo3uSfvJCg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tYijCNY0l1w:ZBo3uSfvJCg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=tYijCNY0l1w:ZBo3uSfvJCg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tYijCNY0l1w:ZBo3uSfvJCg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tYijCNY0l1w:ZBo3uSfvJCg:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=tYijCNY0l1w:ZBo3uSfvJCg:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tYijCNY0l1w:ZBo3uSfvJCg:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tYijCNY0l1w:ZBo3uSfvJCg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=tYijCNY0l1w:ZBo3uSfvJCg:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/LegacyMarketingServices/~4/tYijCNY0l1w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://legacymarketingservices.com/wk/quick-tips-on-formatting-emails-with-web-based-wysiwyg-editors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Last Minute 4th of July Marketing Ideas for Your Business</title>
		<link>http://legacymarketingservices.com/wk/last-minute-4th-of-july-marketing-ideas-for-your-business/</link>
		<comments>http://legacymarketingservices.com/wk/last-minute-4th-of-july-marketing-ideas-for-your-business/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 05:36:04 +0000</pubDate>
		<dc:creator>Carla Alvarez</dc:creator>
				<category><![CDATA[Marketing Tips]]></category>
		<category><![CDATA[Marketing Videos]]></category>
		<category><![CDATA[4th of July]]></category>
		<category><![CDATA[event marketing]]></category>
		<category><![CDATA[marketing ideas]]></category>
		<category><![CDATA[small business marketing]]></category>

		<guid isPermaLink="false">http://legacymarketingservices.com/wk/?p=471</guid>
		<description><![CDATA[Over the past few days, I have seen a huge surge in traffic from people searching for marketing ideas for the 4th of July.  They found the post I wrote last year on marketing at 4th of July events. If you are still looking for marketing ideas just a few days before the 4th, I [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<dl id="attachment_176" class="wp-caption alignnone" style="width: 400px;">
<dt class="wp-caption-dt"><a href="http://legacymarketingservices.com/wk/wp-content/uploads/2008/07/hometownmarketing.jpg"><img class="size-full wp-image-176" title="hometownmarketing" src="http://legacymarketingservices.com/wk/wp-content/uploads/2008/07/hometownmarketing.jpg" alt="" width="390" height="125" /></a></dt>
</dl>
</div>
<p><a href="http://legacymarketingservices.com/wk/last-minute-4th-of-july-marketing-ideas-for-your-business/"><em>Click here to view the embedded video.</em></a></p>
<p>Over the past few days, I have seen a huge surge in traffic from people searching for marketing ideas for the 4th of July.  They found the post I wrote last year on <a href="http://legacymarketingservices.com/wk/4th-of-july-event-marketing/">marketing at 4th of July events</a>.</p>
<p>If you are still looking for marketing ideas just a few days before the 4th, I thought you might need a little help.  This video gives a few <span style="text-decoration: underline;"><strong>fast</strong> </span>ideas for putting something together to promote your business.</p>
<h2>Marketing Handouts</h2>
<p>Obviously you are not going to have enough time to get something professionally printed.  Hopefully you are stocked up on business cards, Yes?  Other ideas are flyers and postcards.</p>
<p>FedEx Kinko&#8217;s is your friend for last minute printing.  While they do allow you to upload your file and pick up the printed pieces later, if you need a really fast turnaround, take it in and run the copies yourself. Office Depot and Office Max are other good resources for last minute printing.</p>
<p>If you want something a little sturdier, one option is to set-up a 4&#8243; x 6&#8243; postcard design, save it has a high resolution image (at least 600 dpi) and send it to a one hour photo place like Walmart, Walgreens, or CVS.  If you are running several hundred of the same photo, they might not be able to do a one hour turnaround, but it will still be faster than most anything else.</p>
<h2>4th of July Themed Handouts</h2>
<p>Run to the store and stock up on some 4th of July fun:</p>
<ul>
<li>Sparklers</li>
<li>Snap Pops</li>
<li>Ice Pops</li>
<li>Balloons</li>
<li>Glow Sticks</li>
<li>Water Bottles</li>
</ul>
<p>Self adhesive labels are a procrastinator&#8217;s best friend.  Go pick up a pack of Avery labels in a size that will fit the item you are handing out. Labels come in a wide range of sizes from mini return address labels to full 8 1/2&#8243; x 11.  Whatever you are planning on handing out, you can find a label the right size to slap on it.</p>
<p>MS Publisher has preset templates for almost every label size out there.  Load a template, add clipart and your company information and print the label sheets.</p>
<h2>Promotional Candy Items</h2>
<p>If you can&#8217;t think of something creative to pass out, candy is always favorite.  Once again, self adhesive labels can save the day by creating a fast and easy promotional wrap around a candy bar, either full size or mini.</p>
<p>Another option are bags of candy with a promotional topper.  Craft bags can be found at stores like Hobby Lobby or Michaels, 2&#8243; x 3&#8243; or 3&#8243; x 4&#8243; are good sizes to go with.  Put a few pieces of candy in the bag and staple your business card to the top.</p>
<p>Tips for Next Year</p>
<p>The 4th of July, like the hurricane season (if you live in the Gulf Coast,) comes every year . . . so be prepared!  Plan ahead of time what events you want to promote your business at and have your promotional items on hand.</p>
<p>I will be release a marketing course called the &#8220;Exhibitor&#8217;s Edge&#8221; covering every thing you need to know to market your business at trade shows and community events, as well as how to turn the contacts made into long term customers.  <a href="http://legacymarketingservices.com/lms2/free-newsletter/subscribe-list/1.html">Sign up for my newsletter</a> for more details.</p>
<hr />
<p><small>© Carla for <a href="http://legacymarketingservices.com/wk">Legacy Marketing Services</a>, 2010. |
<a href="http://legacymarketingservices.com/wk/last-minute-4th-of-july-marketing-ideas-for-your-business/">Permalink</a> |
Post tags: <a href="http://legacymarketingservices.com/wk/tag/4th-of-july/" rel="tag">4th of July</a>, <a href="http://legacymarketingservices.com/wk/tag/event-marketing/" rel="tag">event marketing</a>, <a href="http://legacymarketingservices.com/wk/tag/marketing-ideas/" rel="tag">marketing ideas</a>, <a href="http://legacymarketingservices.com/wk/tag/small-business-marketing/" rel="tag">small business marketing</a><br/>
</small></p>

<p><a href="http://feedads.g.doubleclick.net/~a/w8_tNMbZi09dUG6eHbWkxaBXaO0/0/da"><img src="http://feedads.g.doubleclick.net/~a/w8_tNMbZi09dUG6eHbWkxaBXaO0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/w8_tNMbZi09dUG6eHbWkxaBXaO0/1/da"><img src="http://feedads.g.doubleclick.net/~a/w8_tNMbZi09dUG6eHbWkxaBXaO0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tIK3RifmN9g:PfmsjDGNAmA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tIK3RifmN9g:PfmsjDGNAmA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tIK3RifmN9g:PfmsjDGNAmA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=tIK3RifmN9g:PfmsjDGNAmA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tIK3RifmN9g:PfmsjDGNAmA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=tIK3RifmN9g:PfmsjDGNAmA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tIK3RifmN9g:PfmsjDGNAmA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tIK3RifmN9g:PfmsjDGNAmA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=tIK3RifmN9g:PfmsjDGNAmA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tIK3RifmN9g:PfmsjDGNAmA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tIK3RifmN9g:PfmsjDGNAmA:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=tIK3RifmN9g:PfmsjDGNAmA:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tIK3RifmN9g:PfmsjDGNAmA:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=tIK3RifmN9g:PfmsjDGNAmA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=tIK3RifmN9g:PfmsjDGNAmA:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/LegacyMarketingServices/~4/tIK3RifmN9g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://legacymarketingservices.com/wk/last-minute-4th-of-july-marketing-ideas-for-your-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Your Email Lists &amp; Newsletters More Social with Aweber and Facebook Integration</title>
		<link>http://legacymarketingservices.com/wk/make-your-email-lists-newsletters-more-social-with-aweber-and-facebook-integration/</link>
		<comments>http://legacymarketingservices.com/wk/make-your-email-lists-newsletters-more-social-with-aweber-and-facebook-integration/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 20:21:24 +0000</pubDate>
		<dc:creator>Carla Alvarez</dc:creator>
				<category><![CDATA[Marketing Tips]]></category>
		<category><![CDATA[aweber]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[email newsletters]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://legacymarketingservices.com/wk/?p=463</guid>
		<description><![CDATA[I&#8217;ve mentioned before that I&#8217;ve used a quite a few different email newsletter and list services over the past several years.  Aweber is the email service I am setting up the majority of my new lists on. I originally started with Aweber because of how easy it is to set up sequential emails or news [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://legacymarketingservices.com/wk/wp-content/uploads/2008/05/businessweb.png"><img class="alignnone size-full wp-image-132" title="Business Web Sites" src="http://legacymarketingservices.com/wk/wp-content/uploads/2008/05/businessweb.png" alt="" width="390" height="125" /></a></p>
<p>I&#8217;ve mentioned before that I&#8217;ve used a quite a few different email newsletter and list services over the past several years.  <a href="http://legacymarketingservices.com/wk/a/aweber">Aweber </a>is the email service I am setting up the majority of my new lists on.</p>
<p>I originally started with <a href="http://legacymarketingservices.com/wk/a/aweber">Aweber</a> because of how easy it is to set up sequential emails or news lists, otherwise known as autoresponders.   What I love is how detailed and granular their statistics are.  Seriously, their stats are on steriods.</p>
<p>When I logged in today to set up a new list, I saw that they have expanded their broadcast notification system.  The option has been available to notify Twitter for awhile, now you can post a notification on your Facebook page as well.</p>
<p>This allows Aweber users to notify three sets of contacts with the publication of one email blast: email subscribers, Twitter followers and Facebook fans.</p>
<p><a href="http://legacymarketingservices.com/wk/wp-content/uploads/2010/06/aweber-social-notification.png"></a><a href="http://legacymarketingservices.com/wk/wp-content/uploads/2010/06/aweber-social-notification1.png"><img class="alignnone size-full " src="http://legacymarketingservices.com/wk/wp-content/uploads/2010/06/aweber-social-notification1.png" alt="" width="390" /></a></p>
<hr />
<p><small>© Carla for <a href="http://legacymarketingservices.com/wk">Legacy Marketing Services</a>, 2010. |
<a href="http://legacymarketingservices.com/wk/make-your-email-lists-newsletters-more-social-with-aweber-and-facebook-integration/">Permalink</a> |
Post tags: <a href="http://legacymarketingservices.com/wk/tag/aweber/" rel="tag">aweber</a>, <a href="http://legacymarketingservices.com/wk/tag/email-marketing/" rel="tag">email marketing</a>, <a href="http://legacymarketingservices.com/wk/tag/email-newsletters/" rel="tag">email newsletters</a>, <a href="http://legacymarketingservices.com/wk/tag/social-media/" rel="tag">social media</a><br/>
</small></p>

<p><a href="http://feedads.g.doubleclick.net/~a/JTyNClprf5BpdunqP4vsGmvn_vg/0/da"><img src="http://feedads.g.doubleclick.net/~a/JTyNClprf5BpdunqP4vsGmvn_vg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JTyNClprf5BpdunqP4vsGmvn_vg/1/da"><img src="http://feedads.g.doubleclick.net/~a/JTyNClprf5BpdunqP4vsGmvn_vg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=oOtx01gLMPs:iOt-neYXlco:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=oOtx01gLMPs:iOt-neYXlco:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=oOtx01gLMPs:iOt-neYXlco:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=oOtx01gLMPs:iOt-neYXlco:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=oOtx01gLMPs:iOt-neYXlco:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=oOtx01gLMPs:iOt-neYXlco:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=oOtx01gLMPs:iOt-neYXlco:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=oOtx01gLMPs:iOt-neYXlco:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=oOtx01gLMPs:iOt-neYXlco:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=oOtx01gLMPs:iOt-neYXlco:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=oOtx01gLMPs:iOt-neYXlco:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=oOtx01gLMPs:iOt-neYXlco:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=oOtx01gLMPs:iOt-neYXlco:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=oOtx01gLMPs:iOt-neYXlco:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=oOtx01gLMPs:iOt-neYXlco:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/LegacyMarketingServices/~4/oOtx01gLMPs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://legacymarketingservices.com/wk/make-your-email-lists-newsletters-more-social-with-aweber-and-facebook-integration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Converting Browsers into Buyers Video</title>
		<link>http://legacymarketingservices.com/wk/converting-browsers-into-buyers-video/</link>
		<comments>http://legacymarketingservices.com/wk/converting-browsers-into-buyers-video/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 05:25:19 +0000</pubDate>
		<dc:creator>Carla Alvarez</dc:creator>
				<category><![CDATA[Internet Tips]]></category>
		<category><![CDATA[online marketing]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://legacymarketingservices.com/wk/?p=449</guid>
		<description><![CDATA[Our Web Site to Web Sales seminar earlier this month had a very active discussion.  As a result, we didn't get to cover the last part of the information.  Below is a video covering the information for seminar attendees.  If you attended the seminar and didn't receive a password, please contact me.]]></description>
			<content:encoded><![CDATA[<p>Our <strong>Web Site to Web Sales </strong>seminar earlier this month had a very active discussion.  As a result, we didn&#8217;t get to cover the last part of the information.  Below is a video covering the information for seminar attendees.  If you attended the seminar and didn&#8217;t receive a password, please <a href="http://legacymarketingservices.com/lms2/contact/carla-alvarez.html">contact me</a>.</p>
<form action="/wk/feed/" method="post" enctype="multipart/form-data"><label>Password<input type="password" name="password" /></label><input type="submit" value="submit" name="submit" /></form>
<p>If you missed the seminar and would like to catch the recap, an online version of the seminar will be available in May.  <a href="http://legacymarketingservices.com/lms2/free-newsletter/subscribe-list/1.html">Subscribe to our newsletter</a> for updates.</p>
<hr />
<p><small>© Carla for <a href="http://legacymarketingservices.com/wk">Legacy Marketing Services</a>, 2010. |
<a href="http://legacymarketingservices.com/wk/converting-browsers-into-buyers-video/">Permalink</a> |
Post tags: <a href="http://legacymarketingservices.com/wk/tag/internet-tips/" rel="tag">Internet Tips</a>, <a href="http://legacymarketingservices.com/wk/tag/online-marketing/" rel="tag">online marketing</a>, <a href="http://legacymarketingservices.com/wk/tag/seminar/" rel="tag">seminar</a>, <a href="http://legacymarketingservices.com/wk/tag/social-media/" rel="tag">social media</a><br/>
</small></p>

<p><a href="http://feedads.g.doubleclick.net/~a/24Ss6s2l-sOK4qVMMwgyik__PcM/0/da"><img src="http://feedads.g.doubleclick.net/~a/24Ss6s2l-sOK4qVMMwgyik__PcM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/24Ss6s2l-sOK4qVMMwgyik__PcM/1/da"><img src="http://feedads.g.doubleclick.net/~a/24Ss6s2l-sOK4qVMMwgyik__PcM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=V76bIFk5L2M:2NLb22G8b4M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=V76bIFk5L2M:2NLb22G8b4M:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=V76bIFk5L2M:2NLb22G8b4M:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=V76bIFk5L2M:2NLb22G8b4M:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=V76bIFk5L2M:2NLb22G8b4M:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=V76bIFk5L2M:2NLb22G8b4M:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=V76bIFk5L2M:2NLb22G8b4M:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=V76bIFk5L2M:2NLb22G8b4M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=V76bIFk5L2M:2NLb22G8b4M:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=V76bIFk5L2M:2NLb22G8b4M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=V76bIFk5L2M:2NLb22G8b4M:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=V76bIFk5L2M:2NLb22G8b4M:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=V76bIFk5L2M:2NLb22G8b4M:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=V76bIFk5L2M:2NLb22G8b4M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=V76bIFk5L2M:2NLb22G8b4M:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/LegacyMarketingServices/~4/V76bIFk5L2M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://legacymarketingservices.com/wk/converting-browsers-into-buyers-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Promoting Merchant Circle Reviews on Facebook and Twitter</title>
		<link>http://legacymarketingservices.com/wk/promoting-merchant-circle-reviews-on-facebook-and-twitter/</link>
		<comments>http://legacymarketingservices.com/wk/promoting-merchant-circle-reviews-on-facebook-and-twitter/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 00:49:14 +0000</pubDate>
		<dc:creator>Carla Alvarez</dc:creator>
				<category><![CDATA[Social Media Marketing]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook fan page]]></category>
		<category><![CDATA[Merchant Circle]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://legacymarketingservices.com/wk/?p=445</guid>
		<description><![CDATA[I&#8217;ve had an account on Merchant Circle for Legacy Marketing for awhile but other than filling out my company details, I haven&#8217;t focused much on promoting it.  However I got a very nice review from a client, wanted to show it off, and I started to research the ways to integrate the Merchant Circle accounts [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://legacymarketingservices.com/wk/wp-content/uploads/2008/05/businessweb.png"><img class="alignnone size-full wp-image-132" title="Business Web Sites" src="http://legacymarketingservices.com/wk/wp-content/uploads/2008/05/businessweb.png" alt="" width="390" height="125" /></a></p>
<p>I&#8217;ve had an account on Merchant Circle for <a href="http://www.merchantcircle.com/business/Legacy.Marketing.Services.713-289-0819">Legacy Marketing</a> for awhile but other than filling out my company details, I haven&#8217;t focused much on promoting it.  However I got a very nice review from a <a href="http://howtosaveyourjob.com">client</a>, wanted to show it off, and I started to research the ways to integrate the Merchant Circle accounts with other web 2.0 sites.</p>
<p>Although there is a &#8220;Facebook Connect&#8221; option for Merchant Circle, it appears that it is just for personal profiles.  Either that or it didn&#8217;t sync with my Merchant Circle account because my Merchant Circle business account is tied to a business email address and my Facebook account is tied to my personal email address.</p>
<p>Since I want the Merchant Circle reviews and coupons to post to my <a href="http://www.facebook.com/pages/manage/?act=20453412#!/pages/Kingwood-TX/Legacy-Marketing-Services/7441622722">Legacy Marketing business fan page</a> and not my personal account wall, I scrapped that option.</p>
<p>I started to look for an alternate Merchant Circle application, when the light bulb went off . . .</p>
<p>RSS!</p>
<p>Sure enough, my MC business page had it&#8217;s own RSS feed.  From there, it was a snap. <em>(Are you wondering what is RSS?  Read this article on <a title="what is RSS" href="http://kingwoodconnection.com/k/articles/helpful-tips/create-a-personalized-ezine-with-rss-feeds-20071009420/">what RSS is</a> and how to use it.)</em></p>
<h2>Adding Merchant Circle Reviews to Facebook</h2>
<p>I&#8217;ve used several different Facebook applications to post RSS feeds to my wall and/or fan page such as Networked Blogs and Blog RSS Feed Reader; however, they can be a little tricky to configure to post only to your fan page wall or to both your personal and fan page wall.  I found a newer application called <a href="http://apps.facebook.com/rssgraffiti/">RSS Graffiti</a> that has a much easier interface to have granular control over your RSS feed&#8217;s postings.</p>
<p>After installing the RSS Grafitti application, you can set whether you want to give the application permission to your personal page and fan pages on an individual basis.  Multiple feeds can be added and you can add prefixes or unique titles to the feed postings.  You can also track the url clicks through your <a href="http://bit.ly">bit.ly</a> account, which I think is a really cool feature.</p>
<p>As I already had the application installed on my fan page, it took a total of <strong>3 minutes </strong>add the review feed.</p>
<h2>Adding Merchant Circle Reviews to Twitter</h2>
<p>Twitter integration is becoming de rigueur for social networking sites and I&#8217;m a little surprised that it isn&#8217;t a default feature for a Merchant Account business profile.  Even so, there are other tools that make it easy to add to Twitter using the RSS feed.</p>
<p>There are several services out there which will post an RSS feed to twitter; however, my favorite is <a href="http://twitterfeed.com">Twitterfeed</a>.  Every new review or post on your RSS feed can be displayed on your Twitter account within minutes with just a few simple steps.</p>
<ol>
<li>Sign up for an account at Twitterfeed</li>
<li>Click &#8220;create a new feed.&#8221;</li>
<li>Name the RSS feed and enter your feed url, click test.</li>
<li>Click &#8220;Continue to Step 2.&#8221;</li>
<li>Click &#8220;Twitter&#8221; under the services option.</li>
<li>Click &#8220;Authenticate Twitter Account.&#8221;</li>
<li>After you have allowed Twitterfeed to access your Twitter account, the integration is complete.</li>
</ol>
<p>Now every time a customer posts a review or you post a coupon or a blog, it will be displayed on your Facebook and Twitter accounts.  The caveat to this method is that you <strong>must</strong> be committed to excellent customer service.  If you repeatedly get customer complaints and have unhappy customers, you may want to think twice before setting this up.</p>
<p>If you&#8217;re thinking, &#8220;That sounds great, but all this tech stuff makes my eyes cross,&#8221; don&#8217;t worry!  That&#8217;s what we&#8217;re here for.  <a href="http://legacymarketingservices.com/lms2/contact/carla-alvarez.html">Contact us</a> regarding our social media promotion options.</p>
<p>If after reading this you are inspired to take your site or business promotion to new heights with RSS, Sean Donahoe (an RSS marketing fiend) just came out with a online seminar called &#8220;<a href="http://scrnch.me/8mjlp">RSS Master Class</a>.&#8221;  It is a limited offering and I haven&#8217;t checked the availability lately, but if it is still open, I would jump on it.</p>
<hr />
<p><small>© Carla for <a href="http://legacymarketingservices.com/wk">Legacy Marketing Services</a>, 2010. |
<a href="http://legacymarketingservices.com/wk/promoting-merchant-circle-reviews-on-facebook-and-twitter/">Permalink</a> |
Post tags: <a href="http://legacymarketingservices.com/wk/tag/facebook/" rel="tag">Facebook</a>, <a href="http://legacymarketingservices.com/wk/tag/facebook-fan-page/" rel="tag">Facebook fan page</a>, <a href="http://legacymarketingservices.com/wk/tag/merchant-circle/" rel="tag">Merchant Circle</a>, <a href="http://legacymarketingservices.com/wk/tag/social-media/" rel="tag">social media</a>, <a href="http://legacymarketingservices.com/wk/tag/twitter/" rel="tag">Twitter</a><br/>
</small></p>

<p><a href="http://feedads.g.doubleclick.net/~a/YuyShPSWG3ZkE36P7YUQQ4RtJLw/0/da"><img src="http://feedads.g.doubleclick.net/~a/YuyShPSWG3ZkE36P7YUQQ4RtJLw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/YuyShPSWG3ZkE36P7YUQQ4RtJLw/1/da"><img src="http://feedads.g.doubleclick.net/~a/YuyShPSWG3ZkE36P7YUQQ4RtJLw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=liYtZ639IlE:1GgZaOioRfA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=liYtZ639IlE:1GgZaOioRfA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=liYtZ639IlE:1GgZaOioRfA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=liYtZ639IlE:1GgZaOioRfA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=liYtZ639IlE:1GgZaOioRfA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=liYtZ639IlE:1GgZaOioRfA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=liYtZ639IlE:1GgZaOioRfA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=liYtZ639IlE:1GgZaOioRfA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=liYtZ639IlE:1GgZaOioRfA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=liYtZ639IlE:1GgZaOioRfA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=liYtZ639IlE:1GgZaOioRfA:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=liYtZ639IlE:1GgZaOioRfA:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=liYtZ639IlE:1GgZaOioRfA:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=liYtZ639IlE:1GgZaOioRfA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=liYtZ639IlE:1GgZaOioRfA:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/LegacyMarketingServices/~4/liYtZ639IlE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://legacymarketingservices.com/wk/promoting-merchant-circle-reviews-on-facebook-and-twitter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What is WordPress MU?</title>
		<link>http://legacymarketingservices.com/wk/what-is-wordpress-mu/</link>
		<comments>http://legacymarketingservices.com/wk/what-is-wordpress-mu/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 21:35:56 +0000</pubDate>
		<dc:creator>Carla Alvarez</dc:creator>
				<category><![CDATA[Internet Tips]]></category>
		<category><![CDATA[business blogs]]></category>
		<category><![CDATA[online publishing]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://legacymarketingservices.com/wk/?p=440</guid>
		<description><![CDATA[As a web site developer, I make a habit of trying out different CMS and ecommerce platforms so I can counsel clients on the best option for their business.  But my favorite standby&#8217;s are Joomla and WordPress. Many people are familiar with the standard self-hosted version of WordPress (available for download at WordPress.org) and the [...]]]></description>
			<content:encoded><![CDATA[ <div class="mceTemp mceIEcenter">
<dl id="attachment_132" class="wp-caption aligncenter" style="width: 400px;">
<dt class="wp-caption-dt"><a href="http://legacymarketingservices.com/wk/wp-content/uploads/2008/05/businessweb.png"><img class="size-full wp-image-132" title="Business Web Sites" src="http://legacymarketingservices.com/wk/wp-content/uploads/2008/05/businessweb.png" alt="" width="390" height="125" /></a></dt>
</dl>
</div>
<p>As a web site developer, I make a habit of trying out different CMS and ecommerce platforms so I can counsel clients on the best option for their business.  But my favorite standby&#8217;s are <a href="http://legacymarketingservices.com/lms2/web-sites/joomla-design-and-developer-in-kingwood-and-houston-texas.html">Joomla </a>and WordPress.</p>
<p>Many people are familiar with the standard self-hosted version of WordPress (available for download at <a href="http://wordpress.org">WordPress.org</a>) and the hosted version at <a href="http://wordpress.com">WordPress.com.</a> However, not as many people are familiar with <a href="http://mu.wordpress.org">WordPress Multi User</a> (commonly referred to as WordPress MU or WPMU,) which is a shame because it blasts the possibilities open for publishing multiple and collaborative sites.</p>
<h2>What is WordPress MU</h2>
<p>Again and again on various forums I read common misconceptions about the WordPress MU platform.  Many people believe that it can only be used for sites that provide users blogs on a subdomain such as WordPress.com does (username.wordpress.com.)</p>
<p>It <strong>can </strong>do that, but that is not the only way it can be used.  It can also be used to run <strong>separate sites</strong> on their <strong>own domain</strong>.  For example, let&#8217;s say you have a thing about scrapbooking and you want to create several sites for the different forms of scrapbooking.  So you buy the domains creative-scrapbooking.com, digital-scrapbooking.com, and wedding-scrapbooks.com.</p>
<p>(<em>This is just an example and I&#8217;m just throwing them out there.  I have no idea if they are available or how competitive or how good the keywords are.)</em></p>
<p>Next, you go to your hosting account and install WordPress MU using one of the domains for the base install.  You then go to the WPMU administration panel to add the second and third sites.  You now have three separate sites with unique domain names on one installation of WPMU.</p>
<ul>
<li>http://creative-scrapbooking.com</li>
<li>http://digital-scrapbooking.com</li>
<li>http://wedding-scrapbooks.com</li>
</ul>
<p>Each site will have it&#8217;s own administration area that can be accessed by going to http://domain.com/wp-admin/.  Each site can have it&#8217;s own unique theme, different plugins can be used on each, and additional users can be added to one or all of the sites.</p>
<p>Now let&#8217;s say your friend Mary is a wedding photographer and wants to blog about wedding photos and creating a photo list for shots that will work well in scrapbooks.  You can create a subdomain on the wedding-scrapbooks.com site, photos.wedding-scrapbook.com, and add her as a user to that blog.  Mary will have access to <strong>her own</strong> admin panel for photos.wedding-scrapbooks.com but not to the main site, wedding-scrapbooks.com or either of the other two domains that are on that WordPress MU platform.  Pretty cool isn&#8217;t it?</p>
<p>So now you have three sites with a total of four &#8220;blogs.&#8221;</p>
<ul>
<li>http://creative-scrapbooking.com</li>
<li>http://digital-scrapbook.com</li>
<li>http://wedding-scrapbooks.com</li>
<li>http://photos.wedding-scrapbooks.com</li>
</ul>
<p>WordPress MU can be used for multiple sites and multiple subdomains with blogs at the same time.</p>
<h2>Why Use WordPress MU?</h2>
<p>So why use WPMU rather than multiple installations of the standard version of WordPress?</p>
<p>The main reason is that it makes updates extremely easy.  If you have three, thirty or three hundred sites on individual WordPress installs, even though WordPress is very easy to keep updated, it still takes time to go through all the installations to update the platform and the plugins.  With WPMU, you only have one platform and one set of plugins to update.</p>
<p>It also saves a huge amount of time when setting up your site.   There are a number of programs out there that automate WordPress installations, but with WordPress MU, after redirecting your new domain, it is a three minute process to add a new site.   Also, you don&#8217;t have to install plugins again.  They are already installed and just have to be activated for that particular site.</p>
<p>The same is true of themes.  Multiple themes can be available on the WPMU installation and you can specify which themes are available to each blog.  When installing themes on a WPMU installation, remember that one theme may be used on a number of different sites.  So it is better to go with themes that have a theme administration panel for features that need to be unique to a particular site rather than having them hard coded in the theme itself.</p>
<h2>Is WPMU for Me?</h2>
<p>If you are planning on having more than one web site on WordPress MU, I think that it makes sense.  However, in the next major update of the WordPress platform, 3.0, the WordPress and WPMU projects will be merged and <strong>every</strong> installation of WordPress will have multi site and multi user capabilities.</p>
<p>If you are just now starting out with online publishing, I would frame your site and content strategy based on a multi site portal.</p>
<p><a href="https://legacymarketingservices.com/whmcs/cart.php?a=add&amp;pid=82"><img class="aligncenter size-full wp-image-441" title="Wordpress-Publisher" src="http://legacymarketingservices.com/wk/wp-content/uploads/2010/04/Wordpress-Publisher.png" alt="Wordpress publisher package" width="390" /></a></p>
 <div class='series_toc'><h3>Posts in WordPress MU for Online Publishing</h3><ol><li>What is WordPress MU?</li></ol></div><div class='series_links'> </div><hr />
<p><small>© Carla for <a href="http://legacymarketingservices.com/wk">Legacy Marketing Services</a>, 2010. |
<a href="http://legacymarketingservices.com/wk/what-is-wordpress-mu/">Permalink</a> |
Post tags: <a href="http://legacymarketingservices.com/wk/tag/business-blogs/" rel="tag">business blogs</a>, <a href="http://legacymarketingservices.com/wk/tag/online-publishing/" rel="tag">online publishing</a>, <a href="http://legacymarketingservices.com/wk/tag/wordpress/" rel="tag">Wordpress</a>, <a href="http://legacymarketingservices.com/wk/tag/wordpress-mu/" rel="tag">wordpress mu</a><br/>
</small></p>

<p><a href="http://feedads.g.doubleclick.net/~a/Zz5qVjokjaueUUcw6yE_5ZoaZS8/0/da"><img src="http://feedads.g.doubleclick.net/~a/Zz5qVjokjaueUUcw6yE_5ZoaZS8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Zz5qVjokjaueUUcw6yE_5ZoaZS8/1/da"><img src="http://feedads.g.doubleclick.net/~a/Zz5qVjokjaueUUcw6yE_5ZoaZS8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=05POJvZOSG0:_Nsj1NOOYEQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=05POJvZOSG0:_Nsj1NOOYEQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=05POJvZOSG0:_Nsj1NOOYEQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=05POJvZOSG0:_Nsj1NOOYEQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=05POJvZOSG0:_Nsj1NOOYEQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=05POJvZOSG0:_Nsj1NOOYEQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=05POJvZOSG0:_Nsj1NOOYEQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=05POJvZOSG0:_Nsj1NOOYEQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=05POJvZOSG0:_Nsj1NOOYEQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=05POJvZOSG0:_Nsj1NOOYEQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=05POJvZOSG0:_Nsj1NOOYEQ:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=05POJvZOSG0:_Nsj1NOOYEQ:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=05POJvZOSG0:_Nsj1NOOYEQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=05POJvZOSG0:_Nsj1NOOYEQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=05POJvZOSG0:_Nsj1NOOYEQ:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/LegacyMarketingServices/~4/05POJvZOSG0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://legacymarketingservices.com/wk/what-is-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google’s April Fools Joke</title>
		<link>http://legacymarketingservices.com/wk/googles-april-fools-joke/</link>
		<comments>http://legacymarketingservices.com/wk/googles-april-fools-joke/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 15:13:47 +0000</pubDate>
		<dc:creator>Carla Alvarez</dc:creator>
				<category><![CDATA[Latest News]]></category>

		<guid isPermaLink="false">http://legacymarketingservices.com/wk/?p=436</guid>
		<description><![CDATA[Today Google users had a little shock to their system with a new look and new name on Google&#8217;s home page.  Rather than the familiar &#8220;Google,&#8221; the name &#8220;Topeka&#8221; was prominently displayed. A little confusing without the back story.  At first, I didn&#8217;t make the connection to April Fool&#8217;s day.  I was thinking, &#8220;Is this [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<dl id="attachment_132" class="wp-caption alignnone" style="width: 400px;">
<dt class="wp-caption-dt"><a href="http://legacymarketingservices.com/wk/wp-content/uploads/2008/05/businessweb.png"><img class="size-full wp-image-132" title="Business Web Sites" src="http://legacymarketingservices.com/wk/wp-content/uploads/2008/05/businessweb.png" alt="" width="390" height="125" /></a></dt>
</dl>
</div>
<p>Today Google users had a little shock to their system with a new look and new name on Google&#8217;s home page.  Rather than the familiar &#8220;Google,&#8221; the name &#8220;Topeka&#8221; was prominently displayed.</p>
<p><a href="http://legacymarketingservices.com/wk/wp-content/uploads/2010/04/google-topeka.png"><img class="alignleft size-full wp-image-437" title="google-topeka" src="http://legacymarketingservices.com/wk/wp-content/uploads/2010/04/google-topeka.png" alt="" width="200" height="90" /></a>A little confusing without the back story.  At first, I didn&#8217;t make the connection to April Fool&#8217;s day.  I was thinking, &#8220;Is this supposed to be a cool spelling for Topica?  As in search for topics?&#8221;</p>
<p>The <a href="http://googleblog.blogspot.com/2010/04/different-kind-of-company-name.html">official Google blog </a>had an explanation:</p>
<blockquote><p>Early last month the mayor of Topeka, Kansas stunned the world by  announcing that his city was <a href="http://edition.cnn.com/2010/TECH/03/02/google.kansas.topeka/index.html">changing  its name</a> to Google.  We’ve been wondering ever since how best to  honor that moving gesture. Today we are pleased to announce that as of  1AM (Central Daylight Time) April 1st, Google has officially changed our  name to <strong>Topeka</strong>.</p></blockquote>
<p>Topeka&#8217;s name change is Mayor Bill Bunten&#8217;s attempt to spotlight the city of Topeka as a contender for Google&#8217;s &#8220;<a href="http://googleblog.blogspot.com/2010/02/think-big-with-gig-our-experimental.html">Fiber for Communities</a>&#8221; project.   Google plans to install ultra fast broadband networks in up to 50,000 communities in an experimental project that will deliver connections at up to 1 gigabit per second.</p>
<p>Bunten is not a huge techie himself; however, he does realize the vital role the internet plays in business and commerce.   He sees the project as a way to ensure the continued growth and economic vitality of Topeka for the upcoming generations.</p>
<p>The submission period has ended.  The <a href="http://www.google.com/appserve/fiberrfi">project page</a> displays a map of communities that applied.  The response was overwhelming and staff at Google noted:</p>
<blockquote><p>If one message has come through loud and clear, it&#8217;s this: people across the country are hungry for better and faster Internet access.</p></blockquote>
<p>No kidding!  I wish someone would tell Suddenlink that.  For the past month, I have been battling dropped connections and dial-up level speeds even though I pay through the nose for the highest internet package available.  Do you know how long it takes to upload graphic files for print at that level?  It&#8217;s a nightmare. Since Hurricane Ike, the internet connection has been horrible and our electricity goes out every time a squirrel sneezes.</p>
<p>That 1 gigabit transfer per second would almost be enough reason alone to relocate.</p>
<p>It will be interesting to see if Bunten&#8217;s stunt pays off.  Personally, I think it would be a shame not to reward that creativity.</p>
<hr />
<p><small>© Carla for <a href="http://legacymarketingservices.com/wk">Legacy Marketing Services</a>, 2010. |
<a href="http://legacymarketingservices.com/wk/googles-april-fools-joke/">Permalink</a> |
Post tags: <br/>
</small></p>

<p><a href="http://feedads.g.doubleclick.net/~a/vKt7DM3mLQAPSxt3pUcsnuHkyxw/0/da"><img src="http://feedads.g.doubleclick.net/~a/vKt7DM3mLQAPSxt3pUcsnuHkyxw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vKt7DM3mLQAPSxt3pUcsnuHkyxw/1/da"><img src="http://feedads.g.doubleclick.net/~a/vKt7DM3mLQAPSxt3pUcsnuHkyxw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=QCryH-RcBqU:x7RQnvjfbFE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=QCryH-RcBqU:x7RQnvjfbFE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=QCryH-RcBqU:x7RQnvjfbFE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=QCryH-RcBqU:x7RQnvjfbFE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=QCryH-RcBqU:x7RQnvjfbFE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=QCryH-RcBqU:x7RQnvjfbFE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=QCryH-RcBqU:x7RQnvjfbFE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=QCryH-RcBqU:x7RQnvjfbFE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=QCryH-RcBqU:x7RQnvjfbFE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=QCryH-RcBqU:x7RQnvjfbFE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=QCryH-RcBqU:x7RQnvjfbFE:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=QCryH-RcBqU:x7RQnvjfbFE:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=QCryH-RcBqU:x7RQnvjfbFE:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=QCryH-RcBqU:x7RQnvjfbFE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=QCryH-RcBqU:x7RQnvjfbFE:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/LegacyMarketingServices/~4/QCryH-RcBqU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://legacymarketingservices.com/wk/googles-april-fools-joke/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Local Bloggers Network at Inaugural Bloggers’ Breakfast</title>
		<link>http://legacymarketingservices.com/wk/local-bloggers-network-at-inaugural-bloggers-breakfast/</link>
		<comments>http://legacymarketingservices.com/wk/local-bloggers-network-at-inaugural-bloggers-breakfast/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 03:32:40 +0000</pubDate>
		<dc:creator>Carla Alvarez</dc:creator>
				<category><![CDATA[Internet Tips]]></category>
		<category><![CDATA[Latest News]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[search engine marketing]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://legacymarketingservices.com/wk/?p=419</guid>
		<description><![CDATA[Today we had our first &#8220;Blogger&#8217;s Breakfast&#8221; here in Kingwood.  I planned on pictures, but I walked out of the house without my camera. Since working with quite a few online publishers and bloggers locally, I thought it would be fun to have a monthly get together to exchange tips and ideas.   Before planning the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://legacymarketingservices.com/wk/wp-content/uploads/2009/12/business-blogging.png"><img class="alignnone size-full wp-image-418" title="business-blogging" src="http://legacymarketingservices.com/wk/wp-content/uploads/2009/12/business-blogging.png" alt="business-blogging" width="390" height="125" /></a></p>
<p>Today we had our first &#8220;<a href="http://www.facebook.com/album.php?page=3&amp;aid=146826&amp;id=1066988140#/events.php?oid=7441622722&amp;vm=all">Blogger&#8217;s Breakfast</a>&#8221; here in <a title="kingwood tx" href="http://kingwoodconnection.com">Kingwood</a>.  I planned on pictures, but I walked out of the house without my camera. <img src='http://legacymarketingservices.com/wk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Since working with quite a few online publishers and bloggers locally, I thought it would be fun to have a monthly get together to exchange tips and ideas.   Before planning the event, I asked a friend of mine, Sahnya Shulterbrant, if she would be willing to cohost the event with me.  I met Sahnya when she called needing some updates and modifications to her<a title="joomla developer" href="http://legacymarketingservices.com/lms2/web-sites/joomla-design-and-developer-in-kingwood-and-houston-texas.html"> Joomla based site.</a> As we have a lot of similar interests, that project led to a friendship.  She and her husband, Gene, publish <a href="http://texasonthego.com">TexasontheGo.com</a> which provide information and opportunities for doing business in Texas.  They were recently <a href="http://kingwoodconnection.com/k/articles/business-news/texasonthego.com-commitment-to-small-businesses-recognized-by-the-city-of-austin-200911201177/">recognized by the City of Austin</a> for their efforts.</p>
<p>Besides Sahnya and Gene, Matt Russell with <a href="http://mtrfinancial.com/">MTR Financial</a> and Ellen Delap, a <a href="http://professional-organizer.com">professional organizer</a>, also attended.  Both Matt and Ellen have written articles for me for the Kingwood Connection so I was familiar with their writing.  I knew that Matt had a blog, but I didn&#8217;t know that Ellen had added one to her site as well until today.</p>
<h2>Blogging Platforms and SEO</h2>
<p>It was interesting that we had people using each of the three main blogging platforms.  Sahnya and Gene use <a href="http://legacymarketingservices.com/lms2/web-sites/joomla-design-and-developer-in-kingwood-and-houston-texas.html">Joomla</a>, Matt is on Blogger/Blogspot, and Ellen uses WordPress.  I have sites on both Joomla and <a href="http://legacymarketingservices.com/lms2/web-sites/wordpress-design-and-development-from-legacy-marketing-in-kingwood-and-houston.html">WordPress</a>.</p>
<p>One of the things we touched on is SEO optimization for blogs and/or database driven sites.  There is a widespread belief that if you use a content management system (CMS) or blogging platform that you don&#8217;t have as much control over SEO elements and are at a disadvantage.  This is just not the case.  Think about what those key SEO elements are: a unique page title, a title meta tag, a meta description, and meta keywords.    There is no reason that a database driven web site <span style="text-decoration: underline;">can&#8217;t</span> populate that data, it is just that most of the time a stock install doesn&#8217;t.</p>
<p>The easy answer to this issue is to make sure that your platform is set up to allow you to enter that information.  Most people are familiar with the All-in-One SEO pack for WordPress that allows you to specify the title, description and keywords on a page or post basis.  It is one of my stock plugins that I install on every single WordPress site I develop.</p>
<p>Not as many people are familiar with how to do the same for Joomla.  I&#8217;m going to tell you my <strong>secret for developing search engine friendly Joomla sites</strong> . . . <a href="http://www.joomlatwork.com/joomla-components/joomla-v15-sef-patch-extended-version.html">SEF Patch from Joomla-at-Work.com</a>.</p>
<p>This component is even better than the All-in-One SEO pack for WordPress.  Not only does it allow you to set the article title, description and keywords, but it also let&#8217;s you set the author meta tag and the robots index/follow setting for the page (you can do this with WordPress as well, but it&#8217;s a separate plugin.)  It also adds the option in the site global configuration for the default description and keywords.</p>
<p>So far, all this is pretty similar to the WordPress plugin, but here is where it starts to pull away.  If you have used a Joomla site before, you know that everything hinges around the menus.  What is displayed is determined by the menu item&#8217;s settings.  The SEF Patch ads the ability to set the meta information for any menu item, excluding an individual article link.  So if you link to a category page, normally this would have the default meta information (WordPress does this as well,) but this component allows you to specify unique meta information <strong>including the page title</strong>.  This has a huge impact on your site&#8217;s search engine rankings.</p>
<p>Trust me on this.  There is quite a bit of competition for my <a href="http://kingwoodconnection.com">Kingwood site</a>, but if someone submits an article or press release to my site as well as the two other online community sites and newspaper sites, my site will rank #1 in Google for searches related to that article 75% of the time.  Most of the time with a double listing.  It just takes a site that is properly configured and some <a href="http://www.seobook.com/6370.html">basic SEO tactics</a>.</p>
<p>How much is this component?  It is ridiculously inexpensive.  There is even a <a href="http://www.joomlatwork.com/products/free-downloads/seo-patch-joomla-15.html">free version</a>, although you have to hack the core files to install it.   The paid version is <a href="http://www.joomlatwork.com/joomla-components/joomla-v15-sef-patch-extended-version.html">an actual component </a>that you install through the standard Joomla installer.  It is only € 14, so around $20 to $21 depending on what the U.S. dollar is doing.  Compare that to what you would spend on a pay per click campaign if you can&#8217;t get your sites to rank organically.</p>
<p>We are going to hold the Bloggers&#8217;  Breakfast the first Wednesday of each month.  So if you are in the Kingwood area, check the <a href="http://www.facebook.com/album.php?page=3&amp;aid=146826&amp;id=1066988140#/events.php?oid=7441622722&amp;vm=all">Facebook page </a>for the next date.  If you&#8217;re in the Greater Houston area, we would love for you to come.  I promise we don&#8217;t bite.  <img src='http://legacymarketingservices.com/wk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you don&#8217;t have a blog yet and aren&#8217;t sure where to start, <a href="http://legacymarketingservices.com/lms2/contact/carla-alvarez.html">contact me</a> to start your blogging journey.</p>
<hr />
<p><small>© Carla for <a href="http://legacymarketingservices.com/wk">Legacy Marketing Services</a>, 2009. |
<a href="http://legacymarketingservices.com/wk/local-bloggers-network-at-inaugural-bloggers-breakfast/">Permalink</a> |
Post tags: <a href="http://legacymarketingservices.com/wk/tag/blogging/" rel="tag">blogging</a>, <a href="http://legacymarketingservices.com/wk/tag/joomla/" rel="tag">Joomla</a>, <a href="http://legacymarketingservices.com/wk/tag/search-engine-marketing/" rel="tag">search engine marketing</a>, <a href="http://legacymarketingservices.com/wk/tag/search-engine-optimization/" rel="tag">search engine optimization</a>, <a href="http://legacymarketingservices.com/wk/tag/seo/" rel="tag">SEO</a>, <a href="http://legacymarketingservices.com/wk/tag/wordpress/" rel="tag">Wordpress</a><br/>
</small></p>

<p><a href="http://feedads.g.doubleclick.net/~a/QTy-8YX1lAGso9C5LcFVnzknKrU/0/da"><img src="http://feedads.g.doubleclick.net/~a/QTy-8YX1lAGso9C5LcFVnzknKrU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/QTy-8YX1lAGso9C5LcFVnzknKrU/1/da"><img src="http://feedads.g.doubleclick.net/~a/QTy-8YX1lAGso9C5LcFVnzknKrU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=7pVXkbWshCA:DUn0_wl2BOQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=7pVXkbWshCA:DUn0_wl2BOQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=7pVXkbWshCA:DUn0_wl2BOQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=7pVXkbWshCA:DUn0_wl2BOQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=7pVXkbWshCA:DUn0_wl2BOQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=7pVXkbWshCA:DUn0_wl2BOQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=7pVXkbWshCA:DUn0_wl2BOQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=7pVXkbWshCA:DUn0_wl2BOQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=7pVXkbWshCA:DUn0_wl2BOQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=7pVXkbWshCA:DUn0_wl2BOQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=7pVXkbWshCA:DUn0_wl2BOQ:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=7pVXkbWshCA:DUn0_wl2BOQ:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=7pVXkbWshCA:DUn0_wl2BOQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=7pVXkbWshCA:DUn0_wl2BOQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=7pVXkbWshCA:DUn0_wl2BOQ:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/LegacyMarketingServices/~4/7pVXkbWshCA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://legacymarketingservices.com/wk/local-bloggers-network-at-inaugural-bloggers-breakfast/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>5 Tips for Protecting Your Business Domain Name</title>
		<link>http://legacymarketingservices.com/wk/5-tips-for-protecting-your-business-domain-name-2/</link>
		<comments>http://legacymarketingservices.com/wk/5-tips-for-protecting-your-business-domain-name-2/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 19:06:21 +0000</pubDate>
		<dc:creator>Carla Alvarez</dc:creator>
				<category><![CDATA[Internet Tips]]></category>
		<category><![CDATA[domain names]]></category>
		<category><![CDATA[small business web tips]]></category>
		<category><![CDATA[small business websites]]></category>

		<guid isPermaLink="false">http://legacymarketingservices.com/wk/5-tips-for-protecting-your-business-domain-name-2/</guid>
		<description><![CDATA[One thing that I frequently spend quite a bit of time on with new clients is issues with their domain name .  If someone needs a domain name , I refer them to GoDaddy .  Sometimes if they absolutely don’t want to mess with domain registration or if I know that they won’t keep the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://legacymarketingservices.com/wk/wp-content/uploads/2008/05/businessweb.png" alt="" /></p>
<p>One thing that I frequently spend quite a bit of time on with new clients is issues with their <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">domain name </a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/>.  If someone needs a <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">domain name </a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/>, I refer them to <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">GoDaddy</a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/>.  Sometimes if they absolutely don’t want to mess with domain registration or if I <em>know</em> that they won’t keep the registration current, I will manage it for them and just bill them later.</p>
<p>While many <a title="web development kingwood houston" href="http://legacymarketingservices.com/lms2/web-development/web-design-and-development-services.html">web development</a>companies resell domain registration along with hosting and <a title="web design" href="http://legacymarketingservices.com/lms2/web-development/web-design-and-development-services.html">web design</a>, that is just not something that I have wanted to delve into for two main reasons.  First, we are just talking about a margin of a couple of dollars a year and unless you are doing a high volume, it’s just not worth it.</p>
<p>The second reason, and the most important one, is that when someone buys a service through me, they expect me to be able to fix it if they have a problem.  If there is an issue with their web site, I can handle it.  If it is a problem with their hosting or email, I can make sure that it is fixed.</p>
<p>However if I resold domain registrations and someone let their <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">domain name </a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/> expire or had their domain unlocked and the nameservers were transferred, there is literally nothing I can do about it.  The last thing I want to do is put my company in a situation where a client has an expectation that I can fix their problem and my hands are tied.  Those couple of dollars a year (see above) just aren’t worth it.</p>
<p>I have written post after post about this, but I can’t say strongly enough how important it is for you to <strong>protect your business <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">domain name </a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/></strong>.  If you had a phone number for years and it had been in all your advertising and your clients had it in their phone directories, what do you think would happen if suddenly one day that phone number started directing calls to a competitor?  What do you think that would do to your business?</p>
<p>That is <strong>exactly</strong> what can happen if you let your <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">domain name </a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/> expire or lose control of your domain.</p>
<p>Here again are a few tips for protecting your <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">domain name </a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/>:</p>
<h2 class="bullet1">Keep Your Contact Information Current</h2>
<p>The registrant information on file at your registrar should <strong>ALWAYS</strong> be kept current and make sure emails from your registrar don’t get sent to your SPAM filter.  Every registrar will send you reminder emails 60 to 90 days before the domain expires.</p>
<h2 class="bullet2">Keep Your Domain Locked</h2>
<p>Your domain registrar should have a feature to “lock” your <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">domain name </a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/> to prevent transfers.  If it is unlocked and someone submits a transfer request, you will have to deny that request or it will automatically be transferred.  If you aren’t paying attention to emails related to your <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">domain name </a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/> or if your email isn’t current, you will have a big problem on your hands.</p>
<p>This should be a standard feature, you shouldn’t have to pay extra for it.</p>
<h2 class="bullet3">Keep your Domain Registration Independent from Your Hosting</h2>
<p>You should <strong>never</strong> get into a situation where your domain registration is tied into your hosting.  Some registrars, like <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">GoDaddy</a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/> and Network Solutions, do also offer hosting; however, one isn’t conditional on the other.  For example with <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">GoDaddy</a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/>, you can register a domain, add hosting to it, and then if you later wanted to cancel the hosting you would still have the domain and be able to use it on another hosting account. (<em>This article explains the <a title="website basics" href="http://legacymarketingservices.com/wk/part-two-web-site-basics-for-the-business-owner/">basics of a web site</a> and how domains, hosting, and web pages work together.)</em></p>
<p>You should be able to direct your <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">domain name </a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/> to point to any hosting service, and if you can’t then run.</p>
<p>I have spent hours over the past week trying to help someone who had signed up for a new hosting service with another company.  That new company not only transferred the web site files, but also their domain names to a new registrar.  Normally that wouldn’t be an issue, except for that the registrar it was transferred to is a wholesaler and the <strong>only way</strong> the site owner can manage the <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">domain name </a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/> is through the hosting <strong>AND</strong> the hosting company only allows the domain to be pointed to their own hosting service . . . essentially locking the site owner into their hosting unless they switch registrars once again.  Which brings me to the next point . . .</p>
<h2 class="bullet4">Plan Any Domain Registrar Changes Carefully</h2>
<p>If you plan to switch registrars, (say for example, from DirectNic to <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">GoDaddy</a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/>), make sure that transfer is <strong>absolutely</strong> what you want to do.  If you switch registrars or change the registrant information, you can’t switch again for <strong>60 days</strong>.  When I bought a domain from an auction on SnapNames, I couldn’t transfer it over to my <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">GoDaddy</a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/> account for 60 days.  In the situation I mentioned above, the site owner is literally stuck on hosting where his site won’t function because the hosting service that the domain management is tied into won’t allow a change of nameservers and he can’t change to a registrar that would allow him that capability for another 60 days.</p>
<h2 class="bullet5">Never EVER Let Your Domain Expire</h2>
<p>Let me repeat that.</p>
<p><strong>Never, EVER let your domain expire</strong>.</p>
<p>This is a big, BIG deal.  Some people think that if you let your domain expire that you can just go back and reregister it.  NO.  That is not the case . . .  as in a great big NO.</p>
<p>If you let your domain expire, this is what happens.  Most registrars will give you a grace period, it’s different for each one, maybe 5 days to a week.  During the grace period, you may experience an interruption in your domain direction but you can renew as you normally would.However, there have been a couple of times that I have had an eye on a <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">domain name </a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/> and the registrar put it into expired status immediately.</p>
<p>After that grace period, it will go into a redemption period.  This time frame varies by registrar.  During the redemption period, you can still renew or “redeem” your <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">domain name </a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/>; however, it will cost you a redemption fee in addition to your renewal fee to do so.  The amount varies by registrar, I’ve heard between $75 to $150.</p>
<p>After the redemption period, the domain goes into “pending delete” status.  At that point, you can’t get it back prior to the domain dropping and it will sit there until the domain is deleted from the registry record.</p>
<p>Once the domain registration “drops,” it will become available and there is an entire industry around picking up dropped domains.  Trust me, it is highly unlikely that you as an individual will be able to beat a domainer in reregistering a dropped domain that has any search engine credibility at all.</p>
<p>What will most likely happen is that the domain will be picked up by one of these companies and held.  They will either make their money back by putting up Adsense sites on the domain and getting money from the click throughs from visitors coming to find <strong>you</strong>, or they will sell the domain back to you at a premium.  At the point, you will have to pay whatever they ask to get it back.</p>
<p>So again . . . <strong>don’t let your domain expire</strong>.</p>
<p>Yes, they are cheap and because of that many people don&#8217;t place much importance on them.  However, your business’s <a href="http://www.kqzyfj.com/click-2984968-10523876" target="_top">domain name </a> <img src="http://www.ftjcfx.com/image-2984968-10523876" width="1" height="1" border="0"/> has much greater value than the $10 a year it takes to keep the registration current.  The longer you have that domain and the more prominence you build in the search engines, the greater that value becomes.</p>
<p>Don’t lose that value in one fell swoop over carelessness.</p>
<hr />
<p><small>© Carla for <a href="http://legacymarketingservices.com/wk">Legacy Marketing Services</a>, 2009. |
<a href="http://legacymarketingservices.com/wk/5-tips-for-protecting-your-business-domain-name-2/">Permalink</a> |
Post tags: <a href="http://legacymarketingservices.com/wk/tag/domain-names/" rel="tag">domain names</a>, <a href="http://legacymarketingservices.com/wk/tag/small-business-web-tips/" rel="tag">small business web tips</a>, <a href="http://legacymarketingservices.com/wk/tag/small-business-websites/" rel="tag">small business websites</a><br/>
</small></p>

<p><a href="http://feedads.g.doubleclick.net/~a/77nHARtEtj0FbGDv2zdkRXYCxmk/0/da"><img src="http://feedads.g.doubleclick.net/~a/77nHARtEtj0FbGDv2zdkRXYCxmk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/77nHARtEtj0FbGDv2zdkRXYCxmk/1/da"><img src="http://feedads.g.doubleclick.net/~a/77nHARtEtj0FbGDv2zdkRXYCxmk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=Yt5DbyxhFHQ:SBIv9Ffn_0A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=Yt5DbyxhFHQ:SBIv9Ffn_0A:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=Yt5DbyxhFHQ:SBIv9Ffn_0A:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=Yt5DbyxhFHQ:SBIv9Ffn_0A:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=Yt5DbyxhFHQ:SBIv9Ffn_0A:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=Yt5DbyxhFHQ:SBIv9Ffn_0A:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=Yt5DbyxhFHQ:SBIv9Ffn_0A:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=Yt5DbyxhFHQ:SBIv9Ffn_0A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=Yt5DbyxhFHQ:SBIv9Ffn_0A:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=Yt5DbyxhFHQ:SBIv9Ffn_0A:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=Yt5DbyxhFHQ:SBIv9Ffn_0A:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=Yt5DbyxhFHQ:SBIv9Ffn_0A:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=Yt5DbyxhFHQ:SBIv9Ffn_0A:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=Yt5DbyxhFHQ:SBIv9Ffn_0A:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=Yt5DbyxhFHQ:SBIv9Ffn_0A:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/LegacyMarketingServices/~4/Yt5DbyxhFHQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://legacymarketingservices.com/wk/5-tips-for-protecting-your-business-domain-name-2/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Importing Word Content to Joomla or WordPress</title>
		<link>http://legacymarketingservices.com/wk/importing-word-content-to-joomla-or-wordpress/</link>
		<comments>http://legacymarketingservices.com/wk/importing-word-content-to-joomla-or-wordpress/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 19:18:16 +0000</pubDate>
		<dc:creator>Carla Alvarez</dc:creator>
				<category><![CDATA[website tips]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[business blog]]></category>
		<category><![CDATA[business web sites]]></category>

		<guid isPermaLink="false">http://legacymarketingservices.com/wk/?p=408</guid>
		<description><![CDATA[Many people use Microsoft Word to create content and articles, after all, it is a word processing program. However, problems arise when they want to import that content into a web page.  If you&#8217;ve never looked at HTML source code for a site, you may not know the difference . . . but trust me [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<dl id="attachment_132" class="wp-caption alignnone" style="width: 400px;">
<dt class="wp-caption-dt"><a href="http://legacymarketingservices.com/wk/wp-content/uploads/2008/05/businessweb.png"><img class="size-full wp-image-132" title="Business Web Sites" src="http://legacymarketingservices.com/wk/wp-content/uploads/2008/05/businessweb.png" alt="Business web design tips" width="390" height="125" /></a></dt>
</dl>
</div>
<p>Many people use Microsoft Word to create content and articles, after all, it is a word processing program.</p>
<p>However, problems arise when they want to import that content into a web page.  If you&#8217;ve never looked at HTML source code for a site, you may not know the difference . . . but trust me . . . anything that comes out of Word is a <strong>mess</strong> when it gets to the web.</p>
<p>Not only does it clutter up and slow down your site with unnecessary code, but the garbage code can also break your site&#8217;s design layout.  I recently received a support request for a client because a section on her site was messed up.  The client had posted a new article, pasting the content from Word, and a mangled site was the result.  I had to go into the article itself and strip out all the Microsoft tags to get it to work.</p>
<h2>Pasting from Word</h2>
<p>You should never copy and paste content from Word directly into your content management system.  The WYSIWYG editors for WordPress and most of them for Joomla have a &#8220;Paste from Word&#8221; icon feature.</p>
<p><a href="http://legacymarketingservices.com/wk/wp-content/uploads/2009/10/paste-from-word.png"><img class="alignnone size-medium wp-image-411" title="paste from word" src="http://legacymarketingservices.com/wk/wp-content/uploads/2009/10/paste-from-word.png" alt="paste from word" width="390" /></a></p>
<ol>
<li>Copy your content from Word.</li>
<li>Click the &#8220;Paste from Word&#8221; icon and a dialog box will appear.</li>
<li>Paste your content into the dialog box and hit save.</li>
</ol>
<p>This will normally strip all the Microsoft junk code from your content.  However, some editors have configuration settings for what gets stripped and what doesn&#8217;t.  If that is the case (<a title="jce editor for Joomla" href="http://legacymarketingservices.com/wk/configuring-jce-editor-for-joomla/">such as with the JCE editor for Joomla</a>),  you may need to test the settings until you get just the right combination.</p>
<p>With any content management system (CMS), you platform theme is going to contain a stylesheet that specifies what each element of your site should look like, resulting in a cohesive look.  You <strong>do not</strong> want font and style tags in your content, because that will override the theme settings.</p>
<h2>Fast and Easy with Dreamweaver</h2>
<p>If you have a copy of <a onmouseover="window.status='http://www.adobe.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.tkqlhce.com/m077ar-xrzEHONJOLNEGFKMLNII" target="_blank">Dreamweaver,</a><img src="http://www.ftjcfx.com/di102qmqeki36DC8DAC3549BAC77" border="0" alt="" width="1" height="1" /> my favorite way to prepare content for the web is by pasting the Word content into a blank HTML file in design view.  It usually does a pretty good job of converting the format to properly structured paragraphs.  Then I copy that and paste it directly into the WYSIWYG content editor in the CMS.</p>
<h2>Final Tips</h2>
<p>If you have a site with a layout that was fine but is suddenly out of whack, check first your most recently added content.  Look for any extraneous tags.  That will most likely be the culprit.</p>
<hr />
<p><small>© Carla for <a href="http://legacymarketingservices.com/wk">Legacy Marketing Services</a>, 2009. |
<a href="http://legacymarketingservices.com/wk/importing-word-content-to-joomla-or-wordpress/">Permalink</a> |
Post tags: <a href="http://legacymarketingservices.com/wk/tag/blogging/" rel="tag">blogging</a>, <a href="http://legacymarketingservices.com/wk/tag/business-blog/" rel="tag">business blog</a>, <a href="http://legacymarketingservices.com/wk/tag/business-web-sites/" rel="tag">business web sites</a><br/>
</small></p>

<p><a href="http://feedads.g.doubleclick.net/~a/tWXFMTY8stXbmPf3snWkSbyQvAQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/tWXFMTY8stXbmPf3snWkSbyQvAQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tWXFMTY8stXbmPf3snWkSbyQvAQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/tWXFMTY8stXbmPf3snWkSbyQvAQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=A-fEATZauG4:k7xhjnJBj_k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=A-fEATZauG4:k7xhjnJBj_k:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=A-fEATZauG4:k7xhjnJBj_k:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=A-fEATZauG4:k7xhjnJBj_k:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=A-fEATZauG4:k7xhjnJBj_k:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=A-fEATZauG4:k7xhjnJBj_k:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=A-fEATZauG4:k7xhjnJBj_k:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=A-fEATZauG4:k7xhjnJBj_k:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=A-fEATZauG4:k7xhjnJBj_k:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=A-fEATZauG4:k7xhjnJBj_k:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=A-fEATZauG4:k7xhjnJBj_k:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=A-fEATZauG4:k7xhjnJBj_k:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=A-fEATZauG4:k7xhjnJBj_k:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/LegacyMarketingServices?a=A-fEATZauG4:k7xhjnJBj_k:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/LegacyMarketingServices?i=A-fEATZauG4:k7xhjnJBj_k:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/LegacyMarketingServices/~4/A-fEATZauG4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://legacymarketingservices.com/wk/importing-word-content-to-joomla-or-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	<media:rating>nonadult</media:rating></channel>
</rss>
