<?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"
	>
<channel>
	<title>Comments on: Removing content without deleting</title>
	<atom:link href="http://www.all-things-me.net/blog/2006/04/04/removing-content-without-deleting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.all-things-me.net/blog/2006/04/04/removing-content-without-deleting</link>
	<description></description>
	<pubDate>Wed, 03 Dec 2008 23:12:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Vera</title>
		<link>http://www.all-things-me.net/blog/2006/04/04/removing-content-without-deleting#comment-4748</link>
		<dc:creator>Vera</dc:creator>
		<pubDate>Tue, 11 Apr 2006 02:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.all-things-me.net/blog/archives/2006/04/04/removing-content-without-deleting#comment-4748</guid>
		<description>Yeah, it seems that nothing can hide it. But that's okay though .. was interested to know if anyone knew anything about that :wink:.</description>
		<content:encoded><![CDATA[<p>Yeah, it seems that nothing can hide it. But that&#8217;s okay though .. was interested to know if anyone knew anything about that :wink:.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kory</title>
		<link>http://www.all-things-me.net/blog/2006/04/04/removing-content-without-deleting#comment-4747</link>
		<dc:creator>Kory</dc:creator>
		<pubDate>Sun, 09 Apr 2006 21:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.all-things-me.net/blog/archives/2006/04/04/removing-content-without-deleting#comment-4747</guid>
		<description>Hiding the source is a little tricky.  By nature, the Internet is open and free, so there's no built-in function.  You can disable context-clicking for images and source, but that will probably only keep casual surfers from access.  It still goes to the cache.

You might be able to use PHP or ASP or something server-side to grab the source and display to the browser.</description>
		<content:encoded><![CDATA[<p>Hiding the source is a little tricky.  By nature, the Internet is open and free, so there&#8217;s no built-in function.  You can disable context-clicking for images and source, but that will probably only keep casual surfers from access.  It still goes to the cache.</p>
<p>You might be able to use PHP or ASP or something server-side to grab the source and display to the browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minna</title>
		<link>http://www.all-things-me.net/blog/2006/04/04/removing-content-without-deleting#comment-4744</link>
		<dc:creator>Minna</dc:creator>
		<pubDate>Sun, 09 Apr 2006 08:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.all-things-me.net/blog/archives/2006/04/04/removing-content-without-deleting#comment-4744</guid>
		<description>You want something on the website but don't want it seen in the source code? That sounds tricky. Some people have disabled the viewing of their sourcecode altogether, but I can't think of a way to hide a part of it...</description>
		<content:encoded><![CDATA[<p>You want something on the website but don&#8217;t want it seen in the source code? That sounds tricky. Some people have disabled the viewing of their sourcecode altogether, but I can&#8217;t think of a way to hide a part of it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vera</title>
		<link>http://www.all-things-me.net/blog/2006/04/04/removing-content-without-deleting#comment-4743</link>
		<dc:creator>Vera</dc:creator>
		<pubDate>Sat, 08 Apr 2006 23:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.all-things-me.net/blog/archives/2006/04/04/removing-content-without-deleting#comment-4743</guid>
		<description>ooh, would that work with source codes too? *was wondering :roll: (so people can't really view SOME parts of your source code?)</description>
		<content:encoded><![CDATA[<p>ooh, would that work with source codes too? *was wondering <img src='http://www.all-things-me.net/blog/wp-includes/images/smilies/icon_rolleyes.gif' alt=':roll:' class='wp-smiley' /> (so people can&#8217;t really view SOME parts of your source code?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minna</title>
		<link>http://www.all-things-me.net/blog/2006/04/04/removing-content-without-deleting#comment-4740</link>
		<dc:creator>Minna</dc:creator>
		<pubDate>Fri, 07 Apr 2006 15:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.all-things-me.net/blog/archives/2006/04/04/removing-content-without-deleting#comment-4740</guid>
		<description>Well for example, I used to have an introduction box at the top of the main page. When I started pulling the dog's blog feed there I removed the introduction by commenting it out. However, it showed up in the source code. By replacing the HTML comment tags &#60;!- - and - - &#62; (without spaces) with the code above, I was able to keep the text I had written (in index.php template) but it doesn't show on the outside.

The if "function" needs an expression that is calculated as true, so by writing 'false' directly I ensure that the expression is always false, thus the stuff between curly brackets is completely ignored.</description>
		<content:encoded><![CDATA[<p>Well for example, I used to have an introduction box at the top of the main page. When I started pulling the dog&#8217;s blog feed there I removed the introduction by commenting it out. However, it showed up in the source code. By replacing the HTML comment tags &lt;!- - and - - &gt; (without spaces) with the code above, I was able to keep the text I had written (in index.php template) but it doesn&#8217;t show on the outside.</p>
<p>The if &#8220;function&#8221; needs an expression that is calculated as true, so by writing &#8216;false&#8217; directly I ensure that the expression is always false, thus the stuff between curly brackets is completely ignored.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
