<?xml version="1.0" encoding="utf-8"?>
	<feed xmlns="http://www.w3.org/2005/Atom">
		<title>ATOM &#64; GeeksNeverSleep.com</title>
		<subtitle>Get all our newest entries when you subscribe to the ATOM feed.</subtitle>
		<link href="http://geeksneversleep.com/atom.xml" rel="self" />
		<link href="http://geeksneversleep.com" />
		<updated>2010-08-21T23:14:29-05:00</updated>
		<author>
			<name>Tieson Trowbridge</name>
			<email>tiesont@geeksneversleep.com</email>
		</author>
		<id>tag:geeksneversleep.com,2009:feed</id><entry>
			<title>Why I (Occasionally) Use Empty Statements</title>
			<link href="http://geeksneversleep.com/blog/why-i-occasionally-use-empty-statements" /><id>tag:geeksneversleep.com,2010-08-20:why-i-occasionally-use-empty-statements</id><updated>2010-08-20T23:30:14-05:00</updated><summary>GeeksNeverSleep entry for 2010-08-20</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Just another mindless entry...</p></div>
			</content>
		</entry><entry>
			<title>Project: Ruby in .NET</title>
			<link href="http://geeksneversleep.com/code/project-ruby-in-net" /><id>tag:geeksneversleep.com,2010-07-24:project-ruby-in-net</id><updated>2010-07-24T16:11:25-05:00</updated><summary>GeeksNeverSleep entry for 2010-07-24</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>A code snippet to demo Ruby, as developed with Visual Studio 2008 and Ruby-in-Steel.</p></div>
			</content>
		</entry><entry>
			<title>Project: COBOL in .NET</title>
			<link href="http://geeksneversleep.com/code/project-cobol-in-net" /><id>tag:geeksneversleep.com,2010-07-18:project-cobol-in-net</id><updated>2010-07-18T22:53:20-05:00</updated><summary>GeeksNeverSleep entry for 2010-07-18</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Fun with COBOL in .NET...</p></div>
			</content>
		</entry><entry>
			<title>Using IEnumerable Is Better Than Returning Lists</title>
			<link href="http://geeksneversleep.com/blog/using-ienumerable-is-better-than-returning-lists" /><id>tag:geeksneversleep.com,2010-07-07:using-ienumerable-is-better-than-returning-lists</id><updated>2010-07-07T10:29:19-05:00</updated><summary>GeeksNeverSleep entry for 2010-07-07</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Just another mindless entry...</p></div>
			</content>
		</entry><entry>
			<title>Thinking About the Past...</title>
			<link href="http://geeksneversleep.com/blog/thinking-about-the-past" /><id>tag:geeksneversleep.com,2010-03-10:thinking-about-the-past</id><updated>2010-06-10T00:41:08-05:00</updated><summary>GeeksNeverSleep entry for 2010-03-10</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Looks like my midlife crisis is coming early...</p></div>
			</content>
		</entry><entry>
			<title>A Discussion of Class </title>
			<link href="http://geeksneversleep.com/blog/a-discussion-of-class" /><id>tag:geeksneversleep.com,2010-03-03:a-discussion-of-class</id><updated>2010-06-10T00:41:08-05:00</updated><summary>GeeksNeverSleep entry for 2010-03-03</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>A brief discussion of classes within the context of object-oriented programming.</p></div>
			</content>
		</entry><entry>
			<title>C#, XML, and LINQ: Deleting an XML Node</title>
			<link href="http://geeksneversleep.com/tutorials/c-xml-and-linq-deleting-an-xml-node" /><id>tag:geeksneversleep.com,2010-01-22:c-xml-and-linq-deleting-an-xml-node</id><updated>2010-06-10T00:41:08-05:00</updated><summary>GeeksNeverSleep entry for 2010-01-22</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>In what is likely to be the last in a series of quick LINQ tutorials, we cover deleting a node from an XML document.</p></div>
			</content>
		</entry><entry>
			<title>C#, XML, and LINQ: Updating an XML File</title>
			<link href="http://geeksneversleep.com/tutorials/c-xml-and-linq-sample-3" /><id>tag:geeksneversleep.com,2009-11-30:c-xml-and-linq-sample-3</id><updated>2010-06-10T00:41:08-05:00</updated><summary>GeeksNeverSleep entry for 2009-11-30</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Continuing on with the topic of the last two tutorials, we cover how to update an XML node using LINQ and C#.</p></div>
			</content>
		</entry><entry>
			<title>C#, XML, and LINQ: Adding Nodes to an XML File</title>
			<link href="http://geeksneversleep.com/tutorials/c-xml-and-linq-sample-2" /><id>tag:geeksneversleep.com,2009-11-04:c-xml-and-linq-sample-2</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-11-04</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Another example of how useful LINQ is when we are having fun with XML.</p></div>
			</content>
		</entry><entry>
			<title>C#, XML, and LINQ: Load &amp; Parse an XML File</title>
			<link href="http://geeksneversleep.com/tutorials/c-xml-and-linq-sample-1" /><id>tag:geeksneversleep.com,2009-08-22:c-xml-and-linq-sample-1</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-08-22</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>An example of how useful LINQ is when we are having fun with XML.</p></div>
			</content>
		</entry><entry>
			<title>Fun with LINQ</title>
			<link href="http://geeksneversleep.com/blog/fun-with-linq" /><id>tag:geeksneversleep.com,2009-08-17:fun-with-linq</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-08-17</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Waxing poetic about LINQ...</p></div>
			</content>
		</entry><entry>
			<title>PHP Referrer Snippet</title>
			<link href="http://geeksneversleep.com/code/php-referrer-snippet" /><id>tag:geeksneversleep.com,2009-07-31:php-referrer-snippet</id><updated>2009-07-31T08:44:26-05:00</updated><summary>GeeksNeverSleep entry for 2009-07-31</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>A PHP referral script.</p></div>
			</content>
		</entry><entry>
			<title>Shorthand Properties = Lazy Programming, IMHO</title>
			<link href="http://geeksneversleep.com/blog/shorthand-properties-lazy-programming-imho" /><id>tag:geeksneversleep.com,2009-07-28:shorthand-properties-lazy-programming-imho</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-07-28</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>A short discussion of why I dislike shorthand property syntax in C#.</p></div>
			</content>
		</entry><entry>
			<title>W3Schools is teh awesomeness</title>
			<link href="http://geeksneversleep.com/blog/w3schools-is-teh-awesomeness" /><id>tag:geeksneversleep.com,2009-07-21:w3schools-is-teh-awesomeness</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-07-21</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Giving credit where it's due for a nice feature in my new portfolio script.</p>
<p>:)</p></div>
			</content>
		</entry><entry>
			<title>falcon1986 is my hero...</title>
			<link href="http://geeksneversleep.com/blog/falcon1986-is-my-hero" /><id>tag:geeksneversleep.com,2009-07-11:falcon1986-is-my-hero</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-07-11</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Giving some love to a man only known as "falcon1986" for his most helpful article.</p></div>
			</content>
		</entry><entry>
			<title>Rolling, rolling, rolling...</title>
			<link href="http://geeksneversleep.com/blog/rolling-rolling-rolling" /><id>tag:geeksneversleep.com,2009-07-09:rolling-rolling-rolling</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-07-09</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Just another mindless entry...</p></div>
			</content>
		</entry><entry>
			<title>CSS Template 1</title>
			<link href="http://geeksneversleep.com/code/css-template-1" /><id>tag:geeksneversleep.com,2009-07-07:css-template-1</id><updated>2009-07-07T12:55:41-05:00</updated><summary>GeeksNeverSleep entry for 2009-07-07</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>A simple CSS template, plus links to download the source.</p></div>
			</content>
		</entry><entry>
			<title>HTML Template 1</title>
			<link href="http://geeksneversleep.com/code/html-template-1" /><id>tag:geeksneversleep.com,2009-07-07:html-template-1</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-07-07</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Code for an XHTML Strict template, plus links to download the source.</p></div>
			</content>
		</entry><entry>
			<title>Survey of Programming Languages I</title>
			<link href="http://geeksneversleep.com/blog/survey-of-programming-languages-i" /><id>tag:geeksneversleep.com,2009-07-07:survey-of-programming-languages-i</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-07-07</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Just some experiences I had in a class I had to take.</p></div>
			</content>
		</entry><entry>
			<title>I think I have a problem...</title>
			<link href="http://geeksneversleep.com/blog/i-think-i-have-a-problem" /><id>tag:geeksneversleep.com,2009-06-30:i-think-i-have-a-problem</id><updated>2009-06-30T09:58:25-05:00</updated><summary>GeeksNeverSleep entry for 2009-06-30</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Hi. My name is Tieson, and I'm an addict...</p>
<p>:p</p></div>
			</content>
		</entry><entry>
			<title>Fixing an odd bug in .htaccess</title>
			<link href="http://geeksneversleep.com/code/fixing-an-odd-bug-in-htaccess" /><id>tag:geeksneversleep.com,2009-06-21:fixing-an-odd-bug-in-htaccess</id><updated>2009-06-21T13:50:47-05:00</updated><summary>GeeksNeverSleep entry for 2009-06-21</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>A hopefully helpful .htaccess post. :)</p></div>
			</content>
		</entry><entry>
			<title>Nifty Corners = Sah-weeeeet...</title>
			<link href="http://geeksneversleep.com/blog/nifty-corners-sah-weeeeet" /><id>tag:geeksneversleep.com,2009-05-11:nifty-corners-sah-weeeeet</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-05-11</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Nifty Corners, how do I love thee? Let me count the ways...</p></div>
			</content>
		</entry><entry>
			<title>Creating A C++ Application, Part 1</title>
			<link href="http://geeksneversleep.com/tutorials/creating-a-cplusplus-console-application-part-1" /><id>tag:geeksneversleep.com,2009-04-25:creating-a-cplusplus-console-application-part-1</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-04-25</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>A short walk-through on how to create the ubiquitous "Hello, world" sample program.</p></div>
			</content>
		</entry><entry>
			<title>Yur Doin' It Wrong...</title>
			<link href="http://geeksneversleep.com/blog/yur-doin-it-wrong" /><id>tag:geeksneversleep.com,2009-04-05:yur-doin-it-wrong</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-04-05</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Just me complaining about the lack of effort I observe in some students.</p></div>
			</content>
		</entry><entry>
			<title>Debt Repayment Calculator, Part One</title>
			<link href="http://geeksneversleep.com/tutorials/debt-repayment-calculator-part-one" /><id>tag:geeksneversleep.com,2009-03-25:debt-repayment-calculator-part-one</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-03-25</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Part One of a tutorial where we build code to calculate the various aspects of repaying a debt.</p></div>
			</content>
		</entry><entry>
			<title>Programming Primer</title>
			<link href="http://geeksneversleep.com/articles/programming-primer" /><id>tag:geeksneversleep.com,2009-03-01:programming-primer</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-03-01</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>A brief overview of key programming terms.</p></div>
			</content>
		</entry><entry>
			<title>The Many Faces of the Hyperlink Element</title>
			<link href="http://geeksneversleep.com/tutorials/the-many-faces-of-the-hyperlink-element" /><id>tag:geeksneversleep.com,2009-02-05:the-many-faces-of-the-hyperlink-element</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-02-05</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>A few of the uses for the hyperlink HTML element.</p></div>
			</content>
		</entry><entry>
			<title>IE8 RC1? Not Too Shabby!</title>
			<link href="http://geeksneversleep.com/blog/ie8-rc1-not-too-shabby" /><id>tag:geeksneversleep.com,2009-01-28:ie8-rc1-not-too-shabby</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-01-28</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>There is hope, yet...</p></div>
			</content>
		</entry><entry>
			<title>C# Sample: Timing Class</title>
			<link href="http://geeksneversleep.com/code/csharp-sample-timing-class" /><id>tag:geeksneversleep.com,2009-01-25:csharp-sample-timing-class</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-01-25</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>A snippet and a download for a C# class, Timing.cs</p></div>
			</content>
		</entry><entry>
			<title>C# Sample: RandomDataSet Class</title>
			<link href="http://geeksneversleep.com/code/csharp-sample-randomdataset-class" /><id>tag:geeksneversleep.com,2009-01-23:csharp-sample-randomdataset-class</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-01-23</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>A snippet and a download for a C# class, RandomDataSet.cs</p></div>
			</content>
		</entry><entry>
			<title>ASP dotNET vs. PHP</title>
			<link href="http://geeksneversleep.com/blog/asp-dotnet-vs-php" /><id>tag:geeksneversleep.com,2009-01-21:asp-dotnet-vs-php</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-01-21</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Just another mindless entry...</p></div>
			</content>
		</entry><entry>
			<title>OOP and C#: Making a Sample Class</title>
			<link href="http://geeksneversleep.com/tutorials/oop-and-csharp-making-a-sample-class" /><id>tag:geeksneversleep.com,2009-01-02:oop-and-csharp-making-a-sample-class</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2009-01-02</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>This is a general tutorial of how to use C# to develop a class.</p></div>
			</content>
		</entry><entry>
			<title>HTML + CSS = A Calendar? Cool!</title>
			<link href="http://geeksneversleep.com/tutorials/html-css-calendar" /><id>tag:geeksneversleep.com,2008-12-20:html-css-calendar</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2008-12-20</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>A tutorial detailing how to create a calendar date widget for a web site.</p></div>
			</content>
		</entry><entry>
			<title>Something Wicked, This Way Comes...</title>
			<link href="http://geeksneversleep.com/blog/something-wicked-this-way-comes" /><id>tag:geeksneversleep.com,2008-12-18:something-wicked-this-way-comes</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2008-12-18</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Just another mindless entry...</p></div>
			</content>
		</entry><entry>
			<title>Opining About My Future</title>
			<link href="http://geeksneversleep.com/blog/opining-about-my-future" /><id>tag:geeksneversleep.com,2008-12-08:opining-about-my-future</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2008-12-08</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>
Just another mindless entry...
</p></div>
			</content>
		</entry><entry>
			<title>My Favorite Free Security Software</title>
			<link href="http://geeksneversleep.com/blog/my-favorite-free-security-software" /><id>tag:geeksneversleep.com,2008-11-25:my-favorite-free-security-software</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2008-11-25</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>The security software I know and love... more or less.</p>
<p>:p</p></div>
			</content>
		</entry><entry>
			<title>Java Classes</title>
			<link href="http://geeksneversleep.com/articles/java-classes" /><id>tag:geeksneversleep.com,2008-11-21:java-classes</id><updated>2010-06-10T00:40:27-05:00</updated><summary>GeeksNeverSleep entry for 2008-11-21</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>A short rundown of a few of the key points to consider when developing a Java class.</p></div>
			</content>
		</entry><entry>
			<title>Visual Basic</title>
			<link href="http://geeksneversleep.com/articles/visual-basic" /><id>tag:geeksneversleep.com,2008-11-21:visual-basic</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-11-21</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>First rule of GeeksNeverSleep: We don't talk about VB...</p>
<p>:p</p></div>
			</content>
		</entry><entry>
			<title>An Interesting Use of a C# Foreach Loop</title>
			<link href="http://geeksneversleep.com/blog/an-interesting-use-of-a-csharp-foreach-loop" /><id>tag:geeksneversleep.com,2008-11-04:an-interesting-use-of-a-csharp-foreach-loop</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-11-04</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Here, I present a small code snippet for clearing text from TextBox controls in a C# Windows project.</p></div>
			</content>
		</entry><entry>
			<title>Coding Like Forrest Gump</title>
			<link href="http://geeksneversleep.com/blog/coding-like-forrest-gump" /><id>tag:geeksneversleep.com,2008-10-24:coding-like-forrest-gump</id><updated>2008-10-24T16:09:00-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-24</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>
I&#39;m kinda tired. Think I&#39;ll go home now...
</p></div>
			</content>
		</entry><entry>
			<title>Pretty URLs For Everyone!</title>
			<link href="http://geeksneversleep.com/tutorials/pretty-urls-for-everyone" /><id>tag:geeksneversleep.com,2008-10-13:pretty-urls-for-everyone</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-13</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>A simple example of how to use a .htaccess file.</p></div>
			</content>
		</entry><entry>
			<title>Why Sherlock Holmes Would Have Made A Kick-Ass Programmer</title>
			<link href="http://geeksneversleep.com/blog/why-sherlock-holmes-would-have-made-a-kick-ass-programmer" /><id>tag:geeksneversleep.com,2008-10-08:why-sherlock-holmes-would-have-made-a-kick-ass-programmer</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-08</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>
Telling a short story about what a dumbass I can be...
</p>
<p>
:p
</p></div>
			</content>
		</entry><entry>
			<title>Java: Multi-Platform Powerhouse</title>
			<link href="http://geeksneversleep.com/articles/java" /><id>tag:geeksneversleep.com,2008-10-08:java</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-08</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Ask most <q>techie</q> people what drives the web, and a fair portion of those people will say, <q>Java</q>...</p></div>
			</content>
		</entry><entry>
			<title>C# : Creating a Custom Class</title>
			<link href="http://geeksneversleep.com/articles/csharp-classes" /><id>tag:geeksneversleep.com,2008-10-03:csharp-classes</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-03</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>
It&#39;s probably just my infatuation with C# that makes me say this, but I find creating classes in C# much easier than any other language I&#39;ve learned.
</p></div>
			</content>
		</entry><entry>
			<title>C# : .NET's Native Tongue</title>
			<link href="http://geeksneversleep.com/articles/csharp" /><id>tag:geeksneversleep.com,2008-10-03:csharp</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-03</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Built from the ground up to implement the .NET framework. Highly managed. My first choice to code with.</p></div>
			</content>
		</entry><entry>
			<title>C/C++ : Creating a Custom Class</title>
			<link href="http://geeksneversleep.com/articles/cplusplus-classes" /><id>tag:geeksneversleep.com,2008-10-03:cplusplus-classes</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-03</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Like any object-oriented programming language, C++ implements the <strong>class</strong> logical construct to enforce the ideas of encapsulation, inheritance, and polymorphism.</p></div>
			</content>
		</entry><entry>
			<title>C/C++ : Includes</title>
			<link href="http://geeksneversleep.com/articles/cplusplus-includes" /><id>tag:geeksneversleep.com,2008-10-03:cplusplus-includes</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-03</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>C and C++ have a robust code library behind them. Add them to your code using the <code>include</code> directive.</p></div>
			</content>
		</entry><entry>
			<title>C/C++ : Power at Your Fingertips</title>
			<link href="http://geeksneversleep.com/articles/cplusplus" /><id>tag:geeksneversleep.com,2008-10-03:cplusplus</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-03</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Fast, versatile, customizable. My go-to choice when all else fails.</p></div>
			</content>
		</entry><entry>
			<title>MySQL: OpenSource Data Storage</title>
			<link href="http://geeksneversleep.com/articles/mysql" /><id>tag:geeksneversleep.com,2008-10-02:mysql</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-02</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>
According to Wikipedia, MySQL <cite>is a multi-threaded, multi-user SQL database management system (DBMS)</cite>. MySQL <em>seems</em> to be the database system of choice for most Open Source projects, possibly because it is licensed under the GNU/GPL, or GNU General Public License.
</p></div>
			</content>
		</entry><entry>
			<title>JavaScript</title>
			<link href="http://geeksneversleep.com/articles/javascript" /><id>tag:geeksneversleep.com,2008-10-02:javascript</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-02</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Wikipedia: <br /> <cite> JavaScript is a scripting language most often used for client-side web development. It was the originating implementation of the ECMAScript standard. As such, it is a dynamic, weakly typed, prototype-based language with first-class functions. </cite></p></div>
			</content>
		</entry><entry>
			<title>Drupal: Open Source CMS</title>
			<link href="http://geeksneversleep.com/articles/drupal-open-source-cms" /><id>tag:geeksneversleep.com,2008-10-01:drupal-open-source-cms</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-01</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>
Drupal is an OpenSource content management system.
</p></div>
			</content>
		</entry><entry>
			<title>Content Management System</title>
			<link href="http://geeksneversleep.com/articles/content-management-system" /><id>tag:geeksneversleep.com,2008-10-01:content-management-system</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-01</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>
Sometimes, we need some help keeping our stuff organized. A CMS system eases the complexity involved with managing a website...
</p></div>
			</content>
		</entry><entry>
			<title>PHP Hypertext Preprocessor</title>
			<link href="http://geeksneversleep.com/articles/php-hypertext-preprocessor" /><id>tag:geeksneversleep.com,2008-10-01:php-hypertext-preprocessor</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-01</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>PHP is an object-oriented programming language, based on C, whose primary purpose is to create dynamic web-pages through a process known as <q>server-side scripting.</q></p></div>
			</content>
		</entry><entry>
			<title>Cascading Stylesheets</title>
			<link href="http://geeksneversleep.com/articles/cascading-stylesheets" /><id>tag:geeksneversleep.com,2008-10-01:cascading-stylesheets</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-01</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Using a <q>cascading style sheet</q>, it is possible to reduce the <q>weight</q>, or file size, of a HTML source document by several factors. A CSS file defines rules for the presentation of the content within the HTML file it is linked to or embedded in. These rules allow the page designer to apply the same styling to multiple elements within the page without having to repeat the styling code over and over again.</p></div>
			</content>
		</entry><entry>
			<title>Extensible Hypertext Mark-up Language</title>
			<link href="http://geeksneversleep.com/articles/extensible-hypertext-mark-up-language" /><id>tag:geeksneversleep.com,2008-10-01:extensible-hypertext-mark-up-language</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-01</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>XHTML is a fusion of HTML and XML, or Extensible Mark-up Language. XML documents must follow a strict guideline to be considered valid. By combining HTML and XML, we are able to ensure that the web pages we produce will display consistently in various web browsers.</p></div>
			</content>
		</entry><entry>
			<title>Conditional Statements</title>
			<link href="http://geeksneversleep.com/articles/conditional-statements" /><id>tag:geeksneversleep.com,2008-10-01:conditional-statements</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-10-01</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Here you can review some samples I threw together for demonstrating conditional statements in the few languages I have experience in.</p>
<p>Enjoy!</p></div>
			</content>
		</entry><entry>
			<title>GNU &amp; Linux Distros</title>
			<link href="http://geeksneversleep.com/articles/gnu-linux-distros" /><id>tag:geeksneversleep.com,2008-09-30:gnu-linux-distros</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-09-30</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>I struggle to avoid the fan-boy label, but I will admit that I prefer at least the <em>ideology</em> behind the OpenSource movement. To that end, I have assembled a list of distributions that have caught my attention at one point or another...</p></div>
			</content>
		</entry><entry>
			<title>Development Tools</title>
			<link href="http://geeksneversleep.com/articles/development-tools" /><id>tag:geeksneversleep.com,2008-09-30:development-tools</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-09-30</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>From coding to simple image editing, these are my go-to applications.</p></div>
			</content>
		</entry><entry>
			<title>Unified Modeling Language</title>
			<link href="http://geeksneversleep.com/articles/unified-modeling-language" /><id>tag:geeksneversleep.com,2008-09-29:unified-modeling-language</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-09-29</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>If you can't visualize your code logic, you might have a hard time coding a robust application. Use UML to help yourself <q>see the light</q>...</p></div>
			</content>
		</entry><entry>
			<title>HTML 4.01 / XHTML 1.0 Reference</title>
			<link href="http://geeksneversleep.com/code/xhtml-html-tag-reference" /><id>tag:geeksneversleep.com,2008-09-29:xhtml-html-tag-reference</id><updated>2010-06-25T15:14:11-05:00</updated><summary>GeeksNeverSleep entry for 2008-09-29</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>A tabular listing of all available HTML/XHTML element tags.</p></div>
			</content>
		</entry><entry>
			<title>Hypertext Mark-up Language</title>
			<link href="http://geeksneversleep.com/articles/hypertext-mark-up-language" /><id>tag:geeksneversleep.com,2008-09-28:hypertext-mark-up-language</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-09-28</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>In its most basic form, a HTML page is nothing more than a text file with special elements called <strong>tags</strong>. These tags are simply codes that are interpreted by a web browser, instructing it to <q>mark-up</q>, or format, the content in a certain way. Some examples: &lt;b&gt; to <strong>bold</strong> text, &lt;em&gt; to <em>emphasize</em> text, or &lt;q&gt; to <q>quote</q> text.</p></div>
			</content>
		</entry><entry>
			<title>Object-Oriented Programming</title>
			<link href="http://geeksneversleep.com/articles/object-oriented-programming" /><id>tag:geeksneversleep.com,2008-09-27:object-oriented-programming</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-09-27</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Most "modern" programming languages implement a concept called "OOP," or <strong>Object Oriented Programming</strong>. We're tactile animals, and apparently we like our code to allow us to mentally "grasp" our logic structures...</p></div>
			</content>
		</entry><entry>
			<title>Generic Code</title>
			<link href="http://geeksneversleep.com/articles/generic-code" /><id>tag:geeksneversleep.com,2008-09-26:generic-code</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-09-26</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>Generic code, otherwise known as pseudo-code, is really nothing more than a first approximation of the logic of your program, but written in a very readable manner.</p></div>
			</content>
		</entry><entry>
			<title>Tutorial One: HTML &gt;&gt; PHP</title>
			<link href="http://geeksneversleep.com/tutorials/tutorial-one-html-php" /><id>tag:geeksneversleep.com,2008-09-18:tutorial-one-html-php</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-09-18</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>This tutorial walks you through converting a static HTML web page to a dynamically-built PHP script.</p></div>
			</content>
		</entry><entry>
			<title>It&#39;s Project Time!</title>
			<link href="http://geeksneversleep.com/blog/its-project-time" /><id>tag:geeksneversleep.com,2008-09-16:its-project-time</id><updated>2008-09-16T13:37:00-05:00</updated><summary>GeeksNeverSleep entry for 2008-09-16</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>
Just a quick blurb about a new OpenSource project I <em>may</em> have in the works.
</p></div>
			</content>
		</entry><entry>
			<title>What Ever Happened to Thinking Logically?</title>
			<link href="http://geeksneversleep.com/blog/whatever-happened-to-thinking-logically" /><id>tag:geeksneversleep.com,2008-09-12:whatever-happened-to-thinking-logically</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-09-12</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>What, me opinionated? Never...</p>
<p>Ok, maybe I am, but hey, I calls &#39;em as I sees &#39;em.</p></div>
			</content>
		</entry><entry>
			<title>Obsession of the moment: M-V-C</title>
			<link href="http://geeksneversleep.com/blog/obsession-of-the-moment-m-v-c" /><id>tag:geeksneversleep.com,2008-09-04:obsession-of-the-moment-m-v-c</id><updated>2010-06-10T00:30:18-05:00</updated><summary>GeeksNeverSleep entry for 2008-09-04</summary>
			<content type="xhtml" xml:lang="en">
				<div xmlns="http://www.w3.org/1999/xhtml"><p>
For this entry, I get all moon-eyed over a couple of new PHP frameworks.
</p></div>
			</content>
		</entry></feed>