<?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>Gabriel de Kadt &#187; Mac</title>
	<atom:link href="http://www.lazydada.com/category/technology/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lazydada.com</link>
	<description>Personal notes on Mac based web development and design.</description>
	<lastBuildDate>Tue, 30 Aug 2011 10:47:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Got an &#8220;Error establishing a database connection&#8221; in Mac OS X 10.6?</title>
		<link>http://www.lazydada.com/2010-09-09/got-an-error-establishing-a-database-connection-in-mac-os-x-10-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=got-an-error-establishing-a-database-connection-in-mac-os-x-10-6</link>
		<comments>http://www.lazydada.com/2010-09-09/got-an-error-establishing-a-database-connection-in-mac-os-x-10-6/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 09:02:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Web design & development]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.lazydada.com/?p=778</guid>
		<description><![CDATA[At some point in the last month (been on holiday mostly) an Apple system update caused MySQL to stop running &#8211; all local development sites using MySQL would give the dreaded &#8220;Error establishing a database connection&#8221; error message. And phpMyAdmin refused to recognize my user/pass credentials. It seems that Apple has once more made it [...]]]></description>
			<content:encoded><![CDATA[<p>At some point in the last month (been on holiday mostly) an Apple system update caused MySQL to stop running &#8211; all local development sites using MySQL would give the dreaded &#8220;Error establishing a database connection&#8221; error message. And phpMyAdmin refused to recognize my user/pass credentials.</p>
<p>It seems that Apple has once more made it necessary to explicitly state the MySQL default socket. As stated in this post <a title="MySQL error mac" href="http://foolswisdom.com/mac-wordpress-error-establishing-a-database-connection/">Mac, WordPress: “Error establishing a database connection”</a> you should edit the <tt>mysql.default_socket =</tt> line in your php.ini file to read <tt>mysql.default_socket = /tmp/mysql.sock </tt>. </p>
<p>If you don&#8217;t know where to look it&#8217;s to be found in an invisible folder at the root of your hard drive called &#8220;etc&#8221;. To get there go to the menu bar when in the Finder: Go -&gt; Go to Folder&#8230; or use this shortcut: [Apple]+[Shift]+G ) then type: <tt>/etc </tt>.</p>
<p>I&#8217;d recommend the excellent (and free) <a href="http://www.barebones.com/products/textwrangler/">TextWranger</a> to edit the file &#8211; as it makes it a breeze by automatically authorizing your changes with a prompt for you admin password when needed.</p>
<p>The change is easy &#8211; find the line that reads <tt>mysql.default_socket = </tt> then add <tt>/tmp/mysql.sock</tt> to the end.</p>
<p>The line should now read  <tt>mysql.default_socket = /tmp/mysql.sock </tt></p>
<p>Save the file the restart your Apache webserver by going the System Preferences and stopping, then starting again Web Sharing (found in the Sharing pane).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lazydada.com/2010-09-09/got-an-error-establishing-a-database-connection-in-mac-os-x-10-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Safari: how to restore all windows from last session using Time Machine</title>
		<link>http://www.lazydada.com/2010-07-27/safari-how-to-restore-all-windows-from-last-session-using-time-machine/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=safari-how-to-restore-all-windows-from-last-session-using-time-machine</link>
		<comments>http://www.lazydada.com/2010-07-27/safari-how-to-restore-all-windows-from-last-session-using-time-machine/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 10:12:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.lazydada.com/?p=763</guid>
		<description><![CDATA[It&#8217;s really very simple &#8211; everything you need is in ~/Libaray/Safari/LastSession.plist just quit Safari and restore that file from when it was good and you&#8217;re done. What&#8217;s this about? Well I tend to use open Safari windows/tabs to help keep me focused on foreground tasks while minimising backround/interesting/to-do articles etc. Occasionally I forget to restore [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s really very simple &#8211; everything you need is in <tt>~/Libaray/Safari/LastSession.plist</tt> just quit Safari and restore that file from when it was good and you&#8217;re done.</p>
<p>What&#8217;s this about?</p>
<p>Well I tend to use open Safari windows/tabs to help keep me focused on foreground tasks while minimising backround/interesting/to-do articles etc. Occasionally I forget to restore all my windows after restarting Safari for a quick session (usually whilst preparing for shutdown/restart/software update).</p>
<p>Next time you try to restore all your windows and don&#8217;t get what you expected &#8211; remind yourself this is why that extra Time Machine disk was such a useful investment.</p>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lazydada.com/2010-07-27/safari-how-to-restore-all-windows-from-last-session-using-time-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick and dirty DVD editing in iMovie</title>
		<link>http://www.lazydada.com/2009-02-26/quick-and-dirty-dvd-editing-in-imovie/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quick-and-dirty-dvd-editing-in-imovie</link>
		<comments>http://www.lazydada.com/2009-02-26/quick-and-dirty-dvd-editing-in-imovie/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 12:47:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[amateur geekery]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[DVD]]></category>

		<guid isPermaLink="false">http://www.lazydada.com/2009-02-26/quick-and-dirty-dvd-editing-in-imovie/</guid>
		<description><![CDATA[Got your own content want to re-edit quick-like using iMovie. Use MPEG Streamclip to export to MPEG-4. Import into iMovie. Edit.]]></description>
			<content:encoded><![CDATA[<p>Got your own content want to re-edit quick-like using iMovie. Use <a title="essential for transcoding or converting VOB files on a Mac" href="http://www.squared5.com/svideo/mpeg-streamclip-mac.html">MPEG Streamclip</a> to <b>export to MPEG-4</b>. Import into iMovie. Edit. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lazydada.com/2009-02-26/quick-and-dirty-dvd-editing-in-imovie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Font management on Mac OS X by Linotype</title>
		<link>http://www.lazydada.com/2008-08-07/font-management-on-mac-os-x-by-linotype/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=font-management-on-mac-os-x-by-linotype</link>
		<comments>http://www.lazydada.com/2008-08-07/font-management-on-mac-os-x-by-linotype/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 14:07:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic design]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.lazydada.com/?p=64</guid>
		<description><![CDATA[Thanks to guns for for making me aware of FontExplorer in the comment on this thread on how to organize fonts using Font Book over at Mac OS X Hints. FontExplorer looks great; the price certainly is. Must give it a good look when I get a chance.]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://www.macosxhints.com/users.php?mode=profile&amp;uid=1054438" target="_blank">guns</a> for for making me aware of <a title="Free font managment for Mac OS X from Linotype no less..." href="http://www.linotype.com/fontexplorerX" target="_blank">FontExplorer</a> in the comment on <a title="Organize fonts using Font Book" href="http://www.macosxhints.com/article.php?story=20080727082428772" target="_blank">this thread</a> on how to organize fonts using Font Book over at <a title="Mac OS X Hints" href="http://www.macosxhints.com/" target="_blank">Mac OS X Hints</a>. FontExplorer looks great; the price certainly is. Must give it a good look when I get a chance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lazydada.com/2008-08-07/font-management-on-mac-os-x-by-linotype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In-cell editing in MS Excel for Mac</title>
		<link>http://www.lazydada.com/2008-07-21/in-cell-editing-in-ms-excel-for-mac/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=in-cell-editing-in-ms-excel-for-mac</link>
		<comments>http://www.lazydada.com/2008-07-21/in-cell-editing-in-ms-excel-for-mac/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 13:45:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://www.lazydada.com/?p=53</guid>
		<description><![CDATA[Gold old Mac OS X Hints. I&#8217;ve looked for this shortcut several times over the last fifteen years across versions &#8211; never found it. Not online or in the Help files. Here it is: Control-U. GRRRREAT!]]></description>
			<content:encoded><![CDATA[<p>Gold old <a title="Mac hints" href="http://www.macosxhints.com/" target="_blank">Mac OS X Hints</a>. I&#8217;ve looked for this shortcut several times over the last fifteen years across versions &#8211; never found it. Not online or in the Help files. Here it is: <a title="Edit in place shortcut for MS Excel for Mac OS" href="http://www.macosxhints.com/article.php?story=20080712055817205" target="_blank">Control-U</a>. GRRRREAT!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lazydada.com/2008-07-21/in-cell-editing-in-ms-excel-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
