<?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>J.P. McGarrity.com &#187; osx</title>
	<atom:link href="http://jpmcgarrity.com/blog/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://jpmcgarrity.com/blog</link>
	<description>Focusing on the Front End</description>
	<lastBuildDate>Sat, 30 Apr 2011 16:40:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Work with PHP5 locally on your Mac</title>
		<link>http://jpmcgarrity.com/blog/2009/08/work-with-php5-locally-on-your-mac/</link>
		<comments>http://jpmcgarrity.com/blog/2009/08/work-with-php5-locally-on-your-mac/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 16:32:59 +0000</pubDate>
		<dc:creator>J.P.</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[php5]]></category>

		<guid isPermaLink="false">http://jpmcgarrity.com/blog/?p=465</guid>
		<description><![CDATA[
Here are few quick steps to turn on PHP5 on your mac. This an easy modification allowing you to work with in your WebServer folder.
Note: To use this method 10.5+ is required.

With your favorite text editor (I recommend Textmate) open Macintosh HD/private/etc/apache2/httpd.conf. You must allow hidden files to be seem to view and open.
Once the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-469" title="phpimage" src="http://jpmcgarrity.com/blog/wp-content/uploads/2009/08/phpimage2.jpg" alt="phpimage" width="630" height="502" /></p>
<p>Here are few quick steps to turn on PHP5 on your mac. This an easy modification allowing you to work with in your WebServer folder.</p>
<p><strong>Note:</strong> To use this method 10.5+ is required.</p>
<ul>
<li>With your favorite text editor (I recommend Textmate) open Macintosh HD/private/etc/apache2/httpd.conf. You must allow hidden files to be seem to view and open.</li>
<li>Once the httpd.conf file has been opened go to line #114 and edit the following <code>#LoadModule php5_module      libexec/apache2/libphp5.so</code> remove the &#8220;#&#8221; sign and save the file. You will be prompted to enter root password.</li>
<li>With Terminal open, type the following series of commands, each followed by Return:<br />
<code>cd /private/etc<br />
sudo cp php.ini.default php.ini</code></li>
<li>Now open the file with your text editor.</li>
<li>Go to line #305 and change &#8220;error_reporting = E_ALL &amp; ~E_NOTICE&#8221; to error_reporting = &#8220;E_ALL&#8221; and save the file and enter your root password.</li>
<li>Open your System Preferences click on Sharing and then turn on Web sharing.</li>
</ul>
<p>After the above steps have been completed PHP5 will be working with in your WebServer folder located in  &#8220;Macintosh HD/Library/WebServer/Documents&#8221;.</p>
<p>To confirm everything has been configured correct create a php file with the following:</p>
<ul>
<li>
&lt;?php phpinfo(); ?&gt;
</li>
<li>
Save the file with the documents folder as info.php.
</li>
<li>
In a browser window go to: http://localhost/info.php and you will see your php settings.
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jpmcgarrity.com/blog/2009/08/work-with-php5-locally-on-your-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Textmate to Compose email with OSX Mail</title>
		<link>http://jpmcgarrity.com/blog/2009/07/use-textmate-to-compose-email-with-osx-mail/</link>
		<comments>http://jpmcgarrity.com/blog/2009/07/use-textmate-to-compose-email-with-osx-mail/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 01:26:12 +0000</pubDate>
		<dc:creator>J.P.</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[coding tool]]></category>
		<category><![CDATA[bundles]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://jpmcgarrity.com/blog/?p=407</guid>
		<description><![CDATA[
Recently I started using Textmate for more things then just coding websites since thats bascially the tip of the iceburg then it comes to the most powerful editor on the mac.
If you interested in trying something new with Textmate here are basic instructions to use texmate to compose messages with OSX mail.

Make sure you have [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-409" title="mailtextmate" src="http://jpmcgarrity.com/blog/wp-content/uploads/2009/07/mailtextmate2.jpg" alt="mailtextmate" width="400" height="158" /></p>
<p>Recently I started using Textmate for more things then just coding websites since thats bascially the tip of the iceburg then it comes to the most powerful editor on the mac.</p>
<p>If you interested in trying something new with Textmate here are basic instructions to use texmate to compose messages with OSX mail.</p>
<ol>
<li>Make sure you have installed the &#8220;Edit in Textmate&#8221; Bundle. This is found in &#8220;Bundles&gt;Textmate&gt;Install Edit in Textmate bundle.</li>
<li>Once the bundle has been installed you will be able to edit your email message in text by hitting the following short cut keys &#8220;Control + Command +E&#8221; or optionally going to the edit menu in Mail and the very last option will be &#8220;Edit in Textmate&#8221;.</li>
<li> Once you the command has been keyed a blank Textmate text file will be opened.</li>
<li>Type your email message and then save. If your done editing the email you can close the Textmate window and you will see your message in message window of the Mail app.</li>
</ol>
<p><strong>Other Mail features you can with Mail</strong></p>
<ul>
<li>Increase quote level &#8220;&gt; or shift+.&#8221;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jpmcgarrity.com/blog/2009/07/use-textmate-to-compose-email-with-osx-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Activating Root Access in OSX Terminal</title>
		<link>http://jpmcgarrity.com/blog/2009/06/activating-root-access-in-osx-terminal/</link>
		<comments>http://jpmcgarrity.com/blog/2009/06/activating-root-access-in-osx-terminal/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 15:04:08 +0000</pubDate>
		<dc:creator>J.P.</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[iterm]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://jpmcgarrity.com/blog/?p=358</guid>
		<description><![CDATA[
After messing around with my Hackintosh today I needed to remove some of my kext files in /System/Library/Extentions (S/L/E). I wasn&#8217;t in the mood to find an early build of a hackers app I just wanted Terinal su/root access.
Here is an easy method to activate root access in Terminal for Mac OS X 10.5 or [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-360" title="terminal" src="http://jpmcgarrity.com/blog/wp-content/uploads/2009/06/terminal1.jpg" alt="terminal" width="630" height="395" /></p>
<p>After messing around with my <a href="http://jpmcgarrity.com/blog/index.php/2009/04/hackintosh/">Hackintosh</a> today I needed to remove some of my kext files in /System/Library/Extentions (S/L/E). I wasn&#8217;t in the mood to find an early build of a hackers app I just wanted Terinal su/root access.</p>
<p>Here is an easy method to activate root access in Terminal for Mac OS X 10.5 or later.</p>
<p>1. From the Finder&#8217;s Go menu, choose Utilities.<br />
2. Open Directory Utility.<br />
3. Click the lock in the Directory Utility window.<br />
4. Enter an administrator account name and password, then click OK.<br />
5. Choose Enable Root User from the Edit menu.<br />
6. Enter the root password you wish to use in both the Password and Verify fields, then click OK.</p>
<p>Related Links:</p>
<p><a href="http://iterm.sourceforge.net/">A better terminal app</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jpmcgarrity.com/blog/2009/06/activating-root-access-in-osx-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

