<?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"
	>

<channel>
	<title>ITCave.net</title>
	<atom:link href="http://itcave.net/feed" rel="self" type="application/rss+xml" />
	<link>http://itcave.net</link>
	<description>Just another Tech Blog</description>
	<pubDate>Tue, 15 Jul 2008 08:06:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>TOP - a LIMIT work around for SQL Server</title>
		<link>http://itcave.net/sql/extracting-ranges-using-top</link>
		<comments>http://itcave.net/sql/extracting-ranges-using-top#comments</comments>
		<pubDate>Sun, 02 Mar 2008 23:56:44 +0000</pubDate>
		<dc:creator>Lukas</dc:creator>
		
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://itcave.net/sql/extracting-ranges-using-top</guid>
		<description><![CDATA[Microsoft&#8217;s SQL Server has no implementation of the LIMIT clause as it is known from mySQL. This article is intended to explain a method using the TOP clause to imitate the behaviour of LIMIT.

Quick Answer:

Explanation:
Suppose you have a table called languages as shown below, with a single column named name listing esoteric programming languages.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
&#124;------------&#124;
&#124;name  [...]]]></description>
		<wfw:commentRss>http://itcave.net/sql/extracting-ranges-using-top/feed</wfw:commentRss>
		</item>
		<item>
		<title>JavaScript inArray()</title>
		<link>http://itcave.net/javascript/inarray</link>
		<comments>http://itcave.net/javascript/inarray#comments</comments>
		<pubDate>Sat, 26 Jan 2008 22:26:03 +0000</pubDate>
		<dc:creator>Lukas</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://itcave.net/blog/javascript/inarray</guid>
		<description><![CDATA[Everybody who uses JavaScript every now and then is bound to sooner or later notice the absence of an inArray function, i.e. a function that allows you to check if a certain value is an element of an array.
When I went looking for a custom function to search arrays for me I found many approaches [...]]]></description>
		<wfw:commentRss>http://itcave.net/javascript/inarray/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
