<?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>AspFreak.com - Your ultimate source for classic ASP studies</title>
	<atom:link href="http://www.aspfreak.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.aspfreak.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 08 Sep 2008 21:29:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Create a div with a scrollbar</title>
		<link>http://www.aspfreak.com/?p=6</link>
		<comments>http://www.aspfreak.com/?p=6#comments</comments>
		<pubDate>Mon, 08 Sep 2008 21:29:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.aspfreak.com/?p=6</guid>
		<description><![CDATA[Frames are better to be avoided, but what would you do if you want to display a long list of information on a short space? with CSS you can have a scroll bar inside a div without creating an inner frame.
The syntax is very simple:
&#60;div style=&#8221;overflow-y:scroll;height:50px;width:200px&#8221;&#62;
  a&#60;br&#62;
  b&#60;br&#62;
  c&#60;br&#62;
  d&#60;br&#62;
  e&#60;br&#62;
  f&#60;br&#62;
  g&#60;br&#62;
&#60;/div&#62;
It will appear [...]]]></description>
			<content:encoded><![CDATA[<p>Frames are better to be avoided, but what would you do if you want to display a long list of information on a short space? with CSS you can have a scroll bar inside a div without creating an inner frame.</p>
<p>The syntax is very simple:</p>
<p>&lt;div style=&#8221;overflow-y:scroll;height:50px;width:200px&#8221;&gt;<br />
  a&lt;br&gt;<br />
  b&lt;br&gt;<br />
  c&lt;br&gt;<br />
  d&lt;br&gt;<br />
  e&lt;br&gt;<br />
  f&lt;br&gt;<br />
  g&lt;br&gt;<br />
&lt;/div&gt;</p>
<p>It will appear as follows:</p>
<div style="overflow-y: scroll; width: 200px; height: 50px;">a</p>
<p>b</p>
<p>c</p>
<p>d</p>
<p>e</p>
<p>f</p>
<p>g</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.aspfreak.com/?feed=rss2&amp;p=6</wfw:commentRss>
		</item>
		<item>
		<title>Make IIS treat .html pages as .asp</title>
		<link>http://www.aspfreak.com/?p=3</link>
		<comments>http://www.aspfreak.com/?p=3#comments</comments>
		<pubDate>Mon, 08 Sep 2008 13:41:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IIS]]></category>

		<category><![CDATA[html as asp]]></category>

		<category><![CDATA[Prase html]]></category>

		<guid isPermaLink="false">http://www.aspfreak.com/?p=3</guid>
		<description><![CDATA[In this simple yet very useful article I will show you how to bind the IIS in order for it to parse .html files and treat them as .asp.
You might want to use the information on this article to mislead hackers that search for asp based websites since they specialize in those kind of hacks, [...]]]></description>
			<content:encoded><![CDATA[<p>In this simple yet very useful article I will show you how to bind the IIS in order for it to parse .html files and treat them as .asp.</p>
<p>You might want to use the information on this article to mislead hackers that search for asp based websites since they specialize in those kind of hacks, also some claim that html pages gets higher score from search engines than dynamic scripts (.asp .php and so on).</p>
<p>so, on to the technical part</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspfreak.com/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
