<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>Moore Web Exposure</title>
	<atom:link href="http://www.moorewebexposure.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moorewebexposure.com/blog</link>
	<description>Moore Web Exposure specializes in web design for small and medium sized businesses and organizations that are looking to enhance their overall web presence.</description>
	<lastBuildDate>Wed, 18 Jan 2012 02:27:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Close Fancybox from an Iframe</title>
		<link>http://www.moorewebexposure.com/blog/web-design/how-to-close-fancybox-from-an-iframe/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-close-fancybox-from-an-iframe</link>
		<comments>http://www.moorewebexposure.com/blog/web-design/how-to-close-fancybox-from-an-iframe/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 02:27:22 +0000</pubDate>
		<dc:creator>moorewebx</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://www.moorewebexposure.com/blog/?p=543</guid>
		<description><![CDATA[This little snippet is being posted because of extreme frustration in trying to find the answer for how to close a fancybox window with a link or button.  Hopefully this little tid-bit will help you out. How to close Fancybox from an Iframe: &#160; &#60;button onclick=”parent.jQuery.fancybox.close();”&#62;Close&#60;/button&#62; And it will look like this: Close or for [...]]]></description>
			<content:encoded><![CDATA[<p>This little snippet is being posted because of extreme frustration in trying to find the answer for how to close a fancybox window with a link or button.  Hopefully this little tid-bit will help you out.</p>
<h1>How to close Fancybox from an Iframe:</h1>
<p>&nbsp;</p>
<div style="width: 500px; margin: auto; border: 1px solid #999; background: #EEE; padding: 10px; font-size: 12px; text-align:center">
&lt;button onclick=”parent.jQuery.fancybox.close();”&gt;Close&lt;/button&gt;<br />
<br/><br />
And it will look like this:<br />
<button onclick="parent.jQuery.fancybox.close();">Close</button><br />
<br/><br />
or for a textual link:<br/><br />
&lt;a href=&#8221;#&#8221; onclick=”parent.jQuery.fancybox.close();”&gt;Close&lt;/a&gt;
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.moorewebexposure.com/blog/web-design/how-to-close-fancybox-from-an-iframe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP-Ecommerce Shortcode for Sorting Products</title>
		<link>http://www.moorewebexposure.com/blog/wordpress/wp-ecommerce-shortcode-for-sorting-products/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wp-ecommerce-shortcode-for-sorting-products</link>
		<comments>http://www.moorewebexposure.com/blog/wordpress/wp-ecommerce-shortcode-for-sorting-products/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 20:30:37 +0000</pubDate>
		<dc:creator>moorewebx</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://www.moorewebexposure.com/blog/?p=539</guid>
		<description><![CDATA[Sorting Product order in WP-Ecommerce with Short Code This is a quick little snippet I am sharing because it helped me out alot and was VERY difficult to find actual documentation on it.  I had been trying to sort the products on a client&#8217;s website for some time now and the built in product sorter [...]]]></description>
			<content:encoded><![CDATA[<h1>Sorting Product order in WP-Ecommerce with Short Code</h1>
<p>This is a quick little snippet I am sharing because it helped me out alot and was VERY difficult to find actual documentation on it.  I had been trying to sort the products on a client&#8217;s website for some time now and the built in product sorter on WP-Ecommerce was not working at all . The goal was to sort the products in alphabetical order starting from &#8220;A&#8221; and going down.  For some reason the site had them in <em>reverse </em>alphabetical order and I do not know why. So, here is how to sort your products by using shortcode with WP-Ecommerce:</p>
<div style="width: 500px; margin: auto; border: 1px solid #999; background: #EEE; padding: 10px; font-size: 12px;">If your product shortcode looks like this: [wpsc_products category_id='2 ']</p>
<p>You will want to simply add this: order=&#8217;name&#8217;</p>
<p>So your final product would be [wpsc_products category_id='12 ' order='name']</p></div>
<p>That&#8217;s it!  Should work.  You may be able to use other &#8220;order&#8221; functions but I have not tried that out.  Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moorewebexposure.com/blog/wordpress/wp-ecommerce-shortcode-for-sorting-products/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Project Completed: The Wine Bottle Balancer</title>
		<link>http://www.moorewebexposure.com/blog/projects/project-completed-the-wine-bottle-balancer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=project-completed-the-wine-bottle-balancer</link>
		<comments>http://www.moorewebexposure.com/blog/projects/project-completed-the-wine-bottle-balancer/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 20:41:18 +0000</pubDate>
		<dc:creator>moorewebx</dc:creator>
				<category><![CDATA[Projects]]></category>
		<guid isPermaLink="false">http://www.moorewebexposure.com/blog/?p=528</guid>
		<description><![CDATA[So this recent project I completed is actually a personal website of mine that I have been wanting to finish up for some time now and I finally got it done.  The Wine Balancer is a very simple ecommerce website currently selling only one product, a Wine Balancer.  A Wine Balancer is basically a piece [...]]]></description>
			<content:encoded><![CDATA[<p>So this recent project I completed is actually a personal website of mine that I have been wanting to finish up for some time now and I finally got it done.  <a href="http://www.winebalancer.com/" target="_blank">The Wine Balancer</a> is a very simple ecommerce website currently selling only one product, a Wine Balancer.  A <a href="http://www.winebalancer.com" target="_blank">Wine Balancer</a> is basically a piece of wood that is cut at a certain angle which blanances a bottle of wine giving it the effect of being &#8220;gravity defying&#8221;.  I personally make these balancers myself out of Oak using a drill press and a chop box and then hand sanding and staining them.</p>
<p>The website features some awesome photos taken by <a href="http://ykvision.com" target="_blank">Yasmin Khajavi of YKVision Photography in Portland</a>.  Here are the rest of the plugins being used on the site:</p>
<div style="width: 500px; margin: auto; border: 1px solid #999; background: #EEE; padding: 10px; font-size: 12px;">
<ul>
<li>All in One SEO Pack &#8211; For SEO, Duh</li>
<li>Better WordPress Minify &#8211; Faster loading of Pages</li>
<li>Cart66 Lite &#8211; Using this to manage my Ecommerce Aspect.  This is the free version and there is a more robust &#8220;paid&#8221; version available as well.  So far this has worked out great.</li>
<li>Easing Slider &#8211; For my home page Slider</li>
<li>Exclude Pages from Navigation &#8211; Always use this plugin to keep certain pages out of the Nav</li>
<li>Fast Secure Contact Form &#8211; My Favorite Contact Form Plugin</li>
<li>Google Analytics for WordPress &#8211; For Analytics, Duh</li>
<li>Google XML Sitemaps &#8211; For sitemaps, Duh</li>
<li>Login Lockdown &#8211; Site Security Plugin.  Easy and Effective.  Prevents people from guessing your login</li>
<li>My Page Order &#8211; To help order my navigation</li>
<li>No Self Pings &#8211; Cause self pings are just annoying</li>
<li>Raven&#8217;s Anitspam &#8211; New Antispam plugin I am trying out</li>
<li>Secure WordPress &#8211; For Security Purpsoses</li>
<li>Subscribe to Comments &#8211; Allows visitors to subscribe to your comments</li>
<li>Viper&#8217;s Video Quicktags &#8211; Makes adding videos much easier</li>
<li>WordPress Database Backup &#8211; Emails me weekly backups of my Database</li>
<li>WP-prettyPhoto &#8211; One of several Lightbox plugins I choose from</li>
<li>WP Google Fonts &#8211; For easier and prettier fonts</li>
</ul>
</div>
<p>And here are some screenshots from the website:</p>
<a href='http://www.moorewebexposure.com/blog/projects/project-completed-the-wine-bottle-balancer/attachment/blog/' title='blog'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2012/01/blog-150x150.jpg" class="attachment-thumbnail" alt="blog" title="blog" /></a>
<a href='http://www.moorewebexposure.com/blog/projects/project-completed-the-wine-bottle-balancer/attachment/checkout/' title='checkout'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2012/01/checkout-150x150.jpg" class="attachment-thumbnail" alt="checkout" title="checkout" /></a>
<a href='http://www.moorewebexposure.com/blog/projects/project-completed-the-wine-bottle-balancer/attachment/contact-3/' title='contact'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2012/01/contact-150x150.jpg" class="attachment-thumbnail" alt="contact" title="contact" /></a>
<a href='http://www.moorewebexposure.com/blog/projects/project-completed-the-wine-bottle-balancer/attachment/home/' title='home.'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2012/01/home.-150x150.jpg" class="attachment-thumbnail" alt="home." title="home." /></a>
<a href='http://www.moorewebexposure.com/blog/projects/project-completed-the-wine-bottle-balancer/attachment/lightbox/' title='lightbox'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2012/01/lightbox-150x150.jpg" class="attachment-thumbnail" alt="lightbox" title="lightbox" /></a>
<a href='http://www.moorewebexposure.com/blog/projects/project-completed-the-wine-bottle-balancer/attachment/order-page/' title='order-page'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2012/01/order-page-150x150.jpg" class="attachment-thumbnail" alt="order-page" title="order-page" /></a>
]]></content:encoded>
			<wfw:commentRss>http://www.moorewebexposure.com/blog/projects/project-completed-the-wine-bottle-balancer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beautiful Sunrise this Morning From The Moore Web Exposure Office</title>
		<link>http://www.moorewebexposure.com/blog/fun-stuff/beautiful-sunrise-this-morning-from-the-moore-web-exposure-office/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=beautiful-sunrise-this-morning-from-the-moore-web-exposure-office</link>
		<comments>http://www.moorewebexposure.com/blog/fun-stuff/beautiful-sunrise-this-morning-from-the-moore-web-exposure-office/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 20:20:51 +0000</pubDate>
		<dc:creator>moorewebx</dc:creator>
				<category><![CDATA[Fun Stuff]]></category>
		<guid isPermaLink="false">http://www.moorewebexposure.com/blog/?p=524</guid>
		<description><![CDATA[This morning came complete with an awesome sunrise looking off our back deck towards Mount Hood.  I guess that is the one thing I like about these shorter days&#8230; you don&#8217;t have to wake up at 5am to catch the sunrise. Here is the original photo this morning: &#160; And here it is after applying [...]]]></description>
			<content:encoded><![CDATA[<p>This morning came complete with an awesome sunrise looking off our back deck towards Mount Hood.  I guess that is the one thing I like about these shorter days&#8230; you don&#8217;t have to wake up at 5am to catch the sunrise.</p>
<p>Here is the original photo this morning:</p>
<p><a href="http://www.moorewebexposure.com/blog/wp-content/uploads/2012/01/sunrise-unedited.jpg"><img class="wp-image-526 aligncenter" title="sunrise-unedited" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2012/01/sunrise-unedited-1024x768.jpg" alt="" width="640" height="479" /></a></p>
<p>&nbsp;</p>
<p>And here it is after applying a little magic with the<a href="http://campl.us/" target="_blank"> iphone&#8217;s Camera+ app</a> (just 99 cents).</p>
<p><a href="http://www.moorewebexposure.com/blog/wp-content/uploads/2012/01/sunrise-edited.jpg"><img class="aligncenter  wp-image-525" title="sunrise-edited" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2012/01/sunrise-edited-1024x768.jpg" alt="" width="640" height="480" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moorewebexposure.com/blog/fun-stuff/beautiful-sunrise-this-morning-from-the-moore-web-exposure-office/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Website Completed: KHI Commercial</title>
		<link>http://www.moorewebexposure.com/blog/projects/new-website-completed-khi-commercial/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-website-completed-khi-commercial</link>
		<comments>http://www.moorewebexposure.com/blog/projects/new-website-completed-khi-commercial/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 18:05:12 +0000</pubDate>
		<dc:creator>moorewebx</dc:creator>
				<category><![CDATA[Projects]]></category>
		<guid isPermaLink="false">http://www.moorewebexposure.com/blog/?p=512</guid>
		<description><![CDATA[We recently finished up a new website for KHI Construction to highlight their commercial side of their business.  The site is www.khicommercial.com and came out very nice. The website was a collaborative effort and the design was put together by Jessica Geary with Flora Fauna Designs.  The design was then given to us and coded [...]]]></description>
			<content:encoded><![CDATA[<p>We recently finished up a new website for KHI Construction to highlight their commercial side of their business.  The site is <a href="http://www.khicommercial.com/" target="_blank">www.khicommercial.com </a>and came out very nice.</p>
<p>The website was a collaborative effort and the design was put together by Jessica Geary with <a href="http://florafaunadesigns.com/" target="_blank">Flora Fauna Designs</a>.  The design was then given to us and coded up from scratch using a blank WordPress theme.  The whole site is powered by WordPress and is using a number of plugins listed below:</p>
<p>Plugins used on KHI Commercial site:</p>
<ul>
<li>Custom Fields Template &#8211; used for custom fields</li>
<li>FancyBox for WordPress &#8211; used for the nice Lightbox effect found on the site</li>
<li>Fast Secure Contact Form &#8211; Easy to use contact form</li>
<li>Google XML Sitemaps &#8211; Easy sitemaps that are search engine friendly</li>
<li>Login LockDown &#8211; For Security purposes, allows us to lock down the login after X number of failed login attempts</li>
<li>Login Logo &#8211; Customize the login page for the client back end access</li>
<li>My Page Order &#8211; A must have for WordPress sites &#8211; allows us to order the menu items</li>
<li>NextGen Gallery &#8211; powers our photo gallery</li>
<li>No Self Pings &#8211; so we don&#8217;t constantly get notifications about comments, new posts, pingbacks, etc</li>
<li>Print Friendly and PDF &#8211; a nice plugin that generates a printer friendly version of the site</li>
<li>Subscribe to Comments &#8211; lets users subscribe to post comments by email</li>
<li>Viper&#8217;s Video Quicktags &#8211; Makes it easier to embed videos from Youtube, Vimeo, etc. into posts</li>
<li>Widget Logic &#8211; Allows us to control which pages widgets appear on</li>
</ul>
<p>Here are some screenshots from the site:</p>
<a href='http://www.moorewebexposure.com/blog/projects/new-website-completed-khi-commercial/attachment/about/' title='about'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2011/12/about-150x150.jpg" class="attachment-thumbnail" alt="about" title="about" /></a>
<a href='http://www.moorewebexposure.com/blog/projects/new-website-completed-khi-commercial/attachment/building-process/' title='building-process'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2011/12/building-process-150x150.jpg" class="attachment-thumbnail" alt="building-process" title="building-process" /></a>
<a href='http://www.moorewebexposure.com/blog/projects/new-website-completed-khi-commercial/attachment/contact-2/' title='contact'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2011/12/contact1-150x150.jpg" class="attachment-thumbnail" alt="contact" title="contact" /></a>
<a href='http://www.moorewebexposure.com/blog/projects/new-website-completed-khi-commercial/attachment/gallery/' title='gallery'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2011/12/gallery-150x150.jpg" class="attachment-thumbnail" alt="gallery" title="gallery" /></a>
<a href='http://www.moorewebexposure.com/blog/projects/new-website-completed-khi-commercial/attachment/home-page-2/' title='home-page'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2011/12/home-page1-150x150.jpg" class="attachment-thumbnail" alt="home-page" title="home-page" /></a>
<a href='http://www.moorewebexposure.com/blog/projects/new-website-completed-khi-commercial/attachment/lightbox-gallery/' title='lightbox-gallery'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2011/12/lightbox-gallery-150x150.jpg" class="attachment-thumbnail" alt="lightbox-gallery" title="lightbox-gallery" /></a>
<a href='http://www.moorewebexposure.com/blog/projects/new-website-completed-khi-commercial/attachment/news/' title='news'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2011/12/news-150x150.jpg" class="attachment-thumbnail" alt="news" title="news" /></a>
]]></content:encoded>
			<wfw:commentRss>http://www.moorewebexposure.com/blog/projects/new-website-completed-khi-commercial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Website Launched: A-Team Home Inspections</title>
		<link>http://www.moorewebexposure.com/blog/projects/new-website-launched-a-team-home-inspections/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-website-launched-a-team-home-inspections</link>
		<comments>http://www.moorewebexposure.com/blog/projects/new-website-launched-a-team-home-inspections/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 22:28:05 +0000</pubDate>
		<dc:creator>moorewebx</dc:creator>
				<category><![CDATA[Projects]]></category>
		<guid isPermaLink="false">http://www.moorewebexposure.com/blog/?p=499</guid>
		<description><![CDATA[Last month I finished up a site for Stefan McGuire with A-Team Home Inspections.  The requirements for the site were relatively simple: A static website with a brouchure like style that highlights core services, shows testimonials and provides a way for prospects to contact the client.  After further digging we agreed that it would make [...]]]></description>
			<content:encoded><![CDATA[<p>Last month I finished up a site for Stefan McGuire with <a href="http://www.a-teamhome.com/" target="_blank">A-Team Home Inspections. </a> The requirements for the site were relatively simple: A static website with a brouchure like style that highlights core services, shows testimonials and provides a way for prospects to contact the client.  After further digging we agreed that it would make sense to install a photo albums section that the client could update themselves.</p>
<p>Here are some screen shots from the website:</p>
<a href='http://www.moorewebexposure.com/blog/projects/new-website-launched-a-team-home-inspections/attachment/contact/' title='contact'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2011/12/contact-150x150.jpg" class="attachment-thumbnail" alt="contact" title="contact" /></a>
<a href='http://www.moorewebexposure.com/blog/projects/new-website-launched-a-team-home-inspections/attachment/gallery-index/' title='gallery-index'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2011/12/gallery-index-150x150.jpg" class="attachment-thumbnail" alt="gallery-index" title="gallery-index" /></a>
<a href='http://www.moorewebexposure.com/blog/projects/new-website-launched-a-team-home-inspections/attachment/gallery-lightbox/' title='gallery-lightbox'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2011/12/gallery-lightbox-150x150.jpg" class="attachment-thumbnail" alt="gallery-lightbox" title="gallery-lightbox" /></a>
<a href='http://www.moorewebexposure.com/blog/projects/new-website-launched-a-team-home-inspections/attachment/home-page/' title='home-page'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2011/12/home-page-150x150.jpg" class="attachment-thumbnail" alt="home-page" title="home-page" /></a>
<a href='http://www.moorewebexposure.com/blog/projects/new-website-launched-a-team-home-inspections/attachment/services-page/' title='services-page'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2011/12/services-page-150x150.jpg" class="attachment-thumbnail" alt="services-page" title="services-page" /></a>
<a href='http://www.moorewebexposure.com/blog/projects/new-website-launched-a-team-home-inspections/attachment/video-lightbox/' title='video-lightbox'><img width="150" height="150" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2011/12/video-lightbox-150x150.jpg" class="attachment-thumbnail" alt="video-lightbox" title="video-lightbox" /></a>
<p>The photo gallery uses an <a href="http://code.google.com/p/pwi/" target="_blank">API from Google&#8217;s Picasa Web Albums </a>to source the images which allows the client to upload new images whenever they want.  It is really a slick plugin if you do not need something very robust and just need the ability to manage a photo album.  Visit http://code.google.com/p/pwi/ to get the code to integrate Picasa Web Albums into your website.</p>
<p>For the lightbox plugin we used the <a href="http://fancybox.net/" target="_blank">Fancybox plugin</a> which use jquery and allows for iframes, images, videos from Youtube and more.</p>
<p>Check out the <a href="http://www.a-teamhome.com/" target="_blank">whole A-Team Home Inspections</a> website and let us know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moorewebexposure.com/blog/projects/new-website-launched-a-team-home-inspections/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Site Hacked by ReD Hat TeaM &#8211; Saudi Arabia HaCkeR</title>
		<link>http://www.moorewebexposure.com/blog/wordpress/site-hacked-by-red-hat-team-saudi-arabia-hacker/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=site-hacked-by-red-hat-team-saudi-arabia-hacker</link>
		<comments>http://www.moorewebexposure.com/blog/wordpress/site-hacked-by-red-hat-team-saudi-arabia-hacker/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 20:16:06 +0000</pubDate>
		<dc:creator>moorewebx</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://www.moorewebexposure.com/blog/?p=495</guid>
		<description><![CDATA[I am beginning to run into more and more website hacks lately and it is really becoming quite the head ache.  Lucky for me, I run weekly backups of my sites and am able to quickly and easily restore them after the hacks. The most recent hack I have run into was rather pointless as [...]]]></description>
			<content:encoded><![CDATA[<p>I am beginning to run into more and more website hacks lately and it is really becoming quite the head ache.  Lucky for me, I run weekly backups of my sites and am able to quickly and easily restore them after the hacks.</p>
<p>The most recent hack I have run into was rather pointless as all they did was hijack the website and display a different index.php page and change the username in my WordPress database.  Here is a screen shot of what appeared on the website when I went to it:</p>
<p><a href="http://www.moorewebexposure.com/blog/wp-content/uploads/2011/12/hacked-by-red-hat-team.jpg"><img class="aligncenter  wp-image-496" title="hacked-by-red-hat-team" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2011/12/hacked-by-red-hat-team.jpg" alt="" width="620" height="569" /></a></p>
<p>As you can see all it does is display the text:</p>
<h2 style="width: 500px; margin: auto; border: 1px solid #999999; background: none repeat scroll 0% 0% #eeeeee; padding: 10px; font-size: 12px; text-align: center;">OpPs !! Channal One is Here !!<br />
Saudi Arabid HaCkeR<br />
Hacked By EjRam 7rb ~ ReD HaT TeaM<br />
&#8230; and then a bunch of other crap here.</h2>
<p>To remove the hack simply login to your them and delete the index.php file and replace it with a clean one.  Or, if you have a backup of your whole theme folder just delete it all and replace it.  You will also want to check your login name and on my site they changed it to r00t as the username and who knows what the password was.</p>
<p>After you clean it up change your passwords and tighten up security.  There are a number of WordPress plugins that can help with security including <a href="http://wordpress.org/extend/plugins/login-lockdown/" target="_blank">Login Lockdown</a>.</p>
<p>Basically, the moral of the story is to keep a backup of your WordPress files and database all the time. You just never know when your site might be hacked.  Oh, and if you think your site won&#8217;t be hacked because you are small time, think again.  The site of mine that was hacked nets less than 20 visitors a week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moorewebexposure.com/blog/wordpress/site-hacked-by-red-hat-team-saudi-arabia-hacker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebXposure Scam &#8211; We are Not Affiliated!</title>
		<link>http://www.moorewebexposure.com/blog/internet/webxposure-scam-we-are-not-affiliated/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webxposure-scam-we-are-not-affiliated</link>
		<comments>http://www.moorewebexposure.com/blog/internet/webxposure-scam-we-are-not-affiliated/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 00:32:17 +0000</pubDate>
		<dc:creator>moorewebx</dc:creator>
				<category><![CDATA[Internet]]></category>
		<guid isPermaLink="false">http://www.moorewebexposure.com/blog/?p=492</guid>
		<description><![CDATA[Recently I have a slew of calls, emails and even a letter from the Better Business Bureau accusing my business of fraudulently making continuous credit card charges on their accounts.  When I got the first call, I figured it was just an anomaly and I helped the guy determine what happened, we found the company [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I have a slew of calls, emails and even a letter from the Better Business Bureau accusing my business of fraudulently making continuous credit card charges on their accounts.  When I got the first call, I figured it was just an anomaly and I helped the guy determine what happened, we found the company he was looking for and moved on.  The second call I got started to get me a little worried.  The third call, an email and a letter from the BBB downright freaked me out.  In Oregon, there is a business using a name similar to mine, and they are scamming people out of their money.  I decided to write a post on how it works and what you can do to make sure you don&#8217;t fall victim to something like this.</p>
<p>My company name is <em>Moore Web Exposure. </em>The company scamming people is called <em>WebExposure. </em>The problem gets worse given the fact that I run my business in Portland, OR and these con artists run theirs in Clackamas, OR.</p>
<p><strong>What they are doing:</strong></p>
<p>From what I have been told,<em>WebXposure</em> tells its victims that they will put their business Google Local listings for a fee of a couple of hundred bucks.  The first problem with this is anyone can get a Google Local account <strong>for FREE.</strong>  But this alone is not a big deal.  What is a big deal is once the victim gives this company their credit card information, <em>WebXposure</em> keeps billing them without authorization until the victim catches on and cancels the card.</p>
<p>So, how could these victims avoided this altogether?  Simple.  Start asking questions.  Had they done a simple Google search for this business, they would have found the following:</p>
<div style="width: 500px; margin: auto; border: 1px solid #999; background: #EEE; padding: 10px; font-size: 12px;">
<ul>
<li><a href="http://www.ripoffreport.com/search-engine-optimization/web-xposure/web-xposure-web-x-richard-pau-ff8b6.htm" target="_blank">WebXposure Rip-off Report Filing 1</a></li>
<li><a href="http://www.ripoffreport.com/search-engine-optimization/web-xposure/web-xposure-webx-webxposure-0a80b.htm" target="_blank">WebXposure Rip-off Report Filing 2</a></li>
<li><a href="http://www.scaminformer.com/scam-report/web-xposure-web-xposure-web-x-richard-paul-web-exposure-biz-c34873.html" target="_blank">WebXposure on Scam Informer</a></li>
</ul>
</div>
<p>Chances are good that the people who got scammed here will never get their money back.  Best thing they can do is call their credit card company and report it.</p>
<p>The moral of the story is DO YOUR RESEARCH!!!! Ask for testimonials, look for their footprint on the internet, see what others have to say about them.  If it is a legitimate business, they should have a large footprint on the internet.  If you cannot find them on the internet, turn and run as fast as you can!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moorewebexposure.com/blog/internet/webxposure-scam-we-are-not-affiliated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Search Engine Optimization</title>
		<link>http://www.moorewebexposure.com/blog/seo/what-is-search-engine-optimization/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-is-search-engine-optimization</link>
		<comments>http://www.moorewebexposure.com/blog/seo/what-is-search-engine-optimization/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 22:37:50 +0000</pubDate>
		<dc:creator>moorewebx</dc:creator>
				<category><![CDATA[SEO]]></category>
		<guid isPermaLink="false">http://www.moorewebexposure.com/blog/?p=488</guid>
		<description><![CDATA[Want to know what Search Engine Optimization is? Check out this short video brought to you buy Search Engine Land.]]></description>
			<content:encoded><![CDATA[<p>Want to know what Search Engine Optimization is? Check out this short video brought to you buy <a href="http://www.youtube.com/watch?v=hF515-0Tduk" target="_blank">Search Engine Land.</a></p>
<p><iframe width="600" height="400" src="http://www.youtube.com/embed/hF515-0Tduk" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.moorewebexposure.com/blog/seo/what-is-search-engine-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Google Works</title>
		<link>http://www.moorewebexposure.com/blog/seo/how-google-works/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-google-works</link>
		<comments>http://www.moorewebexposure.com/blog/seo/how-google-works/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 13:58:00 +0000</pubDate>
		<dc:creator>moorewebx</dc:creator>
				<category><![CDATA[SEO]]></category>
		<guid isPermaLink="false">http://www.moorewebexposure.com/blog/?p=484</guid>
		<description><![CDATA[Here is a nice little infographic on how Google works. Enjoy. &#160;]]></description>
			<content:encoded><![CDATA[<p>Here is a nice little infographic on how Google works. Enjoy.</p>
<p><a href="http://www.seobook.com/learn-seo/putting-it-all-together.php" target="_blank"><img class="alignright size-large wp-image-485" title="How Google Works Infographic" src="http://www.moorewebexposure.com/blog/wp-content/uploads/2011/11/how-google-works-590x1024.jpg" alt="" width="590" height="1024" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.moorewebexposure.com/blog/seo/how-google-works/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

