<?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>A Digital Notepad</title>
	<atom:link href="http://adigitalnotepad.com/feed" rel="self" type="application/rss+xml" />
	<link>http://adigitalnotepad.com</link>
	<description>Computer related notes</description>
	<lastBuildDate>Wed, 28 Mar 2012 18:45:16 +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>Bash Prompt and Git-Completion</title>
		<link>http://adigitalnotepad.com/post/bash-prompt-and-git-completion</link>
		<comments>http://adigitalnotepad.com/post/bash-prompt-and-git-completion#comments</comments>
		<pubDate>Wed, 28 Mar 2012 18:44:23 +0000</pubDate>
		<dc:creator>cburyta</dc:creator>
				<category><![CDATA[Computer Tweaks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://adigitalnotepad.com/?p=374</guid>
		<description><![CDATA[A colleague of mine just sent me a couple links that were great tips if you work with git often. lifeon.biggerplanet.com talks about how to take advantage of customizing the prompt and using git-completion.bash script to auto-complete things like git branches and also display the branches in the prompt. Points of interest&#8230; git-completion.bash]]></description>
		<wfw:commentRss>http://adigitalnotepad.com/post/bash-prompt-and-git-completion/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting your feet wet with Drupal</title>
		<link>http://adigitalnotepad.com/post/getting-your-feet-wet-with-drupal</link>
		<comments>http://adigitalnotepad.com/post/getting-your-feet-wet-with-drupal#comments</comments>
		<pubDate>Thu, 01 Dec 2011 20:00:32 +0000</pubDate>
		<dc:creator>cburyta</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://adigitalnotepad.com/?p=360</guid>
		<description><![CDATA[I wish I had a list of what to start with when first digging into Drupal, so I&#8217;m going to use this post as a place to list out a good starting point for users that have never used Drupal before. Note: It&#8217;s geared towards a Drupal 6 project, BUT I believe most if not [...]]]></description>
		<wfw:commentRss>http://adigitalnotepad.com/post/getting-your-feet-wet-with-drupal/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Vagrant base boxes</title>
		<link>http://adigitalnotepad.com/post/introduction-to-vagrant-base-boxes</link>
		<comments>http://adigitalnotepad.com/post/introduction-to-vagrant-base-boxes#comments</comments>
		<pubDate>Tue, 08 Nov 2011 04:45:44 +0000</pubDate>
		<dc:creator>cburyta</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://adigitalnotepad.com/?p=351</guid>
		<description><![CDATA[I was introduced to Vagrant at DrupalCampWNY2011 by @darkoantic and crew, and since then I&#8217;ve had a goal to really grasp how to best use this tool in my daily process. I already used VirtualBox so it was a shoe-in to replace my existing MAMP setup for development. The tutorials at the vagrant site use [...]]]></description>
		<wfw:commentRss>http://adigitalnotepad.com/post/introduction-to-vagrant-base-boxes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Like button and undocumented HTTPS requirement</title>
		<link>http://adigitalnotepad.com/post/facebook-like-button-and-undocumented-https-requirement</link>
		<comments>http://adigitalnotepad.com/post/facebook-like-button-and-undocumented-https-requirement#comments</comments>
		<pubDate>Mon, 10 Oct 2011 18:46:09 +0000</pubDate>
		<dc:creator>cburyta</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://adigitalnotepad.com/?p=347</guid>
		<description><![CDATA[I have an hypothesis that I want to bounce around some, this seemed like a good crowd do to so… it may save someone time and it would be good to hear from somebody that may have had a similar experience. Long story short, when adding a Facebook Like button to your site, if you [...]]]></description>
		<wfw:commentRss>http://adigitalnotepad.com/post/facebook-like-button-and-undocumented-https-requirement/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Configure PEAR in MAMP</title>
		<link>http://adigitalnotepad.com/post/configure-pear-in-mamp</link>
		<comments>http://adigitalnotepad.com/post/configure-pear-in-mamp#comments</comments>
		<pubDate>Wed, 20 Jul 2011 16:45:20 +0000</pubDate>
		<dc:creator>cburyta</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://adigitalnotepad.com/?p=344</guid>
		<description><![CDATA[I use MAMP on my Mac daily for most of my web development. It&#8217;s a nice sandbox&#8217;ed environment but also very easy to maintain. MOST of the libs that I need are pre-bundled with MAMP, but sometime its required that I need something thats not pre-bundled. Here&#8217;s how to configure PEAR to work properly with [...]]]></description>
		<wfw:commentRss>http://adigitalnotepad.com/post/configure-pear-in-mamp/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setup Ubuntu Server on VirtualBox to use as a primary dev environment</title>
		<link>http://adigitalnotepad.com/post/howto-setup-ubuntu-server-on-virtualbox</link>
		<comments>http://adigitalnotepad.com/post/howto-setup-ubuntu-server-on-virtualbox#comments</comments>
		<pubDate>Wed, 20 Jul 2011 02:57:21 +0000</pubDate>
		<dc:creator>cburyta</dc:creator>
				<category><![CDATA[Computer Tweaks]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://adigitalnotepad.com/?p=310</guid>
		<description><![CDATA[HEADS UP: This is going to be cleaned up sometime soon&#8230; just too tired&#8230; Mainly, at the end, I kind of slap on the NAT network thing and the note on how to add users to the vboxsf group to properlly use the VirtualBox Shared File auto mount on system boot. Use VirtualBox to host [...]]]></description>
		<wfw:commentRss>http://adigitalnotepad.com/post/howto-setup-ubuntu-server-on-virtualbox/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Delete key and other tweaks to the OSX Terminal</title>
		<link>http://adigitalnotepad.com/post/delete-key-other-tweaks-osx-terminal</link>
		<comments>http://adigitalnotepad.com/post/delete-key-other-tweaks-osx-terminal#comments</comments>
		<pubDate>Thu, 14 Jul 2011 13:00:34 +0000</pubDate>
		<dc:creator>cburyta</dc:creator>
				<category><![CDATA[Computer Tweaks]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://adigitalnotepad.com/?p=304</guid>
		<description><![CDATA[I&#8217;m always using the Mac OSX Terminal app for things. I was jealous of linux machines though, their terminals were much nicer. Things like the Delete key worked among other things. I found this to help. (From http://hints.macworld.com/article.php?story=20050525040921189) (Originally it was from http://koorb.co.uk/scrapbook/ I guess, but that page errors out for me.) Add this to [...]]]></description>
		<wfw:commentRss>http://adigitalnotepad.com/post/delete-key-other-tweaks-osx-terminal/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Mechanical Keyboard &#8211; XArmor U9W Wireless</title>
		<link>http://adigitalnotepad.com/post/first-mechanical-keyboard-xarmor-u9w-wireless</link>
		<comments>http://adigitalnotepad.com/post/first-mechanical-keyboard-xarmor-u9w-wireless#comments</comments>
		<pubDate>Fri, 06 May 2011 22:54:34 +0000</pubDate>
		<dc:creator>cburyta</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://adigitalnotepad.com/?p=294</guid>
		<description><![CDATA[I have been using my first true mechanical keyboard. I didn&#8217;t realize there was such a big variety and such a large community around these keyboards when I first started looking. I tried a Logitech keyboard first, it was a $30 wireless keyboard and I probably would have kept it if Logitech supported Mac like [...]]]></description>
		<wfw:commentRss>http://adigitalnotepad.com/post/first-mechanical-keyboard-xarmor-u9w-wireless/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Logitech Performance MX mouse (with Darkfield)</title>
		<link>http://adigitalnotepad.com/post/logitech-performance-mx-mouse-with-darkfield</link>
		<comments>http://adigitalnotepad.com/post/logitech-performance-mx-mouse-with-darkfield#comments</comments>
		<pubDate>Fri, 06 May 2011 21:59:14 +0000</pubDate>
		<dc:creator>cburyta</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://adigitalnotepad.com/?p=275</guid>
		<description><![CDATA[I&#8217;ve had a Razer brand Copperhead for about 6 years now. That has been a tank that out performed any other mouse I used. I wanted to go wireless though, so I decided to try the Logitech Performance MX. Overall the mouse was great. I&#8217;m on a Mac, I write code all day and play [...]]]></description>
		<wfw:commentRss>http://adigitalnotepad.com/post/logitech-performance-mx-mouse-with-darkfield/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logitech K320 Wireless Keyboard</title>
		<link>http://adigitalnotepad.com/post/logitech-k320-wireless-keyboard</link>
		<comments>http://adigitalnotepad.com/post/logitech-k320-wireless-keyboard#comments</comments>
		<pubDate>Sun, 01 May 2011 17:13:51 +0000</pubDate>
		<dc:creator>cburyta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adigitalnotepad.com/?p=272</guid>
		<description><![CDATA[I&#8217;m switching from a wired setup to a wireless setup. I&#8217;m a programmer and an occasional (but serious) gamer, so I want something that can respond well and not die on me often. My old keyboard was a Microsoft comfort curve&#8230; slightly ergonomically curved, but not split down the middle fully. It was a great [...]]]></description>
		<wfw:commentRss>http://adigitalnotepad.com/post/logitech-k320-wireless-keyboard/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

