<?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>Grapii &#187; General</title>
	<atom:link href="http://www.grapii.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grapii.com</link>
	<description>Personal Site of Raj Patel</description>
	<lastBuildDate>Mon, 06 Sep 2010 13:45:46 +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>Apple Wallpaper Collection 2</title>
		<link>http://www.grapii.com/2010/08/apple-wallpaper-collection-2/</link>
		<comments>http://www.grapii.com/2010/08/apple-wallpaper-collection-2/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 15:58:53 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://www.grapii.com/?p=1116</guid>
		<description><![CDATA[Another set of fine Apple wallpapers to enhance your Mac desktop.










]]></description>
			<content:encoded><![CDATA[<p>Another set of fine Apple wallpapers to enhance your Mac desktop.</p>
<p><span id="more-1116"></span></p>
<table border="0" cellspacing="0" cellpadding="3" width="500">
<tbody>
<tr>
<td width="166" valign="top"><a href="http://www.grapii.com/wp-content/uploads/2010/08/appleWallpaper04.jpg" rel="lightbox[1116]"><img style="display: block; float: none; margin-left: auto; margin-right: auto;" title="Wallpaper-05" src="http://www.grapii.com/wp-content/uploads/2010/08/appleWallpaper04-300x187.jpg" alt="Wallpaper-04" width="150" height="94" /></a></td>
<td width="166" valign="top"><a href="http://www.grapii.com/wp-content/uploads/2010/08/appleWallpaper05.jpg" rel="lightbox[1116]"><img style="display: block; float: none; margin-left: auto; margin-right: auto;" title="Wallpaper-05" src="http://www.grapii.com/wp-content/uploads/2010/08/appleWallpaper05-300x187.jpg" alt="Wallpaper-05" width="150" height="94" /></a></td>
<td width="166" valign="top"><a href="http://www.grapii.com/wp-content/uploads/2010/08/appleWallpaper06.jpg" rel="lightbox[1116]"><img style="display: block; float: none; margin-left: auto; margin-right: auto;" title="Wallpaper-06" src="http://www.grapii.com/wp-content/uploads/2010/08/appleWallpaper06-300x187.jpg" alt="Wallpaper-06" width="150" height="94" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/08/apple-wallpaper-collection-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change a file&#8217;s creation/modified date on Mac OS X</title>
		<link>http://www.grapii.com/2010/07/change-a-files-creationmodified-date-on-mac-os-x/</link>
		<comments>http://www.grapii.com/2010/07/change-a-files-creationmodified-date-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 12:17:33 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OSX]]></category>

		<guid isPermaLink="false">http://www.grapii.com/2010/07/change-a-files-creationmodified-date-on-mac-os-x/</guid>
		<description><![CDATA[This is a very simple guide on how to change a file’s creation date or last modified date attributes on Mac OS X.&#160; Based on Snow Leopard 10.6, this should work on previous versions of Mac OS X.
 
Date Format Key:
&#160;&#160;&#160;&#160; YYYY – The year (the first two digits/century can be omitted)    [...]]]></description>
			<content:encoded><![CDATA[<p>This is a very simple guide on how to change a file’s creation date or last modified date attributes on Mac OS X.&#160; Based on Snow Leopard 10.6, this should work on previous versions of Mac OS X.</p>
<p> <span id="more-1099"></span><br />
<h3>Date Format Key:</h3>
<p>&#160;&#160;&#160;&#160; YYYY – The year (the first two digits/century can be omitted)    <br />&#160;&#160;&#160;&#160; MM – The month of year, from 01 to 12     <br />&#160;&#160;&#160;&#160; DD – The day of the month, from 01 to 31     <br />&#160;&#160;&#160;&#160; hh – The hour of the day, from 00 to 23     <br />&#160;&#160;&#160;&#160; mm – The minute of the hour, from 00 to 59</p>
<h3>Creation Date – Single file</h3>
<p>How to change the creation date attribute of a single file:    <br /><em>Note: changing the creation date attribute will also change the modified date attribute and set it the same as the creation date.</em></p>
<ol>
<li>Start the Terminal application (<em>/Applications/Utilities/Terminal.app</em>) or if you prefer use <a href="http://iterm.sourceforge.net/index.shtml">iTerm</a>. </li>
<li>Type the following in the command line, but do not hit enter/return.&#160; Replace YYYYMMDDhhmm with the desired date information:      <br /> 
<pre>touch –t YYYYMMDDhhmm</pre>
</li>
<li>Open a Finder window and locate the file you wish to modify.&#160; Drag and drop the file into the Terminal window, the file and path will be added to the end of the line you just typed.&#160;
<p>Here is an example of what the line should look like: </p>
<p></p>
<pre>touch –t 200005151125 /Volumes/Mac\ HD/Pictures/myfile.jpg</pre>
<p><tt>200005151125</tt> in the example above represents 15<sup>th</sup> May 2000 11:25 AM. </li>
<li>If all is in order press the enter/return key.&#160; The creation date should now be changed to the date specified above, as well as the last modified date.<br />
    </li>
</ol>
<h3>Modified Date – Single file</h3>
<p>How to change the last modified date attribute of a single file:</p>
<ol>
<li>Start the Terminal application (<em>/Applications/Utilities/Terminal.app</em>) or if you prefer use <a href="http://iterm.sourceforge.net/index.shtml">iTerm</a>. </li>
<li>Type the following in the command line, but <strong>do not</strong> hit enter/return.&#160; Replace YYYYMMDDhhmm with the desired date information:
<p></p>
<pre>touch –mt YYYYMMDDhhmm
</pre>
</li>
<li>Open a Finder window and locate the file you wish to modify.&#160; Drag and drop the file into the Terminal window, the file and path will be added to the end of the line you just typed.&#160;
<p>Here is an example of what the line should look like: </p>
<p></p>
<pre>touch –mt 201006301525 /Volumes/Mac\ HD/Pictures/myfile.jpg</pre>
<p><tt>201006301525</tt> in the example above represents 30<sup>th</sup> June 2010 3:25 PM. </p>
<p></li>
<li>If all is in order press the enter/return key.&#160; The last modified date should now be changed to the date specified above. </li>
</ol>
<h3>Creation Date – Multiple files</h3>
<p>How to change the creation date attribute of multiple files:<br />
  <br /><em>Note: changing the creation date attribute will also change the modified date attribute and set it the same as the creation date.</em></p>
<ol>
<li>Make sure all the files you want changing are in the top directory of the same folder.&#160; Do not place files in this folder if you don’t want them to be modified. </li>
<li>Start the Terminal application (<em>/Applications/Utilities/Terminal.app</em>) or if you prefer use <a href="http://iterm.sourceforge.net/index.shtml">iTerm</a>. </li>
<li>Type the following in the command line, but <strong>do not</strong> hit enter/return.&#160; Replace YYYYMMDDhhmm with the desired date information:
<p></p>
<pre>touch –t YYYYMMDDhhmm</pre>
</li>
<li>Open a Finder window and locate the <strong>folder</strong> containing the files you wish to modify.&#160; Drag and drop the folder into the Terminal window, the folder and path will be added to the end of the line you just typed.&#160;
<p>Here is an example of what the line should look like: </p>
<p></p>
<pre>touch –t 201004270930 /Volumes/Mac\ HD/Pictures/Album</pre>
<p><tt>201004270930</tt> in the example above represents 27<sup>th</sup> April 2010 09:30 AM. </p>
</li>
<li>Add <tt>/*</tt> to the end of the command.&#160; If you’re only targeting a specific file type include its extension (e.g. /*.jpg).&#160; Your command should look something like this:
<pre>touch –mt 201004270930 /Volumes/Mac\ HD/Pictures/Album/*</pre>
<p>or </p>
<p></p>
<pre>touch –mt 201004270930 /Volumes/Mac\ HD/Pictures/Album/*.jpg</pre>
</li>
<li>If all is in order press the enter/return key.&#160; The creation date should now be changed to the date specified above, as well as the last modified date, for all the files within that folder. </li>
</ol>
<h3>Modified Date – Multiple files</h3>
<p>How to change the last modified date attribute of multiple files:</p>
<ol>
<li>Make sure all the files you want changing are in the top directory of the same folder.&#160; Do not place files in this folder if you don’t want them to be modified. </li>
<li>Start the Terminal application (<em>/Applications/Utilities/Terminal.app</em>) or if you prefer use <a href="http://iterm.sourceforge.net/index.shtml">iTerm</a>. </li>
<li>Type the following in the command line, but <strong>do not</strong> hit enter/return.&#160; Replace YYYYMMDDhhmm with the desired date information:
<p></p>
<pre>touch –mt YYYYMMDDhhmm</pre>
</li>
<li>Open a Finder window and locate the <strong>folder</strong> containing the files you wish to modify.&#160; Drag and drop the folder into the Terminal window, the folder and path will be added to the end of the line you just typed.&#160;
<p>Here is an example of what the line should look like: </p>
<p></p>
<pre>touch –mt 201006081015 /Volumes/Mac\ HD/Pictures/Album</pre>
<p><tt>201006081015</tt> in the example above represents 8<sup>th</sup> June 2010 10:15 AM. </li>
<li>Add <tt>/*</tt> to the end of the command.&#160; If you’re only targeting a specific file type include its extension (e.g. /*.jpg).&#160; Your command should look something like this:
<pre>touch –mt 201006081015 /Volumes/Mac\ HD/Pictures/Album/*</pre>
<p>or </p>
<p></p>
<pre>touch –mt 201006081015 /Volumes/Mac\ HD/Pictures/Album/*.jpg</pre>
</li>
<li>If all is in order press the enter/return key.&#160; The last modified date should now be changed to the date specified above, for all the files within that folder. </li>
</ol>
<p>Hope you found this tutorial somewhat useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/07/change-a-files-creationmodified-date-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apple Wallpaper Collection 1</title>
		<link>http://www.grapii.com/2010/06/apple-wallpaper-collection-1/</link>
		<comments>http://www.grapii.com/2010/06/apple-wallpaper-collection-1/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 23:03:22 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://www.grapii.com/?p=1079</guid>
		<description><![CDATA[First post of many providing some great wallpapers for your Apple machines, there are literally thousands available, but these posts will contain my favourite.  These images have a resolution of 1920&#215;1200, perfect size for your 2010 17&#8243; MacBook Pro.
 

 




 
 
 



]]></description>
			<content:encoded><![CDATA[<p>First post of many providing some great wallpapers for your Apple machines, there are literally thousands available, but these posts will contain my favourite.  These images have a resolution of 1920&#215;1200, perfect size for your 2010 17&#8243; MacBook Pro.</p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-01" alt="Wallpaper-01" src="http://www.grapii.com/wp-content/uploads/2010/06/appleWallpaper01-300x187.jpg" width="200" height="125" /> </p>
</p>
<p> <span id="more-1079"></span>
</p>
<table border="0" cellspacing="0" cellpadding="3" width="500">
<tbody>
<tr>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/06/appleWallpaper01.jpg" rel="lightbox[1079]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-01" alt="Wallpaper-01" src="http://www.grapii.com/wp-content/uploads/2010/06/appleWallpaper01-300x187.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/06/appleWallpaper02.jpg" rel="lightbox[1079]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-02" alt="Wallpaper-02" src="http://www.grapii.com/wp-content/uploads/2010/06/appleWallpaper02-300x187.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/06/appleWallpaper03.jpg" rel="lightbox[1079]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-03" alt="Wallpaper-03" src="http://www.grapii.com/wp-content/uploads/2010/06/appleWallpaper03-300x187.jpg" width="150" height="94" /></a> </td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/06/apple-wallpaper-collection-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup Xbox Media Center using Windows 7</title>
		<link>http://www.grapii.com/2010/04/setup-xbox-media-center-using-windows-7/</link>
		<comments>http://www.grapii.com/2010/04/setup-xbox-media-center-using-windows-7/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 21:01:00 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Media Center]]></category>
		<category><![CDATA[Xbox 360]]></category>

		<guid isPermaLink="false">http://www.grapii.com/2010/04/setup-xbox-media-center-using-windows-7/</guid>
		<description><![CDATA[Media Center provides an awesome experience in showing off your pictures or home videos to your guests, and your Xbox can provide this experience thanks to it’s builtin Media Center Extender.&#160; Before you can play content from Windows Media Center on your Xbox 360 console, you need to connect your console to Windows Media Center.
 [...]]]></description>
			<content:encoded><![CDATA[<p>Media Center provides an awesome experience in showing off your pictures or home videos to your guests, and your Xbox can provide this experience thanks to it’s builtin Media Center Extender.&#160; Before you can play content from Windows Media Center on your Xbox 360 console, you need to connect your console to Windows Media Center.</p>
<p> <span id="more-1065"></span><br />
<h2>Step 1: </h2>
<p><b>Get Setup Key from Xbox 360</b></p>
<ol>
<li>On your console, go to <b>My Xbox</b> and select <b>Windows Media Center</b>. </li>
<li>Follow the on-screen instructions. </li>
<li>Write down the 8-digit Media Center Setup Key.</li>
</ol>
<h2>Step 2: </h2>
<p><b>Add an Extender on your computer</b></p>
<ol>
<li>Start <strong>Windows Media Center </strong>on Windows 7 PC. </li>
<li>Click <b>Tasks</b>, and then click <b>Add Extender</b>. </li>
<li>When prompted, enter the 8-digit Setup Key from Xbox 360. </li>
<li>Complete the Extender setup.</li>
</ol>
<h2>Step 3:</h2>
<p>Download and print the <a href="http://resource.grapii.com/files/Xbox360QuickRef.pdf">Media Center Quick Reference Guide</a></p>
<h2>Existing Setup:</h2>
<p>If you were previously using your Xbox 360 with a Windows Media Center Based PC, you will need to remove the existing connection before setting up a new Windows 7 Media Center PC.</p>
<p><strong>On the Windows 7 Media Center PC</strong></p>
<ol>
<li>Click <strong>Start</strong>, <strong>Windows Media Center</strong>. </li>
<li>Select <strong>Task</strong>, <strong>Settings</strong>. </li>
<li>Select&#160; <strong>Extender</strong>. </li>
<li>Select your <strong>Xbox 360 Media Center Extender</strong>. </li>
<li>Select <strong>Uninstall</strong>.</li>
</ol>
<p><strong>On Xbox 360</strong></p>
<ol>
<li>On Xbox 360, go to <strong>My Xbox</strong> and then <strong>System Settings</strong>, then select <strong>Computers</strong>. </li>
<li>Select <strong>Windows Media Center</strong>, and then press the <strong>A</strong> button. </li>
<li>Select <strong>Disconnect</strong>. </li>
<li>Press the <strong>B</strong> button until you return back to the System Settings.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/04/setup-xbox-media-center-using-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Indian Dance at the 2010 Figure Skating Championships</title>
		<link>http://www.grapii.com/2010/03/indian-dance-at-the-2010-figure-skating-championships/</link>
		<comments>http://www.grapii.com/2010/03/indian-dance-at-the-2010-figure-skating-championships/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 09:03:42 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.grapii.com/?p=1008</guid>
		<description><![CDATA[The US figure skating team performed this routine at the Vancouver Winter Olympics and won Silver.


]]></description>
			<content:encoded><![CDATA[<p>The US figure skating team performed this routine at the Vancouver Winter Olympics and won Silver.</p>
<p><span id="more-1008"></span></p>
<p style="text-align: center;"><object style="width: 520px; height: 350px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="520" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/56_Zs10qQhQ" /><embed style="width: 520px; height: 350px;" type="application/x-shockwave-flash" width="520" height="350" src="http://www.youtube.com/v/56_Zs10qQhQ"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/03/indian-dance-at-the-2010-figure-skating-championships/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Wallpaper Collection</title>
		<link>http://www.grapii.com/2010/03/windows-7-wallpaper-collection/</link>
		<comments>http://www.grapii.com/2010/03/windows-7-wallpaper-collection/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 12:30:34 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Wallpapers]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.grapii.com/2010/03/windows-7-wallpaper-collection/</guid>
		<description><![CDATA[A collection of 36 Windows 7 wallpapers to enhance your computers desktop image.&#160; You can save individual images or download the entire collection in one zip file.
 

 




 
 
 


 
 
 


 
 
 


 
 
 


 
 
 


 
 
 


 
 
 


 
 
 


 
 
 [...]]]></description>
			<content:encoded><![CDATA[<p>A collection of 36 Windows 7 wallpapers to enhance your computers desktop image.&#160; You can save individual images or download the entire collection in one zip file.</p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-25" alt="Wallpaper-25" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper25.jpg" width="200" height="125" /> </p>
</p>
<p> <span id="more-970"></span>
</p>
<table border="0" cellspacing="0" cellpadding="3" width="500">
<tbody>
<tr>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper01.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-01" alt="Wallpaper-01" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper01_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper02.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-02" alt="Wallpaper-02" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper02_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper03.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-03" alt="Wallpaper-03" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper03_thumb.jpg" width="150" height="94" /></a> </td>
</tr>
<tr>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper04.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-04" alt="Wallpaper-04" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper04_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper05.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-05" alt="Wallpaper-05" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper05_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper06.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-06" alt="Wallpaper-06" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper06_thumb.jpg" width="150" height="94" /></a> </td>
</tr>
<tr>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper07.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-07" alt="Wallpaper-07" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper07_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper08.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-08" alt="Wallpaper-08" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper08_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper09.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-09" alt="Wallpaper-09" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper09_thumb.jpg" width="150" height="94" /></a> </td>
</tr>
<tr>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper10.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-10" alt="Wallpaper-10" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper10_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper11.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-11" alt="Wallpaper-11" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper11_thumb1.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper12.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-12" alt="Wallpaper-12" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper12_thumb.jpg" width="150" height="94" /></a> </td>
</tr>
<tr>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper13.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-13" alt="Wallpaper-13" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper13_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper14.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-14" alt="Wallpaper-14" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper14_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper15.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-15" alt="Wallpaper-15" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper15_thumb.jpg" width="150" height="94" /></a> </td>
</tr>
<tr>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper16.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-16" alt="Wallpaper-16" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper16_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper17.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-17" alt="Wallpaper-17" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper17_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper18.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-18" alt="Wallpaper-18" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper18_thumb.jpg" width="150" height="94" /></a> </td>
</tr>
<tr>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper19.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-19" alt="Wallpaper-19" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper19_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper20.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-20" alt="Wallpaper-20" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper20_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper21.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-21" alt="Wallpaper-21" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper21_thumb.jpg" width="150" height="94" /></a> </td>
</tr>
<tr>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper22.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-22" alt="Wallpaper-22" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper22_thumb1.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper23.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-23" alt="Wallpaper-23" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper23_thumb1.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper24.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-24" alt="Wallpaper-24" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper24_thumb1.jpg" width="150" height="94" /></a> </td>
</tr>
<tr>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper251.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-25" alt="Wallpaper-25" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper25_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper26.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-26" alt="Wallpaper-26" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper26_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper27.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-27" alt="Wallpaper-27" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper27_thumb.jpg" width="150" height="94" /></a> </td>
</tr>
<tr>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper28.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-28" alt="Wallpaper-28" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper28_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper29.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-29" alt="Wallpaper-29" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper29_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper30.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-30" alt="Wallpaper-30" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper30_thumb.jpg" width="150" height="94" /></a> </td>
</tr>
<tr>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper31.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-31" alt="Wallpaper-31" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper31_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper32.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-32" alt="Wallpaper-32" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper32_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper33.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-33" alt="Wallpaper-33" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper33_thumb.jpg" width="150" height="94" /></a> </td>
</tr>
<tr>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper34.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-34" alt="Wallpaper-34" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper34_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper35.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-35" alt="Wallpaper-35" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper35_thumb.jpg" width="150" height="94" /></a> </td>
<td valign="top" width="166"><a href="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper36.jpg" rel="lightbox[970]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Wallpaper-36" alt="Wallpaper-36" src="http://www.grapii.com/wp-content/uploads/2010/03/Wallpaper36_thumb.jpg" width="150" height="94" /></a> </td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p> <small>Download the entire collection: <a href="http://resource.grapii.com/Windows-7-Wallpapers.zip">windows-7-wallpapers.zip</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/03/windows-7-wallpaper-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We Are The World 25 For Haiti – Official Video</title>
		<link>http://www.grapii.com/2010/02/we-are-the-world-25-for-haiti-%e2%80%93-official-video/</link>
		<comments>http://www.grapii.com/2010/02/we-are-the-world-25-for-haiti-%e2%80%93-official-video/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 18:07:55 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.grapii.com/?p=767</guid>
		<description><![CDATA[An incredible, and inspirational video that includes over 80 of the most recognised artists and performers. The recording of  We Are The World 25 for Haiti embodied the same enthusiasm, sense of purpose and generosity as the original recording 25 years ago.


]]></description>
			<content:encoded><![CDATA[<p>An incredible, and inspirational video that includes over 80 of the most recognised artists and performers. The recording of  We Are The World 25 for Haiti embodied the same enthusiasm, sense of purpose and generosity as the original recording 25 years ago.</p>
<p><span id="more-767"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/Glny4jSciVI" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/Glny4jSciVI"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/02/we-are-the-world-25-for-haiti-%e2%80%93-official-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If Bing were the default search engine on the iPhone</title>
		<link>http://www.grapii.com/2010/02/if-bing-were-the-default-search-engine-on-the-iphone/</link>
		<comments>http://www.grapii.com/2010/02/if-bing-were-the-default-search-engine-on-the-iphone/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 22:07:00 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.grapii.com/2010/02/if-bing-were-the-default-search-engine-on-the-iphone/</guid>
		<description><![CDATA[According to the rumours, Apple and Microsoft may be in talks to expel Google as the iPhone’s default search engine, in favour of Bing. If Bing were the default search engine on the iPhone, it would be a disaster for sure.
Why? Here are two reasons:

 

&#160;

&#160;
&#160;
]]></description>
			<content:encoded><![CDATA[<p>According to the rumours, Apple and Microsoft may be in talks to expel Google as the iPhone’s default search engine, in favour of Bing. If Bing were the default search engine on the iPhone, it would be a disaster for sure.</p>
<p>Why? Here are two reasons:</p>
</p>
<p> <span id="more-731"></span>
</p>
<p>&#160;<img style="display: block; float: none; margin-left: auto; margin-right: auto" title="bing-ipod" alt="bing-ipod" src="http://www.grapii.com/wp-content/uploads/2010/03/bingipod.jpg" width="320" height="480" /></p>
</p>
<p>&#160;</p>
<p>&#160;<a href="http://www.grapii.com/wp-content/uploads/2010/03/bingipad.jpg" rel="lightbox[731]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="bing-ipad" alt="bing-ipad" src="http://www.grapii.com/wp-content/uploads/2010/03/bingipad_thumb.jpg" width="320" height="480" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/02/if-bing-were-the-default-search-engine-on-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Brand Spanking New Airbus 340-600</title>
		<link>http://www.grapii.com/2010/02/a-brand-spanking-new-airbus-340-600/</link>
		<comments>http://www.grapii.com/2010/02/a-brand-spanking-new-airbus-340-600/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 23:02:33 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://www.grapii.com/2010/02/a-brand-spanking-new-airbus-340-600/</guid>
		<description><![CDATA[
 

 
 


A French Airbus&#160; = $200 million dollars    Arab Flight Crew = $300,000 Yearly Salary     Unread Operating Manual = $300
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.grapii.com/wp-content/uploads/2010/02/part8.jpg" rel="lightbox[721]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Airbus 340-600 1" alt="Airbus 340-600 1" src="http://www.grapii.com/wp-content/uploads/2010/02/part8-thumb.jpg" width="400" height="300" /></a></p>
<p> <span id="more-721"></span>
<p><a href="http://www.grapii.com/wp-content/uploads/2010/02/part7.jpg" rel="lightbox[721]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Airbus 340-600 2" alt="Airbus 340-600 2" src="http://www.grapii.com/wp-content/uploads/2010/02/part7-thumb.jpg" width="400" height="300" /></a></p>
<p><a href="http://www.grapii.com/wp-content/uploads/2010/02/part6.jpg" rel="lightbox[721]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Airbus 340-600 3" alt="Airbus 340-600 3" src="http://www.grapii.com/wp-content/uploads/2010/02/part6-thumb1.jpg" width="400" height="300" /></a> </p>
<p><a href="http://www.grapii.com/wp-content/uploads/2010/02/part10.jpg" rel="lightbox[721]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Airbus 340-600 4" alt="Airbus 340-600 4" src="http://www.grapii.com/wp-content/uploads/2010/02/part10-thumb.jpg" width="400" height="298" /></a> </p>
</p>
</p>
<p align="center">A French Airbus&#160; = $200 million dollars    <br />Arab Flight Crew = $300,000 Yearly Salary     <br /><strong>Unread Operating Manual = $300</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/02/a-brand-spanking-new-airbus-340-600/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft: Geeks can&#8217;t dance</title>
		<link>http://www.grapii.com/2009/11/microsoft-geeks-cant-dance/</link>
		<comments>http://www.grapii.com/2009/11/microsoft-geeks-cant-dance/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 21:33:16 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.grapii.com/?p=603</guid>
		<description><![CDATA[Why is it that whenever Microsoft tries to have a little &#8220;fun&#8221; it comes across as creepy or overly controlled? Store employees engage in a fit of awkward boogie that some would call the Electric Slide. View the entire 4 minutes and 44 seconds of the video I dare you&#8230;


And another fine example&#8230;.

]]></description>
			<content:encoded><![CDATA[<p>Why is it that whenever Microsoft tries to have a little &#8220;fun&#8221; it comes across as creepy or overly controlled? Store employees engage in a fit of awkward boogie that some would call the Electric Slide. View the entire 4 minutes and 44 seconds of the video I dare you&#8230;<br />
<span id="more-603"></span></p>
<p style="text-align: center;"><object width="425" height="350" data="http://www.youtube.com/v/TSAXEVXvNz8" type="application/x-shockwave-flash"><param name="src" value="http://www.youtube.com/v/TSAXEVXvNz8" /></object></p>
<p>And another fine example&#8230;.</p>
<p style="text-align: center;"><object width="425" height="350" data="http://www.youtube.com/v/FxoW6XP0c1w" type="application/x-shockwave-flash"><param name="src" value="http://www.youtube.com/v/FxoW6XP0c1w" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2009/11/microsoft-geeks-cant-dance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
