<?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>davidgillhespy.com&#187; Previous posts from &#8220;web&#8221; category</title>
	<atom:link href="http://davidgillhespy.com/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidgillhespy.com</link>
	<description>The portfolio and blog of david justin gillhespy</description>
	<lastBuildDate>Mon, 08 Mar 2010 05:02:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Learning Ruby with Koans</title>
		<link>http://davidgillhespy.com/2010/01/learning-ruby-koans/</link>
		<comments>http://davidgillhespy.com/2010/01/learning-ruby-koans/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 22:34:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codemash]]></category>
		<category><![CDATA[koans]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[test driven development]]></category>

		<guid isPermaLink="false">http://davidgillhespy.com/?p=430</guid>
		<description><![CDATA[I was introduced to Ruby for the first time in a morning pre-compiler session at Codemash 2.0.1.0. The purpose of the session was to get introduced to Ruby syntax and have a solid base to grow from. The method used Ruby Koans from EdgeCase. You can get the files from Github. An explanation of koans [...]]]></description>
			<content:encoded><![CDATA[<p>I was introduced to Ruby for the first time in a morning <a href="http://codemash.org/Precompiler#Ruby">pre-compiler session at Codemash 2.0.1.0</a>. The purpose of the session was to get introduced to Ruby syntax and have a solid base to grow from. The method used Ruby Koans from EdgeCase. You can get the files from <a href="http://github.com/edgecase/ruby_koans/downloads">Github</a>. An <a href="http://github.com/edgecase/ruby_koans/">explanation</a> of koans is also available.</p>
<p>Basically, koans are a series of failing tests that you have to fix in order to move forward. As you fix each test in a file, you run the file in a terminal window to see the results. If you fixed the test correctly, it will move on to the next error. The point is not to move through the test as quickly as you can, but to stop and understand each test as you go. First, why is it broken, second, fix it, third, improve it (Red, Green, Refactor). Every time you solve a test, go back to make sure you understand what you actually fixed and why it works. The koans each build upon each other and upon your knowledge of Ruby as you gain it.</p>
<p>If you have ever been interested in learning Ruby, koans are definitely a great way to get acquainted with the language!</p>
<strong>Subscribe / Share</strong><div class="sharepost" style="padding-top:10px;" ><a href="http://feeds2.feedburner.com/david_gillhespy"><img src="http://davidgillhespy.com/images/icons/social/rss.png" alt="" /></a>&nbsp;&nbsp;<a href="mailto:?subject=Learning Ruby with Koans&amp;body=http://davidgillhespy.com/2010/01/learning-ruby-koans/"><img src="http://davidgillhespy.com/images/icons/social/email.png" alt="" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/share.php?u=http://davidgillhespy.com/2010/01/learning-ruby-koans/"><img src="http://davidgillhespy.com/images/icons/social/facebook.png" alt="" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=http://davidgillhespy.com/2010/01/learning-ruby-koans/"><img src="http://davidgillhespy.com/images/icons/social/twitter.png" alt="" /></a>&nbsp;&nbsp;<a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http://davidgillhespy.com/2010/01/learning-ruby-koans/&amp;t=Learning Ruby with Koans"><img src="http://davidgillhespy.com/images/icons/social/google.png" alt="" /></a>&nbsp;&nbsp;<a href="http://digg.com/submit?url=http://davidgillhespy.com/2010/01/learning-ruby-koans/&amp;title=Learning Ruby with Koans&amp;bodytext=&amp;media=&amp;topic="><img src="http://davidgillhespy.com/images/icons/social/digg.png" alt="" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http://davidgillhespy.com/2010/01/learning-ruby-koans/&amp;title=Learning Ruby with Koans"><img src="http://davidgillhespy.com/images/icons/social/stumbleupon.png" alt="" /></a>&nbsp;&nbsp;<a href="http://reddit.com/submit?url=http://davidgillhespy.com/2010/01/learning-ruby-koans/&amp;title=Learning Ruby with Koans"><img src="http://davidgillhespy.com/images/icons/social/reddit.png" alt="" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http://davidgillhespy.com/2010/01/learning-ruby-koans/"><img src="http://davidgillhespy.com/images/icons/social/technorati.png" alt="" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=http://davidgillhespy.com/2010/01/learning-ruby-koans/&amp;title=Learning Ruby with Koans"><img src="http://davidgillhespy.com/images/icons/social/del.png" alt="" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgillhespy.com/2010/01/learning-ruby-koans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer is Unsafe? Didn&#8217;t See That Coming&#8230;</title>
		<link>http://davidgillhespy.com/2008/12/internet-explorer-is-unsafe-didnt-see-that-coming/</link>
		<comments>http://davidgillhespy.com/2008/12/internet-explorer-is-unsafe-didnt-see-that-coming/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 17:16:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[apple safari]]></category>
		<category><![CDATA[browser bugs]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE sucks]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[internet security]]></category>
		<category><![CDATA[opera]]></category>

		<guid isPermaLink="false">http://davidgillhespy.com/?p=151</guid>
		<description><![CDATA[In less than surprising news, Internet Explorer is not safe.
Microsoft is continuing its investigation of public reports of attacks against a new vulnerability in Internet Explorer. Our investigation so far has shown that these attacks are only against Windows Internet Explorer 7 on supported editions of Windows XP Service Pack 2, Windows XP Service Pack [...]]]></description>
			<content:encoded><![CDATA[<p>In less than surprising news, <a title="Microsoft Security Advisory (961051)" href="http://www.microsoft.com/technet/security/advisory/961051.mspx" target="_self">Internet Explorer is not safe</a>.</p>
<blockquote><p>Microsoft is continuing its investigation of public reports of attacks against a new vulnerability in Internet Explorer. Our investigation so far has shown that these attacks are only against Windows Internet Explorer 7 on supported editions of Windows XP Service Pack 2, Windows XP Service Pack 3, Windows Server 2003 Service Pack 1, Windows Server 2003 Service Pack 2, Windows Vista, Windows Vista Service Pack 1, and Windows Server 2008. Microsoft Internet Explorer 5.01 Service Pack 4, Microsoft Internet Explorer 6 Service Pack 1, Microsoft Internet Explorer 6, and Windows Internet Explorer 8 Beta 2 on all supported versions of Microsoft Windows are potentially vulnerable.</p></blockquote>
<p>So basically, every version of IE is vulnerable. Microsoft offers <a title="Suggested Actions" href="http://www.microsoft.com/technet/security/advisory/961051.mspx#ENCAC" target="_self">several solutions</a> until this problem is fixed, but they don&#8217;t really address the problem. Suggestions include: enable a firewall, contact the FBI, and keep windows updated. Since they haven&#8217;t fixed the problem, I don&#8217;t see how this helps. Any solution they have that works will probably be hard for the average internet user to understand. I know my grandma wouldn&#8217;t be able to &#8220;Restrict Internet Explorer from using OLEDB32.dll with an Integrity Level ACL&#8221; or &#8220;Disable XML Island functionality.&#8221;</p>
<p>Now, Microsoft will never say this, even though <a href="http://www.scmagazineuk.com/Microsoft-encourages-users-to-switch-to-other-browsers/article/122909/" target="_self">some sites</a> are unsubstantially claiming they have, but the best way to avoid problems is to stop using IE. My suggestion would be to switch to <a title="Get Firefox" href="http://www.mozilla.com/en-US/" target="_self">Firefox</a>. Even though I have <a title="Firefox 3" href="http://davidgillhespy.com/2008/11/firefox-3/" target="_self">some complaints</a> about it, it is by far the best browser available, especially  in terms of <a title="Firefox Themes" href="https://addons.mozilla.org/en-US/firefox/browse/type:2" target="_self">customization</a> and <a title="Firefox Add-ons" href="https://addons.mozilla.org/en-US/firefox/" target="_self">add-ons</a>.</p>
<p>I know that all browsers have security problems, but IE is so far behind the times and until they get it together and make a browser that isn&#8217;t 10 years behind the others people really need to stop using it. Just because it comes with your computer, doesn&#8217;t mean <a title="Get Firefox" href="http://www.mozilla.com/en-US/" target="_self">other</a> <a title="Opera Browser" href="http://www.opera.com" target="_self">options</a> <a title="Google Chrome" href="http://www.google.com/chrome" target="_self">aren&#8217;t</a> <a title="Apple Safari for Windows" href="http://www.apple.com/safari/" target="_self">available</a>.</p>
<strong>Subscribe / Share</strong><div class="sharepost" style="padding-top:10px;" ><a href="http://feeds2.feedburner.com/david_gillhespy"><img src="http://davidgillhespy.com/images/icons/social/rss.png" alt="" /></a>&nbsp;&nbsp;<a href="mailto:?subject=Internet Explorer is Unsafe? Didn&#8217;t See That Coming&#8230;&amp;body=http://davidgillhespy.com/2008/12/internet-explorer-is-unsafe-didnt-see-that-coming/"><img src="http://davidgillhespy.com/images/icons/social/email.png" alt="" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/share.php?u=http://davidgillhespy.com/2008/12/internet-explorer-is-unsafe-didnt-see-that-coming/"><img src="http://davidgillhespy.com/images/icons/social/facebook.png" alt="" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=http://davidgillhespy.com/2008/12/internet-explorer-is-unsafe-didnt-see-that-coming/"><img src="http://davidgillhespy.com/images/icons/social/twitter.png" alt="" /></a>&nbsp;&nbsp;<a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http://davidgillhespy.com/2008/12/internet-explorer-is-unsafe-didnt-see-that-coming/&amp;t=Internet Explorer is Unsafe? Didn&#8217;t See That Coming&#8230;"><img src="http://davidgillhespy.com/images/icons/social/google.png" alt="" /></a>&nbsp;&nbsp;<a href="http://digg.com/submit?url=http://davidgillhespy.com/2008/12/internet-explorer-is-unsafe-didnt-see-that-coming/&amp;title=Internet Explorer is Unsafe? Didn&#8217;t See That Coming&#8230;&amp;bodytext=&amp;media=&amp;topic="><img src="http://davidgillhespy.com/images/icons/social/digg.png" alt="" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http://davidgillhespy.com/2008/12/internet-explorer-is-unsafe-didnt-see-that-coming/&amp;title=Internet Explorer is Unsafe? Didn&#8217;t See That Coming&#8230;"><img src="http://davidgillhespy.com/images/icons/social/stumbleupon.png" alt="" /></a>&nbsp;&nbsp;<a href="http://reddit.com/submit?url=http://davidgillhespy.com/2008/12/internet-explorer-is-unsafe-didnt-see-that-coming/&amp;title=Internet Explorer is Unsafe? Didn&#8217;t See That Coming&#8230;"><img src="http://davidgillhespy.com/images/icons/social/reddit.png" alt="" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http://davidgillhespy.com/2008/12/internet-explorer-is-unsafe-didnt-see-that-coming/"><img src="http://davidgillhespy.com/images/icons/social/technorati.png" alt="" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=http://davidgillhespy.com/2008/12/internet-explorer-is-unsafe-didnt-see-that-coming/&amp;title=Internet Explorer is Unsafe? Didn&#8217;t See That Coming&#8230;"><img src="http://davidgillhespy.com/images/icons/social/del.png" alt="" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgillhespy.com/2008/12/internet-explorer-is-unsafe-didnt-see-that-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing davidgillhespy.com v2.0</title>
		<link>http://davidgillhespy.com/2008/12/introducing-davidgillhespycom-v20/</link>
		<comments>http://davidgillhespy.com/2008/12/introducing-davidgillhespycom-v20/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 01:28:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://davidgillhespy.com/?p=130</guid>
		<description><![CDATA[I decided a while ago that I was getting bored with my current website and that I needed to re-design it. The purpose of my site is to showcase my web and graphic design. A part of the site is my blog, where I write about whatever is on my mind. Before, the two sites [...]]]></description>
			<content:encoded><![CDATA[<p>I decided a while ago that I was getting bored with my current website and that I needed to re-design it. The purpose of my site is to showcase my web and graphic design. A part of the site is my blog, where I write about whatever is on my mind. Before, the two sites had seperate designs, but I always wanted to integrate my blog into the design of my site. Instead, I decided to integrate my site into my blog.</p>
<p>So, since I was bored with the old look, I figured now was a good time to finally update and integrate both blog and portfolio into one seemless site.</p>
<p>I hope anyone who feels like taking a look likes what I&#8217;ve done to the place. I am very happy with how it turned out. If anyone cares, I basically designed a wordpress theme, so now my entire site can be controlled through wordpress as a CMS. This was a lot of fun!!</p>
<p><a href="http://www.davidgillhespy.com">http://www.davidgillhespy.com</a></p>
<strong>Subscribe / Share</strong><div class="sharepost" style="padding-top:10px;" ><a href="http://feeds2.feedburner.com/david_gillhespy"><img src="http://davidgillhespy.com/images/icons/social/rss.png" alt="" /></a>&nbsp;&nbsp;<a href="mailto:?subject=Introducing davidgillhespy.com v2.0&amp;body=http://davidgillhespy.com/2008/12/introducing-davidgillhespycom-v20/"><img src="http://davidgillhespy.com/images/icons/social/email.png" alt="" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/share.php?u=http://davidgillhespy.com/2008/12/introducing-davidgillhespycom-v20/"><img src="http://davidgillhespy.com/images/icons/social/facebook.png" alt="" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=http://davidgillhespy.com/2008/12/introducing-davidgillhespycom-v20/"><img src="http://davidgillhespy.com/images/icons/social/twitter.png" alt="" /></a>&nbsp;&nbsp;<a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http://davidgillhespy.com/2008/12/introducing-davidgillhespycom-v20/&amp;t=Introducing davidgillhespy.com v2.0"><img src="http://davidgillhespy.com/images/icons/social/google.png" alt="" /></a>&nbsp;&nbsp;<a href="http://digg.com/submit?url=http://davidgillhespy.com/2008/12/introducing-davidgillhespycom-v20/&amp;title=Introducing davidgillhespy.com v2.0&amp;bodytext=&amp;media=&amp;topic="><img src="http://davidgillhespy.com/images/icons/social/digg.png" alt="" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http://davidgillhespy.com/2008/12/introducing-davidgillhespycom-v20/&amp;title=Introducing davidgillhespy.com v2.0"><img src="http://davidgillhespy.com/images/icons/social/stumbleupon.png" alt="" /></a>&nbsp;&nbsp;<a href="http://reddit.com/submit?url=http://davidgillhespy.com/2008/12/introducing-davidgillhespycom-v20/&amp;title=Introducing davidgillhespy.com v2.0"><img src="http://davidgillhespy.com/images/icons/social/reddit.png" alt="" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http://davidgillhespy.com/2008/12/introducing-davidgillhespycom-v20/"><img src="http://davidgillhespy.com/images/icons/social/technorati.png" alt="" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=http://davidgillhespy.com/2008/12/introducing-davidgillhespycom-v20/&amp;title=Introducing davidgillhespy.com v2.0"><img src="http://davidgillhespy.com/images/icons/social/del.png" alt="" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgillhespy.com/2008/12/introducing-davidgillhespycom-v20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3</title>
		<link>http://davidgillhespy.com/2008/11/firefox-3/</link>
		<comments>http://davidgillhespy.com/2008/11/firefox-3/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 14:03:30 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[web browsers]]></category>

		<guid isPermaLink="false">http://davidgillhespy.com/weblog/?p=74</guid>
		<description><![CDATA[I&#8217;ve been a huge fan of the Firefox browser for about 5 years since I first learned of it. I like the security, speed, and customization that it provides. I would absolutely never go back to using Internet Explorer again.
Unfortunately, lately I have been really dissapointed with Firefox 3. Firefox 2 had its problems, such [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a huge fan of the Firefox browser for about 5 years since I first learned of it. I like the security, speed, and customization that it provides. I would absolutely never go back to using Internet Explorer again.</p>
<p>Unfortunately, lately I have been really dissapointed with Firefox 3. Firefox 2 had its problems, such as being a huge memory hog at times, but it was a very stable borwser. Firefox 3 (now 3.0.3) has one problem that is absolutely driving me nuts and forcing me to consider switching to a new browser. It crashes constantly. I have reinstalled several times, hoping I just had a bad instal. But after being updated 3 times to 3.0.3, it crashes as much as the day I installed it.</p>
<p>There are 2 specific types of crashes I experience. The first is the old one common to FF 2 where it closes and brings up the standard windows vista  &#8220;Firefox has stopped working&#8221; dialog. The other is new to FF 3 where it closes and brings up a new dialog box asking me to report the problem to Mozilla and giving me the option to restart.</p>
<p>Thankfully FF has the &#8220;Restore Previous Session&#8221; option, so I don&#8217;t lose my browsing history from my current session, but when it happens over and over, it begins to really annoy me.</p>
<p>I wish there was a fix for this because I don&#8217;t like any other browser as much as Firefox. I really don&#8217;t want to switch.</p>
<strong>Subscribe / Share</strong><div class="sharepost" style="padding-top:10px;" ><a href="http://feeds2.feedburner.com/david_gillhespy"><img src="http://davidgillhespy.com/images/icons/social/rss.png" alt="" /></a>&nbsp;&nbsp;<a href="mailto:?subject=Firefox 3&amp;body=http://davidgillhespy.com/2008/11/firefox-3/"><img src="http://davidgillhespy.com/images/icons/social/email.png" alt="" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/share.php?u=http://davidgillhespy.com/2008/11/firefox-3/"><img src="http://davidgillhespy.com/images/icons/social/facebook.png" alt="" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=http://davidgillhespy.com/2008/11/firefox-3/"><img src="http://davidgillhespy.com/images/icons/social/twitter.png" alt="" /></a>&nbsp;&nbsp;<a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http://davidgillhespy.com/2008/11/firefox-3/&amp;t=Firefox 3"><img src="http://davidgillhespy.com/images/icons/social/google.png" alt="" /></a>&nbsp;&nbsp;<a href="http://digg.com/submit?url=http://davidgillhespy.com/2008/11/firefox-3/&amp;title=Firefox 3&amp;bodytext=&amp;media=&amp;topic="><img src="http://davidgillhespy.com/images/icons/social/digg.png" alt="" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http://davidgillhespy.com/2008/11/firefox-3/&amp;title=Firefox 3"><img src="http://davidgillhespy.com/images/icons/social/stumbleupon.png" alt="" /></a>&nbsp;&nbsp;<a href="http://reddit.com/submit?url=http://davidgillhespy.com/2008/11/firefox-3/&amp;title=Firefox 3"><img src="http://davidgillhespy.com/images/icons/social/reddit.png" alt="" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http://davidgillhespy.com/2008/11/firefox-3/"><img src="http://davidgillhespy.com/images/icons/social/technorati.png" alt="" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=http://davidgillhespy.com/2008/11/firefox-3/&amp;title=Firefox 3"><img src="http://davidgillhespy.com/images/icons/social/del.png" alt="" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://davidgillhespy.com/2008/11/firefox-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
