<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: ASP 101</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2003/04/30/asp-101/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2003/04/30/asp-101/</link>
	<description></description>
	<pubDate>Sun, 20 Jul 2008 13:53:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: chung</title>
		<link>http://www.scriptygoddess.com/archives/2003/04/30/asp-101/#comment-9791</link>
		<dc:creator>chung</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/04/30/asp-101/#comment-9791</guid>
		<description>If I can start over again, I'd think I should have learnt PHP in University as appose to ASP. The reason being is that Windows hosting in Australia cost an arm and a leg.

Another great resource is www.4guysfromrolla.com, one of the best ASP, ASP.NET tutorial sites out on the web.

Cheers

HostMania
</description>
		<content:encoded><![CDATA[<p>If I can start over again, I&#8217;d think I should have learnt PHP in University as appose to ASP. The reason being is that Windows hosting in Australia cost an arm and a leg.</p>
<p>Another great resource is <a href="http://www.4guysfromrolla.com" rel="nofollow">http://www.4guysfromrolla.com</a>, one of the best ASP, ASP.NET tutorial sites out on the web.</p>
<p>Cheers</p>
<p>HostMania</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: session</title>
		<link>http://www.scriptygoddess.com/archives/2003/04/30/asp-101/#comment-9790</link>
		<dc:creator>session</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/04/30/asp-101/#comment-9790</guid>
		<description>if you prefer, you can do asp using jscript
which is much nicer in syntax than vbscript

you can &lt;b&gt;include &lt;/b&gt;files by doing:

var a;
a="subpage.js";
server.execute(a);

&lt;a href="http://wanderware.com/key/" target="_blank"&gt;this iis,asp,jscript page &lt;/a&gt;does it using an array of page names</description>
		<content:encoded><![CDATA[<p>if you prefer, you can do asp using jscript<br />
which is much nicer in syntax than vbscript</p>
<p>you can <b>include </b>files by doing:</p>
<p>var a;<br />
a=&#8221;subpage.js&#8221;;<br />
server.execute(a);</p>
<p><a href="http://wanderware.com/key/" target="_blank">this iis,asp,jscript page </a>does it using an array of page names</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php person</title>
		<link>http://www.scriptygoddess.com/archives/2003/04/30/asp-101/#comment-9789</link>
		<dc:creator>php person</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/04/30/asp-101/#comment-9789</guid>
		<description>One thing that I've found that I use frequently and can't duplicate in ASP are including files using  variables as the file name.

I can do this in PHP

&#60;?php

&#36;inc_file = isset(&#36;_REQUEST["f"]) ? &#36;_REQUEST["f"] : "default.html";

include_once(&#36;inc_file);

?&#62;</description>
		<content:encoded><![CDATA[<p>One thing that I&#8217;ve found that I use frequently and can&#8217;t duplicate in ASP are including files using  variables as the file name.</p>
<p>I can do this in PHP</p>
<p>&lt;?php</p>
<p>&#36;inc_file = isset(&#36;_REQUEST["f"]) ? &#36;_REQUEST["f"] : &#8220;default.html&#8221;;</p>
<p>include_once(&#36;inc_file);</p>
<p>?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.scriptygoddess.com/archives/2003/04/30/asp-101/#comment-9788</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/04/30/asp-101/#comment-9788</guid>
		<description>Anything you can do with PHP, you can do with ASP/ASP.net (or JSP for that matter).  I use PHP for my blog because the hosting is cheap...</description>
		<content:encoded><![CDATA[<p>Anything you can do with PHP, you can do with ASP/ASP.net (or JSP for that matter).  I use PHP for my blog because the hosting is cheap&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean</title>
		<link>http://www.scriptygoddess.com/archives/2003/04/30/asp-101/#comment-9786</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/04/30/asp-101/#comment-9786</guid>
		<description>Hrm... looks like my english is all goofy this morning. Drop out that first &lt;i&gt;you're&lt;/i&gt;. 8)</description>
		<content:encoded><![CDATA[<p>Hrm&#8230; looks like my english is all goofy this morning. Drop out that first <i>you&#8217;re</i>. <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.scriptygoddess.com/archives/2003/04/30/asp-101/#comment-9787</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/04/30/asp-101/#comment-9787</guid>
		<description>Most importantly never forgot to add

Option explicit (close off tags)

It'll save ya loads of time in the long run when debugging and also let you know when you mistype variables and stuff.  Plus I find that it speeds up the site's code...</description>
		<content:encoded><![CDATA[<p>Most importantly never forgot to add</p>
<p>Option explicit (close off tags)</p>
<p>It&#8217;ll save ya loads of time in the long run when debugging and also let you know when you mistype variables and stuff.  Plus I find that it speeds up the site&#8217;s code&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean</title>
		<link>http://www.scriptygoddess.com/archives/2003/04/30/asp-101/#comment-9785</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/04/30/asp-101/#comment-9785</guid>
		<description>I hope you're they aren't just teaching you legacy ASP. If you're making the effort, go a little further to ASP.NET. Btw, Chilisoft rules on a *nix box. Pricey but worth it if you need to run ASP and don't want to run Windows.</description>
		<content:encoded><![CDATA[<p>I hope you&#8217;re they aren&#8217;t just teaching you legacy ASP. If you&#8217;re making the effort, go a little further to ASP.NET. Btw, Chilisoft rules on a *nix box. Pricey but worth it if you need to run ASP and don&#8217;t want to run Windows.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.279 seconds -->
