<?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>RubberNeck Designs &#187; MAMP</title>
	<atom:link href="http://www.rubberneckdesigns.com/category/mamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rubberneckdesigns.com</link>
	<description>Web Developer Notes &#38; Sharing</description>
	<lastBuildDate>Sat, 10 Apr 2010 15:22:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Navicat Connetion with MAMP Pro</title>
		<link>http://www.rubberneckdesigns.com/drupal-6/navicat-connetion-with-mamp-pro/</link>
		<comments>http://www.rubberneckdesigns.com/drupal-6/navicat-connetion-with-mamp-pro/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 16:43:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal 6]]></category>
		<category><![CDATA[MAMP]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.rubberneckdesigns.com/?p=284</guid>
		<description><![CDATA[MAMP Pro has a lot of nice features. However, this means it changes things up a bit. How you make a connection with Navicat is one such example. So here is a quick helper post get Navicat up and running with MAMP PRo.
1) Add your information to the &#8220;Connection Properties&#8221; Pane as you normally would.

2) [...]]]></description>
			<content:encoded><![CDATA[<p>MAMP Pro has a lot of nice features. However, this means it changes things up a bit. How you make a connection with Navicat is one such example. So here is a quick helper post get Navicat up and running with MAMP PRo.</p>
<p>1) Add your information to the &#8220;Connection Properties&#8221; Pane as you normally would.</p>
<p><img class="size-medium wp-image-286 alignnone" title="Navicat Pane -General" src="http://www.rubberneckdesigns.com/wp-content/uploads/2010/02/Screen-shot-2010-02-13-at-12.02.48-PM-300x270.jpg" alt="Navicat Pane -General" width="300" height="270" /></p>
<p>2) Click on the &#8220;Advanced&#8221; pane and check the box next to &#8220;Use socket for localhost connection.&#8221;</p>
<p>3) Then for the &#8220;Socket File Path&#8221; field type the following path.</p>
<p>/Applications/MAMP/tmp/mysql/mysql.sock</p>
<p>The &#8220;Advanced&#8221; Pane should now look like this:</p>
<p><img class="alignnone size-medium wp-image-287" title="Navicat Advanced Pane" src="http://www.rubberneckdesigns.com/wp-content/uploads/2010/02/Screen-shot-2010-02-13-at-12.09.26-PM-300x263.jpg" alt="Navicat Advanced Pane" width="300" height="263" /></p>
<p>Click &#8220;OK&#8221; and you should be all set.</p>
<p><img class="alignnone size-medium wp-image-289" title="Navicat Connection Sucessfull" src="http://www.rubberneckdesigns.com/wp-content/uploads/2010/02/Screen-shot-2010-02-13-at-12.11.35-PM-300x265.jpg" alt="Navicat Connection Sucessfull" width="300" height="265" /></p>
<p>I hope this helps. Please feel free to make comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rubberneckdesigns.com/drupal-6/navicat-connetion-with-mamp-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Virtual Hosts ON Your MAC for MAMP</title>
		<link>http://www.rubberneckdesigns.com/mamp/virtual-host-mamp/</link>
		<comments>http://www.rubberneckdesigns.com/mamp/virtual-host-mamp/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 01:12:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAMP]]></category>
		<category><![CDATA[UNIX / LINIX]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://rubberneckdesigns.com/?p=158</guid>
		<description><![CDATA[Open up the terminal.
1)    Web-Two:~ webtwo$  cd /etc &#60;&#8211;change directory to the etc directory
2)    Web-Two:etc webtwo$ sudo nano hosts &#60;&#8211;super user do (does not stay logged in),  editor, file=hosts
3)    Password: *******  &#60;&#8211; enter password

4)   Editor opens up. You will see something like this&#8230;
#
# Host Database
#
# localhost is used to configure the loopback interface
# when the [...]]]></description>
			<content:encoded><![CDATA[<p>Open up the terminal.<br />
1)    Web-Two:~ webtwo$  <span style="color: #bf9000;">cd /etc</span> <span style="color: #0000ff;">&lt;&#8211;change directory to the etc directory</span></p>
<p>2)    Web-Two:etc webtwo$ <span style="color: #bf9000;">sudo nano hosts </span><span style="color: #0000ff;">&lt;&#8211;super user do (does not stay logged in),  editor, file=hosts</span></p>
<p>3)    Password: *******  <span style="color: #0000ff;">&lt;&#8211; enter password<br />
</span><br />
4)   Editor opens up. You will see something like this&#8230;</p>
<p><span style="font-size: xx-small;">#<br />
# Host Database<br />
#<br />
# localhost is used to configure the loopback interface<br />
# when the system is booting.  Do not change this entry.<br />
##<br />
127.0.0.1       localhost<br />
255.255.255.255 broadcasthost<br />
::1             localhost<br />
fe80::1%lo0     localhost</span><br />
5)  Type in the local IP followed by the name of the site you wish to make a virtual host for:<br />
<span style="font-size: x-small;">ie. </span><span style="font-size: x-small;"><span style="color: #b45f06;">127.0.0.1 yoursite.you</span> <span style="color: #0000ff;">&lt;&#8211; replace this with your name</span></span><br />
You should do this for each site you wish to make a virtual host for , line by line.<br />
Your /etc/hosts   file should now look more like this:<br />
<span style="font-size: xx-small;">#<br />
# Host Database<br />
#<br />
# localhost is used to configure the loopback interface<br />
# when the system is booting.  Do not change this entry.<br />
##<br />
127.0.0.1       localhost<br />
255.255.255.255 broadcasthost<br />
::1             localhost<br />
fe80::1%lo0     localhost<br />
127.0.0.1 yoursite.you</span><br />
<span style="font-size: xx-small;">127.0.0.1 anothersite.you<br />
</span><span style="font-size: xx-small;">127.0.0.1 yetanothersite.you</span></p>
<p>6)  Exit your editor, in this example I used, nano. <span style="color: #0000ff;">Note: Be sure to SAVE the file</span>.</p>
<p>7)  OK, now navigate to the file:    Applications/MAMP/conf/apache/httpd.conf  and open it in a text only editor ( like BBedit or Smultron or something )</p>
<p>8)  Scroll to the bottom of the httpd.conf file. For <strong>each</strong> site type in the following:</p>
<p><span style="font-size: xx-small;">&lt;VirtualHost *&gt;<br />
DocumentRoot &#8220;/Users/yourusername/Sites/site-folder-name&#8221;  <span style="color: #0000ff;">&lt;&#8211; replace with your own appropriate info</span><br />
ServerName  localsite.you </span><span style="font-size: xx-small;"><span style="color: #0000ff;">&lt;&#8211; replace with your own appropriate info</span></span><br />
<span style="font-size: xx-small;"> ServerAlias </span><span style="font-size: xx-small;">localsite.you</span> <span style="font-size: xx-small;"><span style="color: #0000ff;">&lt;&#8211; replace with your own appropriate info</span></span><br />
<span style="font-size: xx-small;"> &lt;Directory &#8220;/Applications/MAMP/htdocs&#8221;&gt; </span><span style="font-size: xx-small;"><span style="color: #0000ff;">&lt;&#8211; do NOT change for MAMP</span></span><br />
<span style="font-size: xx-small;"> AllowOverride all  <span style="color: #0000ff;">&lt;&#8211; this allows the htacces file to work properly</span><br />
&lt;/Directory&gt;<br />
&lt;/VirtualHost&gt;</span></p>
<p>9) Save the Applications/MAMP/conf/apache/httpd.conf    file and RESTART your MAMP server.</p>
<p>Now, when you type in the  site   www.localsite.you  followed by your MAMP port (usually 8888) like this:</p>
<p><strong>http://www.localsite.you:8888</strong> your site will come up!</p>
<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rubberneckdesigns.com/mamp/virtual-host-mamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viewing the Websites You Are Developing Locally on Your Computer Using MAMP</title>
		<link>http://www.rubberneckdesigns.com/mamp/viewing-the-websites-you-are-developing-locally-on-your-computer-using-mamp/</link>
		<comments>http://www.rubberneckdesigns.com/mamp/viewing-the-websites-you-are-developing-locally-on-your-computer-using-mamp/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 00:50:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAMP]]></category>
		<category><![CDATA[UNIX / LINIX]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://rubberneckdesigns.com/?p=154</guid>
		<description><![CDATA[Normally, when using MAMP ( I am presently using the FREE version of MAMP) you view the site you are working on in a couple of ways.
Put your web site in the    /Applications/MAMP/htdocs/     folder and point your browser to   http://locahost:8888/
or (This is what I like to do for multiple site management)
Put your sites in [...]]]></description>
			<content:encoded><![CDATA[<p>Normally, when using MAMP ( I am presently using the FREE version of MAMP) you view the site you are working on in a couple of ways.</p>
<p>Put your web site in the    /Applications/MAMP/htdocs/     folder and point your browser to   http://locahost:8888/</p>
<p><em><strong>or </strong></em>(This is what I like to do for multiple site management)</p>
<p>Put your sites in appropriately named folders under the &#8220;Sites&#8221; folder.<br />
Click on MAMP Preferences and select the &#8220;Apache&#8221; tab. Then click the &#8220;Select&#8221; button and browse to the &#8220;Sites&#8221; folder.</p>
<p>That way, you can easily get to any of the folders by typing in the URL http://localhost:8888/. You will be presented with a list of folders (as links). These folders are the sites you are developing under the Sites directory. Just click the folder (link) you wish to view and you&#8217;re there.</p>
<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rubberneckdesigns.com/mamp/viewing-the-websites-you-are-developing-locally-on-your-computer-using-mamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
