<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Know Your Mac &#8211; Top Ten Secrets of a Power User</title>
	<atom:link href="http://macmembrane.com/know-your-mac-top-ten-secrets-of-a-power-user/feed/" rel="self" type="application/rss+xml" />
	<link>http://macmembrane.com/know-your-mac-top-ten-secrets-of-a-power-user/</link>
	<description>There are peels everywhere...</description>
	<lastBuildDate>Sat, 20 Mar 2010 13:54:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: spud.upb</title>
		<link>http://macmembrane.com/know-your-mac-top-ten-secrets-of-a-power-user/comment-page-1/#comment-465</link>
		<dc:creator>spud.upb</dc:creator>
		<pubDate>Sat, 20 Mar 2010 13:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://macmembrane.com/?p=533#comment-465</guid>
		<description>As I always launch the same programs when I come into work I have made a really simple applescript that will launch them for me in the morning and then one that will quit them all at the end of the day.  Simply open up the Applescript Editor and, for launching, use:

tell application &quot;application name&quot;
    activate
end tell
for example:
tell application &quot;Mail&quot;
    activate
end tell

to quit use:
tell application &quot;application name&quot;
    quit
end tell

Simply put those lines in for every application that you want to launch or quit, respectively, and then choose File --&gt; Save As --&gt; and save it as an application.  You can then drag it to the dock and launch/close everything with one click.
I also map network drives and other such customizations, but that might be getting a little too in depth for most new to applescript.</description>
		<content:encoded><![CDATA[<p>As I always launch the same programs when I come into work I have made a really simple applescript that will launch them for me in the morning and then one that will quit them all at the end of the day.  Simply open up the Applescript Editor and, for launching, use:</p>
<p>tell application &#8220;application name&#8221;<br />
    activate<br />
end tell<br />
for example:<br />
tell application &#8220;Mail&#8221;<br />
    activate<br />
end tell</p>
<p>to quit use:<br />
tell application &#8220;application name&#8221;<br />
    quit<br />
end tell</p>
<p>Simply put those lines in for every application that you want to launch or quit, respectively, and then choose File &#8211;&gt; Save As &#8211;&gt; and save it as an application.  You can then drag it to the dock and launch/close everything with one click.<br />
I also map network drives and other such customizations, but that might be getting a little too in depth for most new to applescript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wacek Jedrzejczak</title>
		<link>http://macmembrane.com/know-your-mac-top-ten-secrets-of-a-power-user/comment-page-1/#comment-293</link>
		<dc:creator>Wacek Jedrzejczak</dc:creator>
		<pubDate>Sun, 04 Jan 2009 10:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://macmembrane.com/?p=533#comment-293</guid>
		<description>As I turn off my computer overnight and for a large part of the day, I have been using Anacron to run automatic OS X 10.5.x maintenance in the past. The results could be checked in file /var/log/ where the daily out, monthly out and weekly out run times appeared.

When I have downloaded the latest Anacron 3.3 it told me:

&quot;This version has been updated with a Universal binary for both PPC and Intel architectures. It will run on Leopard (MacOS 10.5), but is not needed because the Leopard launched will correctly run skipped events when the machine is next awake.&quot; 

As Anacron 3.3 stopped running, I have completely uninstalled it in accordance with Anacron&#039;s instructions but I can&#039;t find any records of Leopard&#039;s running automatic maintenance in /var/log/ .
Does that mean that the maintenance is not running or that it is no longer listed in /var/log/? Is it listed anywhere at all?</description>
		<content:encoded><![CDATA[<p>As I turn off my computer overnight and for a large part of the day, I have been using Anacron to run automatic OS X 10.5.x maintenance in the past. The results could be checked in file /var/log/ where the daily out, monthly out and weekly out run times appeared.</p>
<p>When I have downloaded the latest Anacron 3.3 it told me:</p>
<p>&#8220;This version has been updated with a Universal binary for both PPC and Intel architectures. It will run on Leopard (MacOS 10.5), but is not needed because the Leopard launched will correctly run skipped events when the machine is next awake.&#8221; </p>
<p>As Anacron 3.3 stopped running, I have completely uninstalled it in accordance with Anacron&#8217;s instructions but I can&#8217;t find any records of Leopard&#8217;s running automatic maintenance in /var/log/ .<br />
Does that mean that the maintenance is not running or that it is no longer listed in /var/log/? Is it listed anywhere at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wacek Jedrzejczak</title>
		<link>http://macmembrane.com/know-your-mac-top-ten-secrets-of-a-power-user/comment-page-1/#comment-292</link>
		<dc:creator>Wacek Jedrzejczak</dc:creator>
		<pubDate>Sun, 04 Jan 2009 10:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://macmembrane.com/?p=533#comment-292</guid>
		<description>As I turn off my computer overnight and for a large part of the day, I have been using Anacron to run automatic OS X 10.5.x maintenance in the past. The results could be checked in file /var/log/ where the daily out, monthly out and weekly out run times appeared.

When I have downloaded the latest Anacron 3.3 it told me:

&quot;This version has been updated with a Universal binary for both PPC and Intel architectures. It will run on Leopard (MacOS 10.5), but is not needed because the Leopard launched will correctly run skipped events when the machine is next awake.&quot; 

As Anacron 3.3 stopped running, I have completely uninstalled it in accordance with Anacron&#039;s instructions but I can&#039;t find any records of Leopard&#039;s running automatic maintenance in /var/log/ .
Does that mean that the maintenance is not running or that it is no longer listed in /var/log/? Is it listed anywhere at all?
Wacek</description>
		<content:encoded><![CDATA[<p>As I turn off my computer overnight and for a large part of the day, I have been using Anacron to run automatic OS X 10.5.x maintenance in the past. The results could be checked in file /var/log/ where the daily out, monthly out and weekly out run times appeared.</p>
<p>When I have downloaded the latest Anacron 3.3 it told me:</p>
<p>&#8220;This version has been updated with a Universal binary for both PPC and Intel architectures. It will run on Leopard (MacOS 10.5), but is not needed because the Leopard launched will correctly run skipped events when the machine is next awake.&#8221; </p>
<p>As Anacron 3.3 stopped running, I have completely uninstalled it in accordance with Anacron&#8217;s instructions but I can&#8217;t find any records of Leopard&#8217;s running automatic maintenance in /var/log/ .<br />
Does that mean that the maintenance is not running or that it is no longer listed in /var/log/? Is it listed anywhere at all?<br />
Wacek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://macmembrane.com/know-your-mac-top-ten-secrets-of-a-power-user/comment-page-1/#comment-241</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 01 Dec 2008 04:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://macmembrane.com/?p=533#comment-241</guid>
		<description>how to be a mac power user: Stop using macs.</description>
		<content:encoded><![CDATA[<p>how to be a mac power user: Stop using macs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper</title>
		<link>http://macmembrane.com/know-your-mac-top-ten-secrets-of-a-power-user/comment-page-1/#comment-204</link>
		<dc:creator>Jasper</dc:creator>
		<pubDate>Sun, 28 Sep 2008 09:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://macmembrane.com/?p=533#comment-204</guid>
		<description>There&#039;s no need to use root unless you come up against something that can&#039;t be done because permission is denied and you don&#039;t want to/shouldn&#039;t change permissions.

It&#039;s quite weird, I don&#039;t really consider myself a power user by any means, and I don&#039;t really think these tips are indicative of a power user - certainly one who uses some of OSX&#039;s less obvious and more useful features, but not power. In my mind, a power user has a library of apple scripts, automator actions and awk scripts so that they barely even have to touch the keyboard any more!</description>
		<content:encoded><![CDATA[<p>There&#8217;s no need to use root unless you come up against something that can&#8217;t be done because permission is denied and you don&#8217;t want to/shouldn&#8217;t change permissions.</p>
<p>It&#8217;s quite weird, I don&#8217;t really consider myself a power user by any means, and I don&#8217;t really think these tips are indicative of a power user &#8211; certainly one who uses some of OSX&#8217;s less obvious and more useful features, but not power. In my mind, a power user has a library of apple scripts, automator actions and awk scripts so that they barely even have to touch the keyboard any more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noah</title>
		<link>http://macmembrane.com/know-your-mac-top-ten-secrets-of-a-power-user/comment-page-1/#comment-196</link>
		<dc:creator>Noah</dc:creator>
		<pubDate>Sat, 20 Sep 2008 15:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://macmembrane.com/?p=533#comment-196</guid>
		<description>Oh, and while we&#039;re mentioning underutilized power tools... Automator can be loads of fun and a real help with productivity. The learning curve isn&#039;t very steep either. 

Find it in your Applications folder and play around a bit.</description>
		<content:encoded><![CDATA[<p>Oh, and while we&#8217;re mentioning underutilized power tools&#8230; Automator can be loads of fun and a real help with productivity. The learning curve isn&#8217;t very steep either. </p>
<p>Find it in your Applications folder and play around a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noah</title>
		<link>http://macmembrane.com/know-your-mac-top-ten-secrets-of-a-power-user/comment-page-1/#comment-195</link>
		<dc:creator>Noah</dc:creator>
		<pubDate>Sat, 20 Sep 2008 14:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://macmembrane.com/?p=533#comment-195</guid>
		<description>There&#039;s really no reason even for most power users to log in as root in the GUI. If you really are doing something that requires root it&#039;s better to use sudo in the terminal. If you don&#039;t know how to do that, then the chances are excellent that you shouldn&#039;t, or at least that you shouldn&#039;t on a computer that you care about before backing everything up... ;-)</description>
		<content:encoded><![CDATA[<p>There&#8217;s really no reason even for most power users to log in as root in the GUI. If you really are doing something that requires root it&#8217;s better to use sudo in the terminal. If you don&#8217;t know how to do that, then the chances are excellent that you shouldn&#8217;t, or at least that you shouldn&#8217;t on a computer that you care about before backing everything up&#8230; ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://macmembrane.com/know-your-mac-top-ten-secrets-of-a-power-user/comment-page-1/#comment-186</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 18 Sep 2008 15:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://macmembrane.com/?p=533#comment-186</guid>
		<description>@warren - running in pure root is over my head!  I&#039;m certainly the one who would &quot;screw stuff up&quot; if I tried it.  Maybe the title should be &quot;Secrets of a Power &lt;em&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Graphical_user_interface&quot; title=&quot;GUI on wikipedia&quot; rel=&quot;nofollow&quot;&gt;Gooey&lt;/a&gt;&lt;/em&gt; User.&quot;  My combo of familiarity, keyboard shortcuts and AppleScript works for me, but I&#039;m always impressed when I watch terminal freaks work.  If you&#039;re running as root, you&#039;re seriously rocking.  (Maybe you could recommend a link for those who don&#039;t know about the root experience?)

@Salil - I have my Zoom feature turned off because, like you, I discovered it only by accident and had no idea what was going on!  If you want to enable zoom, go into System Preferences under Universal Access.  You&#039;ll see &#039;Zoom&#039; spelled out in huge letters - just click the &#039;On&#039; preference check box.  By default, holding down control and scrolling in (with a trackball on a mouse or with two fingers on a notebook) will magnify the screen area around your cursor.  Scroll back to get back to a normal state.

I personally don&#039;t find it very useful, but I can see how it would be to some.  

Great comments!  Cheers, everyone.</description>
		<content:encoded><![CDATA[<p>@warren &#8211; running in pure root is over my head!  I&#8217;m certainly the one who would &#8220;screw stuff up&#8221; if I tried it.  Maybe the title should be &#8220;Secrets of a Power <em><a href="http://en.wikipedia.org/wiki/Graphical_user_interface" title="GUI on wikipedia" rel="nofollow">Gooey</a></em> User.&#8221;  My combo of familiarity, keyboard shortcuts and AppleScript works for me, but I&#8217;m always impressed when I watch terminal freaks work.  If you&#8217;re running as root, you&#8217;re seriously rocking.  (Maybe you could recommend a link for those who don&#8217;t know about the root experience?)</p>
<p>@Salil &#8211; I have my Zoom feature turned off because, like you, I discovered it only by accident and had no idea what was going on!  If you want to enable zoom, go into System Preferences under Universal Access.  You&#8217;ll see &#8216;Zoom&#8217; spelled out in huge letters &#8211; just click the &#8216;On&#8217; preference check box.  By default, holding down control and scrolling in (with a trackball on a mouse or with two fingers on a notebook) will magnify the screen area around your cursor.  Scroll back to get back to a normal state.</p>
<p>I personally don&#8217;t find it very useful, but I can see how it would be to some.  </p>
<p>Great comments!  Cheers, everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salil</title>
		<link>http://macmembrane.com/know-your-mac-top-ten-secrets-of-a-power-user/comment-page-1/#comment-185</link>
		<dc:creator>Salil</dc:creator>
		<pubDate>Thu, 18 Sep 2008 15:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://macmembrane.com/?p=533#comment-185</guid>
		<description>i&#039;m surprised nobody ever talks about the inbuilt zoom feature (ctrl+scroll up-down / right click+scroll wheel) cause i only discovered it by accident but find it quite useful. has it been around that long?</description>
		<content:encoded><![CDATA[<p>i&#8217;m surprised nobody ever talks about the inbuilt zoom feature (ctrl+scroll up-down / right click+scroll wheel) cause i only discovered it by accident but find it quite useful. has it been around that long?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: warren</title>
		<link>http://macmembrane.com/know-your-mac-top-ten-secrets-of-a-power-user/comment-page-1/#comment-183</link>
		<dc:creator>warren</dc:creator>
		<pubDate>Wed, 17 Sep 2008 08:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://macmembrane.com/?p=533#comment-183</guid>
		<description>im really surprised that noone has talked about using the ROOT account. Although i think that may even be above the &quot;power user&quot; scope of this article, you can screw stuff up if you dont know what your doing.</description>
		<content:encoded><![CDATA[<p>im really surprised that noone has talked about using the ROOT account. Although i think that may even be above the &#8220;power user&#8221; scope of this article, you can screw stuff up if you dont know what your doing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
