<?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>http://ntleki.info</title>
	<atom:link href="http://ntleki.info/feed" rel="self" type="application/rss+xml" />
	<link>http://ntleki.info</link>
	<description></description>
	<lastBuildDate>Thu, 03 May 2012 12:37:45 +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>How to disable sorting for a specific column on a jQuery dataTable?</title>
		<link>http://ntleki.info/archives/11</link>
		<comments>http://ntleki.info/archives/11#comments</comments>
		<pubDate>Thu, 03 May 2012 12:22:41 +0000</pubDate>
		<dc:creator>Themba Ntleki</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://ntleki.info/?p=11</guid>
		<description><![CDATA[<p>jQuery dataTables are very powerful and very useful, sometimes you want to disable just one column from being sorted, but still keep sorting enabled on the rest of your columns, this is how to get this to work, add the following options to your dataTable initialisation: &#34;aoColumnDefs&#34;: [{'bSortable': false, 'aTargets':[ [...]</p>
]]></description>
			<content:encoded><![CDATA[<p><a title="jQuery" href="http://jquery.com">jQuery</a><a title="dataTables" href="http://datatables.net"> dataTable</a><a title="dataTables" href="http://datatables.net">s</a> are very powerful and very useful, sometimes you want to disable just one column from being sorted, but still keep sorting enabled on the rest of your columns, this is how to get this to work, add the following options to your dataTable initialisation:</p>
<pre class="wp-code-highlight prettyprint linenums:1">&quot;aoColumnDefs&quot;: [{'bSortable': false, 'aTargets':[ 1 ] }],</pre>
<p>&#8216;aTargets&#8217;:[ 1 ] specifies the column, which you want <strong>to NOT sort</strong>. To apply this on your first column for example, you will have to change 1 to 0.</p>
<p>So your dataTable initialisation might look like this:</p>
<pre class="wp-code-highlight prettyprint linenums:1">$('#table_id').dataTable({
   &quot;aoColumnDefs&quot;: [{'bSortable':false, 'aTargets':[ 1 ]}]
});</pre>
]]></content:encoded>
			<wfw:commentRss>http://ntleki.info/archives/11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google AdSense for Domains Retiring.</title>
		<link>http://ntleki.info/archives/6</link>
		<comments>http://ntleki.info/archives/6#comments</comments>
		<pubDate>Tue, 27 Mar 2012 03:49:17 +0000</pubDate>
		<dc:creator>Themba Ntleki</dc:creator>
				<category><![CDATA[articles]]></category>

		<guid isPermaLink="false">http://ntleki.info/?p=6</guid>
		<description><![CDATA[<p>Google Retiring AdSense for Domains, I guess this means more premium domain names up for sale at a less price soon! It will be really interesting to see what impact will this change have on domain parker&#8217;s.</p>
]]></description>
			<content:encoded><![CDATA[<p>Google Retiring <a title="Google Adsense" href="https://www.google.com/adsense/">AdSense</a> for Domains, I guess this means more premium <a title="Domain Name" href="http://en.wikipedia.org/wiki/Domain_name">domain names</a> up for sale at a less price soon!</p>
<p>It will be really interesting to see what impact will this change have on <a title="Domain Parking" href="http://en.wikipedia.org/wiki/Domain_parking">domain parker&#8217;s</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ntleki.info/archives/6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

