<?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: Weird but Silly facts about Microsoft Windows</title>
	<atom:link href="http://www.skidzopedia.com/2008/09/02/weird-but-silly-facts-about-microsoft-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skidzopedia.com/2008/09/02/weird-but-silly-facts-about-microsoft-windows/</link>
	<description>A blog focusing on Latest Applications, Gadgets, Tips and Tricks.</description>
	<lastBuildDate>Wed, 18 Jan 2012 22:05:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: DGChauhan</title>
		<link>http://www.skidzopedia.com/2008/09/02/weird-but-silly-facts-about-microsoft-windows/comment-page-1/#comment-25708</link>
		<dc:creator>DGChauhan</dc:creator>
		<pubDate>Sat, 08 May 2010 20:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.skidzopedia.com/?p=670#comment-25708</guid>
		<description>&quot;The  line The quick brown fox jumps over the lazy dog&quot;.   is repeated 10800 times if we type =rand(200,99)</description>
		<content:encoded><![CDATA[<p>&#8220;The  line The quick brown fox jumps over the lazy dog&#8221;.   is repeated 10800 times if we type =rand(200,99)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anand</title>
		<link>http://www.skidzopedia.com/2008/09/02/weird-but-silly-facts-about-microsoft-windows/comment-page-1/#comment-297</link>
		<dc:creator>anand</dc:creator>
		<pubDate>Thu, 11 Sep 2008 14:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.skidzopedia.com/?p=670#comment-297</guid>
		<description>eye-opening!</description>
		<content:encoded><![CDATA[<p>eye-opening!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zerocool898</title>
		<link>http://www.skidzopedia.com/2008/09/02/weird-but-silly-facts-about-microsoft-windows/comment-page-1/#comment-246</link>
		<dc:creator>Zerocool898</dc:creator>
		<pubDate>Tue, 09 Sep 2008 01:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.skidzopedia.com/?p=670#comment-246</guid>
		<description>I am quite sure not only does the Gates team know about RAND but they  coded it.

The Microsoft Knowledge Base article How to Insert Sample Text into a Document in Word [212251] explains the use and syntax of the function:

    Microsoft Word allows you to quickly insert sample text into a document. To do this, type =rand() in the document where you want the text to appear, and then press ENTER.

The inserted text is that hardy perennial: “The quick brown fox jumps over the lazy dog,” which contains every letter in the English alphabet.

By default, the sample text contains three paragraphs, each containing five sentences. You can control how many paragraphs and sentences appear by adding numbers inside the parentheses, for instance:

=rand(3,4)

The first number is the number of paragraphs, and the second the number of sentences per paragraph. If you omit the second number, you get five sentences in each paragraph. So, for example:

=rand(3,4)

inserts three, four-sentence paragraphs, while:

=rand(10)

inserts ten, five-sentence paragraphs.

The maximum number for either parameter is 200 and may be lower depending on the number of paragraphs and sentences specified. For instance, if you specify 200 paragraphs, then the maximum number of sentences per paragraph you can specify is 99:

=rand(200, 99)

If you specify 200 sentences per paragraph, then the maximum number of paragraphs you can specify is 99.

Admittedly, this function serves a useful purpose for filling a page when you’re designing a template and want to see how it will look with text in it. It’s also easy to see how users can be alarmed and fear this is a virus when someone suggests they try “=rand(200,99),” which quickly blows up into a giant document! (Incidentally, part of the instructions in some versions is to “Make sure there is a space between = and rand and a space between rand and (200,99).” This actually makes no difference: the function works equally well with and without spaces.)</description>
		<content:encoded><![CDATA[<p>I am quite sure not only does the Gates team know about RAND but they  coded it.</p>
<p>The Microsoft Knowledge Base article How to Insert Sample Text into a Document in Word [212251] explains the use and syntax of the function:</p>
<p>    Microsoft Word allows you to quickly insert sample text into a document. To do this, type =rand() in the document where you want the text to appear, and then press ENTER.</p>
<p>The inserted text is that hardy perennial: “The quick brown fox jumps over the lazy dog,” which contains every letter in the English alphabet.</p>
<p>By default, the sample text contains three paragraphs, each containing five sentences. You can control how many paragraphs and sentences appear by adding numbers inside the parentheses, for instance:</p>
<p>=rand(3,4)</p>
<p>The first number is the number of paragraphs, and the second the number of sentences per paragraph. If you omit the second number, you get five sentences in each paragraph. So, for example:</p>
<p>=rand(3,4)</p>
<p>inserts three, four-sentence paragraphs, while:</p>
<p>=rand(10)</p>
<p>inserts ten, five-sentence paragraphs.</p>
<p>The maximum number for either parameter is 200 and may be lower depending on the number of paragraphs and sentences specified. For instance, if you specify 200 paragraphs, then the maximum number of sentences per paragraph you can specify is 99:</p>
<p>=rand(200, 99)</p>
<p>If you specify 200 sentences per paragraph, then the maximum number of paragraphs you can specify is 99.</p>
<p>Admittedly, this function serves a useful purpose for filling a page when you’re designing a template and want to see how it will look with text in it. It’s also easy to see how users can be alarmed and fear this is a virus when someone suggests they try “=rand(200,99),” which quickly blows up into a giant document! (Incidentally, part of the instructions in some versions is to “Make sure there is a space between = and rand and a space between rand and (200,99).” This actually makes no difference: the function works equally well with and without spaces.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zero-kill</title>
		<link>http://www.skidzopedia.com/2008/09/02/weird-but-silly-facts-about-microsoft-windows/comment-page-1/#comment-244</link>
		<dc:creator>zero-kill</dc:creator>
		<pubDate>Tue, 09 Sep 2008 00:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.skidzopedia.com/?p=670#comment-244</guid>
		<description>No, it is true that =rand is a function they know about, however it doesn&#039;t do anything unless you input those 2 numbers listed above, all else won&#039;t do a darn thing.</description>
		<content:encoded><![CDATA[<p>No, it is true that =rand is a function they know about, however it doesn&#8217;t do anything unless you input those 2 numbers listed above, all else won&#8217;t do a darn thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan G</title>
		<link>http://www.skidzopedia.com/2008/09/02/weird-but-silly-facts-about-microsoft-windows/comment-page-1/#comment-236</link>
		<dc:creator>Ryan G</dc:creator>
		<pubDate>Mon, 08 Sep 2008 15:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.skidzopedia.com/?p=670#comment-236</guid>
		<description>All this time and I never realised the Excel &#039;Flight Sim&#039;.</description>
		<content:encoded><![CDATA[<p>All this time and I never realised the Excel &#8216;Flight Sim&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ejes</title>
		<link>http://www.skidzopedia.com/2008/09/02/weird-but-silly-facts-about-microsoft-windows/comment-page-1/#comment-235</link>
		<dc:creator>ejes</dc:creator>
		<pubDate>Mon, 08 Sep 2008 15:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.skidzopedia.com/?p=670#comment-235</guid>
		<description>

in excel 97, you can type x97,l97 into the &quot;goto&quot; panel and it&#039;ll open a small flight simulator :)

however, here&#039;s the scoop for all you less informed:
the file/folder named con:
this wouldn&#039;t work with con, prn, aux, com, lpt, and nul... why?  because these are reserved device names for system devices.
CON: indicates the &quot;console&quot;
PRN: indicates the &quot;printer&quot;
AUX: indicates the auxilery device
COM: indicates the &quot;communications port&quot; also known as the serial port (in fact you can put a number most of these like this: com1: com2: etc.)
LPT: indicate the &quot;line printer&quot;

The words that don&#039;t appear in notepad is in actuality a unicode error, this means that when notepad saves the file it saves the data in ASCII mode, the old english standard with 255 characters including a-z and numbers, however, to include other languages they invented unicode, unicode instead uses pairs of bytes to indicate a language and character.  The problem here is that the file is mistakenly identified as unicode, and is sent to the unicode parser, who then cannot parse it because it&#039;s not in unicode - therefore generates an error. 

as far as the rand name, someone else who commented was right, it&#039;s a test function so that you can see how your formatting would look like without having to type a butt-load of garbage.</description>
		<content:encoded><![CDATA[<p>in excel 97, you can type x97,l97 into the &#8220;goto&#8221; panel and it&#8217;ll open a small flight simulator <img src='http://www.skidzopedia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>however, here&#8217;s the scoop for all you less informed:<br />
the file/folder named con:<br />
this wouldn&#8217;t work with con, prn, aux, com, lpt, and nul&#8230; why?  because these are reserved device names for system devices.<br />
CON: indicates the &#8220;console&#8221;<br />
PRN: indicates the &#8220;printer&#8221;<br />
AUX: indicates the auxilery device<br />
COM: indicates the &#8220;communications port&#8221; also known as the serial port (in fact you can put a number most of these like this: com1: com2: etc.)<br />
LPT: indicate the &#8220;line printer&#8221;</p>
<p>The words that don&#8217;t appear in notepad is in actuality a unicode error, this means that when notepad saves the file it saves the data in ASCII mode, the old english standard with 255 characters including a-z and numbers, however, to include other languages they invented unicode, unicode instead uses pairs of bytes to indicate a language and character.  The problem here is that the file is mistakenly identified as unicode, and is sent to the unicode parser, who then cannot parse it because it&#8217;s not in unicode &#8211; therefore generates an error. </p>
<p>as far as the rand name, someone else who commented was right, it&#8217;s a test function so that you can see how your formatting would look like without having to type a butt-load of garbage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BPO</title>
		<link>http://www.skidzopedia.com/2008/09/02/weird-but-silly-facts-about-microsoft-windows/comment-page-1/#comment-233</link>
		<dc:creator>BPO</dc:creator>
		<pubDate>Mon, 08 Sep 2008 13:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.skidzopedia.com/?p=670#comment-233</guid>
		<description>haha great post, thanks for the info!

i&#039;m still surprised about the Con folder..</description>
		<content:encoded><![CDATA[<p>haha great post, thanks for the info!</p>
<p>i&#8217;m still surprised about the Con folder..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panos Beretis</title>
		<link>http://www.skidzopedia.com/2008/09/02/weird-but-silly-facts-about-microsoft-windows/comment-page-1/#comment-229</link>
		<dc:creator>Panos Beretis</dc:creator>
		<pubDate>Mon, 08 Sep 2008 09:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.skidzopedia.com/?p=670#comment-229</guid>
		<description>the last one enters the sentence The quick brown fox jumps over the lazy dog . this sentence has all the letters of the alphabet . its just a &#039;test&#039; command :neutral:</description>
		<content:encoded><![CDATA[<p>the last one enters the sentence The quick brown fox jumps over the lazy dog . this sentence has all the letters of the alphabet . its just a &#8216;test&#8217; command <img src='http://www.skidzopedia.com/wp-includes/images/smilies/icon_neutral.gif' alt=':neutral:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patislegend</title>
		<link>http://www.skidzopedia.com/2008/09/02/weird-but-silly-facts-about-microsoft-windows/comment-page-1/#comment-214</link>
		<dc:creator>patislegend</dc:creator>
		<pubDate>Sun, 07 Sep 2008 02:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.skidzopedia.com/?p=670#comment-214</guid>
		<description>yea the ms word text generation thing isn&#039;t a bug, and Bill Gates and the whole ms team is quite aware of it, as they coded it themselves -_-</description>
		<content:encoded><![CDATA[<p>yea the ms word text generation thing isn&#8217;t a bug, and Bill Gates and the whole ms team is quite aware of it, as they coded it themselves -_-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IntoXictor</title>
		<link>http://www.skidzopedia.com/2008/09/02/weird-but-silly-facts-about-microsoft-windows/comment-page-1/#comment-160</link>
		<dc:creator>IntoXictor</dc:creator>
		<pubDate>Tue, 02 Sep 2008 14:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.skidzopedia.com/?p=670#comment-160</guid>
		<description>Your welcome!  :razz:</description>
		<content:encoded><![CDATA[<p>Your welcome!  <img src='http://www.skidzopedia.com/wp-includes/images/smilies/icon_razz.gif' alt=':razz:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://www.skidzopedia.com/2008/09/02/weird-but-silly-facts-about-microsoft-windows/comment-page-1/#comment-159</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Tue, 02 Sep 2008 14:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.skidzopedia.com/?p=670#comment-159</guid>
		<description>:lol: 

I tried these and just quite hilarious facts dude. thanks for sharing.</description>
		<content:encoded><![CDATA[<p> <img src='http://www.skidzopedia.com/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' />  </p>
<p>I tried these and just quite hilarious facts dude. thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: w_nightshde</title>
		<link>http://www.skidzopedia.com/2008/09/02/weird-but-silly-facts-about-microsoft-windows/comment-page-1/#comment-157</link>
		<dc:creator>w_nightshde</dc:creator>
		<pubDate>Tue, 02 Sep 2008 11:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.skidzopedia.com/?p=670#comment-157</guid>
		<description>The rand function in Word is a known function.  If you feed it two numbers, it generates dummy text for you.  The first number is the number of paragraphs, and the second is the number of sentences in that paragraph.</description>
		<content:encoded><![CDATA[<p>The rand function in Word is a known function.  If you feed it two numbers, it generates dummy text for you.  The first number is the number of paragraphs, and the second is the number of sentences in that paragraph.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

