<?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>Ken Shafer&#039;s Bloggity-Blog &#187; Coding</title>
	<atom:link href="http://shaferdesigns.com/tag/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://shaferdesigns.com</link>
	<description>SEO, Social Media and General Web Designs Stuffs</description>
	<lastBuildDate>Fri, 03 Sep 2010 03:16:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Mod_Rewrite for GoDaddy and WordPress</title>
		<link>http://shaferdesigns.com/coding/mod_rewrite-for-godaddy-and-wordpress/</link>
		<comments>http://shaferdesigns.com/coding/mod_rewrite-for-godaddy-and-wordpress/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 05:10:55 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=77</guid>
		<description><![CDATA[Back in 2008 I posted an article about getting mod_rewrite working on a GoDaddy account. I thought it&#8217;d be a good time to update that information with another example. This time we&#8217;re going to be looking at making some changes on a GoDaddy account with a WordPress installation. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Options +FollowSymLinks Options -MultiViews RewriteEngine on [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_84" class="wp-caption alignright" style="width: 235px"><a href="http://shaferdesigns.com/wp-content/uploads/2010/01/IMG_0117.jpg"><img class="size-medium wp-image-84  " title="Maya is Driving" src="http://shaferdesigns.com/wp-content/uploads/2010/01/IMG_0117-225x300.jpg" alt="Maya is Driving" width="225" height="300" /></a><p class="wp-caption-text">I didn&#39;t know what image to use for this post</p></div>
<p>Back in 2008 I posted an article about getting <a href="http://shaferdesigns.com/coding/godaddy-htaccess-mod_rewrite-is-working/">mod_rewrite working on a GoDaddy account</a>. I thought it&#8217;d be a good time to update that information with another example. This time we&#8217;re going to be looking at making some changes on a GoDaddy account with a WordPress installation.</p>
<div id="_mcePaste">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div><strong>Options +FollowSymLinks</strong></div>
<div id="_mcePaste"><strong>Options -MultiViews</strong></div>
<div id="_mcePaste"><strong>RewriteEngine on</strong></div>
<div id="_mcePaste"><strong>RewriteRule ^DirectoryName/(.*)/(.*)/(.*) pagename.php?paramB=$2&amp;paramC=$3paramA=$1</strong></div>
<div><strong><br />
</strong></div>
<div id="_mcePaste"># BEGIN WordPress</div>
<div id="_mcePaste">&lt;IfModule mod_rewrite.c&gt;</div>
<div id="_mcePaste">RewriteEngine On</div>
<div id="_mcePaste">RewriteBase /</div>
<div id="_mcePaste">RewriteCond %{REQUEST_FILENAME} !-f</div>
<div id="_mcePaste">RewriteCond %{REQUEST_FILENAME} !-d</div>
<div id="_mcePaste">RewriteRule . /index.php [L]</div>
<div id="_mcePaste">&lt;/IfModule&gt;</div>
<div id="_mcePaste"># END WordPress</div>
<div id="_mcePaste">DirectoryIndex index.php</div>
<p>Options +FollowSymLinksOptions -MultiViewsRewriteEngine onRewriteRule ^attorneys/(.*)/(.*)/(.*) practice.php?geo=$2&amp;pa=$3&amp;state=$1<br />
# BEGIN WordPress&lt;IfModule mod_rewrite.c&gt;RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]&lt;/IfModule&gt;<br />
# END WordPress<br />
DirectoryIndex index.php</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>This implementation takes this: &#8220;domain.com/pagename.php?paramB=Y&amp;paramC=ZparamA=X&#8221;<br />
and turns it into &#8220;domain.com/DirectoryName/X/Y/Z &#8221;</p>
<p>I like this set up since it fits in with my normal WordPress url structure. Just make sure that you pick a directory name that isn&#8217;t going to be used within WordPress.</p>
<p>Also, notice that the custom rules are inserted before the usual WordPress rules. This was the only way I was able to get it to work.</p>
<p>Hope this helps! Just let me know if you have any questions at all.</p>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/coding/mod_rewrite-for-godaddy-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skittles Sitelinks Update</title>
		<link>http://shaferdesigns.com/coding/skittles-sitelinks-update/</link>
		<comments>http://shaferdesigns.com/coding/skittles-sitelinks-update/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 16:10:21 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[skittles]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=34</guid>
		<description><![CDATA[Skittles has finally fixed their IE sitelinks problem. Now their homepage is the Wikipedia page. Wins the award for most annoying navigation evar! Makes Hulk want to smash rainbow!!!]]></description>
			<content:encoded><![CDATA[<div>Skittles has finally fixed their IE <a href="http://www.shaferdesigns.com/blog/2009/03/skittles-fails-sitelink-rainbow.html">sitelinks  problem</a>.</p>
<p>Now their homepage is the Wikipedia page. Wins the award  for most annoying navigation evar!</p>
<p>Makes Hulk want to smash  rainbow!!!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/coding/skittles-sitelinks-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skittles Fails The Sitelink Rainbow</title>
		<link>http://shaferdesigns.com/social-media/skittles-fails-the-sitelink-rainbow/</link>
		<comments>http://shaferdesigns.com/social-media/skittles-fails-the-sitelink-rainbow/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 16:12:58 +0000</pubDate>
		<dc:creator>Ken Shafer</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[skittles]]></category>

		<guid isPermaLink="false">http://shaferdesigns.com/?p=36</guid>
		<description><![CDATA[Do a search for &#8220;skittles&#8221; in Google using IE. None of the sitelinks work. They all redirect in Firefox and Chrome. Discuss amongst yourselves. UPDATE: I did a little digging and it looks like their 404 page isn&#8217;t firing in IE. I used Tamper Data in FF and right after you click on one of [...]]]></description>
			<content:encoded><![CDATA[<div>Do a search for &#8220;<a href="http://www.google.com/search?q=skittles&amp;rls=com.microsoft:en-us:IE-SearchBox&amp;ie=UTF-8&amp;oe=UTF-8&amp;sourceid=ie7&amp;rlz=1I7GFRC_en" target="_blank">skittles</a>&#8221; in Google using IE.</p>
<p>None of the sitelinks  work. They all redirect in Firefox and Chrome.</p>
<p>Discuss amongst  yourselves.</p>
<p>UPDATE: I did a little digging and it looks like their 404  page isn&#8217;t firing in IE. I used Tamper Data in FF and right after you click on  one of the sitelinks it successfully launches<br />
Content-Location=http://www.skittles.com/404.htm?404;http://www.skittles.com:80/products/index.jsp.</p>
<p>Then it eventually makes it&#8217;s way to<br />
Content-Location=http://www.skittles.com/default.htm</p>
<p>Using HTTPWatch  in IE, you never get to the 404 page.</p>
<p>+ 0.000 0.376 1066 503 GET 302  Redirect to http://www.skittles.com/fun/index.jsp  http://www.google.com/url?q=http://www.skittles.com/fun/index.jsp&amp;ei=EXytSeqfI4yRngfFzeW_Bg&amp;sa=X&amp;oi=smap&amp;resnum=1&amp;ct=result&amp;cd=2&amp;usg=AFQjCNFBsnbVEMPDmMqs_1qjSwNl19tWSg</p>
<p>+ 0.377 0.017 0 0 GET (Cache) text/html  http://www.skittles.com/fun/index.jsp</p>
<p>0.395 1066 503 2 requests</p>
<p>My question is why is it going to the 404 at all? Why not just have the  pages work? Is it a function of using Facebook to run everything?</p></div>
]]></content:encoded>
			<wfw:commentRss>http://shaferdesigns.com/social-media/skittles-fails-the-sitelink-rainbow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
