<?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>Witheringtree &#187; Software</title>
	<atom:link href="http://www.witheringtree.com/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.witheringtree.com</link>
	<description>If a tree falls in the forest and no one is around to hear it fall… yeah, it still makes a sound.</description>
	<lastBuildDate>Sat, 05 May 2012 15:15:03 +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>Add a digital signature to a PDF using Preview</title>
		<link>http://www.witheringtree.com/2011/11/add-a-digital-signature-to-a-pdf-using-preview/</link>
		<comments>http://www.witheringtree.com/2011/11/add-a-digital-signature-to-a-pdf-using-preview/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 16:07:01 +0000</pubDate>
		<dc:creator>David Freerksen</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple Software]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips/Tricks]]></category>

		<guid isPermaLink="false">http://www.witheringtree.com/?p=954</guid>
		<description><![CDATA[Apple always builds all kinds of hidden things into their stuff. Today I had to sign a contract. The contract was sent over as a PDF. I really didn’t want to print it, sign it, and mail or fax it back or rescan it and email it back. I don’t have a scanner and I &#8230; <a href="http://www.witheringtree.com/2011/11/add-a-digital-signature-to-a-pdf-using-preview/" title="Continue reading">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Apple always builds all kinds of hidden things into their stuff. Today I had to sign a contract. The contract was sent over as a PDF. I really didn’t want to print it, sign it, and mail or fax it back or rescan it and email it back. I don’t have a scanner and I don’t have a printer. I started playing with Preview and it turns out, it’s built in now. This is available in Lion.</p>
<ol>
<li>Open the PDF that needs a signature with Preview.</li>
<li>Click the <strong>Annotate</strong> tab to display the annotate toolbar.</li>
<li>Select the <strong>Signature</strong> button.</li>
<li>If you do not have a signature loaded already, click <strong>Create Signature from Built-In iSight&#8230;</strong>. If you already have one loaded, skip to step 7<br /><a href="http://www.witheringtree.com/wp-content/uploads/2011/11/signature_annotate.png" rel="shadowbox[sbpost-954];player=img;"><img src="http://www.witheringtree.com/wp-content/uploads/2011/11/signature_annotate-300x80.png" alt="" title="signature_annotate" width="300" height="80" class="alignnone size-medium wp-image-956" /></a></li>
<li>In the <strong>Signatures</strong> tab, click <strong>Create Signature&#8230;</strong></li>
<li>Sign your name to a white piece of paper and hold it up to your iSight camera.</li>
<li>Click <strong>Accept</strong> when your signature is positioned correctly inside the preview area.<br /><a href="http://www.witheringtree.com/wp-content/uploads/2011/11/signature_capture.png" rel="shadowbox[sbpost-954];player=img;"><img src="http://www.witheringtree.com/wp-content/uploads/2011/11/signature_capture-300x146.png" alt="" title="signature_capture" width="300" height="146" class="alignnone size-medium wp-image-957" /></a></li>
<li>With the Signature button selected (it should be blue), click and drag where you want to place your signature.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.witheringtree.com/2011/11/add-a-digital-signature-to-a-pdf-using-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mercurial .hgignore file</title>
		<link>http://www.witheringtree.com/2011/04/mercurial-hgignore-file/</link>
		<comments>http://www.witheringtree.com/2011/04/mercurial-hgignore-file/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 16:09:07 +0000</pubDate>
		<dc:creator>David Freerksen</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips/Tricks]]></category>

		<guid isPermaLink="false">http://www.witheringtree.com/?p=913</guid>
		<description><![CDATA[If you are using Mercurial, there is this handy file in your repository root called .hgignore. This is a file that keeps track of all of the files that should not be tracked by Mercurial. For example, log files or cache files should not be committed to repositories. I do a lot of work with &#8230; <a href="http://www.witheringtree.com/2011/04/mercurial-hgignore-file/" title="Continue reading">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you are using Mercurial, there is this handy file in your repository root called .hgignore. This is a file that keeps track of all of the files that should not be tracked by Mercurial. For example, log files or cache files should not be committed to repositories.</p>
<p>I do a lot of work with PHP, Codeigniter, and Eclipse on the Mac. This is what my .igignore file looks like:</p>
<p>application/logs/(?!index\.html|\.htaccess)<br />
application/cache/(?!index\.html|\.htaccess)<br />
syntax: glob<br />
.DS_Store<br />
*.[Bb][Aa][Kk]<br />
[Bb][Aa][Kk]<br />
*.[Cc]ache<br />
.buildpath<br />
.project<br />
.settings</p>
<p>The first two lines keep my logs and cache directories empty on commit except for the index.html and .htaccess files that are in there. .DS_Store is used by Finder. It’s similar to the desktop.ini file on Windows. The last three lines are to keep my Eclipse project files out of the repo. Everything else is files and directories that I tend to call things.</p>
<p>If you are on Windows, instead of .DS_Store you will probably need [Tt]humbs.db as well. If you are working with Microsoft Visual Studio and .Net, you are going to need a few more things. The ones I can think of off the top of my head are:</p>
<p>syntax: glob<br />
*.suo<br />
*.webinfo<br />
[Bb]in<br />
*/[Bb]in<br />
[Rr]elease<br />
*/[Rr]elease<br />
[Dd]ebug<br />
*/[Dd]ebug</p>
<p>All of this will of course change depending on the IDE, preferences, and framework you are using. This will help you get started.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.witheringtree.com/2011/04/mercurial-hgignore-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Really?</title>
		<link>http://www.witheringtree.com/2010/07/really/</link>
		<comments>http://www.witheringtree.com/2010/07/really/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 20:25:00 +0000</pubDate>
		<dc:creator>David Freerksen</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.witheringtree.com/?p=779</guid>
		<description><![CDATA[Really? I have to restart my computer for 6Kb?]]></description>
			<content:encoded><![CDATA[<p>Really? I have to restart my computer for 6Kb?</p>
<p><a href="http://www.witheringtree.com/wp-content/uploads/2010/07/6kb_restart_100731.png" rel="shadowbox[sbpost-779];player=img;"><img class="alignnone size-medium wp-image-780" title="6kb Restart" src="http://www.witheringtree.com/wp-content/uploads/2010/07/6kb_restart_100731-253x300.png" alt="" width="253" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.witheringtree.com/2010/07/really/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Resolve MySQL Not Starting In MAMP</title>
		<link>http://www.witheringtree.com/2010/05/how-to-resolve-mysql-not-starting-in-mamp/</link>
		<comments>http://www.witheringtree.com/2010/05/how-to-resolve-mysql-not-starting-in-mamp/#comments</comments>
		<pubDate>Tue, 25 May 2010 03:56:46 +0000</pubDate>
		<dc:creator>David Freerksen</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Apple Software]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips/Tricks]]></category>

		<guid isPermaLink="false">http://www.witheringtree.com/?p=769</guid>
		<description><![CDATA[I use MAMP daily. I love MAMP. I recently discovered how truly awesome MAMP Pro is too. But that&#8217;s a story for another time. I recently upgraded from MAMP 1.8.4 to 1.9. When I got MAMP 1.9 installed I started the servers. Apache came up but MySQL didn&#8217;t want to. I tried shutting down both &#8230; <a href="http://www.witheringtree.com/2010/05/how-to-resolve-mysql-not-starting-in-mamp/" title="Continue reading">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I use MAMP daily. I love MAMP. I recently discovered how truly awesome MAMP Pro is too. But that&#8217;s a story for another time. I recently upgraded from MAMP 1.8.4 to 1.9. When I got MAMP 1.9 installed I started the servers. Apache came up but MySQL didn&#8217;t want to. I tried shutting down both servers and starting it back up again, which didn&#8217;t work.</p>
<p>Thankfully, there is a pretty simple fix. To begin with, make sure MAMP is shut down. Next, open Terminal. To open Terminal either open Spotlight (Cmd+Space) and type &#8220;terminal&#8221; or you can find Terminal in the /Applications/Utilities/ folder.</p>
<p>Once you get Terminal opened, type the following:</p>

<div class="wp_syntax"><div class="code"><pre class="applescript" style="font-family:monospace;">ps aux | grep mysql 
lsof <span style="color: #000000;">-</span>i 
killall <span style="color: #000000;">-</span><span style="color: #000000;">9</span> mysqld</pre></div></div>

<p>That&#8217;s it. Start up MAMP and MySQL will come back up just like normal. Another option would be to simply change the port number MySQL is using in MAMP. Restarting your computer may work too but I did&#8217;t try that.</p>
<p>[Edit May 5, 2012] Very, very late response to a couple of the comments. If this isn&#8217;t working for you, you may have to use sudo. In Terminal, type &#8220;sudo killall -9 mysqld&#8221; (without the quotes). This will allow you to kill the mysqld process with security privileges of another users (such as root).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.witheringtree.com/2010/05/how-to-resolve-mysql-not-starting-in-mamp/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Menu Items</title>
		<link>http://www.witheringtree.com/2010/03/menu-items/</link>
		<comments>http://www.witheringtree.com/2010/03/menu-items/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 02:39:31 +0000</pubDate>
		<dc:creator>David Freerksen</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Self]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple Software]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.witheringtree.com/?p=746</guid>
		<description><![CDATA[I guess I never noticed it, but I have a lot of menu icons! In order from left to right is: Adium Waveboard Tweetie BetterTouchTool Alfred Dropbox Google Notifier &#8211; Calendar Google Notifier &#8211; GMail Caffeine MobileMe Sync Time Machine Bluetooth Wireless Audio/Volume Time Spotlight Check out a screenshot of all of them on my &#8230; <a href="http://www.witheringtree.com/2010/03/menu-items/" title="Continue reading">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.witheringtree.com/wp-content/uploads/2010/03/menu_icons.jpg" rel="shadowbox[sbpost-746];player=img;"><img class="size-full wp-image-748 aligncenter" title="Menu items" src="http://www.witheringtree.com/wp-content/uploads/2010/03/menu_icons.jpg" alt="" width="557" height="110" /></a></p>
<p>I guess I never noticed it, but I have a lot of menu icons! In order from left to right is:</p>
<p><a href="http://www.adium.im/" target="_blank">Adium</a><br />
<a href="http://www.getwaveboard.com/" target="_blank">Waveboard</a><br />
<a href="http://www.atebits.com/tweetie-mac/" target="_blank">Tweetie</a><br />
<a href="http://blog.boastr.net/" target="_blank">BetterTouchTool</a><br />
<a href="http://www.alfredapp.com/" target="_blank">Alfred</a><br />
<a href="http://www.dropbox.com/" target="_blank">Dropbox</a><br />
<a href="http://toolbar.google.com/gmail-helper/notifier_mac.html" target="_blank">Google Notifier &#8211; Calendar</a><br />
<a href="http://toolbar.google.com/gmail-helper/notifier_mac.html" target="_blank">Google Notifier &#8211; GMail</a><br />
<a href="http://lightheadsw.com/caffeine/" target="_blank">Caffeine</a><br />
<a href="http://www.me.com/" target="_blank">MobileMe Sync</a><br />
Time Machine<br />
Bluetooth<br />
Wireless<br />
Audio/Volume<br />
Time<br />
Spotlight</p>
<p>Check out a screenshot of all of them on my desktop:</p>
<p style="text-align: center;"><a title="Menu icons" rel="lightbox" href="http://www.witheringtree.com/wp-content/uploads/2010/03/menu_icons_arrows.png"><img class="size-medium wp-image-747 aligncenter" title="Menu items" src="http://www.witheringtree.com/wp-content/uploads/2010/03/menu_icons_arrows-300x187.png" alt="" width="300" height="187" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.witheringtree.com/2010/03/menu-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BetterTouchTool</title>
		<link>http://www.witheringtree.com/2010/01/bettertouchtool/</link>
		<comments>http://www.witheringtree.com/2010/01/bettertouchtool/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 02:04:52 +0000</pubDate>
		<dc:creator>David Freerksen</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple Software]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.witheringtree.com/?p=632</guid>
		<description><![CDATA[When I first updated to Snow Leopard I was using a Logitech mouse. But I kept having problems with it. Some of the time it would read my single clicks as double clicks. So if I was selecting a bunch of files to be deleted, it would then open them all up. It became very &#8230; <a href="http://www.witheringtree.com/2010/01/bettertouchtool/" title="Continue reading">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-634" title="Magic Mouse" src="http://www.witheringtree.com/wp-content/uploads/2010/01/magic_mouse-150x44.png" alt="" width="150" height="44" />When I first updated to Snow Leopard I was using a Logitech mouse. But I kept having problems with it. Some of the time it would read my single clicks as double clicks. So if I was selecting a bunch of files to be deleted, it would then open them all up. It became very annoying. So I started using the Mighty Mouse until the Magic Mouse came out. I use the Magic Mouse exclusively now.</p>
<p>I have to say the Magic Mouse is almost the best mouse I have ever had. I say almost because with both the Logitech mouse and Mighty Mouse, I had a way to do application Exposé without touching the keyboard. For most people, this isn&#8217;t a big deal. But I spend a lot of time on the computer. Shortcuts like that really help.</p>
<p>I&#8217;m pretty sure Apple is working on updating the Magic Muse driver to do it now, but in the mean time, you can use <a href="http://blog.boastr.net/" target="_blank">BetterTouchTool</a>. I have it set right now to three finger click opens up Exposé. I can easily change it to a two, three, four, or five finger click, or tap, or swipe. It&#8217;s a pretty nice little program. If you gave a Magic Mouse, I recommend you try it out.</p>
<p>Even if you don&#8217;t have a Magic Mouse, you can still use it on multitouch touchpads on the Macbook and Macbook Pro.</p>
<p>[Update Jan. 11th, 2009] There is also <a title="MagicPrefs" href="http://vladalexa.com/apps/osx/magicprefs/" target="_blank">MagicPrefs</a> which looks like it does the same thing. I haven&#8217;t tried it because BTT is working great for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.witheringtree.com/2010/01/bettertouchtool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Subversion with Cornerstone</title>
		<link>http://www.witheringtree.com/2009/10/mac-subversion-with-cornerstone/</link>
		<comments>http://www.witheringtree.com/2009/10/mac-subversion-with-cornerstone/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 02:04:34 +0000</pubDate>
		<dc:creator>David Freerksen</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.witheringtree.com/?p=392</guid>
		<description><![CDATA[When I upgraded my Mac from Leopard to Snow Leopard, the only thing that really changed for me was I had to updated a couple pieces of software or wait about a week for the software to be updated. There were two things that could not be updated. The first was a plugin called NuFile &#8230; <a href="http://www.witheringtree.com/2009/10/mac-subversion-with-cornerstone/" title="Continue reading">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When I upgraded my Mac from Leopard to Snow Leopard, the only thing that really changed for me was I had to updated a couple pieces of software or wait about a week for the software to be updated. There were two things that could not be updated. The first was a plugin called <a href="http://www.growlichat.com/NuFile.php" target="_blank">NuFile</a> that I used to create new files and <a href="http://scplugin.tigris.org/" target="_blank">SCPlugin</a> that I used for subversion. Both used the context (right click) menu. Unfortunately, Snow Leopard changed the way that context menus are done. Apple now wants software developer to use the services menu instead. So for now, both are dead in Snow Leopard.</p>
<p>To get around the NuFile problem of creating a new file, I am using <a href="http://www.blacktree.com/" target="_blank">QuickSilver</a> to open the application and then save the file wherever I want it. Or saving the file to the desktop and dragging it into the folder where I want it. Not as quick as the context menu but it gets the job done.</p>
<p>As far as SCPlugin is concerned, I needed a subversion app right away. So I started downloading a bunch of them to see which one I liked the best. A lot of them didn&#8217;t run on Snow Leopard. The ones that did, they were too complicated and it annoyed me or they didn&#8217;t notify me if there was an update. Which is important to me. I don&#8217;t want to check for an update manually. I wanted the app to check for an update and then left me update it if and when I wanted. I liked svnX up until I wanted to add a folder with 4 levels of subfolders in it and one file inside of the last folder. I ended up having to add the folders one by one. So I dropped that right after that experience. Plus it was difficult to get to work with repositories that required a username and password. You would have to go to Terminal to accept the certificate.</p>
<p>Then I landed on <a href="http://versionsapp.com/" target="_blank">Versions</a> which everyone thinks is the greatest subversion app for the Mac. I tried it out. It was good. Much better than all of the other subversion applications I had tried previously.</p>
<p><img class="alignleft size-full wp-image-393" title="Cornerstone" src="http://www.witheringtree.com/wp-content/uploads/2009/10/cornerstone-app.png" alt="Cornerstone" width="128" height="128" />Then I found <a href="http://www.zennaware.com/cornerstone/" target="_blank">Cornersone</a>. It did everything Versions did, but it did it better and quicker. It has a very nice inline content viewer as well. It also felt smoother and more stable to me. It also plays nice with repositories that require you to log in with a username and password and also saves the information in the keychain. Both are about the same price (Cornerstone is only $1 cheaper). Now that I have Cornerstone and see its power, I don&#8217;t even see myself going back to SCPlugin even if/when they update to work with Snow Leopard.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.witheringtree.com/2009/10/mac-subversion-with-cornerstone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make MAMP Start MySQL When It Doesn&#8217;t Want To</title>
		<link>http://www.witheringtree.com/2009/10/make-mamp-start-mysql-when-it-doesnt-want-to/</link>
		<comments>http://www.witheringtree.com/2009/10/make-mamp-start-mysql-when-it-doesnt-want-to/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 04:59:02 +0000</pubDate>
		<dc:creator>David Freerksen</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips/Tricks]]></category>

		<guid isPermaLink="false">http://www.witheringtree.com/?p=389</guid>
		<description><![CDATA[I am using MAMP for local PHP development. It&#8217;s alright. It has a tendency to not want to cooperate sometimes. Like this morning. I loaded up MAMP and Apache started just fine but MySQL didn&#8217;t want to do anything. If you are getting an error similar to “Error: Could not connect to MySQL server!”, rather &#8230; <a href="http://www.witheringtree.com/2009/10/make-mamp-start-mysql-when-it-doesnt-want-to/" title="Continue reading">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am using MAMP for local PHP development. It&#8217;s alright. It has a tendency to not want to cooperate sometimes. Like this morning. I loaded up MAMP and Apache started just fine but MySQL didn&#8217;t want to do anything.</p>
<p>If you are getting an error similar to “Error: Could not connect to MySQL server!”, rather than having to reinstall MAMP (which sometimes doesn&#8217;t work), here’s a fix:</p>
<ol>
<li>Quit MAMP</li>
<li>Open Terminal (Applications/Utilities/Terminal.app)</li>
<li>Type &#8220;killall -9 mysqld&#8221; (without the quotes)</li>
<li>Start MAMP</li>
</ol>
<p>It should be working now. If not, you may have to sudo the command (&#8220;sudo killall -9 mysqld&#8221;)</p>
<p>Another option is to go to Appliacations/MAMP/db/mysql/ and delete anything is is NOT a folder. I didn&#8217;t have to use this option so I can&#8217;t vouch for it myself. According to forum postings it works though.</p>
<p>[Edit May 5, 2012] Very, very late response to a couple of the comments. If this isn&#8217;t working for you, you may have to use sudo. In Terminal, type &#8220;sudo killall -9 mysqld&#8221; (without the quotes). This will allow you to kill the mysqld process with security privileges of another users (such as root).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.witheringtree.com/2009/10/make-mamp-start-mysql-when-it-doesnt-want-to/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>403 Forbidden using MAMP</title>
		<link>http://www.witheringtree.com/2009/09/403-forbidden-using-mamp/</link>
		<comments>http://www.witheringtree.com/2009/09/403-forbidden-using-mamp/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 04:49:15 +0000</pubDate>
		<dc:creator>David Freerksen</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips/Tricks]]></category>

		<guid isPermaLink="false">http://www.witheringtree.com/?p=364</guid>
		<description><![CDATA[I have been playing with Codeigniter a lot lately. I was in the middle of working on something when MAMP gave me a 403 error. The error was &#8220;403 Forbidden You don&#8217;t have permission to access / on this server&#8221; Navigating to any folder would give me the 403 error as well, even http://localhost:8888/MAMP/?language=English. This &#8230; <a href="http://www.witheringtree.com/2009/09/403-forbidden-using-mamp/" title="Continue reading">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have been playing with Codeigniter a lot lately. I was in the middle of working on something when MAMP gave me a 403 error.</p>
<p>The error was &#8220;403 Forbidden You don&#8217;t have permission to access / on this server&#8221; Navigating to any folder would give me the 403 error as well, even http://localhost:8888/MAMP/?language=English.</p>
<p>This was a pretty simple issue to correct. Not simple enough at the time though</p>
<ol>
<li>Stop all MAMP servers (Apache and MySQL Server)</li>
<li>Navigate to <span style="color: #ff0000;">Applications/MAMP/conf/apache</span></li>
<li>Open <span style="color: #ff0000;">httpd.conf</span></li>
<li>You can probably open it with TextEdit. I opened it with Dreamweaver. Just make sure TextEdit is editing it in plain text format and not rich text format.</li>
<li>Find the following section of code (on mine it was on line 378):<br />
<span style="color: #ff0000;">&lt;Directory /&gt;<br />
Options Indexes FollowSymLinks<br />
AllowOverride All<br />
&lt;/Directory&gt;</span></li>
<li>Change &#8220;<span style="color: #ff0000;">AllowOverride All</span>&#8221; to &#8220;<span style="color: #ff0000;">AllowOverride None</span>&#8220;</li>
<li>Save the file</li>
<li>Start MAMP and test the pages.</li>
</ol>
<p>If that doesn&#8217;t work for you, you can always <a href="http://www.google.com/#q=mamp+403+forbidden" target="_blank">Google</a> it. The <a href="http://forum.mamp.info/index.php" target="_blank">MAMP forums</a> have a lot of posts about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.witheringtree.com/2009/09/403-forbidden-using-mamp/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Subversion</title>
		<link>http://www.witheringtree.com/2009/05/subversion/</link>
		<comments>http://www.witheringtree.com/2009/05/subversion/#comments</comments>
		<pubDate>Wed, 06 May 2009 06:03:05 +0000</pubDate>
		<dc:creator>David Freerksen</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.witheringtree.com/?p=143</guid>
		<description><![CDATA[I was wondering what other subversion tools were used. For the PC I use TortoiseSVN. I know Flex comes with a plugin for Eclipse called Subclipse. I&#8217;ve tried it and I&#8217;m not a fan of that one. To me it seems likes it says it updates but it doesn&#8217;t fully complete. For the Mac I &#8230; <a href="http://www.witheringtree.com/2009/05/subversion/" title="Continue reading">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was wondering what other subversion tools were used. For the PC I use <a href="http://tortoisesvn.tigris.org/" target="_blank">TortoiseSVN</a>. I know Flex comes with a plugin for Eclipse called <a href="http://subclipse.tigris.org/" target="_blank">Subclipse</a>. I&#8217;ve tried it and I&#8217;m not a fan of that one. To me it seems likes it says it updates but it doesn&#8217;t fully complete. For the Mac I use <a href="http://scplugin.tigris.org/" target="_blank">SCPlugin</a>. I&#8217;ve been pretty happy with it so far. There are a couple quarks but for the most part it&#8217;s pretty good. What else is out there?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.witheringtree.com/2009/05/subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

