<?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>Made by Knight</title>
	<atom:link href="http://madebyknight.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://madebyknight.com</link>
	<description>Programming, Web Development</description>
	<lastBuildDate>Mon, 07 Jan 2013 01:26:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Should I list my projected graduation date on my resume?</title>
		<link>http://madebyknight.com/should-i-list-my-projected-graduation-date-on-a-resume/</link>
		<comments>http://madebyknight.com/should-i-list-my-projected-graduation-date-on-a-resume/#comments</comments>
		<pubDate>Fri, 28 Dec 2012 03:21:38 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://madebyknight.com/?p=284</guid>
		<description><![CDATA[A few months ago, I was preparing to send out resumes to potential employers for a summer internship in software engineering.  As I was doing so, I received a snippet of advice from a friend: "You're a freshman with experience in your field.  Don't list your expected graduation date, because it's all employers will see."<div class="continue"><a href="http://madebyknight.com/should-i-list-my-projected-graduation-date-on-a-resume/" rel="nofollow">Continue <span class="meta-nav">&#8594;</span></a></div>]]></description>
		<wfw:commentRss>http://madebyknight.com/should-i-list-my-projected-graduation-date-on-a-resume/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why obfuscate email addresses?</title>
		<link>http://madebyknight.com/why-obfuscate/</link>
		<comments>http://madebyknight.com/why-obfuscate/#comments</comments>
		<pubDate>Wed, 24 Oct 2012 13:09:54 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://madebyknight.com/?p=261</guid>
		<description><![CDATA[I spent some time this weekend working on a new email obfuscation website: Obfuscate, please. Email harvesters are constantly crawling the web looking for addresses to spam. To prevent these harvesters from finding their addresses, many people have attempted to &#8230;<div class="continue"><a href="http://madebyknight.com/why-obfuscate/" rel="nofollow">Continue <span class="meta-nav">&#8594;</span></a></div>]]></description>
		<wfw:commentRss>http://madebyknight.com/why-obfuscate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing the Javascript Scope Quiz</title>
		<link>http://madebyknight.com/introducing-javascript-scope-quiz/</link>
		<comments>http://madebyknight.com/introducing-javascript-scope-quiz/#comments</comments>
		<pubDate>Tue, 04 Sep 2012 18:30:39 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://madebyknight.com/?p=239</guid>
		<description><![CDATA[A few weeks ago, I posted a basic Javascript Scope Quiz to Reddit, HackerNews, and Twitter. I have since realized that there is no real way to find it from the main site here, so I decided to write up a quick post.<div class="continue"><a href="http://madebyknight.com/introducing-javascript-scope-quiz/" rel="nofollow">Continue <span class="meta-nav">&#8594;</span></a></div>]]></description>
		<wfw:commentRss>http://madebyknight.com/introducing-javascript-scope-quiz/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Handling CSV Uploads in Django</title>
		<link>http://madebyknight.com/handling-csv-uploads-in-django/</link>
		<comments>http://madebyknight.com/handling-csv-uploads-in-django/#comments</comments>
		<pubDate>Fri, 10 Aug 2012 22:04:39 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://madebyknight.com/?p=220</guid>
		<description><![CDATA[I spent a bit of time today trying to parse a CSV file uploaded to a Django view.  On the surface, this doesn't seem too bad.  After all, Django has facilities for file upload, and Python handles CSV files quite well.  Unfortunately, when I tested everything out with my first test file, I got a fairly nasty error.<div class="continue"><a href="http://madebyknight.com/handling-csv-uploads-in-django/" rel="nofollow">Continue <span class="meta-nav">&#8594;</span></a></div>]]></description>
		<wfw:commentRss>http://madebyknight.com/handling-csv-uploads-in-django/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Optimizing JQuery DataTables Performance</title>
		<link>http://madebyknight.com/optimizing-datatables-performance/</link>
		<comments>http://madebyknight.com/optimizing-datatables-performance/#comments</comments>
		<pubDate>Fri, 27 Jul 2012 12:30:30 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://madebyknight.com/?p=193</guid>
		<description><![CDATA[I have spent the past several weeks working with the excellent DataTables plugin for JQuery.  I've actually been quite impressed by the plugin's speed and flexibility, even when working with large sets of data.  However, I've found avoiding a few things can greatly impact the performance of the plugin.  Read on for the details.<div class="continue"><a href="http://madebyknight.com/optimizing-datatables-performance/" rel="nofollow">Continue <span class="meta-nav">&#8594;</span></a></div>]]></description>
		<wfw:commentRss>http://madebyknight.com/optimizing-datatables-performance/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why Can&#8217;t Microsoft Count to 0?</title>
		<link>http://madebyknight.com/why-cant-microsoft-count-to-0/</link>
		<comments>http://madebyknight.com/why-cant-microsoft-count-to-0/#comments</comments>
		<pubDate>Wed, 25 Jul 2012 12:47:39 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://madebyknight.com/?p=174</guid>
		<description><![CDATA[My brief journey through the Microsoft world of programming left me feeling dirty and alone. I did learn one thing, though - C# arrays start at 0. Unless you're writing an add-in for an Office product. Unless that Office product is Access. My head hurts.<div class="continue"><a href="http://madebyknight.com/why-cant-microsoft-count-to-0/" rel="nofollow">Continue <span class="meta-nav">&#8594;</span></a></div>]]></description>
		<wfw:commentRss>http://madebyknight.com/why-cant-microsoft-count-to-0/feed/</wfw:commentRss>
		<slash:comments>86</slash:comments>
		</item>
		<item>
		<title>Failed Password Security on the Server</title>
		<link>http://madebyknight.com/failed-password-security/</link>
		<comments>http://madebyknight.com/failed-password-security/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 17:58:19 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://madebyknight.com/?p=77</guid>
		<description><![CDATA[It never ceases to amaze me how many sites completely ignore generally accepted password safety practices.  A few days ago, I applied for the Google Computer Science Summer Institute.  And, when I forgot my password and clicked the "Forgot Password" link, eResources emailed me my password in plaintext!  Inexcusable.<div class="continue"><a href="http://madebyknight.com/failed-password-security/" rel="nofollow">Continue <span class="meta-nav">&#8594;</span></a></div>]]></description>
		<wfw:commentRss>http://madebyknight.com/failed-password-security/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Should Colleges Require Coding Tests for Admission?</title>
		<link>http://madebyknight.com/coding-tests-admission/</link>
		<comments>http://madebyknight.com/coding-tests-admission/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 20:45:58 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://madebyknight.com/?p=136</guid>
		<description><![CDATA[I was recently speaking with an alumnus of MIT who currently volunteers as one of the school&#8217;s prospective student interviewers. He&#8217;s a computer science major and works as a software developer for a financial company. At some point during our &#8230;<div class="continue"><a href="http://madebyknight.com/coding-tests-admission/" rel="nofollow">Continue <span class="meta-nav">&#8594;</span></a></div>]]></description>
		<wfw:commentRss>http://madebyknight.com/coding-tests-admission/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Documentation as a Bug-Finding Tool</title>
		<link>http://madebyknight.com/documentation-bug-finding/</link>
		<comments>http://madebyknight.com/documentation-bug-finding/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 17:52:09 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://madebyknight.com/?p=96</guid>
		<description><![CDATA[Every developer should already know about many of the benefits of writing good documentation for future developers of whatever it is that they're writing.  However, there's one key benefit of writing this developer-focused documentation that I feel is often underplayed. Writing this documentation <em>will</em> help you find little bugs that would have otherwise been missed.<div class="continue"><a href="http://madebyknight.com/documentation-bug-finding/" rel="nofollow">Continue <span class="meta-nav">&#8594;</span></a></div>]]></description>
		<wfw:commentRss>http://madebyknight.com/documentation-bug-finding/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Inserting a Random Quote on a WordPress Page</title>
		<link>http://madebyknight.com/wordpress-random-quote/</link>
		<comments>http://madebyknight.com/wordpress-random-quote/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 21:46:24 +0000</pubDate>
		<dc:creator>Jake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://madebyknight.com/?p=54</guid>
		<description><![CDATA[A client recently asked me if they could generate a list of quotes, and have them appear on their WordPress site one at a time, randomly. I think that the journey of getting from nothing to something is just as important as the code itself, and so I provide not only the final product, but also the method of getting there.<div class="continue"><a href="http://madebyknight.com/wordpress-random-quote/" rel="nofollow">Continue <span class="meta-nav">&#8594;</span></a></div>]]></description>
		<wfw:commentRss>http://madebyknight.com/wordpress-random-quote/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  madebyknight.com/feed/ ) in 0.89299 seconds, on May 25th, 2013 at 11:15 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 26th, 2013 at 12:15 am UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  madebyknight.com/feed/ ) in 0.00033 seconds, on May 25th, 2013 at 11:24 pm UTC. -->