<?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>My Computer Back in Service &#187; Online Fixes</title>
	<atom:link href="http://mcbsconsulting.com/category/online/online-fixes/feed/" rel="self" type="application/rss+xml" />
	<link>http://mcbsconsulting.com</link>
	<description>&#34;Make Your Computer Smile Again!&#34;</description>
	<lastBuildDate>Tue, 17 Jan 2012 21:35:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Why Copy &amp; Paste Doesn&#8217;t Work on Some Code</title>
		<link>http://mcbsconsulting.com/why-copy-paste-doesnt-work-on-some-code/</link>
		<comments>http://mcbsconsulting.com/why-copy-paste-doesnt-work-on-some-code/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 11:37:35 +0000</pubDate>
		<dc:creator>Joe Hauckes</dc:creator>
				<category><![CDATA[Online]]></category>
		<category><![CDATA[Online Fixes]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://mcbsconsulting.com/why-copy-paste-doesnt-work-on-some-code/</guid>
		<description><![CDATA[In the post about Putting Post Preview Back the other day, I had an &#8220;*&#8221; for the Copy &#38; Paste process to use the code I had shown. The reason being&#8230;  When you copy &#38; paste code sometimes it doesn&#8217;t work. This happens because sometimes you aren&#8217;t getting the &#8220;real&#8221; code. You are getting the &#8220;viewing&#8221; code instead [...]]]></description>
			<content:encoded><![CDATA[<p>In the post about <a href="http://mcbsconsulting.com/want-post-preview-back-in-wordpress/">Putting Post Preview Back</a> the other day, I had an &#8220;*&#8221; for the Copy &amp; Paste process to use the code I had shown. The reason being&#8230; </p>
<h3>When you copy &amp; paste code sometimes it doesn&#8217;t work.</h3>
<p>This happens because sometimes you aren&#8217;t getting the &#8220;real&#8221; code. You are getting the &#8220;viewing&#8221; code instead of the actual characters that the computer reads.</p>
<p><strong>As an example:</strong></p>
<p><em>When the code calls for&#8230;</em></p>
<blockquote><p>?&gt;<br />
&lt;div id=&#8217;preview&#8217; class=&#8217;wrap&#8217;&gt;</p></blockquote>
<p>so the computer knows where the &#8220;divider&#8221; is and what class the &#8220;preview&#8221; is and how it works, this is what the computer needs to run the code correctly.</p>
<p><em>But when you code it for viewing, it looks like this&#8230;</em></p>
<blockquote><p>?&amp; gt;<br />
&amp; lt;div id=&#8217;preview&#8217; class=&#8217;wrap&#8217;&amp; gt;</p></blockquote>
<p>to the computer.</p>
<p>Does that sound confusing? Well, that&#8217;s what happens to the computer when it tries to read the &#8220;view&#8221; that we see instead of the &#8220;real&#8221;code that it needs. It gets confused.</p>
<p>So, the next time you Copy &amp; Paste some code and it doesn&#8217;t work right the first time, try Typing the exact code you see in the text. The odds are that the code is right, but you are getting the &#8220;view&#8221; code instead of the &#8220;real&#8221; thing.</p>
                                                                        <p><center>&copy; <a href="mcbsconsulting.com">My Computer Back in Service</a> If you are reading this anywhere other than my RSS Feed, please contact me at mcbsconsulting@gmail.com</center></p><br />
<p><center><a href="http://workingathomeinternet.com/WP/job-board"><img src="http://workingathomeinternet.com/images/jbbanner.png" /></a></center></p>                                              ]]></content:encoded>
			<wfw:commentRss>http://mcbsconsulting.com/why-copy-paste-doesnt-work-on-some-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

