<?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>Beyond web Logs</title>
	<atom:link href="http://beyondweblogs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://beyondweblogs.com</link>
	<description>Where Technology Resides</description>
	<lastBuildDate>Wed, 22 May 2013 15:30:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>New folder not visible/not working</title>
		<link>http://beyondweblogs.com/new-folder-not-visibl-not-working/</link>
		<comments>http://beyondweblogs.com/new-folder-not-visibl-not-working/#comments</comments>
		<pubDate>Wed, 22 May 2013 15:30:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HOW-TO]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://beyondweblogs.com/?p=14419</guid>
		<description><![CDATA[When you right click to create new folder as show in figure, NEW Folder option is not visible. &#160; &#160; to fix it; 1. Go to my Skydrive (https://skydrive.live.com/?cid=be2a687d297ce921&#38;id=BE2A687D297CE921%21272) and download folderfix.zip file. 2. Save the folderfix.zip file on to your Desktop. 3. Right click and extract the folderfix.reg file. 4. Right click on the ...<a class="post-readmore" href="http://beyondweblogs.com/new-folder-not-visibl-not-working/">read more</a>]]></description>
				<content:encoded><![CDATA[<p>When you right click to create new folder as show in figure, <strong>NEW Folder</strong> option is not visible.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>to fix it;</p>
<p>1. Go to my Skydrive (https://skydrive.live.com/?cid=be2a687d297ce921&amp;id=BE2A687D297CE921%21272) and download folderfix.zip file.<br />
2. Save the folderfix.zip file on to your Desktop.<br />
3. Right click and extract the folderfix.reg file.<br />
4. Right click on the folderfix.reg file and then click Merge.<br />
5. Click Yes to confirm the modification.<br />
6. Close all Windows Explorer sessions.</p>
<p>&nbsp;</p>
<p>That&#8217;s All</p>
]]></content:encoded>
			<wfw:commentRss>http://beyondweblogs.com/new-folder-not-visibl-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use of Excel Lookup for approximate values</title>
		<link>http://beyondweblogs.com/use-of-excel-lookup-for-approximate-values/</link>
		<comments>http://beyondweblogs.com/use-of-excel-lookup-for-approximate-values/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 15:05:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HOW-TO]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[lookup]]></category>

		<guid isPermaLink="false">http://beyondweblogs.com/?p=14412</guid>
		<description><![CDATA[Use of Excel Lookup for approximate values &#160; lookup lookup(find what,From where,what to get) =LOOKUP(B8,A2:A7,B2:B7) Main points: -     Rang of &#8220;from Where&#8221; should be same as &#8220;what to get&#8221; like A2:A7 = B2:B7 -    From Where should be in ascending order. -     Value A3 &#8211; A2 will give same result as A2. &#160; ...<a class="post-readmore" href="http://beyondweblogs.com/use-of-excel-lookup-for-approximate-values/">read more</a>]]></description>
				<content:encoded><![CDATA[<p>Use of Excel Lookup for approximate values</p>
<p>&nbsp;</p>
<p>lookup</p>
<p>lookup(find what,From where,what to get)</p>
<p>=LOOKUP(B8,A2:A7,B2:B7)</p>
<p>Main points:</p>
<p>-     Rang of &#8220;from Where&#8221; should be same as &#8220;what to get&#8221; like A2:A7 = B2:B7<br />
-    From Where should be in ascending order.<br />
-     Value A3 &#8211; A2 will give same result as A2.</p>
<p>&nbsp;</p>
<table width="576" border="0" cellspacing="0" cellpadding="0">
<colgroup>
<col span="3" width="192" /> </colgroup>
<tbody>
<tr>
<td width="192" height="25">Item Code</td>
<td width="192">Product</td>
<td width="192">Price</td>
</tr>
<tr>
<td height="25">110</td>
<td>USB Hub</td>
<td>100</td>
</tr>
<tr>
<td height="25">115</td>
<td>USB Mouse</td>
<td>150</td>
</tr>
<tr>
<td height="25">120</td>
<td>USB Keyboard</td>
<td>200</td>
</tr>
<tr>
<td height="25">125</td>
<td>USB Speaker</td>
<td>300</td>
</tr>
<tr>
<td height="25">130</td>
<td>USB Lan Card</td>
<td>400</td>
</tr>
<tr>
<td height="25">135</td>
<td>USB Drive</td>
<td>700</td>
</tr>
<tr>
<td height="25">Enter Code</td>
<td>115</td>
<td></td>
</tr>
<tr>
<td height="25">Product</td>
<td>=LOOKUP(B8,A2:A7,B2:B7)</td>
<td>USB Keyboard</td>
</tr>
<tr>
<td height="25">Price</td>
<td>=LOOKUP(B8,A2:A7,C2:C7)</td>
<td>150</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://beyondweblogs.com/use-of-excel-lookup-for-approximate-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Turbo C++ for windows 7 32Bit &amp; 64Bit</title>
		<link>http://beyondweblogs.com/download-turbo-c-for-windows-7-32bit-64bit/</link>
		<comments>http://beyondweblogs.com/download-turbo-c-for-windows-7-32bit-64bit/#comments</comments>
		<pubDate>Wed, 13 Mar 2013 05:45:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Programs]]></category>
		<category><![CDATA[32bit]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Turbo C]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://beyondweblogs.com/?p=14400</guid>
		<description><![CDATA[Want to run Turbo C++ in windows 7, full screen mode ! Download it form here:]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;">Want to run Turbo C++ in windows 7, full screen mode !</p>
<p style="text-align: center;">Download it form here:</p>
<p><a href="http://dl.dropbox.com/u/19365959/downloads/Turbo%20C%2B%2B%20Win7Installer.zip" target="_blank"><img class="aligncenter size-full wp-image-14401" alt="32bit" src="http://beyondweblogs.com/wp-content/uploads/2013/03/32bit.png" width="386" height="53" /></a></p>
<p><a href="https://dl.dropbox.com/u/19365959/downloads/TurboC_Win7_64.zip" target="_blank"><img class="aligncenter size-full wp-image-14402" alt="64bit" src="http://beyondweblogs.com/wp-content/uploads/2013/03/64bit.png" width="386" height="53" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://beyondweblogs.com/download-turbo-c-for-windows-7-32bit-64bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Harlem Shake is back on Youtube</title>
		<link>http://beyondweblogs.com/the-harlem-shake-is-back-on-youtube/</link>
		<comments>http://beyondweblogs.com/the-harlem-shake-is-back-on-youtube/#comments</comments>
		<pubDate>Fri, 01 Mar 2013 19:37:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NEWS]]></category>

		<guid isPermaLink="false">http://beyondweblogs.com/?p=14397</guid>
		<description><![CDATA[and now YouTube is doing Harlem Shake!! -Open YouTube -Type &#8216;do the harlem shake&#8217; in search bar and Enter -Wait 30 seconds In one of Google’s funnier Easter Eggs, users have a fun surprise awaiting them on YouTube. Conducting a YouTube search for “do the Harlem shake” initiates a UI-style Harlem Shake on the world’s ...<a class="post-readmore" href="http://beyondweblogs.com/the-harlem-shake-is-back-on-youtube/">read more</a>]]></description>
				<content:encoded><![CDATA[<p>and now YouTube is doing Harlem Shake!! <img src='http://beyondweblogs.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
-Open YouTube<br />
-Type &#8216;do the harlem shake&#8217; in search bar and Enter<br />
-Wait 30 seconds</p>
<p>In one of Google’s funnier Easter Eggs, users have a fun surprise awaiting them on YouTube. Conducting a YouTube search for “do the Harlem shake” initiates a UI-style Harlem Shake on the world’s biggest video sharing platform.</p>
<p>The dance starts with the YouTube logo doing the classic back-and-forth seen in the beginning of most Harlem Shake videos (more often than not, by a solo dancer wearing a yellow hat or helmet).</p>
<p>Once the beat drops, the entire page (thumbnails, descriptions, related videos, etc.) begin to “do the Harlem Shake,” or at the very least, the meme’s version of the Harlem Shake.</p>
]]></content:encoded>
			<wfw:commentRss>http://beyondweblogs.com/the-harlem-shake-is-back-on-youtube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook &#8220;News feed&#8221; new look coming on 7 March 2013</title>
		<link>http://beyondweblogs.com/facebook-news-feed-new-look-coming-on-7-march/</link>
		<comments>http://beyondweblogs.com/facebook-news-feed-new-look-coming-on-7-march/#comments</comments>
		<pubDate>Fri, 01 Mar 2013 19:05:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NEWS]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[news feed]]></category>

		<guid isPermaLink="false">http://beyondweblogs.com/?p=14391</guid>
		<description><![CDATA[Yes, Facebook is going to change News feed on March 7, after September 2011 now once again facebook is going to for major change in news feed, lets see what happens this time. Facebook sent out an invite which clearly shows there is something about news feed. Facebook recently changed its iOS app to get ...<a class="post-readmore" href="http://beyondweblogs.com/facebook-news-feed-new-look-coming-on-7-march/">read more</a>]]></description>
				<content:encoded><![CDATA[<p>Yes, Facebook is going to change News feed on March 7, after September 2011 now once again facebook is going to for major change in news feed, lets see what happens this time. Facebook sent out an invite which clearly shows there is something about news feed. Facebook recently changed its iOS app to get more speed on news feed and timeline, and now this invitation is an alarm that there is something going to change.</p>
<p>Lets See and hope for this best.</p>
]]></content:encoded>
			<wfw:commentRss>http://beyondweblogs.com/facebook-news-feed-new-look-coming-on-7-march/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Launched Internet Explorer 10 in windows 7 &#124; Quick Review</title>
		<link>http://beyondweblogs.com/microsoft-launched-internet-explorer-10-in-windows-7/</link>
		<comments>http://beyondweblogs.com/microsoft-launched-internet-explorer-10-in-windows-7/#comments</comments>
		<pubDate>Wed, 27 Feb 2013 08:16:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MICROSOFT]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[Ie]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://beyondweblogs.com/?p=14384</guid>
		<description><![CDATA[All user having service pack 1 in windows 7 can install it, Company offered direct download in 95 Languages, but browser will be automatically upgraded in coming weeks via windows updates. &#160; Review:]]></description>
				<content:encoded><![CDATA[<p>All user having service pack 1 in windows 7 can install it, Company offered <a href="http://windows.microsoft.com/en-us/internet-explorer/download-ie" target="_blank">direct download</a> in 95 Languages, but browser will be automatically upgraded in coming weeks via windows updates.</p>
<p>&nbsp;</p>
<p>Review:<a href="http://beyondweblogs.com/wp-content/uploads/2013/02/Capture.jpg"><img class="aligncenter size-full wp-image-14389" alt="Capture" src="http://beyondweblogs.com/wp-content/uploads/2013/02/Capture.jpg" width="468" height="378" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://beyondweblogs.com/microsoft-launched-internet-explorer-10-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Caclulate Area, Diameter</title>
		<link>http://beyondweblogs.com/caclulate-area-diameter/</link>
		<comments>http://beyondweblogs.com/caclulate-area-diameter/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 15:02:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Programs]]></category>
		<category><![CDATA[area]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[radius]]></category>

		<guid isPermaLink="false">http://beyondweblogs.com/?p=14370</guid>
		<description><![CDATA[main () { system (&#8220;cls&#8221;); to clear your screen float radius, area, diameter, cf; cout &#60;&#60;&#8221;Please enter  your radius value:&#8221; cin >> radius; area = 3.14 * (radius*radius); cout &#60;&#60;&#8221;Area of a Circle = &#8220;&#60;&#60;area; getch; }]]></description>
				<content:encoded><![CDATA[<p>main ()</p>
<p>{</p>
<p>system (&#8220;cls&#8221;);  </p>
<blockquote><p>to clear your screen</p></blockquote>
<p>float radius, area, diameter, cf;</p>
<p>cout &lt;&lt;&#8221;Please enter  your radius value:&#8221;</p>
<p>cin >> radius;</p>
<p>area = 3.14 * (radius*radius);</p>
<p>cout &lt;&lt;&#8221;Area of a Circle = &#8220;&lt;&lt;area;</p>
<p>getch;</p>
<p>}</p>
]]></content:encoded>
			<wfw:commentRss>http://beyondweblogs.com/caclulate-area-diameter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rules for Naming Variables</title>
		<link>http://beyondweblogs.com/rules-for-naming-variables/</link>
		<comments>http://beyondweblogs.com/rules-for-naming-variables/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 14:40:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[Rules]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://beyondweblogs.com/?p=14363</guid>
		<description><![CDATA[Follow these rules when naming variables: A variable name must be of the form $name or ${name}. The string name can consist of letters (a-z and A-Z), numbers (0-9), and underscore characters (_). The first character of name must be an alphabetic character (a-z or A-Z). If the ${name} form is used, spaces can also ...<a class="post-readmore" href="http://beyondweblogs.com/rules-for-naming-variables/">read more</a>]]></description>
				<content:encoded><![CDATA[<p><strong>Follow these rules when naming variables:</strong></p>
<ul>
<li>A variable name must be of the form $name or ${name}.</li>
<li>The string name can consist of letters (a-z and A-Z), numbers (0-9), and underscore characters (_).</li>
<li>The first character of name must be an alphabetic character (a-z or A-Z).</li>
<li>If the ${name} form is used, spaces can also appear in name. This allows you to use multiple word names without the underscore character.</li>
<li>C language is case sensitive so best practice is have lower case of variable names.</li>
<li>Reserved names can&#8217;t be variables.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://beyondweblogs.com/rules-for-naming-variables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DATA TYPES IN C</title>
		<link>http://beyondweblogs.com/data-types-in-c/</link>
		<comments>http://beyondweblogs.com/data-types-in-c/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 14:36:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[data types]]></category>

		<guid isPermaLink="false">http://beyondweblogs.com/?p=14359</guid>
		<description><![CDATA[In the C programming language, data types refers to an extensive system for declaring variables of different types. The language itself provides basic arithmetic types and syntax to build array and compound types. Several headers in the standard library contain definitions of support types, that have additional properties, such as exact size, guaranteed]]></description>
				<content:encoded><![CDATA[<p>In the C programming language, data types refers to an extensive system for declaring variables of different types. The language itself provides basic arithmetic types and syntax to build array and compound types. Several headers in the standard library contain definitions of support types, that have additional properties, such as exact size, guaranteed</p>
<p><a href="http://beyondweblogs.com/wp-content/uploads/2013/02/DATA-TYPES-IN-C.jpg"><img class="size-full wp-image-14360 alignleft" alt="DATA TYPES IN C" src="http://beyondweblogs.com/wp-content/uploads/2013/02/DATA-TYPES-IN-C.jpg" width="664" height="413" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://beyondweblogs.com/data-types-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fundamental of Data types in C++</title>
		<link>http://beyondweblogs.com/fundamental-of-data-types-in-c/</link>
		<comments>http://beyondweblogs.com/fundamental-of-data-types-in-c/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 14:11:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HOW-TO]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[bool]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[char]]></category>
		<category><![CDATA[data types]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[int]]></category>
		<category><![CDATA[wchar_t]]></category>

		<guid isPermaLink="false">http://beyondweblogs.com/?p=14356</guid>
		<description><![CDATA[When programming, we store the variables in our computer&#8217;s memory, but the computer has to know what kind of data we want to store in them, since it is not going to occupy the same amount of memory to store a simple number than to store a single letter or a large number, and they ...<a class="post-readmore" href="http://beyondweblogs.com/fundamental-of-data-types-in-c/">read more</a>]]></description>
				<content:encoded><![CDATA[<p>When programming, we store the variables in our computer&#8217;s memory, but the computer has to know what kind of data we want to store in them, since it is not going to occupy the same amount of memory to store a simple number than to store a single letter or a large number, and they are not going to be interpreted the same way.</p>
<p>The memory in our computers is organized in bytes. A byte is the minimum amount of memory that we can manage in C++. A byte can store a relatively small amount of data: one single character or a small integer (generally an integer between 0 and 255). In addition, the computer can manipulate more complex data types that come from grouping several bytes, such as long numbers or non-integer numbers.</p>
<p>Next you have a summary of the basic fundamental data types in C++, as well as the range of values that can be represented with each one:</p>
<table>
<tbody>
<tr>
<th>Name</th>
<th>Description</th>
<th>Size*</th>
<th>Range*</th>
</tr>
<tr>
<td><code>char</code></td>
<td>Character or small integer.</td>
<td>1byte</td>
<td>signed: -128 to 127<br />
unsigned: 0 to 255</td>
</tr>
<tr>
<td><code>short int</code> (<code>short</code>)</td>
<td>Short Integer.</td>
<td>2bytes</td>
<td>signed: -32768 to 32767<br />
unsigned: 0 to 65535</td>
</tr>
<tr>
<td><code>int</code></td>
<td>Integer.</td>
<td>4bytes</td>
<td>signed: -2147483648 to 2147483647<br />
unsigned: 0 to 4294967295</td>
</tr>
<tr>
<td><code>long int</code> (<code>long</code>)</td>
<td>Long integer.</td>
<td>4bytes</td>
<td>signed: -2147483648 to 2147483647<br />
unsigned: 0 to 4294967295</td>
</tr>
<tr>
<td><code>bool</code></td>
<td>Boolean value. It can take one of two values: true or false.</td>
<td>1byte</td>
<td><code>true</code> or <code>false</code></td>
</tr>
<tr>
<td><code>float</code></td>
<td>Floating point number.</td>
<td>4bytes</td>
<td>+/- 3.4e +/- 38 (~7 digits)</td>
</tr>
<tr>
<td><code>double</code></td>
<td>Double precision floating point number.</td>
<td>8bytes</td>
<td>+/- 1.7e +/- 308 (~15 digits)</td>
</tr>
<tr>
<td><code>long double</code></td>
<td>Long double precision floating point number.</td>
<td>8bytes</td>
<td>+/- 1.7e +/- 308 (~15 digits)</td>
</tr>
<tr>
<td><code>wchar_t</code></td>
<td>Wide character.</td>
<td>2 <i>or</i> 4 bytes</td>
<td>1 wide character</td>
</tr>
</tbody>
</table>
<p>* The values of the columns <em>Size</em> and <em>Range</em> depend on the system the program is compiled for. The values shown above are those found on most 32-bit systems. But for other systems, the general specification is that <code>int</code> has the natural size suggested by the system architecture (one <em>&#8220;word&#8221;</em>) and the four integer types <code>char</code>, <code>short</code>, <code>int</code> and <code>long</code> must each one be at least as large as the one preceding it, with <code>char</code> being always one byte in size. The same applies to the floating point types <code>float</code>, <code>double</code> and <code>long double</code>, where each one must provide at least as much precision as the preceding one.</p>
]]></content:encoded>
			<wfw:commentRss>http://beyondweblogs.com/fundamental-of-data-types-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
