<?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>Quick and Nerdy &#187; Mac</title>
	<atom:link href="http://quickandnerdy.com/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://quickandnerdy.com</link>
	<description>Nerdy news in byte-sized chunks</description>
	<lastBuildDate>Fri, 04 May 2012 20:21:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Mac OSX Lion Cursor Disappeared? Get It Back</title>
		<link>http://quickandnerdy.com/mac-osx-lion-cursor-disappeared-get-it-back/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mac-osx-lion-cursor-disappeared-get-it-back</link>
		<comments>http://quickandnerdy.com/mac-osx-lion-cursor-disappeared-get-it-back/#comments</comments>
		<pubDate>Fri, 04 May 2012 20:11:14 +0000</pubDate>
		<dc:creator>nerdOne</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://quickandnerdy.com/?p=168</guid>
		<description><![CDATA[From what I&#8217;ve found when searching online, I&#8217;m not the only one who has their cursor periodically disappear in OSX Lion. Once in a while I&#8217;ll return to my Mac Mini (my iMac and Macbook Pro never have this problem) and my cursor is nowhere to be found. The mouse or trackpad still works; if [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 260px"><img title="Missing Mac OSX Lion Cursor" src="http://upload.wikimedia.org/wikipedia/commons/3/3f/Lion_Icon.png" alt="Mac OSX Cursor Gone" width="250" height="250" /><p class="wp-caption-text">Did Lion devour my cursor?</p></div>
<p>From what I&#8217;ve found when searching online, I&#8217;m not the only one who has their cursor periodically disappear in OSX Lion. Once in a while I&#8217;ll return to my Mac Mini (my iMac and Macbook Pro never have this problem) and my cursor is nowhere to be found. The mouse or trackpad still works; if you go way down on the screen over the dock the hover affect will work but the cursor is still not visible.</p>
<p>One way I found to bring the cursor back is to zoom the screen. If you don&#8217;t already know this, you can zoom in the screen at any time by holding down the ctrl key and scrolling up (or down depending on your system preferences). You can then zoom back to normal again by doing the opposite and, voila! Your cursor is back.</p>
<p>I can&#8217;t guarantee that this will work for you but it definitely works for me and I&#8217;ve heard from many others who say the same. Hopefully this tip will help you end the frustration of the missing Lion cursor.</p>
<p>Image By Manurguez (Own work) [<a href="http://creativecommons.org/licenses/by-sa/3.0">CC-BY-SA-3.0</a>], <a href="http://commons.wikimedia.org/wiki/File%3ALion_Icon.png">via Wikimedia Commons</a></p>
]]></content:encoded>
			<wfw:commentRss>http://quickandnerdy.com/mac-osx-lion-cursor-disappeared-get-it-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix For PayPal CSV Transaction History Download</title>
		<link>http://quickandnerdy.com/fix-for-paypal-csv-transaction-history-download/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-for-paypal-csv-transaction-history-download</link>
		<comments>http://quickandnerdy.com/fix-for-paypal-csv-transaction-history-download/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 16:20:57 +0000</pubDate>
		<dc:creator>nerdOne</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[PayPal]]></category>

		<guid isPermaLink="false">http://quickandnerdy.com/?p=165</guid>
		<description><![CDATA[Have you been frustrated with trying to download your PayPal transaction history only to have the browser spin it&#8217;s wheels forever. Even if your report is small, the download still usually fails. I&#8217;ve fought with this many times and have finally found the fix. Apparently this is due to a PayPal timeout issue. You can [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_142" class="wp-caption alignright" style="width: 210px"><a href="http://quickandnerdy.com/wp-content/uploads/2012/01/paypal_logo.gif"><img class="size-full wp-image-142" title="paypal_logo" src="http://quickandnerdy.com/wp-content/uploads/2012/01/paypal_logo.gif" alt="PayPal Issues" width="200" height="50" /></a><p class="wp-caption-text">PayPal Issues Solved</p></div>
<p>Have you been frustrated with trying to download your PayPal transaction history only to have the browser spin it&#8217;s wheels forever. Even if your report is small, the download still usually fails. I&#8217;ve fought with this many times and have finally found the fix. Apparently this is due to a PayPal timeout issue. You can fix this problem by using a terminal command to &#8220;aggressively try and keep the connection to PayPal alive&#8221; so the download can finish.</p>
<p>So, to fix this on a Mac,:</p>
<ul>
<li>go to your History page on PayPal</li>
<li>select your date range</li>
<li>open Terminal or iTerm</li>
<li>enter the following</li>
<ul>
<li>sudo sysctl -w net.inet.tcp.keepidle=10000 net.inet.tcp.keepintvl=5000 net.inet.tcp.always_keepalive=­1</li>
</ul>
<li>enter your admin password</li>
<li>successfully download your transactions!</li>
</ul>
<p>If your transaction list is huge you may still have to narrow your history search.</p>
<p>Thanks to Mark for posting this solution. I found it here: <a title="PayPal CSV Download Solution" href="http://www.youtube.com/watch?v=U8jPvIGX6aw" target="_blank">http://www.youtube.com/watch?v=U8jPvIGX6aw</a></p>
]]></content:encoded>
			<wfw:commentRss>http://quickandnerdy.com/fix-for-paypal-csv-transaction-history-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix &#8216;Unkown host&#8217; Error on Mac</title>
		<link>http://quickandnerdy.com/fix-unkown-host-error-on-mac/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-unkown-host-error-on-mac</link>
		<comments>http://quickandnerdy.com/fix-unkown-host-error-on-mac/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 22:29:52 +0000</pubDate>
		<dc:creator>nerdZero</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://quickandnerdy.com/?p=156</guid>
		<description><![CDATA[Have you ever had one of your websites become inaccessible on only one of your computers? The site loads up fine on every other machine you try it on but on this one machine, nada. If you try to ping the domain you&#8217;ll likely be presented with an &#8216;unknown host&#8217; error. If your computer is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://quickandnerdy.com/wp-content/uploads/2012/01/terminal-icon.jpeg"><img class="alignright size-full wp-image-157" title="terminal-icon" src="http://quickandnerdy.com/wp-content/uploads/2012/01/terminal-icon.jpeg" alt="" width="225" height="225" /></a>Have you ever had one of your websites become inaccessible on only one of your computers? The site loads up fine on every other machine you try it on but on this one machine, nada. If you try to ping the domain you&#8217;ll likely be presented with an &#8216;unknown host&#8217; error.</p>
<p>If your computer is a Mac you will likely first think to try dscacheutil -flushcache . However, this will not work for you unless you are using an older version of OS X. Now what you&#8217;ll have to do is the following:</p>
<p>sudo killall -HUP mDNSResponder</p>
<p>In most cases this is what will work for you. I won&#8217;t bore you with a lengthy explanation of why. Just try it.</p>
]]></content:encoded>
			<wfw:commentRss>http://quickandnerdy.com/fix-unkown-host-error-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Happened to File Paths in Lion&#8217;s Spotlight Results?</title>
		<link>http://quickandnerdy.com/what-happened-to-file-paths-in-lions-spotlight-results/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-happened-to-file-paths-in-lions-spotlight-results</link>
		<comments>http://quickandnerdy.com/what-happened-to-file-paths-in-lions-spotlight-results/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 18:36:49 +0000</pubDate>
		<dc:creator>nerdOne</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://quickandnerdy.com/?p=145</guid>
		<description><![CDATA[Being a nerd I love keyboard shortcuts. Because of this, when using a Mac I use Spotlight extensively. I use Spotlight as a calculator, for word definitions, and most frequently, to launch applications and find files. One of the many changes in OS X Lion is a change in Spotlight is that it no longer displays the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://quickandnerdy.com/wp-content/uploads/2012/01/spotlight-shadow.jpeg"><img class=" wp-image-146  alignright" title="spotlight-shadow" src="http://quickandnerdy.com/wp-content/uploads/2012/01/spotlight-shadow.jpeg" alt="Spotlight in Lion" width="208" height="197" /></a></p>
<p>Being a nerd I love keyboard shortcuts. Because of this, when using a Mac I use Spotlight extensively. I use Spotlight as a calculator, for word definitions, and most frequently, to launch applications and find files.</p>
<p>One of the many changes in OS X Lion is a change in Spotlight is that it no longer displays the path to a file on your machine when you mouseover a search result. Previously I used this all the time when trying to locate files. How could Apple get ride of this extremely useful feature?</p>
<p>Well, they didn&#8217;t. It&#8217;s still available but is a bit more hidden. I&#8217;m not sure where this is documented or how we were supposed to figure it out but thanks to Richard Cardona and the <a title="Spotlight Changed In Lion" href="http://www.capmac.org/phpbb2/viewtopic.php?p=10467" target="_blank">CapMac Forums</a> I learned how to get file paths again. Now I&#8217;ll share it with you.</p>
<ol>
<li>As before, enter your search query in Spotlight.</li>
<li>Also as before, either use your arrow keys to move down to the appropriate search result or mouseover the search result</li>
<li>When the new preview window pops up to the left of the Spotlight results, hold down the command key</li>
</ol>
<p>At the bottom of the preview window the name of the file will initially be displayed. Keep holding down the command key and in a second or two the path of the file will be revealed! Now you know where that file is located on your system.</p>
<div id="attachment_150" class="wp-caption aligncenter" style="width: 510px"><a href="http://quickandnerdy.com/wp-content/uploads/2012/01/spotlight-search-lion.jpg"><img class="size-full wp-image-150" title="spotlight-search-lion" src="http://quickandnerdy.com/wp-content/uploads/2012/01/spotlight-search-lion.jpg" alt="Lion Spotlight Search Results with File Path" width="500" height="297" /></a><p class="wp-caption-text">While holding down the Command button</p></div>
]]></content:encoded>
			<wfw:commentRss>http://quickandnerdy.com/what-happened-to-file-paths-in-lions-spotlight-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apples to Apple: Fun and Interesting Infographic</title>
		<link>http://quickandnerdy.com/apples-to-apple-fun-and-interesting-infographic/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apples-to-apple-fun-and-interesting-infographic</link>
		<comments>http://quickandnerdy.com/apples-to-apple-fun-and-interesting-infographic/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 15:03:07 +0000</pubDate>
		<dc:creator>nerdOne</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://quickandnerdy.com/?p=132</guid>
		<description><![CDATA[Here&#8217;s a fun infographic comparing Apple, the company to apples, the fruit. A few of my favorite points: China produces 44% of the world&#8217;s apples and 100% of the world&#8217;s Apples the average apple weighs about the same as an Apple iPhone 4s (5oz. versus 4.9oz.) an iphone 4s is 33.6% glass Thanks to MBA [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a fun infographic comparing Apple, the company to apples, the fruit.</p>
<p>A few of my favorite points:</p>
<ul>
<li>China produces 44% of the world&#8217;s apples and 100% of the world&#8217;s Apples</li>
<li>the average apple weighs about the same as an Apple iPhone 4s (5oz. versus 4.9oz.)</li>
<li>an iphone 4s is 33.6% glass</li>
</ul>
<p>Thanks to <a title="Apples to Apple" href="http://www.mbaonline.com/apple-to-apples/">MBA Online</a> for putting this one together.</p>
<div id="attachment_133" class="wp-caption alignleft" style="width: 600px"><a href="http://quickandnerdy.com/wp-content/uploads/2012/01/apples-to-apple-590.jpg"><img class="size-full wp-image-133 " title="apples-to-apple-590" src="http://quickandnerdy.com/wp-content/uploads/2012/01/apples-to-apple-590.jpg" alt="Apples to Apple: more similar than you might think" width="590" height="5134" /></a><p class="wp-caption-text">Apples to Apple: more similar than you might think</p></div>
]]></content:encoded>
			<wfw:commentRss>http://quickandnerdy.com/apples-to-apple-fun-and-interesting-infographic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing node.js on Mac OSX</title>
		<link>http://quickandnerdy.com/installing-node-js-on-mac-osx/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-node-js-on-mac-osx</link>
		<comments>http://quickandnerdy.com/installing-node-js-on-mac-osx/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 22:20:12 +0000</pubDate>
		<dc:creator>nerdOne</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://quickandnerdy.com/?p=127</guid>
		<description><![CDATA[I recently installed node.js on a Mac running OSX 10.7.2 and these were the steps I followed at the command line.  Git and Xcode were already installed on the machine so this assumes they are already present. git clone git://github.com/ry/node.git cd node ./configure make sudo make install You can test that node is installed by [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_129" class="wp-caption alignright" style="width: 255px"><a href="http://quickandnerdy.com/wp-content/uploads/2012/01/nodejs-logo.png"><img class="size-full wp-image-129" title="nodejs-logo" src="http://quickandnerdy.com/wp-content/uploads/2012/01/nodejs-logo.png" alt="Node js" width="245" height="66" /></a><p class="wp-caption-text">Node.js</p></div>
<p>I recently installed node.js on a Mac running OSX 10.7.2 and these were the steps I followed at the command line.  Git and Xcode were already installed on the machine so this assumes they are already present.</p>
<ol>
<li>git clone git://github.com/ry/node.git</li>
<li>cd node</li>
<li>./configure</li>
<li>make</li>
<li>sudo make install</li>
</ol>
<p>You can test that node is installed by running a simple program such as:</p>
<pre style="padding-left: 30px;">var http = require('http');
http.createServer(function (request, response) {
  response.writeHead(200, {'Content-Type': 'text/plain'});
  response.end('Node.js has arrived.\n');
}).listen(1337, "127.0.0.1");
console.log('Up and running at http://127.0.0.1:1337/');</pre>
<p>You can run this code by saving it as something like testing-node.js and then entering the command:</p>
<pre style="padding-left: 30px;">node testin-node.js</pre>
<p>That&#8217;s it. Node.js is now up and running on port 1337 !</p>
<p>PS: stop the server with ctrl + c</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://quickandnerdy.com/installing-node-js-on-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command Line Tip: Position Cursor with the Mouse</title>
		<link>http://quickandnerdy.com/command-line-tip-position-cursor-with-the-mouse/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=command-line-tip-position-cursor-with-the-mouse</link>
		<comments>http://quickandnerdy.com/command-line-tip-position-cursor-with-the-mouse/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 15:31:33 +0000</pubDate>
		<dc:creator>nerdOne</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://quickandnerdy.com/?p=103</guid>
		<description><![CDATA[When entering long commands in the terminal, making changes or fixing mistakes in the middle of the command can slow you down. Moving your cursor over one character at a time to get the to point where the change is needed takes too much time! Fortunately on a Mac you can actually use your mouse [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_63" class="wp-caption alignright" style="width: 160px"><a href="http://quickandnerdy.com/wp-content/uploads/2010/07/command-line-terminal.png"><img class="size-thumbnail wp-image-63" title="command-line-terminal" src="http://quickandnerdy.com/wp-content/uploads/2010/07/command-line-terminal-150x150.png" alt="command line tip - place your cursor with the mouse" width="150" height="150" /></a><p class="wp-caption-text">Place your cursor with the mouse</p></div>
<p>When entering long commands in the terminal, making changes or fixing mistakes in the middle of the command can slow you down. Moving your cursor over one character at a time to get the to point where the change is needed takes too much time! Fortunately on a Mac you can actually use your mouse to position the cursor wherever you want in the current line.</p>
<p>The trick is to hold down the &#8216;Option&#8217; key while clicking. Move your mouse pointer where you want the cursor and &#8216;Option-Click&#8217;. When doing this the cursor will actually move to that point in the line. I didn&#8217;t believe it until I tried it. It really works! Another command line time saver.</p>
]]></content:encoded>
			<wfw:commentRss>http://quickandnerdy.com/command-line-tip-position-cursor-with-the-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy and Paste Without Formatting in Chrome</title>
		<link>http://quickandnerdy.com/copy-and-paste-without-formatting-in-chrome/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=copy-and-paste-without-formatting-in-chrome</link>
		<comments>http://quickandnerdy.com/copy-and-paste-without-formatting-in-chrome/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 15:19:13 +0000</pubDate>
		<dc:creator>nerdOne</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[copy-paste]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://quickandnerdy.com/?p=96</guid>
		<description><![CDATA[For people like me who work extensively on the web, copying and pasting can be a huge pain. The main pain point is when you copy some text from a web page and don&#8217;t want all of the formatting when you paste it somewhere else, like an email or a blog post. Most people end [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_97" class="wp-caption alignright" style="width: 160px"><a href="http://quickandnerdy.com/wp-content/uploads/2010/11/google-chrome-logo-thumb-300x300-75857.jpg"><img class="size-thumbnail wp-image-97 " title="Google Chrome Logo" src="http://quickandnerdy.com/wp-content/uploads/2010/11/google-chrome-logo-thumb-300x300-75857-150x150.jpg" alt="Google Chrome Logo" width="150" height="150" /></a><p class="wp-caption-text">Copy - Paste Relief!</p></div>
<p>For people like me who work extensively on the web, copying and pasting can be a huge pain. The main pain point is when you copy some text from a web page and don&#8217;t want all of the formatting when you paste it somewhere else, like an email or a blog post. Most people end up copying the content into a work processor like Textmate or Notepad and then re-copying and re-pasting. What a hassle!</p>
<p>Well, there is a handy built-in shortcut in Google Chrome (my choice for best browser) that automatically removes formatting when you paste. Yay! If you are on a Mac, the shortcut is &#8216;Command-Option-Shift-v&#8217; and if you are on Windows it is &#8216;Control-Shift-v&#8217;.</p>
<p>The 4 key shortcut on Mac is a bit of a &#8216;handful&#8217; but it is well worth it.</p>
]]></content:encoded>
			<wfw:commentRss>http://quickandnerdy.com/copy-and-paste-without-formatting-in-chrome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top Right Bubble in Mac OS X: The Lozenge</title>
		<link>http://quickandnerdy.com/top-right-bubble-in-mac-the-lozenge/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=top-right-bubble-in-mac-the-lozenge</link>
		<comments>http://quickandnerdy.com/top-right-bubble-in-mac-the-lozenge/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 20:05:09 +0000</pubDate>
		<dc:creator>nerdOne</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[lozenge]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[toolbar]]></category>

		<guid isPermaLink="false">http://quickandnerdy.com/?p=66</guid>
		<description><![CDATA[Have you ever noticed that wide grey bubble in the top right of some of your Mac application windows? When I first moved to Mac it took a while before I even noticed it.  Its actually quite handy. The button, sometimes called the &#8216;lozenge&#8217; is used in applications that have a &#8216;Hide Toolbar&#8217; option in [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever noticed that wide grey bubble in the top right of some of your Mac application windows? When I first moved to Mac it took a while before I even noticed it.  Its actually quite handy.</p>
<p>The button, sometimes called the &#8216;lozenge&#8217; is used in applications that have a &#8216;Hide Toolbar&#8217; option in their &#8216;View&#8217; menu.</p>
<p>In Finder the button will hide both the toolbar and the sidebar. If you command-click the button it will modify how the toolbar is displayed, cycling through variations of words and buttons, buttons only, words only and various different sizes of buttons etc.</p>
<div id="attachment_76" class="wp-caption aligncenter" style="width: 550px"><a href="http://quickandnerdy.com/wp-content/uploads/2010/07/lozenge3.png"><img class="size-full wp-image-76  " title="The Mac Lozenge " src="http://quickandnerdy.com/wp-content/uploads/2010/07/lozenge3.png" alt="The Mac Lozenge " width="540" height="154" /></a><p class="wp-caption-text">The Lozenge </p></div>
<p>Another handy use of the lozenge is installing an app. When doing so you are often presented with the window that has the app icon. Sometimes there will be an Applications icon that you can simply drag the app icon into in order to move the app to the Applications folder. When this isn&#8217;t the case people usually think they need to open another Finder window in order to drag the app to the Applications folder. However, the lozenge can save you this trouble. Simply click on it and a sidebar will appear and you can drag the app to the Applications folder listed there. Nice!</p>
<p>Some other applications that have the &#8216;lozenge&#8217; include:</p>
<p>Mail, Preview and Adium.</p>
]]></content:encoded>
			<wfw:commentRss>http://quickandnerdy.com/top-right-bubble-in-mac-the-lozenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command Line Tip: Start of Line &#8211; End of Line</title>
		<link>http://quickandnerdy.com/command-line-tip-start-of-line-end-of-line/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=command-line-tip-start-of-line-end-of-line</link>
		<comments>http://quickandnerdy.com/command-line-tip-start-of-line-end-of-line/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 19:26:05 +0000</pubDate>
		<dc:creator>nerdOne</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://quickandnerdy.com/?p=62</guid>
		<description><![CDATA[If you like to work from the command line there are many keyboard shortcuts that can make your life easier. Two of my favourites are control+a and control+e. When you are have some text entered and you want to quickly get to the start or end of the entered text these little shortcuts will save [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://quickandnerdy.com/wp-content/uploads/2010/07/command-line-terminal.png"><img class="alignright size-medium wp-image-63" title="command-line-terminal" src="http://quickandnerdy.com/wp-content/uploads/2010/07/command-line-terminal-300x212.png" alt="" width="300" height="212" /></a>If you like to work from the command line there are many keyboard shortcuts that can make your life easier. Two of my favourites are control+a and control+e. When you are have some text entered and you want to quickly get to the start or end of the entered text these little shortcuts will save you some key-presses.</p>
<p>ctrl + a: moves the cursor to the start of the line</p>
<p>ctrl + e: moves the cursor to the end of the line</p>
<p>Many of you will already know about these handy shortcuts but if you haven&#8217;t I think you&#8217;ll really appreciate them.</p>
]]></content:encoded>
			<wfw:commentRss>http://quickandnerdy.com/command-line-tip-start-of-line-end-of-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

