<?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>Mark Alan Evans &#187; Website Development</title>
	<atom:link href="http://www.markalanevans.com/category/website-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markalanevans.com</link>
	<description>Coder by Day, Entrepreneur by Night.</description>
	<lastBuildDate>Fri, 20 Jan 2012 02:20:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Searching for a git Workflow</title>
		<link>http://www.markalanevans.com/2011/10/05/searching-for-a-git-workflow/</link>
		<comments>http://www.markalanevans.com/2011/10/05/searching-for-a-git-workflow/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 02:19:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GIT]]></category>

		<guid isPermaLink="false">http://www.markalanevans.com/2011/10/05/searching-for-a-git-workflow/</guid>
		<description><![CDATA[As we add more and more people to our team at NetPlenish, I find my self searching for a solid git workflow. I have found a few pages that have inspired me. http://reinh.com/blog/2009/03/02/a-git-workflow-for-agile-teams.html http://nvie.com/posts/a-successful-git-branching-model/ http://yehudakatz.com/2010/05/13/common-git-workflows/ http://osteele.com/archives/2008/05/my-git-workflow http://scottchacon.com/2011/08/31/github-flow.html https://github.com/stevenharman/git-workflows http://tbaggery.com/2008/04/18/example-git-workflows-maintaining-a-long-lived-topic-branch.html http://nakedstartup.com/2010/04/simple-daily-git-workflow http://gweezlebur.com/2009/01/19/my-git-workflow.html http://stevenharman.net/blog/archive/2010/08/12/a-handful-of-git-workflows-for-the-agilist.aspx http://joemaller.com/990/a-web-focused-git-workflow/ http://thinkvitamin.com/code/source-control/git/our-simple-git-workflow/ http://nuclearsquid.com/writings/git-tricks-tips-workflows/ http://tbaggery.com/2008/04/18/example-git-workflows-maintaining-a-long-lived-topic-branch.html http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/ http://cakebaker.42dh.com/2009/03/08/a-git-workflow-for-single-developers/ http://www.braintreepayments.com/devblog/our-git-workflow http://mojodna.net/2009/02/24/my-work-git-workflow.html http://randyfay.com/node/91 http://www.aaronwest.net/blog/index.cfm/2011/6/7/Git-Workflows-Archiving-Old-Branches http://object.io/site/2011/enter-git-flow/ http://www.vtk.org/Wiki/Git/Workflow/Topic http://solutions.trey.cc/2009/07/17/my-git-workflow/ [...]]]></description>
			<content:encoded><![CDATA[<p>As we add more and more people to our team at NetPlenish, I find my self searching for a solid git workflow.</p>

<p>I have found a few pages that have inspired me.</p>

<ul>
<li><a href="http://reinh.com/blog/2009/03/02/a-git-workflow-for-agile-teams.html">http://reinh.com/blog/2009/03/02/a-git-workflow-for-agile-teams.html</a></li>
<li><a href="http://nvie.com/posts/a-successful-git-branching-model/">http://nvie.com/posts/a-successful-git-branching-model/</a></li>
<li><a href="http://yehudakatz.com/2010/05/13/common-git-workflows/">http://yehudakatz.com/2010/05/13/common-git-workflows/</a></li>
<li><a href="http://osteele.com/archives/2008/05/my-git-workflow">http://osteele.com/archives/2008/05/my-git-workflow</a></li>
<li><a href="http://scottchacon.com/2011/08/31/github-flow.html">http://scottchacon.com/2011/08/31/github-flow.html</a></li>
<li><a href="https://github.com/stevenharman/git-workflows">https://github.com/stevenharman/git-workflows</a></li>
<li><a href="http://tbaggery.com/2008/04/18/example-git-workflows-maintaining-a-long-lived-topic-branch.html">http://tbaggery.com/2008/04/18/example-git-workflows-maintaining-a-long-lived-topic-branch.html</a></li>
<li><a href="http://nakedstartup.com/2010/04/simple-daily-git-workflow">http://nakedstartup.com/2010/04/simple-daily-git-workflow</a></li>
<li><a href="http://gweezlebur.com/2009/01/19/my-git-workflow.html">http://gweezlebur.com/2009/01/19/my-git-workflow.html</a></li>
<li><a href="http://stevenharman.net/blog/archive/2010/08/12/a-handful-of-git-workflows-for-the-agilist.aspx">http://stevenharman.net/blog/archive/2010/08/12/a-handful-of-git-workflows-for-the-agilist.aspx</a></li>
<li><a href="http://joemaller.com/990/a-web-focused-git-workflow/">http://joemaller.com/990/a-web-focused-git-workflow/</a></li>
<li><a href="http://thinkvitamin.com/code/source-control/git/our-simple-git-workflow/">http://thinkvitamin.com/code/source-control/git/our-simple-git-workflow/</a></li>
<li><a href="http://nuclearsquid.com/writings/git-tricks-tips-workflows/">http://nuclearsquid.com/writings/git-tricks-tips-workflows/</a></li>
<li><a href="http://tbaggery.com/2008/04/18/example-git-workflows-maintaining-a-long-lived-topic-branch.html">http://tbaggery.com/2008/04/18/example-git-workflows-maintaining-a-long-lived-topic-branch.html</a></li>
<li><a href="http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/">http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/</a></li>
<li><a href="http://cakebaker.42dh.com/2009/03/08/a-git-workflow-for-single-developers/">http://cakebaker.42dh.com/2009/03/08/a-git-workflow-for-single-developers/</a></li>
<li><a href="http://www.braintreepayments.com/devblog/our-git-workflow">http://www.braintreepayments.com/devblog/our-git-workflow</a></li>
<li><a href="http://mojodna.net/2009/02/24/my-work-git-workflow.html">http://mojodna.net/2009/02/24/my-work-git-workflow.html</a></li>
<li><a href="http://randyfay.com/node/91">http://randyfay.com/node/91</a></li>
<li><a href="http://www.aaronwest.net/blog/index.cfm/2011/6/7/Git-Workflows-Archiving-Old-Branches">http://www.aaronwest.net/blog/index.cfm/2011/6/7/Git-Workflows-Archiving-Old-Branches</a></li>
<li><a href="http://object.io/site/2011/enter-git-flow/">http://object.io/site/2011/enter-git-flow/</a></li>
<li><a href="http://www.vtk.org/Wiki/Git/Workflow/Topic">http://www.vtk.org/Wiki/Git/Workflow/Topic</a></li>
<li><a href="http://solutions.trey.cc/2009/07/17/my-git-workflow/">http://solutions.trey.cc/2009/07/17/my-git-workflow/</a></li>
<li><a href="http://benbuckman.net/tech/10/09/drupal-dojo-929-git-workflows">http://benbuckman.net/tech/10/09/drupal-dojo-929-git-workflows</a></li>
<li><a href="http://geewax.org/agile-git-workflow">http://geewax.org/agile-git-workflow</a></li>
<li><a href="http://joslynesser.com/blog/archives/2010/09/06/git-workflow-for-small-teams/">http://joslynesser.com/blog/archives/2010/09/06/git-workflow-for-small-teams/</a></li>
<li><a href="http://kyleslattery.com/entries/the-perfect-git-workflow-for-a-one-person-project">http://kyleslattery.com/entries/the-perfect-git-workflow-for-a-one-person-project</a></li>
<li><a href="http://www.andrewmoore.com/public/index.php/My_git_workflow">http://www.andrewmoore.com/public/index.php/My<em>git</em>workflow</a></li>
<li><a href="http://blogs.openshine.com/rmajadas/2011/05/25/openshine-git-workflow/">http://blogs.openshine.com/rmajadas/2011/05/25/openshine-git-workflow/</a></li>
<li><a href="http://wiki.sproutcore.com/w/page/12412905/Git%20Workflow-Introduction">http://wiki.sproutcore.com/w/page/12412905/Git%20Workflow-Introduction</a></li>
<li><a href="http://community.aegirproject.org/node/186">http://community.aegirproject.org/node/186</a></li>
<li><a href="http://community.kde.org/KDE_Core/Platform_11/Git_Workflow">http://community.kde.org/KDE<em>Core/Platform</em>11/Git_Workflow</a></li>
<li><a href="http://www.jukie.net/bart/blog/git-amend">http://www.jukie.net/bart/blog/git-amend</a></li>
</ul>

<p>We are using GitHub to manage our team. Although BitBucket just realeased its support for git and its half the price&#8230; Might consider the move.</p>

<p>I will update this as soon as i figure out one that makes sense for us.</p>

<h2>What I Do Now</h2>

<h3>Best Practices</h3>

<ul>
<li><a href="http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html">Commit Messages</a>
    * Keep messages in present tense.
    * Keep message lines to 72 characters
    * </li>
</ul>

<h3>Git Aliases</h3>

<p>My <a href="https://gist.github.com/1266359">Git Config File</a></p>

<pre><code>[user]
    name = Mark Evans
    email = my@emailaddress.com
[color]
    branch = auto
    diff = auto
    interactive = auto
    status = auto
    ui = auto
[color "branch"]
    current = yellow reverse
    local = yellow
    remote = green
[color "diff"]
    meta = yellow bold
    frag = magenta bold
    old = red bold
    new = green bold
[color "status"]
    added = yellow
    changed = green
    untracked = cyan
[alias]
    st = status
    ci = commit
    br = branch
    co = checkout
    df = diff
    lg = log -p
    who = shortlog -s --
    up = pull --rebase
    sync = !git up &amp;&amp; git push
    stuff = !git add -A &amp;&amp; git ci -a
    shove = !git stuff &amp;&amp; git sync
[push]
    default = matching
[core]
    quotepath = false
</code></pre>

<h3>Git Prommpt</h3>

<p><a href="https://gist.github.com/1266363">My Git Prompt File</a></p>

<pre><code>#Description: OSX Git Prompt - make your git repo prompts look pretty
#Installation: In your .bash_profile, add a line:  source .gitprompt
#FileName: .gitprompt
#Owner: Mark Evans:
#Stolen From: http://asemanfar.com/Current-Git-Branch-in-Bash-Prompt

c_cyan=`tput setaf 6`
c_red=`tput setaf 1`
c_green=`tput setaf 2`
c_sgr0=`tput sgr0`

parse_git_branch ()
{
    if git rev-parse --git-dir &gt;/dev/null 2&gt;&amp;1
    then
        gitver=$(git branch 2&gt;/dev/null| sed -n '/^\*/s/^\* //p')
    else
        return 0
    fi
        echo -e $gitver
}

branch_color ()
{
    if git rev-parse --git-dir &gt;/dev/null 2&gt;&amp;1
    then
        color=""
    if git diff --quiet 2&gt;/dev/null &gt;&amp;2 
    then
        color="${c_green}"
    else
        color=${c_red}
    fi
    else
        return 0
    fi
    echo -ne $color
}

#Branch First
#PS1='[\[$(branch_color)\]$(parse_git_branch)\[${c_sgr0}\]] \u@\[${c_red}\]\w\[${c_sgr0}\]:'
#Branch Last
PS1=' \u@\[${c_red}\]\w\[${c_sgr0}\]: [\[$(branch_color)\]$(parse_git_branch)\[${c_sgr0}\]]'
</code></pre>

<h3>Resources</h3>

<ul>
<li>Stack Overflow: <a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide">Git for beginners</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.markalanevans.com/2011/10/05/searching-for-a-git-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Developer Tools &amp; Tutorials</title>
		<link>http://www.markalanevans.com/2011/08/16/web-developer-tools-tutorials/</link>
		<comments>http://www.markalanevans.com/2011/08/16/web-developer-tools-tutorials/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 18:56:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Website Development]]></category>

		<guid isPermaLink="false">http://www.markalanevans.com/?p=221</guid>
		<description><![CDATA[TODO: a list of tools and tutorials to use to get setup on osx developing]]></description>
			<content:encoded><![CDATA[<p>TODO:</p>

<p>a list of tools and tutorials to use to get setup on osx developing</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markalanevans.com/2011/08/16/web-developer-tools-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSX Lion Hates Developer</title>
		<link>http://www.markalanevans.com/2011/08/11/osx-lion-hates-developer/</link>
		<comments>http://www.markalanevans.com/2011/08/11/osx-lion-hates-developer/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 01:32:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Website Development]]></category>

		<guid isPermaLink="false">http://www.markalanevans.com/2011/08/11/osx-lion-hates-developer/</guid>
		<description><![CDATA[Two weeks ago I installed OSX Lion. I thought it would be great to try it out. Oddly I knew better. I thought about it the moment i clicked &#8220;install&#8221;&#8230;If only i could have gone back. Preface I code on a macbook pro. The Hate Begins: Missing spaces &#8211; I use spaces all the time [...]]]></description>
			<content:encoded><![CDATA[<p>Two weeks ago I installed OSX Lion. I thought it would be great to try it out. Oddly I knew better. I thought about it the moment i clicked &#8220;install&#8221;&#8230;If only i could have gone back.</p>

<h3>Preface</h3>

<pre><code>I code on a macbook pro.
</code></pre>

<h3>The Hate Begins:</h3>

<ul>
<li>Missing spaces &#8211; I use spaces all the time it means i can move quickly from one space to the other. I use the grid 3&#215;3 9 desktops nicely organized. But with Lion they replaced it with Mission Control. Which sucks, its slower, has less features(Moving apps from desktop to desktop is pain). I immediately disable auto arrangement of desktops. SLOW.</li>
<li>Desktops Auto Arrange &#8211; Mission Control thinks that its a good idea to to move apps around and desktops around based upon how often you use them. But thats not what I want because then i never know where the thing that I want to use it. SLOW. DISABLE. I simply unchecked the rearrranging based on recent use&#8217; option in the Mission Control preferences.</li>
<li><a href="http://www.justincarmony.com/blog/2011/07/27/mac-os-x-lion-etc-hosts-bugs-and-dns-resolution/">Apache .local TLD delay</a> BROKEN</li>
<li>Photoshop CS3 doesn&#8217;t work. BROKEN</li>
<li><a href="http://geekizo.com/os-x-lion-mouse-reverse-scroll/">Inverted mouse</a> &#8211; are they completely oblivious? Why would i want to scroll my mouse wheel down to move the window up on my macbook&#8230; iPad=yes. computer=no. I realize there is an invert setting.. but it never should have been default. SLOW</li>
<li><a href="http://osxdaily.com/2011/08/03/show-scroll-bars-mac-os-x-lion/">Hidden Scroll bars</a>: So i want to quickly scroll down or to the right.. i have to first scroll my wheel then grab the scroll bar indicator and drag it down.  SLOW.<span id="more-405"></span>After all this, I decided to format and go back to Snow Leopard. I hope someone builds a 3rd party version of spaces for Lion because eventually I will be forced to get it makes me sad. Makes me wonder if the guys at Apple are actually thinking about developers when they build this stuff.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.markalanevans.com/2011/08/11/osx-lion-hates-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Textmate + WordPress = Love</title>
		<link>http://www.markalanevans.com/2011/06/08/testing-123/</link>
		<comments>http://www.markalanevans.com/2011/06/08/testing-123/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 05:27:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Website Development]]></category>

		<guid isPermaLink="false">http://www.markalanevans.com/2011/06/08/testing-123/</guid>
		<description><![CDATA[Blogging solely within the confines of WordPress and its wysiwyg editor is horrible. However, Using the below items, you can really get moving. Textmate WordPress Markdown Blogging Tutorial &#8211; Read this to learn how to connect it all together and simplify your life. Below is a screen shot of what it took to write this [...]]]></description>
			<content:encoded><![CDATA[<p>Blogging solely within the confines of WordPress and its wysiwyg editor is horrible.</p>

<p>However,  </p>

<h6>Using the below items, you can really get moving.</h6>

<ul>
<li><a href="http://macromates.com/">Textmate</a></li>
<li><a href="http://wordpress.org/download/">WordPress</a></li>
<li><a href="http://michelf.com/projects/php-markdown/">Markdown</a></li>
<li><a href="http://blog.macromates.com/2006/blogging-from-textmate/">Blogging Tutorial</a> &#8211; Read this to learn how to connect it all together and simplify your life.</li>
</ul>

<p>Below is a screen shot of what it took to write this post.</p>

<p><img src="http://www.markalanevans.com/wp-content/uploads/2011/06/wordpress_textmate_bundle2.png" alt="Wordpress Textmate Bundle" /></p>

<h6>Oh yea, it only takes a &#8220;cmd + ^ + P&#8221; key stroke to update and publish.</h6>
]]></content:encoded>
			<wfw:commentRss>http://www.markalanevans.com/2011/06/08/testing-123/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove a submodule in git</title>
		<link>http://www.markalanevans.com/2011/04/15/how-to-remove-a-submodule-in-git/</link>
		<comments>http://www.markalanevans.com/2011/04/15/how-to-remove-a-submodule-in-git/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 15:57:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GIT]]></category>

		<guid isPermaLink="false">http://www.markalanevans.com/?p=309</guid>
		<description><![CDATA[Delete the relevant line from the .gitmodules file. Delete the relevant section from .git/config. Run git rm –cached pathtosubmodule (no trailing slash). Commit and delete the now untracked submodule files.]]></description>
			<content:encoded><![CDATA[<ol>
<li>Delete the relevant line from the .gitmodules file.</li>
<li>Delete the relevant section from .git/config.</li>
<li>Run git rm –cached pathtosubmodule (no trailing slash).</li>
<li>Commit and delete the now untracked submodule files.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.markalanevans.com/2011/04/15/how-to-remove-a-submodule-in-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install APC on OSX Snow Leopared</title>
		<link>http://www.markalanevans.com/2011/02/19/install-apc-on-osx-snow-leopared/</link>
		<comments>http://www.markalanevans.com/2011/02/19/install-apc-on-osx-snow-leopared/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 23:30:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://www.markalanevans.com/?p=307</guid>
		<description><![CDATA[sudo pear update-channels brew install pcre sudo pecl install apc-3.1.6 Edit php.ini extension=apc.so apc.enabled=1 apc.shm_segments=1 apc.shm_size=32M apc.cache_by_default=1 apc.stat=1 apc.rfc1867=1 //For upload progress. apc.stat=7200 //2 hours]]></description>
			<content:encoded><![CDATA[<ol>
    <li>sudo pear update-channels</li>
    <li>brew install pcre</li>
    <li>sudo pecl install apc-3.1.6</li>
    <li>Edit php.ini
<ol>
    <li>extension=apc.so</li>
    <li>apc.enabled=1</li>
    <li>apc.shm_segments=1</li>
    <li>apc.shm_size=32M</li>
    <li>apc.cache_by_default=1</li>
    <li>apc.stat=1</li>
    <li>apc.rfc1867=1 //For upload progress.</li>
    <li>apc.stat=7200 //2 hours</li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.markalanevans.com/2011/02/19/install-apc-on-osx-snow-leopared/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git Ignore .DS_Store on OSX</title>
		<link>http://www.markalanevans.com/2011/01/23/git-ignore-ds_store-on-osx/</link>
		<comments>http://www.markalanevans.com/2011/01/23/git-ignore-ds_store-on-osx/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 02:22:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Website Development]]></category>

		<guid isPermaLink="false">http://www.markalanevans.com/?p=304</guid>
		<description><![CDATA[Execute the below to prevent .DS_Store from ever being included in any of your git repose. git config --global core.excludesfile ~/.gitignore echo .DS_Store &#62;&#62; ~/.gitignore]]></description>
			<content:encoded><![CDATA[<p>Execute the below to prevent .DS_Store from ever being included in any of your git repose.</p>

<p><code>git config --global core.excludesfile ~/.gitignore</code></p>

<p><code>echo .DS_Store &gt;&gt; ~/.gitignore</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.markalanevans.com/2011/01/23/git-ignore-ds_store-on-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect domain.com to www.domain.com in .htaccess or virtual host file</title>
		<link>http://www.markalanevans.com/2011/01/21/redirect-domain-com-to-www-domain-com-in-htaccess-or-virtual-host-file/</link>
		<comments>http://www.markalanevans.com/2011/01/21/redirect-domain-com-to-www-domain-com-in-htaccess-or-virtual-host-file/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 06:15:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://www.markalanevans.com/?p=301</guid>
		<description><![CDATA[Just Add: RewriteEngine on RewriteCond %{HTTPHOST} !^www&#46;domain&#46;com [NC] RewriteCond %{HTTPHOST} !^$ RewriteRule ^/?(.*) http://www.domian.com/$1 [L,R=301,NE]]]></description>
			<content:encoded><![CDATA[<p>Just Add:
<blockquote>RewriteEngine on
RewriteCond %{HTTP<em>HOST} !^www&#46;domain&#46;com [NC]
RewriteCond %{HTTP</em>HOST} !^$
RewriteRule ^/?(.*) http://www.domian.com/$1 [L,R=301,NE]</blockquote></p>
]]></content:encoded>
			<wfw:commentRss>http://www.markalanevans.com/2011/01/21/redirect-domain-com-to-www-domain-com-in-htaccess-or-virtual-host-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up a Rackspace Cloud Server &amp; Ubuntu Karmic Koala</title>
		<link>http://www.markalanevans.com/2010/09/29/setting-up-a-rackspace-cloud-server-ubuntu-karmic-koala/</link>
		<comments>http://www.markalanevans.com/2010/09/29/setting-up-a-rackspace-cloud-server-ubuntu-karmic-koala/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 01:01:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://www.markalanevans.com/?p=291</guid>
		<description><![CDATA[First Things First: Signup with Rackspace cloud: http://www.rackspacecloud.com/ Create Server Choose Linux Version Choose server needs &#38; name server You will receive a phone call and an Email will be sent to you with your server password and ip address. Test SSH Login: on a mac: run terminal ssh root@youripaddress then type in the password [...]]]></description>
			<content:encoded><![CDATA[<p>First Things First:
<ol>
    <li>Signup with Rackspace cloud: <a title="Rackspace Cloud Servers" href="http://www.rackspacecloud.com/">http://www.rackspacecloud.com/</a></li>
    <li>Create Server
<ol>
    <li>Choose Linux Version</li>
    <li>Choose server needs &amp; name server</li>
</ol>
</li>
    <li>You will receive a phone call and an Email will be sent to you with your server password and ip address.</li>
    <li>Test SSH Login:
<ol>
    <li>on a mac: run terminal
<ol>
    <li>ssh root@youripaddress</li>
    <li>then type in the password they gave you</li>
</ol>
</li>
</ol>
</li>
    <li>Start by updating your systems package manager.
<ol>
    <li>sudo apt-get update</li>
    <li>supo apt-get upgrade</li>
    <li>Answer yes to the additional space question.</li>
</ol>
</li>
    <li></li>
</ol></p>
]]></content:encoded>
			<wfw:commentRss>http://www.markalanevans.com/2010/09/29/setting-up-a-rackspace-cloud-server-ubuntu-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Country Codes in PHP Array</title>
		<link>http://www.markalanevans.com/2010/07/27/country-codes-in-php-array/</link>
		<comments>http://www.markalanevans.com/2010/07/27/country-codes-in-php-array/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 17:12:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Snippet]]></category>

		<guid isPermaLink="false">http://www.markalanevans.com/?p=265</guid>
		<description><![CDATA[A PHP array list of all of the countries. $options["AF"] = "Afghanistan"; $options["AX"] = "Åland Islands"; $options["AL"] = "Albania "; $options["DZ"] = "Algeria "; $options["AS"] = "American Samoa"; $options["AD"] = "Andorra"; $options["AO"] = "Angola "; $options["AI"] = "Anguilla "; $options["AQ"] = "Antarctica "; $options["AG"] = "Antigua and Barbuda "; $options["AR"] = "Argentina"; $options["AU"] = "Australia [...]]]></description>
			<content:encoded><![CDATA[<h6>A PHP array list of all of the countries.</h6>

<pre><code>$options["AF"] = "Afghanistan";  
$options["AX"] = "Åland Islands";  
$options["AL"] = "Albania ";  
$options["DZ"] = "Algeria ";  
$options["AS"] = "American Samoa";  
$options["AD"] = "Andorra";  
$options["AO"] = "Angola ";
$options["AI"] = "Anguilla ";
$options["AQ"] = "Antarctica ";
$options["AG"] = "Antigua and Barbuda ";
$options["AR"] = "Argentina";
$options["AU"] = "Australia ";
$options["AT"] = "Austria ";
$options["AZ"] = "Azerbaijan";
$options["BS"] = "Bahamas ";
$options["BH"] = "Bahrain ";
$options["BD"] = "Bangladesh ";
$options["BB"] = "Barbados ";
$options["BY"] = "Belarus";
$options["BE"] = "Belgium ";
$options["BZ"] = "Belize ";
$options["BJ"] = "Benin ";
$options["BM"] = "Bermuda ";
$options["BT"] = "Bhutan";
$options["BO"] = "Bolivia ";
$options["BA"] = "Bosnia and Herzegovina ";
$options["BW"] = "Botswana ";
$options["BV"] = "Bouvet Island ";
$options["BR"] = "Brazil";
$options["IO"] = "British Indian Ocean Territory ";
$options["BN"] = "Brunei Darussalam ";
$options["BG"] = "Bulgaria ";
$options["BF"] = "Burkina Faso ";
$options["BI"] = "Burundi";
$options["KH"] = "Cambodia ";
$options["CM"] = "Cameroon ";
$options["CA"] = "Canada ";
$options["CV"] = "Cape Verde ";
$options["KY"] = "Cayman Islands ";
$options["CF"] = "Central African Republic ";
$options["TD"] = "Chad ";
$options["CL"] = "Chile ";
$options["CN"] = "China ";
$options["CX"] = "Christmas Island";
$options["CC"] = "Cocos (Keeling) Islands ";
$options["CO"] = "Colombia ";
$options["KM"] = "Comoros ";
$options["CG"] = "Congo ";
$options["CD"] = "Congo, the Democratic Republic of the";
$options["CK"] = "Cook Islands ";
$options["CR"] = "Costa Rica ";
$options["CI"] = "Côte D'Ivoire";
$options["HR"] = "Croatia ";
$options["CU"] = "Cuba ";
$options["CY"] = "Cyprus ";
$options["CZ"] = "Czech Republic ";
$options["DK"] = "Denmark";
$options["DJ"] = "Djibouti ";
$options["DM"] = "Dominica ";
$options["DO"] = "Dominican Republic ";
$options["EC"] = "Ecuador ";
$options["EG"] = "Egypt";
$options["SV"] = "El Salvador ";
$options["GQ"] = "Equatorial Guinea ";
$options["ER"] = "Eritrea ";
$options["EE"] = "Estonia ";
$options["ET"] = "Ethiopia ";
$options["FK"] = "Falkland Islands (Malvinas) ";
$options["FO"] = "Faroe Islands ";
$options["FJ"] = "Fiji ";
$options["FI"] = "Finland ";
$options["FR"] = "France";
$options["GF"] = "French Guiana ";
$options["PF"] = "French Polynesia ";
$options["TF"] = "French Southern Territories ";
$options["GA"] = "Gabon ";
$options["GM"] = "Gambia ";
$options["GE"] = "Georgia ";
$options["DE"] = "Germany ";
$options["GH"] = "Ghana ";
$options["GI"] = "Gibraltar ";
$options["GR"] = "Greece";
$options["GL"] = "Greenland ";
$options["GD"] = "Grenada ";
$options["GP"] = "Guadeloupe ";
$options["GU"] = "Guam ";
$options["GT"] = "Guatemala";
$options["GG"] = "Guernsey ";
$options["GN"] = "Guinea ";
$options["GW"] = "Guinea-Bissau ";
$options["GY"] = "Guyana ";
$options["HT"] = "Haiti";
$options["HM"] = "Heard Island and Mcdonald Islands ";
$options["VA"] = "Holy See (Vatican City State) ";
$options["HN"] = "Honduras ";
$options["HK"] = "Hong Kong ";
$options["HU"] = "Hungary";
$options["IS"] = "Iceland ";
$options["IN"] = "India ";
$options["ID"] = "Indonesia ";
$options["IR"] = "Iran, Islamic Republic of ";
$options["IQ"] = "Iraq ";
$options["IE"] = "Ireland ";
$options["IM"] = "Isle of Man ";
$options["IL"] = "Israel ";
$options["IT"] = "Italy ";
$options["JM"] = "Jamaica";
$options["JP"] = "Japan ";
$options["JE"] = "Jersey ";
$options["JO"] = "Jordan ";
$options["KZ"] = "Kazakhstan ";
$options["KE"] = "KENYA";
$options["KI"] = "Kiribati ";
$options["KP"] = "Korea, Democratic People's Republic of ";
$options["KR"] = "Korea, Republic of ";
$options["KW"] = "Kuwait ";
$options["KG"] = "Kyrgyzstan";
$options["LA"] = "Lao People's Democratic Republic ";
$options["LV"] = "Latvia ";
$options["LB"] = "Lebanon ";
$options["LS"] = "Lesotho ";
$options["LR"] = "Liberia";
$options["LY"] = "Libyan Arab Jamahiriya ";
$options["LI"] = "Liechtenstein ";
$options["LT"] = "Lithuania ";
$options["LU"] = "Luxembourg ";
$options["MO"] = "Macao";
$options["MK"] = "Macedonia, the Former Yugoslav Republic of ";
$options["MG"] = "Madagascar ";
$options["MW"] = "Malawi ";
$options["MY"] = "Malaysia ";
$options["MV"] = "Maldives";
$options["ML"] = "Mali ";
$options["MT"] = "Malta ";
$options["MH"] = "Marshall Islands ";
$options["MQ"] = "Martinique ";
$options["MR"] = "Mauritania";
$options["MU"] = "Mauritius ";
$options["YT"] = "Mayotte ";
$options["MX"] = "Mexico ";
$options["FM"] = "Micronesia, Federated States of ";
$options["MD"] = "Moldova, Republic of";
$options["MC"] = "Monaco ";
$options["MN"] = "Mongolia ";
$options["ME"] = "Montenegro ";
$options["MS"] = "Montserrat ";
$options["MA"] = "Morocco";
$options["MZ"] = "Mozambique ";
$options["MM"] = "Myanmar ";
$options["NA"] = "Namibia ";
$options["NR"] = "Nauru ";
$options["NP"] = "Nepal";
$options["NL"] = "Netherlands ";
$options["AN"] = "Netherlands Antilles ";
$options["NC"] = "New Caledonia ";
$options["NZ"] = "New Zealand ";
$options["NI"] = "Nicaragua";
$options["NE"] = "Niger ";
$options["NG"] = "Nigeria ";
$options["NU"] = "Niue ";
$options["NF"] = "Norfolk Island ";
$options["MP"] = "Northern Mariana Islands";
$options["NO"] = "Norway ";
$options["OM"] = "Oman ";
$options["PK"] = "Pakistan ";
$options["PW"] = "Palau ";
$options["PS"] = "Palestinian Territory, Occupied";
$options["PA"] = "Panama ";
$options["PG"] = "Papua New Guinea ";
$options["PY"] = "Paraguay ";
$options["PE"] = "Peru ";
$options["PH"] = "Philippines";
$options["PN"] = "Pitcairn ";
$options["PL"] = "Poland ";
$options["PT"] = "Portugal ";
$options["PR"] = "Puerto Rico ";
$options["QA"] = "Qatar";
$options["RE"] = "Réunion ";
$options["RO"] = "Romania ";
$options["RU"] = "Russian Federation ";
$options["RW"] = "Rwanda ";
$options["SH"] = "Saint Helena";
$options["KN"] = "Saint Kitts and Nevis ";
$options["LC"] = "Saint Lucia ";
$options["PM"] = "Saint Pierre and Miquelon ";
$options["VC"] = "Saint Vincent and the Grenadines ";
$options["WS"] = "Samoa";
$options["SM"] = "San Marino ";
$options["ST"] = "Sao Tome and Principe ";
$options["SA"] = "Saudi Arabia ";
$options["SN"] = "Senegal ";
$options["RS"] = "Serbia";
$options["SC"] = "Seychelles ";
$options["SL"] = "Sierra Leone ";
$options["SG"] = "Singapore ";
$options["SK"] = "Slovakia ";
$options["SI"] = "Slovenia";
$options["SB"] = "Solomon Islands ";
$options["SO"] = "Somalia ";
$options["ZA"] = "South Africa ";
$options["GS"] = "South Georgia and the South Sandwich Islands ";
$options["ES"] = "Spain";
$options["LK"] = "Sri Lanka ";
$options["SD"] = "Sudan ";
$options["SR"] = "Suriname ";
$options["SJ"] = "Svalbard and Jan Mayen ";
$options["SZ"] = "Swaziland";
$options["SE"] = "Sweden ";
$options["CH"] = "Switzerland ";
$options["SY"] = "Syrian Arab Republic ";
$options["TW"] = "Taiwan, Province of China ";
$options["TJ"] = "Tajikistan";
$options["TZ"] = "Tanzania, United Republic of ";
$options["TH"] = "Thailand ";
$options["TL"] = "Timor-Leste ";
$options["TG"] = "Togo ";
$options["TK"] = "Tokelau";
$options["TO"] = "Tonga ";
$options["TT"] = "Trinidad and Tobago ";
$options["TN"] = "Tunisia ";
$options["TR"] = "Turkey ";
$options["TM"] = "Turkmenistan";
$options["TC"] = "Turks and Caicos Islands ";
$options["TV"] = "Tuvalu ";
$options["UG"] = "Uganda ";
$options["UA"] = "Ukraine ";
$options["AE"] = "United Arab Emirates";
$options["GB"] = "United Kingdom ";
$options["US"] = "United States ";
$options["UM"] = "United States Minor Outlying Islands ";
$options["UY"] = "Uruguay ";
$options["UZ"] = "Uzbekistan";
$options["VU"] = "Vanuatu ";
$options["VA"] = "Vatican City State ";
$options["VE"] = "Venezuela ";
$options["VN"] = "Viet Nam ";
$options["VG"] = "Virgin Islands, British ";
$options["VI"] = "Virgin Islands, U.S. ";
$options["WF"] = "Wallis and Futuna";
$options["EH"] = "Western Sahara ";
$options["YE"] = "Yemen ";
$options["CD"] = "Zaire ";
$options["ZM"] = "Zambia ";
$options["ZW"] = "Zimbabwe ";
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.markalanevans.com/2010/07/27/country-codes-in-php-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

