<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015451" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015451</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/asp#comment-1091750</link>
    <description> &lt;p&gt;Thanks akohl but I declined to do this site. They wanted it done in one week and I knew that I wouldn&#039;t be able to meet this deadline. Especially with it being is ASP. It has been a month since I declined and they still have the old site up. Guess they couldn&#039;t find anyone else to do it in that time frame either.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Oct 2001 13:45:52 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1091750 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>maybe you can fix it without knowing asp</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/asp#comment-1091665</link>
    <description> &lt;p&gt;asp code integrates scripting code like vb script or javascript with plain old html.&lt;/p&gt;
&lt;p&gt;The html written in an asp page gets sent as is to the browser.&lt;/p&gt;
&lt;p&gt;The two elements can be intertangled so much that you can&#039;t figure out how to change the html output without understanding what the scripting code is doing.&lt;/p&gt;
&lt;p&gt;But asp pages can be written in such a way that the html code is visible as seperate coding segments in the page or in include pages. &lt;/p&gt;
&lt;p&gt;If the later is the case, you could redesign the site by editing the html code and leave the form processing (and obvioulsy the form processing relevant elements in the html) and whatever else the site is doing with asp as it is.&lt;/p&gt;
 </description>
     <pubDate>Tue, 16 Oct 2001 08:54:47 +0000</pubDate>
 <dc:creator>akohl</dc:creator>
 <guid isPermaLink="false">comment 1091665 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/asp#comment-1091637</link>
    <description> &lt;p&gt;Active Server Pages use a set of objects to make server side processing easy.  Since it is a Microsoft product most people think in terms of inplementating them with Visual Basic Scripts but actually Javascript and Perl can be used just as well.&lt;/p&gt;
&lt;p&gt;VBScripts is what I use because I have long experience with basic.  Since it represents such a larg share of the market any developer should get more knowledgable in ASP even it is means only using Javascripts on the server side.&lt;/p&gt;
 </description>
     <pubDate>Mon, 15 Oct 2001 20:43:19 +0000</pubDate>
 <dc:creator>cyril_kearney</dc:creator>
 <guid isPermaLink="false">comment 1091637 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Yes Win98 supports ASP</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/asp#comment-1090748</link>
    <description> &lt;p&gt;If you have PWS installed you can use ASP on windows 95/98/2000 ... 95 does not come with it but you can download it from Microsoft. 98 has it on the CD, and might have been installed by default, but if not, go to control panel, add/remove programs, add remove windows components, under something like internet tools (I can&#039;t check exactly, I&#039;m using 2000/IIS).&lt;br /&gt;
There&#039;s also a lot of info as you might expect at Microsoft&#039;s site:&lt;br /&gt;
&lt;a href=&quot;http://msdn.microsoft.com&quot; class=&quot;bb-url&quot;&gt;http://msdn.microsoft.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you need exact instructions on how to install and use PWS, just do a net search... I&#039;m sure you&#039;ll find a lot of info on it.&lt;/p&gt;
&lt;p&gt;Once pws is installed you&#039;ll access the server by:&lt;br /&gt;
&lt;a href=&quot;http://127.0.0.1&quot; class=&quot;bb-url&quot;&gt;http://127.0.0.1&lt;/a&gt; -or-&lt;br /&gt;
&lt;a href=&quot;http://localhost&quot; class=&quot;bb-url&quot;&gt;http://localhost&lt;/a&gt; -or-&lt;br /&gt;
&lt;a href=&quot;http://your-computer&quot; class=&quot;bb-url&quot;&gt;http://your-computer&lt;/a&gt;&#039;s-network-name-here&lt;/p&gt;
 </description>
     <pubDate>Sun, 30 Sep 2001 14:08:51 +0000</pubDate>
 <dc:creator>pbaugher</dc:creator>
 <guid isPermaLink="false">comment 1090748 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/asp#comment-1090737</link>
    <description> &lt;p&gt;What an informative and nice post pbaugher. Thanks. &lt;/p&gt;
&lt;p&gt;If I as using Windows 98 can I use asp or does that matter?&lt;/p&gt;
&lt;p&gt;DM&lt;/p&gt;
 </description>
     <pubDate>Sun, 30 Sep 2001 12:17:58 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1090737 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Buy an ASP book</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/asp#comment-1090724</link>
    <description> &lt;p&gt;If you have ANY programming eperience, buy a beginner&#039;s ASP book and start from there. You can&#039;t hurt yourself buy learning something new... since they are already using ASP, you can assume it is hosted on a server that supports it (probably NT/2000). I personally do all of my clients sites in ASP, and have a huge library of in house scripts to support them... You can use Javascript, VBScript, and Perl script inside an ASP page, you just have to define the programming language like &lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;@ &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;LANGUAGE&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;VBSCRIPT&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;. There are many advantages to using Microsoft technologies, I&#039;d of course recommend everyone to give it a try. &lt;/p&gt;
&lt;p&gt;ASP by itself is really just a file extension given to a txt/html file, but the extension tells the server to parse the file for any server-side code... the same goes for php, cfm, jhtml, etc. They all use different programming languages, but in the end, all they are doing is writing basic HTML to the client(browser).&lt;/p&gt;
&lt;p&gt;Here&#039;s a really simple example of an ASP page:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;@ &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;LANGUAGE&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;VBSCRIPT&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;comments ... easy as pie!&lt;br /&gt;dim something&lt;br /&gt;something = &quot;HELLO WORLD!!!!&quot;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;something&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;The variable named something contains: &lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;something&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Just like html, but you can also make a truely dynamic site.&lt;br /&gt;
In fact you could take out all of the ASP code, and just use HTML... just because the file extension says &quot;asp&quot; doesn&#039;t mean there is necessarily any server side code.&lt;/p&gt;
&lt;p&gt;But just think of the possibilities...&lt;/p&gt;
&lt;p&gt;You can also include files, like a header, or footer, that appears on every page, like this:&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;Get a book, or check out some ASP sites with code examples... if you are running PWS (personal web server) that comes with WIN98 + , you can test your asp scripts on your pc.&lt;/p&gt;
&lt;p&gt;Check out:&lt;br /&gt;
&lt;a href=&quot;http://www.aspin.com&quot; class=&quot;bb-url&quot;&gt;aspin.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.4guysfromrolla.com&quot; class=&quot;bb-url&quot;&gt;4guysfromrolla.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.learnasp.com&quot; class=&quot;bb-url&quot;&gt;learnasp.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;there are many more... you can go as far as design a Buliten Board Service like this one, to a basic, run of the mill geocities homepage. Up to you and your imagination.&lt;/p&gt;
&lt;p&gt;-pb&lt;/p&gt;
 </description>
     <pubDate>Sat, 29 Sep 2001 23:29:13 +0000</pubDate>
 <dc:creator>pbaugher</dc:creator>
 <guid isPermaLink="false">comment 1090724 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/asp#comment-1089526</link>
    <description> &lt;p&gt;Now that I have read up on ASP a little I do understand what you are saying Suzanne. You explained that well. This will require some thought before I decide to tackle this job or not. I was asked to redo the site and said, &quot;sure, I&#039;ll do it&quot; before looking at it........LESSON LEARNED!!!!&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Sep 2001 03:52:19 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1089526 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Forms</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/asp#comment-1089523</link>
    <description> &lt;p&gt;You can easily move the forms to cgi or php forms, but they will have to be scripted (or processed).&lt;/p&gt;
&lt;p&gt;It&#039;s hard to tell what ASP programming is done by looking at it:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.livingartsphotogallery.com&quot; class=&quot;bb-url&quot;&gt;livingartsphotogallery.com&lt;/a&gt; -- can you tell what parts are SSI? It looks static, but it isn&#039;t in the least.  The header, footer, navigation and content are all controlled by SSI, only the gallery pages are through the cgi-bin.  &lt;/p&gt;
&lt;p&gt;Once it&#039;s compiled/processed and you&#039;re viewing it through a browser, you can&#039;t see necessarily what&#039;s going on.  I have heavily commented the bits, so you can see where each piece is broken out.  This is for me and for my client, normally there are no comments like this.&lt;/p&gt;
&lt;p&gt;I do think you should give it a shot, but get someone who knows ASP to look over the raw files (on the server, not what you see through a browser) first to make sure you can duplicate things without undoing work that&#039;s already been done.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Sep 2001 03:27:07 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1089523 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/asp#comment-1089520</link>
    <description> &lt;p&gt;It is fairly static I guess by looking at it. It has about 10 pages total. Two e mail forms, javascript that rotates two images and a login page that goes to a list of their clients, and two flash pages that let you view their product. The rest are just text and jpgs.&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Sep 2001 03:21:09 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1089520 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>just my 2 cents worth.</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/asp#comment-1089513</link>
    <description> &lt;p&gt;i doubt theres a need to pass up a potential client. i sugest that you redo the website html etc. and get someone else to integrate it with the asp code. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Sep 2001 01:49:17 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1089513 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
