<?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>Anna Filina &#187; mac os</title>
	<atom:link href="http://annafilina.com/blog/tag/mac-os/feed/" rel="self" type="application/rss+xml" />
	<link>http://annafilina.com/blog</link>
	<description>I fix stuff</description>
	<lastBuildDate>Wed, 04 Jan 2012 14:56:50 +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>How to extract icons on OSX</title>
		<link>http://annafilina.com/blog/how-to-extract-icons-on-osx/</link>
		<comments>http://annafilina.com/blog/how-to-extract-icons-on-osx/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 20:53:50 +0000</pubDate>
		<dc:creator>Anna</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mac os]]></category>

		<guid isPermaLink="false">http://annafilina.com/blog/?p=459</guid>
		<description><![CDATA[I downloaded great icons from http://iconaholic.com but could not convert them to PNG. The info dialog said that it was a Unix Executable. After reading multiple posts on the Web, I finally mashed them up into a viable solution. No additional software is necessary.
Select the file or the application that has the icon you need.<div><a href="http://annafilina.com/blog/how-to-extract-icons-on-osx/">Read the rest...</a></div><br />]]></description>
			<content:encoded><![CDATA[<p>I downloaded great icons from <a href="http://iconaholic.com">http://iconaholic.com</a> but could not convert them to PNG. The info dialog said that it was a Unix Executable. After reading multiple posts on the Web, I finally mashed them up into a viable solution. No additional software is necessary.</p>
<p>Select the file or the application that has the icon you need. Open the info dialog by selecting Get Info from the File menu (Cmd+I). You will see the desired icon at the top-left of the dialog. Click it and it will be outlined in blue. Now copy it (Cmd+C). Open the Preview application and choose New From Clipboard from the File menu (Cmd+N). You can navigate to the desired icon size and select Save As from the File menu (Cmd+Shift+S). Select the desired file format and save!</p>
]]></content:encoded>
			<wfw:commentRss>http://annafilina.com/blog/how-to-extract-icons-on-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>doctrine:insert-sql for MAMP users</title>
		<link>http://annafilina.com/blog/doctrine-and-mamp/</link>
		<comments>http://annafilina.com/blog/doctrine-and-mamp/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 01:51:55 +0000</pubDate>
		<dc:creator>Anna</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[doctrine]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://annafilina.com/blog/?p=319</guid>
		<description><![CDATA[One of my computers has MAMP installed. I was trying to build a database schema from a YAML file. When time came to insert the SQL using&#8230;
&#62;php symfony doctrine:insert-sql
the following error message appeared:
&#62;Couldn&#8217;t locate driver named mysql
MySQL worked fine on this computer for many years so a missing driver was out of the question. After<div><a href="http://annafilina.com/blog/doctrine-and-mamp/">Read the rest...</a></div><br />]]></description>
			<content:encoded><![CDATA[<p>One of my computers has MAMP installed. I was trying to build a database schema from a YAML file. When time came to insert the SQL using&#8230;</p>
<p>&gt;php symfony doctrine:insert-sql</p>
<p>the following error message appeared:</p>
<p>&gt;Couldn&#8217;t locate driver named mysql</p>
<p>MySQL worked fine on this computer for many years so a missing driver was out of the question. After some thinking I realized that the command &#8220;php&#8221; actually refers to OS X version of php and not the one that ships with MAMP. Since I was too lazy to properly configure the extensions for the OS X version, I simply pointed the &#8220;php&#8221; command to the MAMP version using the following line:</p>
<p>&gt;alias php=&#8217;/Applications/MAMP/bin/php5/bin/php&#8217;</p>
<p>I ran the symfony command again and it worked perfectly!</p>
]]></content:encoded>
			<wfw:commentRss>http://annafilina.com/blog/doctrine-and-mamp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>.htaccess on Leopard</title>
		<link>http://annafilina.com/blog/htaccess-on-leopard/</link>
		<comments>http://annafilina.com/blog/htaccess-on-leopard/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 01:17:09 +0000</pubDate>
		<dc:creator>Anna</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mac os]]></category>

		<guid isPermaLink="false">http://annafilina.com/blog/archives/33</guid>
		<description><![CDATA[After moving my databases and websites to a new Mac with Leopard, none of the websites were working. It was as if mod_rewrite was not working. First, I noticed that the .htaccess files were all ignored. I checked the Apache configuration file in MAMP, and everything seemed fine. After over an hour of going through<div><a href="http://annafilina.com/blog/htaccess-on-leopard/">Read the rest...</a></div><br />]]></description>
			<content:encoded><![CDATA[<p><!-- s9ymdb:10 --><img style="float: left; border: 0px; padding-bottom: 5px; padding-right: 10px;" src="http://annafilina.com/blog/uploads/leopard_logo.jpg" alt="" width="149" height="120" />After moving my databases and websites to a new Mac with Leopard, none of the websites were working. It was as if mod_rewrite was not working. First, I noticed that the .htaccess files were all ignored. I checked the Apache configuration file in MAMP, and everything seemed fine. After over an hour of going through blogs and forums, I finally get it: Leopard (it&#8217;s my first day with it) has its own configuration file in a private folder. That file is not allowing htaccess files.</p>
<p><strong>Solution</strong><br />
1. Open /private/etc/apache2/httpd.conf<br />
2. Line 175 and 210: change AllowOverride none to AllowOverride All<br />
3. Restart your server<br />
4. Yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://annafilina.com/blog/htaccess-on-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

