<?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>Tulsa Marketing Online Blog &#187; Web Design</title>
	<atom:link href="http://www.tulsamarketingonline.com/blog/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tulsamarketingonline.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 20 Aug 2010 16:52:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using htaccess Against Spam and Spammy Comments</title>
		<link>http://www.tulsamarketingonline.com/blog/using-htaccess-against-spam-and-spammy-comments/</link>
		<comments>http://www.tulsamarketingonline.com/blog/using-htaccess-against-spam-and-spammy-comments/#comments</comments>
		<pubDate>Mon, 10 May 2010 01:53:07 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[canonicalization]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[htaccess redirect]]></category>
		<category><![CDATA[ip redirect]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spammy comments]]></category>

		<guid isPermaLink="false">http://www.tulsamarketingonline.com/blog/?p=461</guid>
		<description><![CDATA[There are different ways to handle spammy comments. Some are more technical (and fun) than others.

<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/pagerank-sculpting-nofollow-tag-updates/" rel="bookmark">PageRank Sculpting, NoFollow Tag Updates</a><!-- (6.85124)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/what-email-marketing-is-and-how-it-works/" rel="bookmark">What Email Marketing Is and How It Works</a><!-- (6.10069)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/is-guest-blogging-good-seo/" rel="bookmark">Is Guest Blogging Good SEO?</a><!-- (5.35225)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fusing-htaccess-against-spam-and-spammy-comments%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fusing-htaccess-against-spam-and-spammy-comments%2F&amp;source=TulsaMarketing&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>As many blogs that get decent traffic know, you often get a lot of spammy comments on your posts, even when you have a decent anti-spam plugin or two.  Well, there are other routes to go when you STILL get spam comments.  And I&#8217;ve found a nice one.<span id="more-461"></span>Any <a href="http://www.tulsamarketingonline.com/web-design/">good web designer</a> knows what the htaccess file is and what it&#8217;s used for.  What a lot of people don&#8217;t realize is how powerful this file can be, when used right.</p>
<p>The htaccess file is a file that works properly from the root directory of your domain.  Usually it&#8217;s used to handle issues like <a href="http://www.tulsamarketingonline.com/blog/what-is-canonicalization-why-you-should-know/">canonicalization</a>, but can also adjust the traffic you get in different ways.</p>
<p>In my case, I had found a few individuals from China that seemed to like trying to comment on my blog about luxury shoes.  Now I understand the general misunderstanding from people trying to do SEO on blogs with comments, but really &#8211; commenting on internet marketing blog entries about shoes?  That was enough to make me go ahead and take action.</p>
<p>So what I did is collected the IP addresses from all of these spammers (easily findable through any of my multiple log tracing tools, in addition to being blatantly visible through the blog back end comment tab).  I took these addresses and then created two lines on my htaccess file:</p>
<blockquote><p>RewriteCond %{REMOTE_HOST} 222\.79\.17\.112<br />
RewriteRule ^/(.*)$ http://www.tulsamarketingonline.com/spammer.php [R=301,L]</p></blockquote>
<p>Once these lines were entered, what it will do is take any visitors from the specified IPs and redirected them to a lovely page I made, just for them.  And no, the IP address has NOT been hidden to protect the guilty.  To make this work properly, all you need to do is make sure you put these first two lines in your htaccess file:</p>
<blockquote><p>Options +FollowSymlinks<br />
RewriteEngine on</p></blockquote>
<p>After that, just change out the IP address for the one you want to redirect, and then make that page one which you want to point them to (can be another domain entirely, if that&#8217;s your choice).  Then they can spam no more!  Or cease to bug your site, with whichever way they have offended you.  Have fun with it!</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/pagerank-sculpting-nofollow-tag-updates/" rel="bookmark">PageRank Sculpting, NoFollow Tag Updates</a><!-- (6.85124)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/what-email-marketing-is-and-how-it-works/" rel="bookmark">What Email Marketing Is and How It Works</a><!-- (6.10069)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/is-guest-blogging-good-seo/" rel="bookmark">Is Guest Blogging Good SEO?</a><!-- (5.35225)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.tulsamarketingonline.com/blog/using-htaccess-against-spam-and-spammy-comments/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Web Site Speed is New SEO Element</title>
		<link>http://www.tulsamarketingonline.com/blog/web-site-speed-is-new-seo-element/</link>
		<comments>http://www.tulsamarketingonline.com/blog/web-site-speed-is-new-seo-element/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 21:06:52 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[web site speed]]></category>
		<category><![CDATA[website speed]]></category>

		<guid isPermaLink="false">http://www.tulsamarketingonline.com/blog/?p=444</guid>
		<description><![CDATA[Search engines are now looking at efficiency of web site loading. Find out why and how to fix it.

<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/a-major-element-of-seo-pagerank-explained/" rel="bookmark">A Major Element of SEO: PageRank Explained</a><!-- (10.3564)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/google-link-command-is-overrated/" rel="bookmark">Google &#8220;link:&#8221; Command is Overrated</a><!-- (8.28987)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/googles-seo-rules/" rel="bookmark">Google&#8217;s SEO Rules</a><!-- (7.37212)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fweb-site-speed-is-new-seo-element%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fweb-site-speed-is-new-seo-element%2F&amp;source=TulsaMarketing&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Google is continuously finding new ways to measure the quality of web sites, to choose which pages should be ranked higher.  Relevance is still king for SEO, but one new element for search engine optimization (<a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html">listed by Google directly</a>) is web site speed.<span id="more-444"></span></p>
<p>With the speed the world works today, being able to access a site quickly is becoming more of a judgment factor for everyone, both web browsing individuals and the major search engines.  Coming to a site that takes a while to load will reduce the chances that that visitor will continue to return.  And for the search engines, worse performing web sites will get a hit in SEO value (not a big one, but it still affects rankings).</p>
<p>To find out how to improve your site speed there are a few options available.</p>
<p><a href="http://developer.yahoo.com/yslow/">YSlow</a> &#8211; One that I personally like using is YSlow.  Made by Yahoo, this free tool will give you information on which elements of the page are slowest, and gives recommendations on how to refine these issues.</p>
<p><a href="http://www.google.com/webmasters/tools">Google Webmaster Tools</a> &#8211; This is another free tool that will show all sorts of information on the site, including a graph showing average load time.  Hopefully you&#8217;re already using this one.</p>
<p>There are several other ways to increase your web site&#8217;s loading speed.  But realize that this is now something becoming more of a concern for ranking in the search engines.</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/a-major-element-of-seo-pagerank-explained/" rel="bookmark">A Major Element of SEO: PageRank Explained</a><!-- (10.3564)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/google-link-command-is-overrated/" rel="bookmark">Google &#8220;link:&#8221; Command is Overrated</a><!-- (8.28987)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/googles-seo-rules/" rel="bookmark">Google&#8217;s SEO Rules</a><!-- (7.37212)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.tulsamarketingonline.com/blog/web-site-speed-is-new-seo-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Updates and Changes Done</title>
		<link>http://www.tulsamarketingonline.com/blog/site-updates-and-changes-done/</link>
		<comments>http://www.tulsamarketingonline.com/blog/site-updates-and-changes-done/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 03:27:18 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[about us]]></category>
		<category><![CDATA[changes]]></category>
		<category><![CDATA[Perry Marshall]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[testimonials]]></category>
		<category><![CDATA[TMO]]></category>
		<category><![CDATA[Tulsa Marketing Online]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.tulsamarketingonline.com/blog/?p=407</guid>
		<description><![CDATA[With the new site updates, you can find out a little more about Tulsa Marketing Online (if you so desire to know more).

<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/some-recent-google-adwords-updates/" rel="bookmark">Some Recent Google AdWords Updates</a><!-- (7.04708)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/web-site-speed-is-new-seo-element/" rel="bookmark">Web Site Speed is New SEO Element</a><!-- (6.03887)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/seo-jobs-demand-is-going-up-for-seo-skills/" rel="bookmark">SEO Jobs: Demand is Going Up For SEO Skills</a><!-- (5.5644)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fsite-updates-and-changes-done%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fsite-updates-and-changes-done%2F&amp;source=TulsaMarketing&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>It&#8217;s surprising what being snowed in can do for your productivity over a weekend.  I&#8217;ve finished up with some changes to the site, finally added a <a href="/portfolio.php">Portfolio</a> page and an <a href="/about-us.php">About Us</a> page (so you can see what my ugly mug looks like).</p>
<p><span id="more-407"></span></p>
<p>The portfolio page has a few of our designs available for viewing, plus some lovely testimonials.  They include one from a certain Perry Marshall who most people know as an AdWords guru.  I&#8217;m particularly proud of that one.  I have him to thank for my iPhone 3Gs (won it in the contest he mentions).  Thanks, Perry!  I still bow down to his business skills and AdWords knowledge, although my knowledge is always growing.</p>
<p>And the About Us page is not overly huge, but I expect it to grow as we expand further.  You can find out a little bit more about me there if you&#8217;re interested to find out (although I have no idea why you would <em>want</em> to know more).</p>
<p>That is all &#8211; I just get happy when I make updates to the site, and these were long overdue.</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/some-recent-google-adwords-updates/" rel="bookmark">Some Recent Google AdWords Updates</a><!-- (7.04708)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/web-site-speed-is-new-seo-element/" rel="bookmark">Web Site Speed is New SEO Element</a><!-- (6.03887)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/seo-jobs-demand-is-going-up-for-seo-skills/" rel="bookmark">SEO Jobs: Demand is Going Up For SEO Skills</a><!-- (5.5644)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.tulsamarketingonline.com/blog/site-updates-and-changes-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design With SEO</title>
		<link>http://www.tulsamarketingonline.com/blog/web-design-with-seo/</link>
		<comments>http://www.tulsamarketingonline.com/blog/web-design-with-seo/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 20:43:05 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Last Click News]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[TMO]]></category>

		<guid isPermaLink="false">http://www.tulsamarketingonline.com/blog/?p=378</guid>
		<description><![CDATA[Putting SEO together with web design can be helpful in a variety of ways. When done well, there are some definite benefits.

<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/web-design-revision-completed/" rel="bookmark">Web Design Revision Completed</a><!-- (13.1975)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/using-wordpress-to-save-time-on-web-design/" rel="bookmark">Using Wordpress to Save Time on Web Design</a><!-- (12.9734)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/search-engine-optimization-is-a-changing-animal/" rel="bookmark">Search Engine Optimization is a Changing Animal</a><!-- (7.95138)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fweb-design-with-seo%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fweb-design-with-seo%2F&amp;source=TulsaMarketing&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>SEO, by its very nature, requires changes to the construct of the web pages in the site being optimizated.  Because of this it&#8217;s usually easier to integrate SEO with web design on the initial construction of the site.</p>
<p>By doing this in combination, the decisions of which pages to create can be more targeted from a marketing perspective, and this can make a well-ranked site look good instead of just &#8220;adjusted&#8221;.</p>
<p>The key to this is finding a web designer and an SEO expert that can work well together to make this process seamless.  Or else to find an SEO expert that also does web design (as <a href="http://www.tulsamarketingonline.com/">TMO</a> does).</p>
<p>Attention to these details was pointed out by <a href="http://www.lastclicknews.com/should-web-design-come-with-seo-10801.html">Last Click News</a>.</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/web-design-revision-completed/" rel="bookmark">Web Design Revision Completed</a><!-- (13.1975)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/using-wordpress-to-save-time-on-web-design/" rel="bookmark">Using Wordpress to Save Time on Web Design</a><!-- (12.9734)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/search-engine-optimization-is-a-changing-animal/" rel="bookmark">Search Engine Optimization is a Changing Animal</a><!-- (7.95138)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.tulsamarketingonline.com/blog/web-design-with-seo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nasty YARPP Bug Fixed</title>
		<link>http://www.tulsamarketingonline.com/blog/nasty-yarpp-bug-fixed/</link>
		<comments>http://www.tulsamarketingonline.com/blog/nasty-yarpp-bug-fixed/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 08:58:36 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[YARPP]]></category>
		<category><![CDATA[yet another related post]]></category>
		<category><![CDATA[yet another related post plugin]]></category>

		<guid isPermaLink="false">http://www.tulsamarketingonline.com/blog/?p=338</guid>
		<description><![CDATA[I had a YARPP bug someone apparently exploited. It has been resolved.  I am victorious.

<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/caffeine-is-coming/" rel="bookmark">Caffeine is Coming!</a><!-- (5.6761)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fnasty-yarpp-bug-fixed%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fnasty-yarpp-bug-fixed%2F&amp;source=TulsaMarketing&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Nothing really SEO related on this one.  I stayed up to figure it out (and because my hosting apparently needed to reset the server, yay).  It appears someone from Qatar of all places thought they needed to provoke my YARPP plugin with a bug.  It kind of hosed my blog for a day.  Sadly, I did not notice until tonight.</p>
<p>But now it is fixed.  And with the magic of my web skills, any visits from that particular IP range will now be <em>rejected</em>.  Hopefully not a lot of people in Qatar will really need my services urgently.</p>
<p>It did annoy me because I lost some sleep to fix it.  But I am pleased because I am victorious over the silly attacker.  I might need to contact the plugin designer to have him do an update to fix that bug.  At any rate &#8211; blog, live ON!</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/caffeine-is-coming/" rel="bookmark">Caffeine is Coming!</a><!-- (5.6761)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.tulsamarketingonline.com/blog/nasty-yarpp-bug-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Jobs: Demand is Going Up For SEO Skills</title>
		<link>http://www.tulsamarketingonline.com/blog/seo-jobs-demand-is-going-up-for-seo-skills/</link>
		<comments>http://www.tulsamarketingonline.com/blog/seo-jobs-demand-is-going-up-for-seo-skills/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 21:59:40 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media Marketing]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Great Britain]]></category>
		<category><![CDATA[pay per click]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[SourceWire]]></category>
		<category><![CDATA[UK]]></category>

		<guid isPermaLink="false">http://www.tulsamarketingonline.com/blog/?p=314</guid>
		<description><![CDATA[Demand is on the rise for people with SEO skills - ideally with a combination of SEO, PPC, social media and web design.

<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/smaller-cities-moving-business-online/" rel="bookmark">Smaller Cities Moving Business Online</a><!-- (16.228)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/search-engine-optimization-is-a-changing-animal/" rel="bookmark">Search Engine Optimization is a Changing Animal</a><!-- (15.3875)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/seo-vs-ppc-will-use-of-one-increase-with-demand-of-another/" rel="bookmark">SEO vs. PPC &#8211; Will Use of One Increase with Demand of Another?</a><!-- (13.9376)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fseo-jobs-demand-is-going-up-for-seo-skills%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fseo-jobs-demand-is-going-up-for-seo-skills%2F&amp;source=TulsaMarketing&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>It looks like holiday shopping this year has moved even more heavily online.  As companies are realizing that more people are actively searching online for their commercial searches, they&#8217;re starting to see the value of search engine optimization.</p>
<p>Because of this, the IT industry is starting to anticipate a high demand for SEO skills in 2010.  (Yay for us professional SEOs!)  In Great Britain alone, demand for SEO and online marketing skills went up by 40% last year.</p>
<p>The skills of SEO, pay per click management, social media marketing and web design are all being looked for, ideally in a combined package.  SourceWire has all the details in an <a href="http://www.sourcewire.com/releases/rel_display.php?relid=52490">article</a> based on this story in the UK.  (And I have to add a little something something here &#8211; Tulsa Marketing Online does in fact do <a href="http://www.tulsamarketingonline.com/seo/">SEO</a>, <a href="http://www.tulsamarketingonline.com/ppc/">PPC</a>, <a href="http://www.tulsamarketingonline.com/internet-marketing/">social media</a> and <a href="http://www.tulsamarketingonline.com/web-design/">web design</a>.  Wink, wink, nudge, nudge.)</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/smaller-cities-moving-business-online/" rel="bookmark">Smaller Cities Moving Business Online</a><!-- (16.228)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/search-engine-optimization-is-a-changing-animal/" rel="bookmark">Search Engine Optimization is a Changing Animal</a><!-- (15.3875)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/seo-vs-ppc-will-use-of-one-increase-with-demand-of-another/" rel="bookmark">SEO vs. PPC &#8211; Will Use of One Increase with Demand of Another?</a><!-- (13.9376)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.tulsamarketingonline.com/blog/seo-jobs-demand-is-going-up-for-seo-skills/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Wordpress to Save Time on Web Design</title>
		<link>http://www.tulsamarketingonline.com/blog/using-wordpress-to-save-time-on-web-design/</link>
		<comments>http://www.tulsamarketingonline.com/blog/using-wordpress-to-save-time-on-web-design/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 20:32:02 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[roofing]]></category>
		<category><![CDATA[Tulsa roofing]]></category>
		<category><![CDATA[tulsa web design]]></category>
		<category><![CDATA[Tulsa website design]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://www.tulsamarketingonline.com/blog/?p=215</guid>
		<description><![CDATA[Wordpress can make several things easier for web design, although there are a few issues to contend with.

<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/web-design-revision-completed/" rel="bookmark">Web Design Revision Completed</a><!-- (14.0622)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/web-design-with-seo/" rel="bookmark">Web Design With SEO</a><!-- (11.1236)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/smaller-cities-moving-business-online/" rel="bookmark">Smaller Cities Moving Business Online</a><!-- (10.5056)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fusing-wordpress-to-save-time-on-web-design%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fusing-wordpress-to-save-time-on-web-design%2F&amp;source=TulsaMarketing&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>When it comes to web design, one of the biggest issues is figuring out how to maintain a web site after it&#8217;s been completed.  The resolution to this issue is usually what&#8217;s called a CMS (content management system).  The trick is finding one that will work and is easy to update with.</p>
<p>When we&#8217;ve done <a href="http://www.tulsamarketingonline.com/web-design/">Tulsa website design</a> in the past, we&#8217;ve tried different approaches to the CMS.  But it&#8217;s come down to using one that&#8217;s very solid and many people are already familiar with.  And that is Wordpress.</p>
<p>Wordpress comes with standard templates (known as themes in Wordpress) and such, although for web design you&#8217;ll want to create your own.  Creating a customized template is much like creating a custom website design, just within the Wordpress framework.</p>
<p>The results can be quite good.  We have a <a href="http://arctulsa.com">Tulsa roofing</a> client that we built their site with Wordpress.  They were thrilled that when we were finished they were able to make changes on their own (without needing to call us for help) with this CMS.  It made things easier for both us and them.  It was a little extra work at the beginning for us, but in the end it saved a lot of extra work for us and money for them.</p>
<p>The benefits are several:</p>
<ul>
<li>Lots of plugins to choose from that make putting cool add-ons easier</li>
<li>Very easy to edit content, good for both the designer and client</li>
<li>Easy visibility from the search engines (Google loves Wordpress)</li>
<li>Adding or removing pages is quick</li>
<li>Editing is done all online, no need to mess with FTP shenanigans and such</li>
</ul>
<p>There are a couple of bad things, though:</p>
<ul>
<li>There&#8217;s no real &#8220;dev&#8221; area you can easily put together that I&#8217;ve found, aside from not linking to all your pages until you&#8217;re live</li>
<li>Wordpress does need to be updated regularly to keep on top of security issues and such</li>
<li>Sometimes Wordpress can have technical problems that aren&#8217;t always easy to solve</li>
</ul>
<p>If these bad things are worth the risk to you, then using Wordpress for website design might be worth trying out, especially if you&#8217;re trying to find a good CMS to use.</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/web-design-revision-completed/" rel="bookmark">Web Design Revision Completed</a><!-- (14.0622)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/web-design-with-seo/" rel="bookmark">Web Design With SEO</a><!-- (11.1236)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/smaller-cities-moving-business-online/" rel="bookmark">Smaller Cities Moving Business Online</a><!-- (10.5056)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.tulsamarketingonline.com/blog/using-wordpress-to-save-time-on-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smaller Cities Moving Business Online</title>
		<link>http://www.tulsamarketingonline.com/blog/smaller-cities-moving-business-online/</link>
		<comments>http://www.tulsamarketingonline.com/blog/smaller-cities-moving-business-online/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 20:18:23 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Columbus]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://www.tulsamarketingonline.com/blog/?p=175</guid>
		<description><![CDATA[More businesses in smaller cities are moving online, starting to change their marketing methods to the internet.

<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/social-media-for-online-business/" rel="bookmark">Social Media for Online Business</a><!-- (9.32895)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/seo-jobs-demand-is-going-up-for-seo-skills/" rel="bookmark">SEO Jobs: Demand is Going Up For SEO Skills</a><!-- (8.94207)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/be-found-online-by-best-buy/" rel="bookmark">Be Found Online! By Best Buy?</a><!-- (8.76566)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fsmaller-cities-moving-business-online%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fsmaller-cities-moving-business-online%2F&amp;source=TulsaMarketing&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>It looks like smaller cities are starting to see their businesses move more online with web sites, online marketing and social networking.  This would not surprise me too much to see, as the demand here for <a href="http://www.tulsamarketingonline.com/seo.php">Tulsa SEO</a> has increased, as well as for <a href="http://www.tulsamarketingonline.com/web-design.php">Tulsa website design</a>.  I&#8217;m willing to bet it&#8217;s very similar in other cities.</p>
<p>In this case, it appears that Columbus is definitely on the list of cities <a href="http://searchengineland.com/smb-online-visibility-in-2nd-tier-cities-29616">rising in their online presence</a>, and it&#8217;s showing for several different types of markets.</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/social-media-for-online-business/" rel="bookmark">Social Media for Online Business</a><!-- (9.32895)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/seo-jobs-demand-is-going-up-for-seo-skills/" rel="bookmark">SEO Jobs: Demand is Going Up For SEO Skills</a><!-- (8.94207)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/be-found-online-by-best-buy/" rel="bookmark">Be Found Online! By Best Buy?</a><!-- (8.76566)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.tulsamarketingonline.com/blog/smaller-cities-moving-business-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RFC 2181 &#8211; Cause for Email Bounce Issue</title>
		<link>http://www.tulsamarketingonline.com/blog/rfc-2181-cause-for-email-bounce-issue/</link>
		<comments>http://www.tulsamarketingonline.com/blog/rfc-2181-cause-for-email-bounce-issue/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 19:56:44 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[email bounce]]></category>
		<category><![CDATA[IETF]]></category>
		<category><![CDATA[mail bounce]]></category>
		<category><![CDATA[mail server]]></category>
		<category><![CDATA[RFC 2181]]></category>

		<guid isPermaLink="false">http://www.tulsamarketingonline.com/blog/?p=81</guid>
		<description><![CDATA[The IETF has updated their standards in July 2009, and RFC 2181 may cause email bounce issues.

<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/what-email-marketing-is-and-how-it-works/" rel="bookmark">What Email Marketing Is and How It Works</a><!-- (9.74264)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/google-is-not-immune-to-error/" rel="bookmark">Google is Not Immune to Error</a><!-- (5.29588)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Frfc-2181-cause-for-email-bounce-issue%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Frfc-2181-cause-for-email-bounce-issue%2F&amp;source=TulsaMarketing&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I had noticed recently that I was sending emails to certain people and not receiving replies (when it could be expected I&#8217;d get some).  Well, it appears that some hostings services are starting to tightly conform to <a href="http://tools.ietf.org/html/rfc2181#section-10.3" target="_blank">RFC 2181</a> by the IETF (Internet Engineering Task Force), which was updated in July of 2009.</p>
<p>What&#8217;s happening is basically that mails sent by the mail servers that are set up with aliases for the domain are getting bounced by these hosts that are conforming to RFC 2181.  The servers should be set to a proper A record or directly to an IP address to prevent this issue.  If you&#8217;re having similar issues, talk to your hosting company (if your mails are bouncing) or talk to the people who sent the emails whose emails bounced when they sent them to you.</p>
<p>For me personally, I know I need to keep my emails in check since it&#8217;s a primary form of communication and business, so this is rather important.  It&#8217;s good to be aware of such updates that can have an impact on potential business and even on personal communication.</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/what-email-marketing-is-and-how-it-works/" rel="bookmark">What Email Marketing Is and How It Works</a><!-- (9.74264)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/google-is-not-immune-to-error/" rel="bookmark">Google is Not Immune to Error</a><!-- (5.29588)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.tulsamarketingonline.com/blog/rfc-2181-cause-for-email-bounce-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design Revision Completed</title>
		<link>http://www.tulsamarketingonline.com/blog/web-design-revision-completed/</link>
		<comments>http://www.tulsamarketingonline.com/blog/web-design-revision-completed/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 20:36:21 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[tulsa web design]]></category>

		<guid isPermaLink="false">http://www.tulsamarketingonline.com/blog/?p=69</guid>
		<description><![CDATA[Yes, believe it or not, this is still Tulsa Marketing Online.  Just with fancy new shining colors and lights.  Progress!

<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/using-wordpress-to-save-time-on-web-design/" rel="bookmark">Using Wordpress to Save Time on Web Design</a><!-- (9.59758)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/web-design-with-seo/" rel="bookmark">Web Design With SEO</a><!-- (9.07765)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/using-htaccess-against-spam-and-spammy-comments/" rel="bookmark">Using htaccess Against Spam and Spammy Comments</a><!-- (5.96844)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fweb-design-revision-completed%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fweb-design-revision-completed%2F&amp;source=TulsaMarketing&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>So, FINALLY the new design is up.  I know, it tends to be the standard that web design companies do great design, but for some reason or another their own design is not exactly&#8230; pretty.  So I thought it was time to get Tulsa Marketing Online site&#8217;s design redone.</p>
<p>Yes, the blog is still in the original design, but hey, it&#8217;s a blog.  And the old site wasn&#8217;t horrific, but I didn&#8217;t like it too much.  I actually was the first designer, but I cannot claim fame for the new one.  That&#8217;s why there are people who are professional designers and do it better than silly coders/marketers.  I&#8217;m happy with the results, hopefully you like it, too.</p>
<p>In fact, go ahead &#8211; post a comment, tell me what you think!  I&#8217;m planning on making further (more minor revisions) to it, but I needed to get the redesign up sooner than later.  Now people visiting will know that this is more of the caliber of work that we do for web design, as opposed to the atrocity that was up before.</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/using-wordpress-to-save-time-on-web-design/" rel="bookmark">Using Wordpress to Save Time on Web Design</a><!-- (9.59758)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/web-design-with-seo/" rel="bookmark">Web Design With SEO</a><!-- (9.07765)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/using-htaccess-against-spam-and-spammy-comments/" rel="bookmark">Using htaccess Against Spam and Spammy Comments</a><!-- (5.96844)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.tulsamarketingonline.com/blog/web-design-revision-completed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
