<?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>@ Classic Tutorials &#187; Mac</title>
	<atom:link href="http://classictutorials.com/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://classictutorials.com</link>
	<description>Think Geek</description>
	<lastBuildDate>Mon, 21 May 2012 11:47:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Interesting and Useful Lion Hacks &#8211; Part1</title>
		<link>http://classictutorials.com/2011/10/interesting-and-useful-lion-hacks-part1/</link>
		<comments>http://classictutorials.com/2011/10/interesting-and-useful-lion-hacks-part1/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 06:53:26 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Lion]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://classictutorials.com/2011/10/interesting-and-useful-lion-hacks-part1/</guid>
		<description><![CDATA[Due to some backlogs was not able to ugrade to lion when it released.But now i have upgraded and started exploring. Seriously an awesome OS. Specially the full screen apps along with multiguestures to swap between apps. Here are few early hacks to try. 1) Pressing  a key for long time gives accents, cedillas, etc. as IOS. Neat stuff. But problem is if you really need to press a key long time there is an issue. Say you want to type Helloooooooooooooooooooooooooooooooooooo Solution: Switch it off&#60;Type in terminal&#62;: defaults write -g ApplePressAndHoldEnabled -bool false you can switch back on by ...]]></description>
			<content:encoded><![CDATA[<p>Due to some backlogs was not able to ugrade to lion when it released.But now i have upgraded and started exploring. Seriously an awesome OS. Specially the full screen apps along with multiguestures to swap between apps.</p>
<p>Here are few early hacks to try.</p>
<p><strong>1) Pressing  a key for long time gives accents, cedillas, etc. as IOS.</strong></p>
<p><img style="vertical-align: middle;" src="http://classictutorials.com/blog/wp-content/uploads/2011/10/ios-accents-popup-lion1.png" alt="" height="85" width="236" /></p>
<p>Neat stuff. But problem is if you really need to press a key long time there is an issue. Say you want to type Helloooooooooooooooooooooooooooooooooooo <img src='http://classictutorials.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><em><strong>Solution:</strong></em></p>
<p>Switch it off&lt;Type in terminal&gt;:</p>
<pre><code>defaults write -g ApplePressAndHoldEnabled -bool false</code></pre>
<p>you can switch back on by</p>
<pre><code>defaults write -g ApplePressAndHoldEnabled -bool true</code></pre>
<p>Need to restart apps to use it.</p>
<p><strong>2) Animated Window open.</strong></p>
<p>Lion has added IOS like annimated effect while opening and closing any windows. Say its power option or opening a new safari tab. It looks good but also eats resource. If you want to save some resource or just hate those animations here is it.</p>
<p>Disable it&lt;Type in terminal&gt;:</p>
<pre><code>defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false </code></pre>
<p>To enable it back</p>
<pre><code>defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool true </code></pre>
<p><strong>3) Disable restore for certain apps.</strong></p>
<p>In lion while restarting you have the option of restore. But sometime you might feel that certains apps should not be restored. Like say your password manager or say some game or Vmware, either for personal data or may be because of performance. You can disable restore for particular app in the following way. Eg for quickTime player:</p>
<pre><code>defaults write com.apple.Preview NSQuitAlwaysKeepsWindows -bool false defaults write com.apple.QuickTimePlayerX NSQuitAlwaysKeepsWindows -bool false </code></pre>
<p>Cont..</p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2011/10/interesting-and-useful-lion-hacks-part1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solved &#124; Snow leopard Freezes or application hangs in snow leopard?</title>
		<link>http://classictutorials.com/2010/08/snow-leopard-freezes-or-application-hangs-in-snow-leopard/</link>
		<comments>http://classictutorials.com/2010/08/snow-leopard-freezes-or-application-hangs-in-snow-leopard/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 18:12:16 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[Tricks and Tips]]></category>

		<guid isPermaLink="false">http://classictutorials.com/?p=621</guid>
		<description><![CDATA[I was a victim of the same and figured out the solution on Saturday and have been using my system for 3 days now without any issue. Who should try this hack? If any one is true for you its worth trying. You have recently upgraded your RAM from 2GB to 4GB or above. Your MAC Book Pro or what ever mac machine came with Leopard and you just installed snow leopard from somewhere. You tried formatting and various stuffs still Firefox and Safari hands and various programs becomes &#8220;Not responding&#8221; and you need to kill them. Ok then you ...]]></description>
			<content:encoded><![CDATA[<p>I was a victim of the same and figured out the solution on Saturday and have been using my system for 3 days now without any issue.</p>
<p>Who should try this hack? If any one is true for you its worth trying.</p>
<ol>
<li>You have recently upgraded your RAM from 2GB to 4GB or above.</li>
<li>Your MAC Book Pro or what ever mac machine came with Leopard and you just installed snow leopard from somewhere.</li>
<li>You tried formatting and various stuffs still Firefox and Safari hands and various programs becomes &#8220;Not responding&#8221; and you need to kill them.</li>
</ol>
<p>Ok then you should try.</p>
<p>Before doing that just check the following:</p>
<p><a href="http://classictutorials.com/blog/wp-content/uploads/2010/08/system.png"><img class="aligncenter size-medium wp-image-622" title="system" src="http://classictutorials.com/blog/wp-content/uploads/2010/08/system-300x270.png" alt="" height="270" width="300" /></a></p>
<p>Thats all.</p>
<p>Now open Terminal (Finder and type terminal ) and type the following.<br />
<code>sudo systemsetup -setkernelbootarchitecture x86_64</code></p>
<p>It will ask for your administrator password. Provide it and restart your machine. Voila!</p>
<p><strong>Facts:</strong></p>
<p>Open activity monitor and see all the default apps has started as 64Bit now.</p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2010/08/snow-leopard-freezes-or-application-hangs-in-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>101 with Mac &#124; Story of a window user :)</title>
		<link>http://classictutorials.com/2009/09/101-with-mac-story-of-a-window-user/</link>
		<comments>http://classictutorials.com/2009/09/101-with-mac-story-of-a-window-user/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 19:02:22 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://classictutorials.com/?p=414</guid>
		<description><![CDATA[Just took a Apple Macbook Pro (Mac OSX Leopard) and in this post i would like to share some of my experience. Being a first time user of Mac (Born and bought-up by pirated windows until and unless MS started giving beta windows for free) my first experience was not that WOW except the look. But slowly and slowly as i started learning the OS i am loving it.Let me point them down and will keep it updating. Hope this will be useful for someone like me . Kick 1) Any Mac explorer close button is opposite side of windows. ...]]></description>
			<content:encoded><![CDATA[<p>Just took a Apple Macbook Pro (Mac OSX Leopard) and in this post i would like to share some of my experience. Being a first time user of Mac (Born and bought-up by pirated windows <img src='http://classictutorials.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  until and unless MS started giving beta windows for free) my first experience was not that WOW except the look. But slowly and slowly as i started learning the OS i am loving it.Let me point them down and will keep it updating. Hope this will be useful for someone like me <img src='http://classictutorials.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p><strong>Kick 1) </strong>Any Mac explorer close button is opposite side of windows. Funny. I took an hr before getting habituated to it. I always try to search it on the right hand side. After a week now i try to search the same close button in my office XP on left side. We the end user always suffer <img src='http://classictutorials.com/blog/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>
<p><img class="aligncenter size-medium wp-image-417" title="mac close button" src="http://classictutorials.com/blog/wp-content/uploads/2009/09/MacMailSMTP1-300x28.jpg" alt="mac close button" height="28" width="300" /></p>
<p><strong>Kick 2) </strong>Where the hell is the maximize button. Being from windows i always used to open every application and maximize it but there is nothing called maximize in Mac. I suffer a lot for this. Tried to figure out some apps to do the same but after some day those digit forum geek friends (http://www.thinkdigit.com/forum/showthread.php?t=57559) actually explained me that there is no concept of maximize in Mac. Actually now i like the Mac concept. The &#8220;+&#8221; button on the top maximize the explorer only to the limit it requires. So if you have two folders in a folder why do you want the whole screen to show that up. So i feel that&#8217;s innovative. Mac rocks.</p>
<p><strong>Kick 3)</strong> Mac don&#8217;t have a refresh thing on its desktop. Crap that was useless. Why the hell we need refresh on windows. Mac do the same without refresh.</p>
<p><strong>Kick 4)</strong> Cool so far until unless last Wednesday when i took a 1/2 TB Segate Free Agent Go. I use windows on my desktop and mac on laptop and wanted to use my PHD(Portable hard drive) on both of them simultaneously but the big question. <strong>What will be the file format?</strong></p>
<p><strong>Try1: </strong>NTFS &gt;&gt; Mac can read NTFS and cannot write to it <img src='http://classictutorials.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  NTFS anyways is windows property so no problem with windows.</p>
<p><strong>Try2: FAT</strong>32 &gt;&gt; Mac and Windows are happy with it. Both can read and write. But the tragedy is Fat32 supports only 1GB of max file size. Most of my movies are above 1GB. Sad i cant compress each and every movie.</p>
<p><strong>So who came to my rescue?</strong></p>
<p><strong>NTFS-3G: </strong>This is a mac software which will allow to read and write NTFS on Mac. Download it here. <a href="http://www.ntfs-3g.org/" target="_blank">http://www.ntfs-3g.org/</a> God bless ntfs 3g org.</p>
<p><img class="aligncenter" title="ntfs 3G" src="http://www.ntfs-3g.org/logo/ntfs-3g-logo.png" alt="" height="61" width="160" /></p>
<p><strong>Kick 5)</strong> I copied all my movies to my new drive. Now i can move around with my movies. But wait! How to search the whole thing. OK Mac support spotlight search but it doesn&#8217;t search external drives. What the hell! Windows is so good. I can search any file any where. But there should be some hack. Ya there is.</p>
<p><strong>How to add external hardrives and portable drives to spotlight search?</strong></p>
<p>Easy. Pull up Terminal. Write <em>Sudo -s </em>and enter your password. Now execute the following.</p>
<p><em><strong>sudo mdutil -i &#8220;on&#8221; &#8220;/volumes/drivename&#8221;</strong></em></p>
<p>Once this is done your new drive is added to spotlight index and again i say <strong>Mac rocks for Geeks!</strong></p>
<p>Story cont&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2009/09/101-with-mac-story-of-a-window-user/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Picasa for Mac and Linux is out</title>
		<link>http://classictutorials.com/2009/01/picasa-for-mac-and-linux-is-out/</link>
		<comments>http://classictutorials.com/2009/01/picasa-for-mac-and-linux-is-out/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 08:07:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2009/01/27/picasa-for-mac-and-linux-is-out/</guid>
		<description><![CDATA[Much waited Picasa for Mac and Linux is out! The interface and other features though looks similar. To get a copy just follow the link: Mac user: http://picasa.google.com/mac/ Linux user: http://picasa.google.com/linux/ Here is a video for Mac user. You can see the features. Here are the list of features for Linux users: Sync your Picasa 3 and Picasa Web Albums edits Tired of having to manually re-upload your photos after making further edits? By enabling &#8216;Sync to Web,&#8217; edits made to your photos in Picasa 3 are automatically transferred to your corresponding online albums. You can sync the following changes: ...]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 100%;">Much waited Picasa for Mac and Linux is out!</span></p>
<p>The interface and other features though looks similar.</p>
<p>To get a copy just follow the link:<br />
<span style="font-weight: bold;">Mac user:</span> http://picasa.google.com/mac/<br />
<span style="font-weight: bold;">Linux user:</span> http://picasa.google.com/linux/</p>
<p><span style="font-weight: bold; color: #ff0000;">Here is a video for Mac user. You can see the features.</span></p>
<span style="text-align:center; display: block;"><a href="http://classictutorials.com/2009/01/picasa-for-mac-and-linux-is-out/"><img src="http://img.youtube.com/vi/NDKFjc3_wrk/2.jpg" alt="" /></a></span>
<p><span style="font-weight: bold; color: #ff0000;">Here are the list of features for Linux users:</span></p>
<table>
<tbody>
<tr>
<td valign="top"><span style="font-size: 100%;"><img src="http://www.google.com/help/hc/images/picasa_93773a.png" alt="sync" /></span></td>
<td>
<h3><a href="http://picasa.google.com/support/bin/answer.py?answer=112056"><span style="font-size: 100%;">Sync your Picasa 3 and Picasa Web Albums edits</span></a></h3>
<p><span style="font-size: 100%;">Tired of having to manually re-upload your photos after making further edits? By enabling &#8216;Sync to Web,&#8217; edits made to your photos in Picasa 3 are automatically transferred to your corresponding online albums.</span></p>
<div style="display: none;" id="z1">
<p>You can sync the following changes:</p>
<ul>
<li>Picasa 3 edits (Basic Fixes, Tuning, and Effects)</li>
<li>Photos added or deleted in Picasa 3</li>
<li>Captions, tags, or geotags</li>
</ul>
<h4>Getting started</h4>
<p>The <strong>Sync to Web</strong> button <img src="http://www.google.com/help/hc/images/picasa_93773a.png" alt="sync" align="absmiddle" /> is located on the right side of each folder or album header. When you click this button, you&#8217;ll first be prompted to upload the photos in that folder or album to Picasa Web Albums. You can change the upload size, album privacy setting, or even add a watermark to your uploaded photos. When the upload is complete, any subsequent Picasa 3 edits to those photos will automatically transfer to your online album.</p>
<h4>Troubleshooting</h4>
<p>You can disable the sync feature at any time by clicking the <strong>Sync to Web</strong> button again, or by selecting <strong>Disable Sync</strong> in the drop-down menu to the right of the <strong>Share </strong>button in the folder or album header. All your photos and their edits up to this point remain online, but any new edits and changes will no longer be synchronized.</p>
<p>The following changes don&#8217;t transfer to your online albums:</p>
<ul>
<li>Reordering photos</li>
<li>Changes made to folder or album properties</li>
<li>Changes made to filenames</li>
</ul>
</div>
</td>
</tr>
<tr>
<td valign="top"><span style="font-size: 100%;"><img src="http://www.google.com/help/hc/images/picasa_93773b.png" alt="retouch" /></span></td>
<td>
<h3><a href="http://picasa.google.com/support/bin/answer.py?answer=112056"><span style="font-size: 100%;">Retouch your images</span></a></h3>
<p><span style="font-size: 100%;">Always want to be airbrushed? Use the <strong>Retouch</strong> tool to remove unsightly blemishes and improve photo quality. It can also help you to restore old photos with marks, water stains, and scratches to excellent condition.</span></p>
<div style="display: none;" id="z2">
<p>When editing any photo, just click the <strong>Retouch</strong> button <img src="http://www.google.com/help/hc/images/picasa_93773b.png" alt="retouch" align="absmiddle" /> on the &#8216;Basic Fixes&#8217; tab. Adjust the size of your brush, and use the mouse scroll wheel to zoom in and out of the photo for precise edits. Click once to highlight the area you&#8217;d like to retouch, and then find another portion of the picture that should take the place of your highlighted area. Hover over this replacement area and click a second time.</p>
</div>
</td>
</tr>
</tbody>
</table>
<p><span style="font-size: 100%;"><img src="http://www.google.com/help/hc/images/picasa_93773f.png" alt="text" /></span></p>
<h3><span style="font-size: 100%;"><a href="toggleLayerDefault('z6');">Add text or watermarks to your photos</a></span></h3>
<p><span style="font-size: 100%;">You can easily personalize your photos using the Watermark and Text tools.</span></p>
<div style="display: none;" id="z6">
<h4>Watermarks</h4>
<p>Help protect your images by stamping a watermark on all images that you export or upload. The watermark signature will be placed in the lower right-hand corner.</p>
<p><a class="collapse" id="sc1" href="toggleZippy('a1');toggleLayerDefault('a2');"><strong>Upload photos with watermarks</strong></a></p>
<div style="display: none;" id="a2" class="action">Click the <strong>Tools</strong> menu in Picasa 3, select <strong>Options</strong>, then click the <strong>Web Albums</strong> tab. Select the option labeled &#8216;Add a watermark for all uploads.&#8217; Type the text for the watermark in the field below the option.</div>
<p><a class="collapse" id="sc3" href="toggleZippy('a3');toggleLayerDefault('a4');"><strong>Export photos with watermarks</strong></a></p>
<div style="display: none;" id="a4" class="action">When you click the <strong>Export</strong> button in the Photo Tray, you can select the &#8216;Add a watermark&#8217; checkbox to include a watermark on your exported images. Type the text for the watermark in the field below the option.</div>
<h4>Text</h4>
<p>Use the <strong>Text</strong> tool to add text quickly and easily to your photographs; you can even print the result. You can edit the style, size, color, and alignment of the text, as well as drag it to your desired location on the photo.</p>
<p>When editing a photo, click the <strong>Text</strong> button <img src="http://www.google.com/help/hc/images/picasa_93773f.png" alt="text" align="absmiddle" />on the &#8216;Basic Fixes&#8217; tab to access the tool. Do you want to add the same text to multiple photos? From the main Library view, click the <strong>Edit</strong> menu and select <strong>Copy Text</strong> to copy the text you&#8217;ve placed on one photo. Then select <strong>Paste text</strong> to apply it to all other selected photos.</p>
<div class="lightbulb">The text change isn&#8217;t permanent. Once you&#8217;ve added your text, you&#8217;ll see a &#8216;Show Text&#8217; checkbox on the &#8216;Basic Fixes&#8217; tab for that image. Deselect the checkbox and the text will disappear.</div>
</div>
<p><span style="font-size: 100%;"><img src="http://www.google.com/help/hc/images/picasa_93773m.gif" alt="print" /></span></p>
<h3><span style="font-size: 100%;"><a href="toggleLayerDefault('z7');">Print captions</a></span></h3>
<p><span style="font-size: 100%;">Your captions are about to see a little more action. You can now print your captions or photo file names on or below your photos. </span></p>
<div style="display: none;" id="z7">
<p>Control the style and color of your printed caption, in addition to the width and color of the printed photo border. After you&#8217;ve selected the photos you&#8217;d like to print, click the <strong>Print</strong> button in the Photo Tray. Click the <strong>Border and Text Options </strong>button <img src="http://www.google.com/help/hc/images/picasa_93773m.gif" alt="print" align="absmiddle" />to add borders and adjust the style and placement of your printed text. Click <strong>Apply</strong> to preview your work, and <strong>OK</strong> to accept the changes.</p>
</div>
<p><span style="font-size: 100%;"><img src="http://www.google.com/help/hc/images/picasa_93773i.png" alt="dropbox" /></span></p>
<h3><a href="http://picasa.google.com/support/bin/answer.py?answer=112056"><span style="font-size: 100%;">Upload easily to Picasa Web Albums</span></a></h3>
<p><span style="font-size: 100%;">Use the Drop Box to hold quic<br />
k<br />
uploads and upload throttling to multi-task during your upload.</span></p>
<div style="display: none;" class="info" id="z8">
<h4>Drop-box upload</h4>
<p>The Drop Box is an online album that serves as a holding pen for your quick uploads. Click the <strong>Upload to your Web Albums DropBox</strong> button <img src="http://www.google.com/help/hc/images/picasa_93773i.png" alt="dropbox" align="absmiddle" /> located above your photo on the &#8216;Edit Photo&#8217; screen to upload a single picture directly to your Picasa Web Albums Drop Box.</p>
<h4>Upload throttling</h4>
<p>You can choose to have Picasa 3 reserve some of your Internet bandwidth for surfing the Web while you&#8217;re doing large uploads to Picasa Web Albums. During your upload, the dialog box will have an option labeled &#8216;Don&#8217;t eat all my bandwidth.&#8217; Just select this checkbox, and then continue multi-tasking.</p>
</div>
<p><span style="font-size: 100%;"><img src="http://www.google.com/help/hc/images/picasa_93773o.gif" alt="PWA settings" /></span></p>
<h3><a href="http://picasa.google.com/support/bin/answer.py?answer=112056"><span style="font-size: 100%;">Control your Picasa Web Albums settings</span></a></h3>
<p><span style="font-size: 100%;">If you have an online album in Picasa Web Albums, you can now control the online settings through the corresponding folder or album in Picasa 3. </span></p>
<div style="display: none;" id="z9">
<p>There are a few different controls located in the drop-down menu <img src="http://www.google.com/help/hc/images/picasa_93773o.gif" alt="PWA settings" align="absmiddle" /> to the right of the <strong>Share</strong> button in the folder or album header:</p>
<ul>
<li>Adjust the privacy of your online album.</li>
<li>Change the online image size.</li>
<li>Delete an online album.</li>
<li><a href="http://picasa.google.com/support/bin/answer.py?answer=112056#sync">Sync your edits to your online album</a>. You can also choose to apply &#8216;Sync to Web&#8217; to starred photos only.</li>
<li>Use &#8216;Refresh Online Status&#8217; to pull your captions, tags, and geotags that you&#8217;ve added in Picasa Web Albums down to your photos in Picasa.</li>
</ul>
<h4>Troubleshooting</h4>
<ul>
<li>The button&#8217;s only available for folders or albums that have been uploaded to Picasa Web Albums.</li>
<li>You must be signed in to your Google Account for Picasa Web Albums. You can sign in by clicking <strong>Sign in to Web Albums</strong> in the upper-right corner of Picasa 3.</li>
<li>You will only be able to adjust the online image size if you have enabled &#8216;Sync to Web.&#8217;</li>
</ul>
</div>
<p><span style="font-size: 100%;"><img src="http://www.google.com/help/hc/images/picasa_93773x.gif" alt="move folders" /></span></p>
<h3><a href="http://picasa.google.com/support/bin/answer.py?answer=112056"><span style="font-size: 100%;">Manage folders on your computer</span></a></h3>
<p><span style="font-size: 100%;">It&#8217;s now possible to move entire folders around on your hard drive from within Picasa 3.</span></p>
<div style="display: none;" class="info" id="z10">
<p>From the folder list, right-click the folder you&#8217;d like to move, and select <strong>Move folder</strong>. Choose your desired destination or create a new folder altogether.</p>
<div class="alert">These moves are permanent on your hard drive, so make sure you properly stow your folders.</div>
</div>
<p><span style="font-size: 100%;"><img src="http://www.google.com/help/hc/images/picasa_93773k.png" alt="exif" /></span></p>
<h3><a href="http://picasa.google.com/support/bin/answer.py?answer=112056"><span style="font-size: 100%;">Get more information about your photos</span></a></h3>
<p><span style="font-size: 100%;">We&#8217;ve added new icons and tools to the Library view to quickly communicate useful information about your photos. </span></p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2009/01/picasa-for-mac-and-linux-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing Windows drive (NTFS drives) on Mac with READ &amp; WRITE</title>
		<link>http://classictutorials.com/2008/11/accessing-windows-drive-ntfs-drives-on-mac-with-read-write/</link>
		<comments>http://classictutorials.com/2008/11/accessing-windows-drive-ntfs-drives-on-mac-with-read-write/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 16:18:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tricks and Tips]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2008/11/08/accessing-windows-drive-ntfs-drives-on-mac-with-read-write/</guid>
		<description><![CDATA[Hi All,This is the first MAC tutorial of this blog!The tutorial gives you step by step procedure of enabling NTFS (Windows) read/write support in your MAC So by default MAC OS X won&#8217;t come with NTFS support. So one way is to customize during installation and choose NTFS 3G. Else if you haven&#8217;t customized then follow the steps below! 1) Download and install MacFuse. Download link is here2) Once installed now download NTFS 3G and install it. Download it from here It will ask you for restart. Restart your comp and see the changes. Now you can use the same ...]]></description>
			<content:encoded><![CDATA[<p>Hi All,<br />This is the first MAC tutorial of this blog!<br />The tutorial gives you step by step procedure of enabling NTFS (Windows) read/write support in your MAC</p>
<p>So by default MAC OS X won&#8217;t come with NTFS support. So one way is to customize during installation and choose NTFS 3G.</p>
<p>Else if you haven&#8217;t customized then follow the steps below!</p>
<p>1) Download and install MacFuse. Download link is <a href="http://macfuse.googlecode.com/files/MacFUSE-1.7.dmg"><span style="color:rgb(255,0,0);">here</span></a><br />2) Once installed now download NTFS 3G and install it. Download it from <a href="http://sourceforge.net/project/downloading.php?groupname=catacombae&amp;filename=NTFS-3G_1.5012-stable-catacombae.dmg&amp;use_mirror=osdn"><span style="color:rgb(255,0,0);">here</span></a></p>
<p>It will ask you for restart. Restart your comp and see the changes. Now you can use the same windows drive in mac. I am using vista and mac together and can share my files easily on both of them!  <img src='http://classictutorials.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> 
<div style="text-align:center;">Before<br /><a href="http://kaushik009.files.wordpress.com/2008/11/macfin1.png"><img style="cursor:pointer;width:233px;height:320px;" src="http://kaushik009.files.wordpress.com/2008/11/macfin1.png?w=218" alt="" border="0" /></a><br />After</div>
<div style="text-align:center;"><a href="http://kaushik009.files.wordpress.com/2008/11/macfin2.png"><img style="cursor:pointer;width:241px;height:320px;" src="http://kaushik009.files.wordpress.com/2008/11/macfin2.png?w=225" alt="" border="0" /></a></div>
<p>NB: Remember the download links i provided was tested on MacOSX 10.5.4<br />So if you are using any other version of mac i would suggest to visit the following links:
<ul>
<li>http://code.google.com/p/macfuse/</li>
<li>http://macntfs-3g.blogspot.com/</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2008/11/accessing-windows-drive-ntfs-drives-on-mac-with-read-write/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Simple Dual Boot System (Win XP / Mac OS 10.4.6/10.4.7)</title>
		<link>http://classictutorials.com/2007/02/how-to-create-a-simple-dual-boot-system-win-xp-mac-os-10-4-610-4-7/</link>
		<comments>http://classictutorials.com/2007/02/how-to-create-a-simple-dual-boot-system-win-xp-mac-os-10-4-610-4-7/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 21:55:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2007/02/09/how-to-create-a-simple-dual-boot-system-win-xp-mac-os-10-4-610-4-7/</guid>
		<description><![CDATA[How to Create a Simple Dual Boot System(Win XP / Mac OS 10.4.6/10.4.7) This is a simple guide to create a &#8220;Quick and Easy&#8221; dual boot system. It will use the integrated boot selector from Darwin. You will need:1. (Surely) Mac OS X 10.4.6 JAS Install DVD (on a DVD-R not RW!)2. (Surely) A PC with a compatible DVD drive (to install OS X, it&#8217;s necessary!)3. (Maybe!) Windows XP Install CD It&#8217;s simple and quite easy to understand but you must either:* a &#8211; Start from scratch with an empty HDD (longest but easiest and requires item 3)* b &#8211; ...]]></description>
			<content:encoded><![CDATA[<p>How to Create a Simple Dual Boot System<br />(Win XP / Mac OS 10.4.6/10.4.7)</p>
<p>This is a simple guide to create a &#8220;Quick and Easy&#8221; dual boot system. It will use the integrated boot selector from Darwin.</p>
<p>You will need:<br />1. (Surely) Mac OS X 10.4.6 JAS Install DVD (on a DVD-R not RW!)<br />2. (Surely) A PC with a compatible DVD drive (to install OS X, it&#8217;s necessary!)<br />3. (Maybe!) Windows XP Install CD</p>
<p>It&#8217;s simple and quite easy to understand but you must either:<br />* a &#8211; Start from scratch with an empty HDD (longest but easiest and requires item 3)<br />* b &#8211; Partition your disk with a program (as I don&#8217;t use these, I will no cover them here, there&#8217;s sufficient info on that everywhere)<br />* c &#8211; Start from an already partitionned Win XP system with sufficient space to install OS X on an unused partition. This &#8220;Quick and Easy&#8221; Solution, took 25 minutes for me to got OS X installed and running with a boot selector (installation of OS X included!).</p>
<p>To start, you should have two system partitions with at least 10 GB each to get comfortable with Virtual Memory (both OS), the hibernation sleep mode of windows and the bunch of program you will install to use your PC/Mac to work/play/whatever.</p>
<p>We will start from scratch, other will get onboard later.</p>
<p>* 1.</p>
<p>First of all, put your Windows XP Install CD in the tray (no really!).</p>
<p>- When the installer will ask your where to install Windows, select your HDD and create two partitions of at least 10 GB for Windows XP and OS X. Use FAT 32 System because OS X can read/write on these drives but not on NTFS (read only). Leave the rest of the disk unused. (To be honest you could even set up the entire HDD from Win XP install but it&#8217;s easier from OS X).</p>
<p>- Install Windows on the partition you just created, Windows will always make the install partition the active partition and then boot from there.</p>
<p>* 2.</p>
<p>Setup Windows (The longer part!)</p>
<p>* 3.</p>
<p>(we take case b. and c. people here!)</p>
<p>Put the OS X Install DVD (Yes, again)</p>
<p>- When you are at the installation menu, choose from the menu Utilities -&gt; Disc Utility.</p>
<p>- Then choose your disk and then either:</p>
<p>a: Select your OS X partition and go to the Erase Tab. Put &#8220;MacOSX&#8221; or any label in the label section (no special character as é à ù because it will be easier to call from the command line) and select Journalled MacOS type, click erase, this will format your partition to the Mac OS X format.</p>
<p>b: Select your unused Space and setup your drive from here. (For the more advanced users or the bold ones)</p>
<p>- Then, be sure to have your partition mounted (it&#8217;s said somewhere, but I don&#8217;t really remember) as you will need to access it from the terminal.</p>
<p>- Quit the Disk Utility, this will get you directly to the install menu.</p>
<p>- Then select, from the menu, Utilities -&gt; Terminal.<br />You will get to the tiny command line of Darwin (as someone said: don&#8217;t panic, the terminal is your friend!)</p>
<p>- Then type: &#8220;diskutil list&#8221; (as always, without quotes).<br />Keep note of the EXACT DISK/PARTITION where your MacOSX partition is, it will be something like: disk0s2 (Disk 0, partition #2 here).</p>
<p>- Then type &#8220;fdisk -e /dev/rdisk0&#8243;.<br />The 0 is the number following the &#8220;disk&#8221; in disk0s2. Hint for the Noobs: replace the number, here 0, with YOUR OWN MacOSX disk number!</p>
<p>[note: you will be in the sub command prompt of the fdisk program.]</p>
<p>- Then type &#8220;p&#8221;, it will list the partitions of this HDD.<br />Verify the number of your MacOSX partition just be sure that it will be your OS X system partition and not another you will make active. The active partition (here Win XP) will be identified with an &#8220;*&#8221;.</p>
<p>- Type: &#8220;f 2&#8243; where the 2 is the partition # in the &#8220;disk0s2&#8243;.<br />Hint for the Noobs: replace the number, here 2, with YOUR OWN MacOSX partition number!</p>
<p>This will mark your partition as the active partition for the boot sequence at PC start-up.</p>
<p>- Type: &#8220;write&#8221; to write your changes (it will ask you if it&#8217;s OK to set the changes on the next reboot, indeed, say Yes).</p>
<p>- Type: &#8220;exit&#8221; to exit fdisk program.</p>
<p>- Type: &#8220;exit&#8221; to exit Terminal.</p>
<p>- Close terminal with Command(ALT)-Q.</p>
<p>- Install OS X with the right options for your PC (go the the install FAQ to get some info on that).</p>
<p>- Reboot and enjoy the boot menu of Darwin when you press F8 while booting. You can select any OS and voilà!</p>
<p>In case it goes wrong and the partition doesn&#8217;t boot, just access the terminal from the DVD and repeat the Terminal procedure with the right partition. But to be sure it&#8217;s not because your partition is not a primary one, delete it with the Disk Utility of OS X to the &#8220;unused space&#8221; state and create it again, just in case.</p>
<p>Also, if OS X doesn&#8217;t boot at all on your PC, then your PC would be unstartable. Just put the DVD in the machine and repeat the Terminal procedure to change the starting partition to Win XP, but this should be an unlikely event as you are able to boot from the DVD.</p>
<p>Notes: It could certainly work for more OS like Linux, OS2, DOS or any obscure OS but I haven&#8217;t tried, so I could not write it here, but as the Boot selector seems quite flexible, it should work.</p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2007/02/how-to-create-a-simple-dual-boot-system-win-xp-mac-os-10-4-610-4-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

