<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Ask Lesa</title>
	<atom:link href="http://ifyoucodeittheywill.com/2009/04/ask-lesa/feed/" rel="self" type="application/rss+xml" />
	<link>http://ifyoucodeittheywill.com/2009/04/ask-lesa/</link>
	<description>xHTML and CSS made simple.</description>
	<lastBuildDate>Tue, 23 Aug 2011 19:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lesa</title>
		<link>http://ifyoucodeittheywill.com/2009/04/ask-lesa/comment-page-1/#comment-310</link>
		<dc:creator>Lesa</dc:creator>
		<pubDate>Tue, 23 Aug 2011 19:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=740#comment-310</guid>
		<description>Hi Kitty,

Much will depend on the URLs and links (whether on your site or external links) to those pages. If they are all named index.html, in their own folders, and you link to them like http&lt;span&gt;:&lt;/span&gt;//mysite.com/directory/, then you won&#039;t really have to worry about it.

Chances are, though, that you probably have several pages in one directory with different file names. In this case, you&#039;ll want to change all the links on your site to the new URLs, as well as add a 301 redirect for each new address via htaccess. The 301 will automatically redirect people and search engines from your old links to your new ones, and also tells search engines that your page has moved permanently to the new address, keeping the same ranking those pages had before.

Since I haven&#039;t written an article on 301 redirects, here&#039;s the first result I found in Google that will explain it: &lt;a href=&quot;http://www.isitebuild.com/301-redirect.htm&quot; rel=&quot;nofollow&quot;&gt;How to Redirect a Web Page Using a 301 Redirect&lt;/a&gt;.

&lt;strong&gt;Important note:&lt;/strong&gt; If your site already has an .htaccess file and you&#039;re using an FTP program, you might not see the .htaccess file, depending on your FTP program&#039;s settings. If you can&#039;t figure out the settings but you have access to the files via a control panel on your host&#039;s site, this is a safe way to see if one exists. Before you upload an .htaccess file via FTP, make absolutely certain you&#039;re not overwriting an existing one, because it can mess some things up on your site.

I hope this helps! :D</description>
		<content:encoded><![CDATA[<p>Hi Kitty,</p>
<p>Much will depend on the URLs and links (whether on your site or external links) to those pages. If they are all named index.html, in their own folders, and you link to them like http<span>:</span>//mysite.com/directory/, then you won&#8217;t really have to worry about it.</p>
<p>Chances are, though, that you probably have several pages in one directory with different file names. In this case, you&#8217;ll want to change all the links on your site to the new URLs, as well as add a 301 redirect for each new address via htaccess. The 301 will automatically redirect people and search engines from your old links to your new ones, and also tells search engines that your page has moved permanently to the new address, keeping the same ranking those pages had before.</p>
<p>Since I haven&#8217;t written an article on 301 redirects, here&#8217;s the first result I found in Google that will explain it: <a href="http://www.isitebuild.com/301-redirect.htm" rel="nofollow">How to Redirect a Web Page Using a 301 Redirect</a>.</p>
<p><strong>Important note:</strong> If your site already has an .htaccess file and you&#8217;re using an FTP program, you might not see the .htaccess file, depending on your FTP program&#8217;s settings. If you can&#8217;t figure out the settings but you have access to the files via a control panel on your host&#8217;s site, this is a safe way to see if one exists. Before you upload an .htaccess file via FTP, make absolutely certain you&#8217;re not overwriting an existing one, because it can mess some things up on your site.</p>
<p>I hope this helps! <img src='http://ifyoucodeittheywill.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kittyf64</title>
		<link>http://ifyoucodeittheywill.com/2009/04/ask-lesa/comment-page-1/#comment-309</link>
		<dc:creator>kittyf64</dc:creator>
		<pubDate>Tue, 23 Aug 2011 18:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=740#comment-309</guid>
		<description>Lesa,

I just finished viewing your PHP (Server side instructions) and interested in converting all my .html files to .php files.  Would you know how this going to effect my site? Will everyone looking for my .com site still be able to view it?  Is there anything i will need to do to not lose traffic?

Thanks,

Kittyf64</description>
		<content:encoded><![CDATA[<p>Lesa,</p>
<p>I just finished viewing your PHP (Server side instructions) and interested in converting all my .html files to .php files.  Would you know how this going to effect my site? Will everyone looking for my .com site still be able to view it?  Is there anything i will need to do to not lose traffic?</p>
<p>Thanks,</p>
<p>Kittyf64</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lesa</title>
		<link>http://ifyoucodeittheywill.com/2009/04/ask-lesa/comment-page-1/#comment-219</link>
		<dc:creator>Lesa</dc:creator>
		<pubDate>Fri, 25 Mar 2011 00:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=740#comment-219</guid>
		<description>You&#039;re welcome, Clabby. :)

I wonder if you had the old code and the new code opened at the same time, then accidentally ran the old code through the validator?  I don&#039;t think I&#039;ve ever done that specifically, but there have been times when I&#039;ve edited a file, refreshed, wondered why my changes weren&#039;t showing up, then realized I was editing or refreshing the wrong file. :?</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome, Clabby. <img src='http://ifyoucodeittheywill.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I wonder if you had the old code and the new code opened at the same time, then accidentally ran the old code through the validator?  I don&#8217;t think I&#8217;ve ever done that specifically, but there have been times when I&#8217;ve edited a file, refreshed, wondered why my changes weren&#8217;t showing up, then realized I was editing or refreshing the wrong file. <img src='http://ifyoucodeittheywill.com/blog/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clabbybirdcat</title>
		<link>http://ifyoucodeittheywill.com/2009/04/ask-lesa/comment-page-1/#comment-218</link>
		<dc:creator>clabbybirdcat</dc:creator>
		<pubDate>Thu, 24 Mar 2011 23:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=740#comment-218</guid>
		<description>:? I ran it through the validator!  *grumbles*  I DID!    But I&#039;ll do it again and it&#039;s odd cause I was so worried about IE that I kept validating every time I made a change.  Thanks so much Lesa!</description>
		<content:encoded><![CDATA[<p> <img src='http://ifyoucodeittheywill.com/blog/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' />  I ran it through the validator!  *grumbles*  I DID!    But I&#8217;ll do it again and it&#8217;s odd cause I was so worried about IE that I kept validating every time I made a change.  Thanks so much Lesa!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lesa</title>
		<link>http://ifyoucodeittheywill.com/2009/04/ask-lesa/comment-page-1/#comment-217</link>
		<dc:creator>Lesa</dc:creator>
		<pubDate>Thu, 24 Mar 2011 22:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=740#comment-217</guid>
		<description>Hi Clabby,

Your problem is due to an unfinished &lt;/div&gt;, here:

&lt;pre&gt;&lt;div class=&quot;lblock&quot;&gt;

		&lt;div class=&quot;tl&quot;&gt;&lt;div class=&quot;tr&quot;&gt;
		&lt;div class=&quot;title&quot;&gt;Links&lt;/div&gt;
		&lt;/div&gt;&lt;/div&gt;
		&lt;div class=&quot;content&quot;&gt;...&lt;/div&gt;
        &lt;strong&gt;&lt;/div&lt;/strong&gt;&lt;/pre&gt;

Also, you might want to run that page through the markup validator again, because it shows other errors, including more &lt;/div&gt;s than &lt;div&gt;s. Also, since your doctype says you&#039;re using html, you need to remove the space and slash from your favicon tag, and change the &lt;br /&gt;s to &lt;br&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Clabby,</p>
<p>Your problem is due to an unfinished &lt;/div&gt;, here:</p>
<pre>&lt;div class="lblock"&gt;

		&lt;div class="tl"&gt;&lt;div class="tr"&gt;
		&lt;div class="title"&gt;Links&lt;/div&gt;
		&lt;/div&gt;&lt;/div&gt;
		&lt;div class="content"&gt;...&lt;/div&gt;
        <strong>&lt;/div</strong></pre>
<p>Also, you might want to run that page through the markup validator again, because it shows other errors, including more &lt;/div&gt;s than &lt;div&gt;s. Also, since your doctype says you&#8217;re using html, you need to remove the space and slash from your favicon tag, and change the &lt;br /&gt;s to &lt;br&gt;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clabbybirdcat</title>
		<link>http://ifyoucodeittheywill.com/2009/04/ask-lesa/comment-page-1/#comment-216</link>
		<dc:creator>clabbybirdcat</dc:creator>
		<pubDate>Thu, 24 Mar 2011 09:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=740#comment-216</guid>
		<description>Thanks LG!  I did run both the css and the html through the validators.  I was thinking of changing the format of those two skins to match the new default skin and having just the two indexes.  But I didn&#039;t want to confuse those who are happy with the skins.</description>
		<content:encoded><![CDATA[<p>Thanks LG!  I did run both the css and the html through the validators.  I was thinking of changing the format of those two skins to match the new default skin and having just the two indexes.  But I didn&#8217;t want to confuse those who are happy with the skins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lesa</title>
		<link>http://ifyoucodeittheywill.com/2009/04/ask-lesa/comment-page-1/#comment-215</link>
		<dc:creator>Lesa</dc:creator>
		<pubDate>Thu, 24 Mar 2011 09:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=740#comment-215</guid>
		<description>Hi Clabby! It&#039;s good to see you here!

I&#039;m so sorry for the late response, and for the fact that I won&#039;t be able to figure it out right now.  I&#039;ve been up all night (it&#039;s 5am now), and am just now about to go to bed.

I did take a quick peek, and can tell you that your main content is overlapping the areas you say aren&#039;t working. It&#039;s not that they&#039;re not working; it&#039;s that the main content div is acting as a barrier between the forms and your cursor.  I&#039;ll check out the code tomorrow, but before I do, I assume you ran your HTML and CSS through the appropriate validators to make sure it&#039;s not caused by an error?

&lt;a href=&quot;http://validator.w3.org/&quot; rel=&quot;nofollow&quot;&gt;HTML Validator&lt;/a&gt;
&lt;a href=&quot;http://jigsaw.w3.org/css-validator/&quot; rel=&quot;nofollow&quot;&gt;CSS validator&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi Clabby! It&#8217;s good to see you here!</p>
<p>I&#8217;m so sorry for the late response, and for the fact that I won&#8217;t be able to figure it out right now.  I&#8217;ve been up all night (it&#8217;s 5am now), and am just now about to go to bed.</p>
<p>I did take a quick peek, and can tell you that your main content is overlapping the areas you say aren&#8217;t working. It&#8217;s not that they&#8217;re not working; it&#8217;s that the main content div is acting as a barrier between the forms and your cursor.  I&#8217;ll check out the code tomorrow, but before I do, I assume you ran your HTML and CSS through the appropriate validators to make sure it&#8217;s not caused by an error?</p>
<p><a href="http://validator.w3.org/" rel="nofollow">HTML Validator</a><br />
<a href="http://jigsaw.w3.org/css-validator/" rel="nofollow">CSS validator</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clabbybirdcat</title>
		<link>http://ifyoucodeittheywill.com/2009/04/ask-lesa/comment-page-1/#comment-214</link>
		<dc:creator>clabbybirdcat</dc:creator>
		<pubDate>Mon, 21 Mar 2011 23:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=740#comment-214</guid>
		<description>Dearest LG,

It is I clabby.  I have an issue I am not able to resolve.  I&#039;ve recently revamped my website, TheRabidReader.com.  I&#039;ve tested it in IE and FF and ran it through an online emulator for MAC and it works fine.  However, I&#039;ve recently had a user contact me who uses Google Chrome, which I didn&#039;t think I&#039;d have an issue with, they say that the left index does not work.  I checked it myself by downloading chrome and it doesn&#039;t.  Specifically the login and the skinchange is in the left side index in the HarryandSeverus skin and just the login in the DracoluvsHarry skin.  I&#039;m not sure what&#039;s wrong as I ran both the skins with the issue through CSS and HTML validator and they checked out fine.  Is chrome not using the Web standards, cause I thought they were compliant and didn&#039;t bother to check?  

Your advice would be much appreciated. 

Thanks!

Clabby is the Original Birdcat</description>
		<content:encoded><![CDATA[<p>Dearest LG,</p>
<p>It is I clabby.  I have an issue I am not able to resolve.  I&#8217;ve recently revamped my website, TheRabidReader.com.  I&#8217;ve tested it in IE and FF and ran it through an online emulator for MAC and it works fine.  However, I&#8217;ve recently had a user contact me who uses Google Chrome, which I didn&#8217;t think I&#8217;d have an issue with, they say that the left index does not work.  I checked it myself by downloading chrome and it doesn&#8217;t.  Specifically the login and the skinchange is in the left side index in the HarryandSeverus skin and just the login in the DracoluvsHarry skin.  I&#8217;m not sure what&#8217;s wrong as I ran both the skins with the issue through CSS and HTML validator and they checked out fine.  Is chrome not using the Web standards, cause I thought they were compliant and didn&#8217;t bother to check?  </p>
<p>Your advice would be much appreciated. </p>
<p>Thanks!</p>
<p>Clabby is the Original Birdcat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lesa</title>
		<link>http://ifyoucodeittheywill.com/2009/04/ask-lesa/comment-page-1/#comment-183</link>
		<dc:creator>Lesa</dc:creator>
		<pubDate>Sun, 29 Nov 2009 00:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=740#comment-183</guid>
		<description>Lol, I could never go back to a rotary phone. Those things take way too long to dial. :lol:

No worries on the link.  I quoted you without making your post public, so you and I are the only two who have seen it. I actually didn&#039;t realize you would see it, as it was the first time I had done that, so it took me a while to figure out which post you were referring to. :D

Old school can work for that, although there is a way to use one php page instead of several different pages to handle all of your images that way. Perhaps I should create a tutorial on that soon...

Thanks for that idea, Sarah. :)</description>
		<content:encoded><![CDATA[<p>Lol, I could never go back to a rotary phone. Those things take way too long to dial. <img src='http://ifyoucodeittheywill.com/blog/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> </p>
<p>No worries on the link.  I quoted you without making your post public, so you and I are the only two who have seen it. I actually didn&#8217;t realize you would see it, as it was the first time I had done that, so it took me a while to figure out which post you were referring to. <img src='http://ifyoucodeittheywill.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Old school can work for that, although there is a way to use one php page instead of several different pages to handle all of your images that way. Perhaps I should create a tutorial on that soon&#8230;</p>
<p>Thanks for that idea, Sarah. <img src='http://ifyoucodeittheywill.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saycheesesarah</title>
		<link>http://ifyoucodeittheywill.com/2009/04/ask-lesa/comment-page-1/#comment-182</link>
		<dc:creator>saycheesesarah</dc:creator>
		<pubDate>Sat, 28 Nov 2009 20:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=740#comment-182</guid>
		<description>Considering the constraints of the div for which the images needed to fit, and taking into account that the only important thing was the clear display of the larger image.....  I went old school with individual html pages and made each photo click back to the main gallery page.

P.S. - Just try to make me throw away my rotary dial phone!  :)

**  Thanks for quoting .... would also appreciate removal of link from Nov 27th at 4:55pm that I included.</description>
		<content:encoded><![CDATA[<p>Considering the constraints of the div for which the images needed to fit, and taking into account that the only important thing was the clear display of the larger image&#8230;..  I went old school with individual html pages and made each photo click back to the main gallery page.</p>
<p>P.S. &#8211; Just try to make me throw away my rotary dial phone!  <img src='http://ifyoucodeittheywill.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>**  Thanks for quoting &#8230;. would also appreciate removal of link from Nov 27th at 4:55pm that I included.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

