<?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>Technology Rules</title>
	<atom:link href="http://tech.xnepali.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.xnepali.com</link>
	<description>Tech Tips and Technology Updates</description>
	<lastBuildDate>Thu, 18 Mar 2010 02:03:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dreamhost VPS and Wordpress Cache</title>
		<link>http://tech.xnepali.com/dreamhost-vps-and-wordpress-cache/</link>
		<comments>http://tech.xnepali.com/dreamhost-vps-and-wordpress-cache/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 02:03:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webmaster & scripts]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[Hyper Cache]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP-Cache]]></category>
		<category><![CDATA[WP-SuperCache]]></category>

		<guid isPermaLink="false">http://tech.xnepali.com/?p=145</guid>
		<description><![CDATA[WordPress sites can handle large volume of traffic when WP-Cache or WP-SuperCache plug-in is used. The second plug-in, SuperCache, is actually the WP-Cache+ some improvements to help sites deal with caching. When these plug-ins are used, cache pages are usually served to the visitors instead of extracting contents from database for every single visitor.
Well, that [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress sites can handle large volume of traffic when WP-Cache or WP-SuperCache plug-in is used. The second plug-in, SuperCache, is actually the WP-Cache+ some improvements to help sites deal with caching. When these plug-ins are used, cache pages are usually served to the visitors instead of extracting contents from database for every single visitor.</p>
<p>Well, that was not the case when I last used WP-SuperCache in the Dreamhost VPS. I don&#8217;t know much inside details but Dreamhosters need to find an alternative when WordPress Cache is concerned. Mine didn&#8217;t crash but there are reports of such things happening like <a href="http://www.ditii.com/2008/06/22/wordpress-cache-plugins-alternate-to-super-cache-and-wp-cache-for-dreamhost-vps/" target="_blank">this one</a>.</p>
<p>For my sites I found <a href="http://www.satollo.com/english/wordpress/hyper-cache" target="_blank">Hyper Cache</a> does some justification in reducing the server load. There should be others but I haven&#8217;t tried them. Please comment your experience if you have experienced such problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.xnepali.com/dreamhost-vps-and-wordpress-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Renaming a project in XCode 3.x</title>
		<link>http://tech.xnepali.com/renaming-a-project-in-xcode/</link>
		<comments>http://tech.xnepali.com/renaming-a-project-in-xcode/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 02:10:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Webmaster & scripts]]></category>
		<category><![CDATA[iPhone SDK]]></category>
		<category><![CDATA[Rename project]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://tech.xnepali.com/?p=138</guid>
		<description><![CDATA[As I told previously, I am learning iPhone apps programming in my free time these days. One of the problem I faced recently was related to renaming the project in XCode.
Renaming a project in XCode is not so easy. There is no automatic procedure to do the renaming so I trying to do it manually [...]]]></description>
			<content:encoded><![CDATA[<p>As I told previously, I am learning iPhone apps programming in my free time these days. One of the problem I faced recently was related to renaming the project in XCode.</p>
<p>Renaming a project in XCode is not so easy. There is no automatic procedure to do the renaming so I trying to do it manually &#8230; and it worked!</p>
<p>Suppose you want to rename the project named &#8220;TechX&#8221; to &#8220;TechX_New&#8221;.</p>
<p>1. Copy the &#8220;TechX&#8221; directory and name it &#8220;TechX_New&#8221;.</p>
<p>2. Rename the TechX.xcodeproj TechX.pch files inside the TechX_New directory to TechX_New.xcodeproj and TechX_New.pch.</p>
<p>3. Delete the build folder if you have any.</p>
<p>4. Open TechX_New.xcodeproj file in text editor, like TextMate or TextWrangler. [It is a folder containing 4 files - you can also right-click and do Show package contents, which will reveal the files]</p>
<p>5. Open project.pbxproj in text editor and replace all instances of the &#8220;TechX&#8221; with &#8220;TechX_New&#8221;.</p>
<p>6. Load the project file in XCode, do Build/Clean all targets</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.xnepali.com/renaming-a-project-in-xcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building the first iPhone App</title>
		<link>http://tech.xnepali.com/building-the-first-iphone-app/</link>
		<comments>http://tech.xnepali.com/building-the-first-iphone-app/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 07:41:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://tech.xnepali.com/?p=136</guid>
		<description><![CDATA[These days I am learning programming iPhone apps. I don&#8217;t have much free time so I am making a simple RSS reader for the xnepali blog. The screen-shot on the right is the RSS feed list of the blog. Clicking (touching) the heading will open the blog post. 
The application does its job but it [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://tech.xnepali.com/wp-content/uploads/2010/02/rss_reader_iphone.jpg" alt="rss_reader_iphone.jpg" border="0" width="319" height="484" align="right" />These days I am learning programming iPhone apps. I don&#8217;t have much free time so I am making a simple RSS reader for the xnepali blog. The screen-shot on the right is the RSS feed list of the blog. Clicking (touching) the heading will open the blog post. </p>
<p>The application does its job but it is not a complete application. I am not so good in designing the interface so I might need to find somebody who can design the logo and stuffs. </p>
<p>With little more effort the application can be complete. I am however debating on whether I should spend $99 to get an account to publish it in the App Store. Nobody will be interested in buying it for sure. I am not sure how many people will really be interested in downloading it even if it is a free application.</p>
<p>I will be spending my free time in the future working on more projects. I hope one day I will be able to earn the amount I spend to get the developer account. That day I will have at least a few apps ready to hit the market.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.xnepali.com/building-the-first-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to access your BIOS setup</title>
		<link>http://tech.xnepali.com/how-to-access-your-bios-setup/</link>
		<comments>http://tech.xnepali.com/how-to-access-your-bios-setup/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 06:12:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Acer]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[Compaq]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Gateway]]></category>
		<category><![CDATA[Hewlett-Packard]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[NEC]]></category>
		<category><![CDATA[Packard Bell]]></category>
		<category><![CDATA[Sharp]]></category>
		<category><![CDATA[Toshiba]]></category>

		<guid isPermaLink="false">http://tech.xnepali.com/how-to-access-your-bios-setup/</guid>
		<description><![CDATA[Some of the basic and highly critical settings can be changed in BIOS. BIOS is a small program which doesn’t depend on the operating system like Windows or Linux. Procedure to access the BIOS depends on the computer models (or, mother boards). Following list features the most common computer models for which procedure to access [...]]]></description>
			<content:encoded><![CDATA[<p>Some of the basic and highly critical settings can be changed in BIOS. BIOS is a small program which doesn’t depend on the operating system like Windows or Linux. Procedure to access the BIOS depends on the computer models (or, mother boards). Following list features the most common computer models for which procedure to access the BIOS setup is given.</p>
<p>The keys mentioned below should usually be pressed <strong>shortly after</strong> the computer is started and <strong>before</strong> the operating system loads.</p>
<p>&#160;<b>ACER</b></p>
<ul>
<li>Press DEL or F2 keys . </li>
<li>For Acer Altos 600 server, press the CTRL+ALT+ESC keys to access BIOS. </li>
</ul>
<p><b>COMPAQ</b>
<ul>
<li>Press F10 key when you see a cursor in the upper right corner of your screen is blinking. </li>
<li>Previous versions of Compaq used F1, F2, F10 or DEL keys to access BIOS setup menu. </li>
</ul>
<p><b>DELL</b>
<ul>
<li>When the DELL logo appears press F2 key until “Entering Setup” is displayed on the screen. </li>
<li>Some previous versions of DELL used CTRL+ALT+ENTER to access the BIOS set up menu. </li>
<li>The DELL laptops requre Fn+ESC or Fn+F1 keys to access BIOS setup. </li>
</ul>
<p><b>GATEWAY</b>
<ul>
<li>F1 key until the BIOS screen shows up. </li>
<li>Previous versions &#8211; F2 key. </li>
</ul>
<p><b>HEWLETT-PACKARD</b>
<ul>
<li>F1 key </li>
<li>For HP Tablet PC &#8211; F10 or F12 keys. </li>
<li>You can also access the BIOS setup by pressing the F2 or ESC keys. </li>
</ul>
<p><b>IBM</b>
<ul>
<li>F1 key. </li>
<li>Previous IBM models &#8211; F2 key. </li>
</ul>
<p><b>NEC</b>
<ul>
<li>F2 key. </li>
</ul>
<p><b>PACKARD BELL</b>
<ul>
<li>Press F1, F2 or DEL keys </li>
</ul>
<p><b>SHARP</b>
<ul>
<li>F2 key </li>
<li>Previous Sharp models require a Setup Diagnostics Disk to enter the BIOS setup. </li>
</ul>
<p><b>SONY</b>
<ul>
<li>F1, F2 or F3 key. </li>
</ul>
<p><b>TOSHIBA</b>
<ul>
<li>F1 or ESC key. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tech.xnepali.com/how-to-access-your-bios-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Facebook Photo Album Downloader</title>
		<link>http://tech.xnepali.com/free-facebook-photo-album-downloader/</link>
		<comments>http://tech.xnepali.com/free-facebook-photo-album-downloader/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 08:28:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook album downloader]]></category>
		<category><![CDATA[facePAD]]></category>
		<category><![CDATA[firefox addon]]></category>

		<guid isPermaLink="false">http://tech.xnepali.com/free-facebook-photo-album-downloader/</guid>
		<description><![CDATA[ If you have some friends whose Facebook albums you want to download or you want to download your own photos at a click of the mouse; this might be one more reason for you to go for Firefox. 
FacePAD, also known as the Facebook Photo Album Downloader allows you to download your friends’ Facebook [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tech.xnepali.com/wp-content/uploads/2010/02/facepad.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="facepad" border="0" alt="facepad" align="right" src="http://tech.xnepali.com/wp-content/uploads/2010/02/facepad_thumb.jpg" width="204" height="59" /></a> If you have some friends whose Facebook albums you want to download or you want to download your own photos at a click of the mouse; this might be one more reason for you to go for Firefox. </p>
<p>FacePAD, also known as the Facebook Photo Album Downloader allows you to download your friends’ Facebook albums on a click of the mouse.</p>
<p>Requirements:</p>
<p>1. Firefox browser on any OS platforms (Windows, Mac OS, Linux) </p>
<p>2. A Facebook account with at least a friend with photo album <img src='http://tech.xnepali.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  … Actually, there is no no. 2 requirement.</p>
<p>All you need to do is download <a href="https://addons.mozilla.org/en-US/firefox/addon/8442">FacePAD Addon</a> and install on the Firefox browser. Restart the browser and you are good to go photo hunting. </p>
<p>Navigate to your friend’s album and right-click on the album you are interested on. You will get a menu with “Download Album with FacePAD” on it. Click on it and everything is done automatically. The screenshot below is self-explanatory. </p>
<p><a href="http://tech.xnepali.com/wp-content/uploads/2010/02/facepad_demo.jpg"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="facepad_demo" border="0" alt="facepad_demo" src="http://tech.xnepali.com/wp-content/uploads/2010/02/facepad_demo_thumb.jpg" width="657" height="334" /></a> </p>
<p>The photos will be saved on the default Firefox download folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.xnepali.com/free-facebook-photo-album-downloader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boot Camp 3 and Issues with Internal Microphone</title>
		<link>http://tech.xnepali.com/boot-camp-3-and-issues-with-internal-microphone/</link>
		<comments>http://tech.xnepali.com/boot-camp-3-and-issues-with-internal-microphone/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 22:07:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Bootcamp]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[MacBook Pro]]></category>
		<category><![CDATA[Microphone]]></category>
		<category><![CDATA[Sound driver]]></category>

		<guid isPermaLink="false">http://tech.xnepali.com/boot-camp-3-and-issues-with-internal-microphone/</guid>
		<description><![CDATA[Apple has been providing a support for installing Microsoft Windows operating systems on all Apple hardware equipped with an Intel processor through Boot Camp. But hardware compatibility issues sometimes are very annoying. 
The MacBook and MacBook Pro CirrusLogic sound chip are notorious for unsupportive sound drivers in Boot Camp 3 and 3.1. The internal microphone [...]]]></description>
			<content:encoded><![CDATA[<p>Apple has been providing a support for installing Microsoft Windows operating systems on all Apple hardware equipped with an Intel processor through Boot Camp. But hardware compatibility issues sometimes are very annoying. </p>
<p>The MacBook and MacBook Pro CirrusLogic sound chip are notorious for unsupportive sound drivers in Boot Camp 3 and 3.1. The internal microphone is not working in these machines and the volume of the loudspeakers is painfully low. </p>
<p>There is no official solution to the problem but <a href="http://blog.deep-analytics.com/2010/01/bootcamp-30-macbook-pro-sound-and.html" target="_blank">Luca</a> has proposed a work-around (that worked for me). His first solution is not working but the second one works like charm. It involves downloading the previous version of Boot Camp and extract the audio driver to update the current drivers. </p>
]]></content:encoded>
			<wfw:commentRss>http://tech.xnepali.com/boot-camp-3-and-issues-with-internal-microphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimize Wordpress for speed and resources</title>
		<link>http://tech.xnepali.com/optimize-wordpress-for-speed-and-resources/</link>
		<comments>http://tech.xnepali.com/optimize-wordpress-for-speed-and-resources/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 17:13:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Webmaster & scripts]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tech.xnepali.com/?p=124</guid>
		<description><![CDATA[With an experience of running a number of sites/blogs running on Wordpress, I feel like sharing some of the issues I have experienced.
Wordpress if one of the simplest content management system (cms) available. It is easy to install, deploy, and modify when compared to other GPL cms like Joomla, Drupal etc. With a huge user [...]]]></description>
			<content:encoded><![CDATA[<p>With an experience of running a number of sites/blogs running on Wordpress, I feel like sharing some of the issues I have experienced.</p>
<p>Wordpress if one of the simplest content management system (cms) available. It is easy to install, deploy, and modify when compared to other GPL cms like Joomla, Drupal etc. With a huge user base, there is a vast pool of themes and plug-ins (mostly free) to choose from. </p>
<p>When I started using Wordpress in late 2006 the sites I designed didn&#8217;t have much traffic. I had the flexibility to use any plug-in or theme on the sites. But as the traffic increased the server couldn&#8217;t stand it. Then I realized that it was not only the site traffic that determines how much server resource is required to run the site.</p>
<p>The Wordpress core in itself is light-weight but when it is coupled with add-ins and custom themes it can be very resources hungry. The worst resources hog I experienced was a Related Post plug-in. </p>
<p>- Plug-ins can be heavy. Not all plugins are that bad but to be on a safe side; use less number of plug-ins<br />
- Templates with a lot of features and that comes with plugins can also be very heavy.<br />
- Keep homepage as light as possible with less javascript, images and scripts.<br />
- Keep Wordpress updated and secured.<br />
- Spams &#8211; fight them. Nobody needs them and they are heavy on server too. Use plugins like Akismet, Defensio, reCAPTCHA etc.<br />
- Caching &#8211; When site traffic increases the database overload can occur. MySQL database limps trying to get the information needed to render the page. Best solution is to cache the pages so that database gets less load. There are various plug-ins like Wp-Cache, Wp-Super-Cache etc., to do the job.<br />
- Revision &#8211; Latest version of Wordpress features &#8216;revision&#8217;. It is good to have history of every revision made on every post. But, it can be heavy on database too. There are plugins to limit the number of revision or delete revisions to make the database light-weight.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.xnepali.com/optimize-wordpress-for-speed-and-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting files in Mac</title>
		<link>http://tech.xnepali.com/deleting-files-in-mac/</link>
		<comments>http://tech.xnepali.com/deleting-files-in-mac/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 16:59:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[PC user in Mac]]></category>

		<guid isPermaLink="false">http://tech.xnepali.com/?p=117</guid>
		<description><![CDATA[There is no &#8216;del&#8217; key and the &#8216;backspace&#8217; key is named &#8216;delete&#8217;. The &#8216;delete&#8217; key functions as the PCs backspace and I am fine with that&#8230; what is in a name?
Real problem is the &#8216;del&#8217; key. I still remember the time when I had to struggle in differentiating between the &#8216;backspace&#8217; and &#8216;del&#8217; keys. Now, [...]]]></description>
			<content:encoded><![CDATA[<p>There is no &#8216;del&#8217; key and the &#8216;backspace&#8217; key is named &#8216;delete&#8217;. The &#8216;delete&#8217; key functions as the PCs backspace and I am fine with that&#8230; what is in a name?</p>
<p>Real problem is the &#8216;del&#8217; key. I still remember the time when I had to struggle in differentiating between the &#8216;backspace&#8217; and &#8216;del&#8217; keys. Now, I am longing for one.</p>
<p>It is not that hard to delete files in Mac:</p>
<p> &#8211; Drag to the trash can and empty.<br />
 &#8211; Hold the Control Key while clicking on the file for the sub-menu to delete (move to trash).</p>
<p>Mac OS is based on Linux so I hope the shell command might help. <br />
[rm - remove a file use -r to recursively remove a directory]</p>
<p>But, I miss the luxury of &#8216;Ctrl+Del&#8217;.</p>
<p>As for the regular &#8216;forward delete&#8217; key can be assigned to one of the regular keys in the keyboard by a free software, <a href="http://doublecommand.sourceforge.net/" target="_blank">doublecommand</a>. It however didn&#8217;t work for deleting files.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.xnepali.com/deleting-files-in-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screen Capture (Print Screen) in Mac Computer &#8211; Mac OS and Windows OS</title>
		<link>http://tech.xnepali.com/screen-capture-print-screen-in-mac-computer-mac-os-and-windows-os/</link>
		<comments>http://tech.xnepali.com/screen-capture-print-screen-in-mac-computer-mac-os-and-windows-os/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 04:45:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Apple computer]]></category>
		<category><![CDATA[Mac Keyboard]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Print Screen]]></category>

		<guid isPermaLink="false">http://tech.xnepali.com/?p=115</guid>
		<description><![CDATA[For those who have switched from PC to Mac, one of the most obvious difference is the keyboard and its keys. There are some extra ones and some important ones missing.
I was used to taking screenshots by &#8216;Print Screen&#8217; key in PC but the key is missing in the Macbook I recently acquired. It can [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.xnepali.com/wp-content/uploads/2010/01/™macbook_keyboard0.jpg" alt="macbook_keyboard0.jpg" border="0" width="300" height="200" align="right" />For those who have switched from PC to Mac, one of the most obvious difference is the keyboard and its keys. There are some extra ones and some important ones missing.</p>
<p>I was used to taking screenshots by &#8216;Print Screen&#8217; key in PC but the key is missing in the Macbook I recently acquired. It can take screenshot for sure but in Mac OS the keys are: <strong>⌘-Shift-2</strong></p>
<p>Apart from taking the screenshot the command saves the image in the desktop too. If you don&#8217;t want to save it automatically you need to press one more key. The command <strong>⌘-Shift-Control-2</strong> copies the screen to clipboard.</p>
<p>The key 3 in place of 2 gives more flexibility in selecting what you want to include in the image. </p>
<p>In summary, for Mac OS:</p>
<p><strong>⌘-Shift-2</strong> &#8211; Captures screen and saves in a PNG file<br />
<strong>⌘-Shift-Control-2</strong> &#8211; Captures screen to clipboard<br />
<strong>⌘-Shift-3 </strong>- Captures the selected screen area to a PNG file<br />
<strong>⌘-Shift-Control-3</strong> &#8211; Captures the selected screen area to clipboard</p>
<p>That was for Mac OS. But if you have installed Windows OS using Bootlogger then you would need different keys to do screen capturing. Screen capture keys are fn + F11 for built-in keyboards. For external keyboards, F14 does the job.</p>
<p>Summary for Windows OS:</p>
<p><strong>F14</strong> &#8211; Capture screen (External Mac Keyboard)<br />
<strong>F14 + Option </strong>- Capture the selected area of screen (External Mac Keyboard)</p>
<p><strong>fn + F11</strong> &#8211; Capture screen (Built-in Keyboard)<br />
<strong>fn + Option + F11</strong> &#8211; Capture the selected area of screen (Built-in Keyboard)</p>
<p>In the Mac OS there is &#8216;Grab&#8217; application, found in the Applications folder to take trimmed screenshot. Grab allows you to take a timed screenshot by selecting “Timed Screen” from the Capture menu. Snow Leopard takes this concept a bit further by allowing you to record video of your actions on screen in QuickTime Player.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.xnepali.com/screen-capture-print-screen-in-mac-computer-mac-os-and-windows-os/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Office 2010 The Movie (Trailer)</title>
		<link>http://tech.xnepali.com/office-2010-the-movie-trailer/</link>
		<comments>http://tech.xnepali.com/office-2010-the-movie-trailer/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 21:17:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech fun]]></category>
		<category><![CDATA[ms office]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[office 2010]]></category>
		<category><![CDATA[the movie]]></category>

		<guid isPermaLink="false">http://tech.xnepali.com/office-2010-the-movie-trailer/</guid>
		<description><![CDATA[Microsoft seem to give an impression that the new Office 2010 will be entertaining and fun experience. That should be the reason, Microsoft Office 2010 has come up with a movie trailer for its promotion. It sure is nice movie trailer with love, tragedy, fight… 
Nice ad Microsoft!
Here is the video:



Are you throwing away your [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft seem to give an impression that the new Office 2010 will be entertaining and fun experience. That should be the reason, Microsoft Office 2010 has come up with a movie trailer for its promotion. It sure is nice movie trailer with love, tragedy, fight… </p>
<p>Nice ad Microsoft!</p>
<p>Here is the video:</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:7a818b98-b124-4932-a8f2-c7d5abaaf5a5" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/VUawhjxLS2I&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hl=en"></param><embed src="http://www.youtube.com/v/VUawhjxLS2I&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<p>Are you throwing away your Mac﻿ and buy a PC? You might not need to even if feel like testing it. A Mac version would always be around the corner.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.xnepali.com/office-2010-the-movie-trailer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.292 seconds -->
