<?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</title>
	<atom:link href="http://www.grapii.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grapii.com</link>
	<description>Personal Site of Raj Patel</description>
	<lastBuildDate>Thu, 08 Jul 2010 15:09:12 +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>Show the Size of Selected Files on Mac OS X</title>
		<link>http://www.grapii.com/2010/07/show-the-size-of-selected-files-on-mac-os-x/</link>
		<comments>http://www.grapii.com/2010/07/show-the-size-of-selected-files-on-mac-os-x/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 15:08:43 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Apple Mac]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.grapii.com/?p=1110</guid>
		<description><![CDATA[Here&#8217;s a quick tip to show the file size of selected files/folders.  Generally the status bar of the Finder windows shows the count of selected files and the available hard drive space, but doesn&#8217;t show the file size.  On a single file you can right-click the file and select &#8216;Get Info&#8217; (Apple/Command+i) which will pop-up [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick tip to show the file size of selected files/folders.  Generally the status bar of the Finder windows shows the count of selected files and the available hard drive space, but doesn&#8217;t show the file size.  On a single file you can right-click the file and select &#8216;Get Info&#8217; (Apple/Command+i) which will pop-up the &#8216;Get Info&#8217; floating window, but this is no good for multiple file selection.</p>
<p><span id="more-1110"></span></p>
<p>To get the file size of selected files/folders instead of &#8216;Get Info&#8217;, use &#8216;Show Inspector&#8217;.  This is done the same way you would go to &#8216;Get Info&#8217;, except hold down Alt/Option key before you click. &#8216;Get Info&#8217; will turn into &#8216;Show Inspector&#8217; in the context menu.  Once clicked a floating window appears, so you can continue clicking your Finder windows and icons and it will stay on top. It will also update as you select new files.</p>
<ol>
<li>Open up a Finder window (Applications folder will provide the best example.)</li>
<li>Right-click a file/program</li>
<li>Hold Alt/Option</li>
<li>Choose &#8216;Show Inspector&#8217;</li>
<li>Now hold Apple/Command and click other files. They will be added to the selection and therefore the Inspector window.</li>
</ol>
<p>Keyboard shortcut:</p>
<p>Apple/Command+i = Get Info</p>
<p>Alt/Option+Apple/Command+i = Show Inspector</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/07/show-the-size-of-selected-files-on-mac-os-x/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[Apple Mac]]></category>
		<category><![CDATA[Mac OS X]]></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>0</slash:comments>
		</item>
		<item>
		<title>Install cooked ROM on HTC Diamond</title>
		<link>http://www.grapii.com/2010/07/install-cooked-rom-on-htc-diamond/</link>
		<comments>http://www.grapii.com/2010/07/install-cooked-rom-on-htc-diamond/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 10:52:05 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.grapii.com/2010/07/install-cooked-rom-on-htc-diamond/</guid>
		<description><![CDATA[This is a quick guide to install a cooked ROM on your HTC Diamond windows mobile device.&#160; Cooked ROM’s can be found on xda-developers site, aswell as detailed instructions and configurations.
 
Important! First you must have done a Hard SPL :   http://forum.xda-developers.com/show&#8230;73&#38;postcount=1
If you&#8217;ve done that before &#8211; follow these steps: 

Download a cooked [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick guide to install a cooked ROM on your HTC Diamond windows mobile device.&#160; Cooked ROM’s can be found on <a href="http://forum.xda-developers.com">xda-developers</a> site, aswell as detailed instructions and configurations.</p>
<p> <span id="more-1098"></span>
<p>Important! First you must have done a Hard SPL :   <br /><a href="http://forum.xda-developers.com/show...73&amp;postcount=1">http://forum.xda-developers.com/show&#8230;73&amp;postcount=1</a></p>
<p>If you&#8217;ve done that before &#8211; follow these steps: </p>
<ol>
<li>Download a cooked ROM of your Choice, RENAME the *.nbh for your ROM to: DIAMIMG.nbh </li>
<li>Copy DIAMIMG.nbh to the &quot;Internal Storage&quot; of your Device. </li>
<li>Hold the ‘Vol Down’ + ‘Back’ keys&#160; + reset button to Initiate ROM Flash.     <br />(Back = Small Arrow below ‘End Call’ Button).</li>
<li>You should see the rainbow startup screen before it switches to installing ROM.</li>
<li>After ROM flash has completed, you’ll need to do a Hard-reset.      <br />Reset + hold ‘Vol Down’ + ‘Circle’ keys.</li>
<li>On restart, it may say &quot;Press Vol Up To Boot&quot;, if so press ‘Vol Up’ and allow the ROM to boot, if message is not displayed it will simple boot into the new ROM.</li>
</ol>
<p>Enjoy you newly flashed HTC Diamond.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/07/install-cooked-rom-on-htc-diamond/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3GS settings for T-Mobile UK</title>
		<link>http://www.grapii.com/2010/07/iphone-3gs-settings-for-t-mobile-uk/</link>
		<comments>http://www.grapii.com/2010/07/iphone-3gs-settings-for-t-mobile-uk/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 12:37:03 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.grapii.com/?p=1086</guid>
		<description><![CDATA[Here are the settings required to use your T-Mobile sim in your iPhone 3GS. Note, the iPhone must already be jail broken and unlocked. Head over to iPhone Dev Team for more information on jail breaking.
 

Using Safari browser on the iPhone, go to &#34;help.benm.at&#34; &#8230; scroll down to &#34;Features&#34; and select &#34;Tethering&#34;   [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the settings required to use your T-Mobile sim in your iPhone 3GS. Note, the iPhone must already be jail broken and unlocked. Head over to <a href="http//blog.iphone-dev.org/">iPhone Dev Team</a> for more information on jail breaking.</p>
<p> <span id="more-1086"></span>
<ol>
<li>Using Safari browser on the iPhone, go to &quot;help.benm.at&quot; &#8230; scroll down to &quot;Features&quot; and select &quot;Tethering&quot;      <br /><a href="http://www.grapii.com/wp-content/uploads/2010/07/IMG_0011.png" rel="lightbox[1086]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="IMG_0011" alt="IMG_0011" src="http://www.grapii.com/wp-content/uploads/2010/07/IMG_0011_thumb.png" width="200" height="300" /></a>&#160; </li>
<li>Scroll down the list of countries and select &quot;Create your own Generator&quot; <img style="display: block; float: none; margin-left: auto; margin-right: auto" title="IMG_0012" alt="IMG_0012" src="http://www.grapii.com/wp-content/uploads/2010/07/IMG_0012_thumb.png" width="200" height="300" /> </li>
<li>Enter the following text in the &quot;Carrierdata&quot; form:
<p style="padding-left: 60px">Carriername: T-Mobile        <br />APN: general.t-mobile.co.uk         <br />User: user         <br />Password: pass </p>
<p>     <a href="http://www.grapii.com/wp-content/uploads/2010/07/IMG_0015.png" rel="lightbox[1086]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="IMG_0015" alt="IMG_0015" src="http://www.grapii.com/wp-content/uploads/2010/07/IMG_0015_thumb.png" width="200" height="300" /></a> </li>
<li>Deselect the optional &quot;Webclip&quot; and click on Download. </li>
<li>Accept and Install the settings &#8230; BUT DON&#8217;T reboot yet. </li>
<li>Go into Settings &gt; General &gt; Network &gt; Cellular Data Network &gt;&#160; </li>
<li>Populate the fields as below:      <br />Note: Celluar Data should already be populated, but I&#8217;ve listed it here just in case.
<p style="padding-left: 60px"><span style="text-decoration: underline">Cellular Data</span>         <br />APN: general.t-mobile.co.uk         <br />Username: user         <br />Password: pass</p>
<p style="padding-left: 60px"><span style="text-decoration: underline">MMS</span>         <br />APN: general.t-mobile.co.uk         <br />Username: user         <br />Password: one2one         <br />MMSC: http://mmsc.t-mobile.co.uk:8002         <br />MMS Proxy 149.254.201.135:8080</p>
<p style="padding-left: 60px"><span style="text-decoration: underline">Internet Tethering</span>         <br />APN: general.t-mobile.co.uk         <br />Username: user         <br />Password: pass </p>
<p><a href="http://www.grapii.com/wp-content/uploads/2010/07/IMG_0013.png" rel="lightbox[1086]"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="IMG_0013" alt="IMG_0013" src="http://www.grapii.com/wp-content/uploads/2010/07/IMG_0013_thumb.png" width="200" height="300" /></a><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="IMG_0014" alt="IMG_0014" src="http://www.grapii.com/wp-content/uploads/2010/07/IMG_0014_thumb.png" width="200" height="300" />&#160; </li>
<li>Exit out of these settings back to your home screen and perform a hard reboot (hold down Home and Power until the iPhone Reboots) </li>
<li>Once rebooted you should be set. Send yourself an MMS message to check. Also in Settings &gt; General &gt; Network &#8230; you will notice &quot;Internet Tethering&quot; option. </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/07/iphone-3gs-settings-for-t-mobile-uk/feed/</wfw:commentRss>
		<slash:comments>0</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>Windows 7 &#8211; Additional Hotkeys</title>
		<link>http://www.grapii.com/2010/05/windows-7-additional-hotkeys/</link>
		<comments>http://www.grapii.com/2010/05/windows-7-additional-hotkeys/#comments</comments>
		<pubDate>Sun, 09 May 2010 15:24:50 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.grapii.com/?p=996</guid>
		<description><![CDATA[The new hotkey goodness didn&#8217;t stop with moving windows around—one of the best new hotkeys in Windows 7 is the fact that you can create a new folder with a hotkey.

Just open up any Windows Explorer window, hit the Ctrl+Shift+N shortcut key sequence, and you&#8217;ll be rewarded with a shiny &#8220;New Folder&#8221; ready for you [...]]]></description>
			<content:encoded><![CDATA[<p>The new hotkey goodness didn&#8217;t stop with moving windows around—one of the best new hotkeys in Windows 7 is the fact that you can create a new folder with a hotkey.<br />
<span id="more-996"></span><br />
Just open up any Windows Explorer window, hit the Ctrl+Shift+N shortcut key sequence, and you&#8217;ll be rewarded with a shiny &#8220;New Folder&#8221; ready for you to rename.<br />
Here&#8217;s a few more interesting hotkeys for you:</p>
<ul>
<li><strong>Ctrl+Shift+N:</strong> Creates a new folder in Windows Explorer.</li>
<li><strong>Alt+Up:</strong> Goes up a folder level in Windows Explorer.</li>
<li><strong>Alt+P:</strong> Toggles the preview pane in Windows Explorer.</li>
<li><strong>Shift+Right-Click on a file:</strong> Adds Copy as Path, which copies the path of a file to the clipboard.</li>
<li><strong>Shift+Right-Click on a file:</strong> Adds extra hidden items to the Send To menu.</li>
<li><strong>Shift+Right-Click on a folder:</strong> Adds Command Prompt Here, which lets you easily open a command prompt in that folder.</li>
<li><strong>Windows+P:</strong> Adjust presentation settings for your display.</li>
<li><strong>Windows+(+/-):</strong> Zoom in/out.</li>
<li><strong>Windows+G:</strong> Cycle between the Windows Gadgets on your screen</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/05/windows-7-additional-hotkeys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;hash&#8221; # key missing on Apple MacBookPro?</title>
		<link>http://www.grapii.com/2010/05/hash-key-missing-on-apple-macbookpro/</link>
		<comments>http://www.grapii.com/2010/05/hash-key-missing-on-apple-macbookpro/#comments</comments>
		<pubDate>Tue, 04 May 2010 22:09:21 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacBook Pro]]></category>

		<guid isPermaLink="false">http://www.grapii.com/?p=1074</guid>
		<description><![CDATA[My first day on the Apple MacBook Pro and was playing around with &#8216;Numbers&#8217; and wanted to insert the hash (#) symbol in the text.  For the life of me I couldn&#8217;t see the symbol anywhere on the keys of the keyboard.
After playing around for a while, I finally found it.  Alt + 3.  Simple [...]]]></description>
			<content:encoded><![CDATA[<p>My first day on the Apple MacBook Pro and was playing around with &#8216;Numbers&#8217; and wanted to insert the hash (#) symbol in the text.  For the life of me I couldn&#8217;t see the symbol anywhere on the keys of the keyboard.</p>
<p>After playing around for a while, I finally found it.  Alt + 3.  Simple when your find it, but frustrating trying to look for it.  I wonder how many other querks I&#8217;ll find in the next few weeks as I slowly transition from Windows to Mac.</p>
<p>Just to recap, Alt + 3 to enter the # symbol.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/05/hash-key-missing-on-apple-macbookpro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Unlock Samsung DVD-1080P9 Multi-Region Free</title>
		<link>http://www.grapii.com/2010/04/diy-unlock-samsung-dvd-1080p9-multi-region-free/</link>
		<comments>http://www.grapii.com/2010/04/diy-unlock-samsung-dvd-1080p9-multi-region-free/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 15:53:32 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[AV]]></category>

		<guid isPermaLink="false">http://www.grapii.com/2010/04/diy-unlock-samsung-dvd-1080p9-multi-region-free/</guid>
		<description><![CDATA[Here’s a simple guide to unlock your Region 2 DVD player to Region 9 making it multi-region and able to play all DVD’s from across the world.
 
When entering the actual code, the secret is to have consistent timing during key presses and not pressing the buttons as quickly as possible.

Press the POWER button on [...]]]></description>
			<content:encoded><![CDATA[<p>Here’s a simple guide to unlock your Region 2 DVD player to Region 9 making it multi-region and able to play all DVD’s from across the world.</p>
<p> <span id="more-1073"></span>
<p>When entering the actual code, the secret is to have consistent timing during key presses and not pressing the buttons as quickly as possible.</p>
<ol>
<li>Press the POWER button on the DVD remote to turn the DVD player On.&#160; Make sure there is no disc in the tray. </li>
<li>Wait until the unit is fully started and your TV is showing the Samsung logo screen. </li>
<li>Press EJECT on the DVD remote to open the DVD tray. </li>
<li>Close the DVD tray, by pressing the EJECT button again, and wait for the “No Disc” message to appear in the top left corner of your TV. </li>
<li>Press the REPEAT button on the DVD remote, followed by the five digit Region 2 code.      <br />In this case press REPEAT followed by <strong>57538</strong> (be constant with your key press timings…do not rush or take too long). </li>
<li>If you’re successful you’ll see a number <strong>2</strong> appear in the top left corner of your TV.&#160; If not, power down the DVD player and repeat steps from 1. </li>
<li>Press <strong>9</strong>.&#160; This will set the DVD player to Region 9 making it region free. </li>
<li>Press EJECT on the DVD remote to open the DVD tray. </li>
<li>Press EJECT on the DVD remote to close the DVD tray. </li>
<li>Press POWER on the DVD remote to power down the player. </li>
<li>Now power the unit on again and it should be able to read all DVDs from all regions.&#160; Insert a non-Region 2 disc to test and confirm. </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/04/diy-unlock-samsung-dvd-1080p9-multi-region-free/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Warning! Opera Mini for iPhone Security Risk</title>
		<link>http://www.grapii.com/2010/04/opera-mini-for-iphone-security-risk/</link>
		<comments>http://www.grapii.com/2010/04/opera-mini-for-iphone-security-risk/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 22:49:57 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.grapii.com/?p=1070</guid>
		<description><![CDATA[Interesting video regarding Opera Mini for the iPhone.  Just aswell I prefer the built in Safari web browser.


]]></description>
			<content:encoded><![CDATA[<p>Interesting video regarding Opera Mini for the iPhone.  Just aswell I prefer the built in Safari web browser.</p>
<p><span id="more-1070"></span></p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="412" 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/_5TM-8YKPcA" /><embed type="application/x-shockwave-flash" width="500" height="412" src="http://www.youtube.com/v/_5TM-8YKPcA"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/04/opera-mini-for-iphone-security-risk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a System?</title>
		<link>http://www.grapii.com/2010/04/what-is-a-system-2/</link>
		<comments>http://www.grapii.com/2010/04/what-is-a-system-2/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 22:30:23 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.grapii.com/?p=1066</guid>
		<description><![CDATA[The term “system” is derived from the Greek word “synistanai”, which means “to bring together or combine”.  It is beyond the scope of this article to embark on a detailed discussion of system theory. However, it is useful to have a working definition of the word system.
]]></description>
			<content:encoded><![CDATA[<p>The term “system” is derived from the Greek word “synistanai”, which means “to bring together or combine”.  It is beyond the scope of this article to embark on a detailed discussion of system theory. However, it is useful to have a working definition of the word <strong><em>system</em></strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2010/04/what-is-a-system-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
