<?xml version="1.0" encoding="utf-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>the jackol's den</title>
	<link>http://www.thejackol.com</link>
	<description>01100010 01101100 01100101 01101000</description>
	<lastBuildDate>Tue, 05 Jan 2010 09:54:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Take Your HTML Tables to a New Level with JavaScript Frameworks</title>
		<description><![CDATA[	
		With basic HTML tables, the structure and the way the table are presented inherits the native html style. And if you like to change it then you need to change the underlying HTML code or spend time in adding attributes to all tables tags, in order to style it with CSS . But what if [...]]]></description>
		<link>http://www.thejackol.com/2010/01/05/take-your-html-tables-to-a-new-level-with-javascript-frameworks/</link>
			</item>
	<item>
		<title>Optimizing HTML</title>
		<description><![CDATA[	
		Client-side optimization is getting a lot of attention lately, but some of its basic aspects seem to go unnoticed. If you look carefully at pages on the web (even those that are supposed to be highly optimized), it&#8217;s easy to spot a good amount of redundancies, and inefficient or archaic structures in their markup. All [...]]]></description>
		<link>http://www.thejackol.com/2010/01/04/optimizing-html/</link>
			</item>
	<item>
		<title>How I Hire Programmers</title>
		<description><![CDATA[	
		There are three questions you have when you&#8217;re hiring a programmer (or anyone, for that matter): Are they smart? Can they get stuff done? Can you work with them? Someone who&#8217;s smart but doesn&#8217;t get stuff done should be your friend, not your employee. You can talk your problems over with them while they procrastinate [...]]]></description>
		<link>http://www.thejackol.com/2009/12/05/how-i-hire-programmers/</link>
			</item>
	<item>
		<title>Frequently Forgotten Fundamental Facts about Software Engineering</title>
		<description><![CDATA[	
		This month&#8217;s column is simply a collection of what I consider to be facts &#8211; truths, if you will &#8211; about software engineering. I&#8217;m presenting this software engineering laundry list because far too many people who call themselves software engineers, or computer scientists, or programmers, or whatever nom du jour you prefer, either aren&#8217;t familiar [...]]]></description>
		<link>http://www.thejackol.com/2009/12/03/frequently-forgotten-fundamental-facts-about-software-engineering/</link>
			</item>
	<item>
		<title>The Mystery Of The CSS Float Property</title>
		<description><![CDATA[	
		Years ago, when developers first started to make the transition to HTML layouts without tables, one CSS property that suddenly took on a very important role was the float property. The reason that the float property became so common was that, by default, block-level elements will not line up beside one another in a column-based [...]]]></description>
		<link>http://www.thejackol.com/2009/10/20/the-mystery-of-the-css-float-property/</link>
			</item>
	<item>
		<title>Prevent One Click Attacks by setting ViewStateUserKey in ASP.NET applications</title>
		<description><![CDATA[	Here&#8217;s an easy way to avoid One Click Attacks in ASP.NET applications. If you have a Base class that all your ASP.NET pages derive from, override the OnInit function. For example:

protected override void OnInit(EventArgs e)
{
    base.OnInit(e);

    if (User.Identity.IsAuthenticated)
        ViewStateUserKey = User.Identity.Name;
}


	If you [...]]]></description>
		<link>http://www.thejackol.com/2009/09/14/prevent-one-click-attacks-by-setting-viewstateuserkey-in-asp-net-applications/</link>
			</item>
	<item>
		<title>Installing BugZilla 3.4.1 on Dreamhost</title>
		<description><![CDATA[	Here&#8217;s a quick guide on installing Bugzilla 3.4.1 on Dreamhost.

	Fire up a shell and follow these steps (these command are from http://wiki.dreamhost.com/Bugzilla) in the directory of the domain you want to install Bugzilla in.

mkdir bugs
cd bugs
wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-STABLE.tar.gz
tar zxf bugzilla-STABLE.tar.gz
rm bugzilla-STABLE.tar.gz
mv bugzilla*/* .


	Next, follow setups 6, 7, 8 and 9 from the Bugzilla Dreamhost wiki.

	Now you [...]]]></description>
		<link>http://www.thejackol.com/2009/08/24/installing-bugzilla-3-4-1-on-dreamhost/</link>
			</item>
	<item>
		<title>Encrypt your config please&#8230;</title>
		<description><![CDATA[	ASP.NET 2.0 makes encrypting configSections in the web.config file a snap and there is no reason to not encrypt sensitive configSections. Just google for &#8220;encrypt config&#8221; and there are tons of code snippets waiting for you to copy and paste. Below is a code snippet that is found most commonly in google search results for [...]]]></description>
		<link>http://www.thejackol.com/2009/07/23/encrypt-your-config-please/</link>
			</item>
</channel>
</rss>
