<?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>Rich Bui &#187; Adobe Photoshop CS2</title>
	<atom:link href="http://richbui.com/tag/adobe-photoshop-cs2/feed/" rel="self" type="application/rss+xml" />
	<link>http://richbui.com</link>
	<description>Welcome to my website.</description>
	<lastBuildDate>Mon, 19 Sep 2011 15:23:49 +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>MAMP: Mac, Apache, MySQL, PHP</title>
		<link>http://richbui.com/2006/12/10/mamp/</link>
		<comments>http://richbui.com/2006/12/10/mamp/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 05:27:28 +0000</pubDate>
		<dc:creator>Richard Bui</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Adobe Photoshop CS2]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MAMP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://bui4ever.com/?p=129</guid>
		<description><![CDATA[Introduction Before my friend introduced me to MAMP (Mac + Apache + MySQL + PHP), I wasn&#8217;t really able to do much web producing commuting to work. I was limited to making site mockups using Adobe Photoshop CS2 and some basic coding, but I couldn&#8217;t actually make the pages until I had internet connection so [...]]]></description>
			<content:encoded><![CDATA[<h3>Introduction</h3>
<p>Before my friend introduced me to MAMP (Mac + Apache + MySQL + PHP), I wasn&#8217;t really able to do much web producing commuting to work. I was limited to making site mockups using Adobe Photoshop CS2 and some basic coding, but I couldn&#8217;t actually make the pages until I had internet connection so I could upload my test site to the sandbox.</p>
<p>Then came along MAMP, an all-in-one application for Mac OS X that allows you to locally host a web server! This was fantastic because now I can develop, hard code, check changes, and make all the changes I want without having an internet connection. It also lets me test run PHP codes or scripts that may be unstable and vulnerable without risking the web server.</p>
<h3>How To Install</h3>
<p>Installing and configuring MAMP is very, very easy.</p>
<ol>
<li><a href="http://www.mamp.info/en/index.php">Download the latest copy of MAMP</a> from the MAMP website. After it is done downloading, double click the downloaded file to unzip the contents.</li>
<li>Drag the MAMP folder into the Applications folder.<br />
<img class="inside-post-image" src="http://www.bui4ever.com/gallery2/g2data/albums/website/mamp/02-MAMP_install.jpg" alt="MAMP Install 02" /></li>
<li>Once MAMP has completed copying into the Applications folder, you can find the executable at Applications&gt;MAMP&gt;MAMP.<br />
<img class="inside-post-image" src="http://www.bui4ever.com/gallery2/g2data/albums/website/mamp/03-MAMP_install.jpg" alt="MAMP Install 03" /></li>
<li>When you start it up, you&#8217;ll notice two things will appear: (1) the MAMP admin panel and (2) http://localhost:8888/MAMP/?language=English loaded into your default web browser.</li>
<li>From the admin panel you can stop and start the Apache and MySQL servers.<br />
<img class="inside-post-image" src="http://www.bui4ever.com/gallery2/g2data/albums/website/mamp/04-MAMP_install.jpg" alt="MAMP Install 04" /></li>
<li>Your default web url is http://localhost:8888/ and your public folder is located (by default) at Applications&gt;MAMP&gt;htdocs. So anything that is placed within the htdocs folder will appear at http://localhost:8888/. Please note that this web address is local only and others will not be able to see it or the contents even if your computer is connected to the internet. I&#8217;ve seen where some people have mistakingly thought that MAMP can be used as a live web server. No, this was only designed to allow people to work locally.</li>
<li>To change the default location of what folder will be the web folder, in MAMP, go to the menu bar and select Preferences and then select the Apache tab. Enter or select a new location.<br />
<img class="inside-post-image" src="http://www.bui4ever.com/gallery2/g2data/albums/website/mamp/05-MAMP_install.jpg" alt="MAMP Install 05" /></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://richbui.com/2006/12/10/mamp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

