<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Ajaxed: Ajax for classic ASP</title>
	<atom:link href="http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: digithings00</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-277410</link>
		<dc:creator>digithings00</dc:creator>
		<pubDate>Thu, 17 Dec 2009 16:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-277410</guid>
		<description>I could not agree more about what is being said about ASP. I hired a .NET programmer for a fairly simple project that should have taken about 2 months. 6 months later, the guy (supposedly quite good) was still pointing and clicking and delivering nothing. My client getting really impatient, I had to get down to business and tried to fix the mess. After 6 hours of looking at useless (mostly automatically generated) code, I bit the bullet and re-wrote the app from scratch in Classic ASP in about 3 weeks. BTW: I liked .Net but only for large corporations where the benefit of corporate-wide standards and re-usable components outweight the complexity. So big corps can have talented designers coming up with the real stuff and code-monkeys pointing and clicking all day, re-using the components.
Just in case you need a quick leg-up on JS-based AJAX, you can pick up a free library on our web site: http://www.digitalthings.net/techforum.htm</description>
		<content:encoded><![CDATA[<p>I could not agree more about what is being said about ASP. I hired a .NET programmer for a fairly simple project that should have taken about 2 months. 6 months later, the guy (supposedly quite good) was still pointing and clicking and delivering nothing. My client getting really impatient, I had to get down to business and tried to fix the mess. After 6 hours of looking at useless (mostly automatically generated) code, I bit the bullet and re-wrote the app from scratch in Classic ASP in about 3 weeks. BTW: I liked .Net but only for large corporations where the benefit of corporate-wide standards and re-usable components outweight the complexity. So big corps can have talented designers coming up with the real stuff and code-monkeys pointing and clicking all day, re-using the components.<br />
Just in case you need a quick leg-up on JS-based AJAX, you can pick up a free library on our web site: <a href="http://www.digitalthings.net/techforum.htm" rel="nofollow">http://www.digitalthings.net/techforum.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sarqdaniel</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-275718</link>
		<dc:creator>sarqdaniel</dc:creator>
		<pubDate>Wed, 30 Sep 2009 02:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-275718</guid>
		<description>Yes,  ASP still out there. Check out this new ASP CMS 
http://www.dmxready.com/dmxreadyv2/index.asp?page=catalog&amp;product=cms</description>
		<content:encoded><![CDATA[<p>Yes,  ASP still out there. Check out this new ASP CMS<br />
<a href="http://www.dmxready.com/dmxreadyv2/index.asp?page=catalog&#038;product=cms" rel="nofollow">http://www.dmxready.com/dmxreadyv2/index.asp?page=catalog&#038;product=cms</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dylanj</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-268032</link>
		<dc:creator>dylanj</dc:creator>
		<pubDate>Thu, 09 Oct 2008 10:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-268032</guid>
		<description>I&#039;m just commenting about the &quot;Valid XHTML and CSS&quot; thing at the bottom of this page. It&#039;s a load of rubbish - go to validator.w3.org and enter the URL of this page.

Anyway, yes. Classic ASP is still going - &quot;I keep checking and they just keep piling on more layers of the stuff&quot; - Exactly :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m just commenting about the &#8220;Valid XHTML and CSS&#8221; thing at the bottom of this page. It&#8217;s a load of rubbish &#8211; go to validator.w3.org and enter the URL of this page.</p>
<p>Anyway, yes. Classic ASP is still going &#8211; &#8220;I keep checking and they just keep piling on more layers of the stuff&#8221; &#8211; Exactly :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikenz</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-265353</link>
		<dc:creator>mikenz</dc:creator>
		<pubDate>Tue, 24 Jun 2008 10:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-265353</guid>
		<description>@Kressilac - i have a large system running on Server 2008 in classic ASP and it runs sweet. The only thing i can&#039;t get to work is CDONTS (no particular reason for using cdonts, but hey it ran ok for 8 years).
Interesting you say .net is quicker but i can&#039;t really see how .net can be quicker to develop under unless you don&#039;t need to customise any aspects of your UI. Anything slightly different seems to require a whole different approach.</description>
		<content:encoded><![CDATA[<p>@Kressilac &#8211; i have a large system running on Server 2008 in classic ASP and it runs sweet. The only thing i can&#8217;t get to work is CDONTS (no particular reason for using cdonts, but hey it ran ok for 8 years).<br />
Interesting you say .net is quicker but i can&#8217;t really see how .net can be quicker to develop under unless you don&#8217;t need to customise any aspects of your UI. Anything slightly different seems to require a whole different approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikenz</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-265352</link>
		<dc:creator>mikenz</dc:creator>
		<pubDate>Tue, 24 Jun 2008 10:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-265352</guid>
		<description>Yeah ASP rocks!! I&#039;ve got several sites and large systems still working great and still easy to modify that are 7 years old or so. 

I&#039;ve realised latetly i think it might be precisely because microsoft STOPPED adding features to ASP that everything still works! 

I can&#039;t image what maintenance and upgrade nightmares i would have had if i had chosen to use the then flavour of the month .NET 1.0 - man that was real pile of shite. I keep checking and they just keep piling on more layers of the stuff....</description>
		<content:encoded><![CDATA[<p>Yeah ASP rocks!! I&#8217;ve got several sites and large systems still working great and still easy to modify that are 7 years old or so. </p>
<p>I&#8217;ve realised latetly i think it might be precisely because microsoft STOPPED adding features to ASP that everything still works! </p>
<p>I can&#8217;t image what maintenance and upgrade nightmares i would have had if i had chosen to use the then flavour of the month .NET 1.0 &#8211; man that was real pile of shite. I keep checking and they just keep piling on more layers of the stuff&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dylanj</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-264681</link>
		<dc:creator>dylanj</dc:creator>
		<pubDate>Sat, 07 Jun 2008 07:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-264681</guid>
		<description>Yay for classic asp! :)</description>
		<content:encoded><![CDATA[<p>Yay for classic asp! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny82</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-264351</link>
		<dc:creator>Johnny82</dc:creator>
		<pubDate>Tue, 03 Jun 2008 10:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-264351</guid>
		<description>.NET full of problems as a web develop tool, not like PHP or JSP.
Make project then solution (day is over)
Make classes and redit some classes (day is over)
I&#039;m in vacation can i redit my website (no i dont think so, no cyber have .NET IDE ofcourse)
DLLs is away slower than any Javascript functions ofcourse !! it applies too to the AJAX.</description>
		<content:encoded><![CDATA[<p>.NET full of problems as a web develop tool, not like PHP or JSP.<br />
Make project then solution (day is over)<br />
Make classes and redit some classes (day is over)<br />
I&#8217;m in vacation can i redit my website (no i dont think so, no cyber have .NET IDE ofcourse)<br />
DLLs is away slower than any Javascript functions ofcourse !! it applies too to the AJAX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan fad</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-259048</link>
		<dc:creator>dan fad</dc:creator>
		<pubDate>Tue, 20 Nov 2007 02:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-259048</guid>
		<description>iâ€™m a classic ASP developer and i love it. with just a Notepad it&#039;s very handy and you can update it any pc.</description>
		<content:encoded><![CDATA[<p>iâ€™m a classic ASP developer and i love it. with just a Notepad it&#8217;s very handy and you can update it any pc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadira Sheikh</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-258750</link>
		<dc:creator>Nadira Sheikh</dc:creator>
		<pubDate>Thu, 15 Nov 2007 08:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-258750</guid>
		<description>Its great i always used it..</description>
		<content:encoded><![CDATA[<p>Its great i always used it..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atul sing</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-258749</link>
		<dc:creator>atul sing</dc:creator>
		<pubDate>Thu, 15 Nov 2007 07:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-258749</guid>
		<description>Great info</description>
		<content:encoded><![CDATA[<p>Great info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gajendra rathore</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-258748</link>
		<dc:creator>Gajendra rathore</dc:creator>
		<pubDate>Thu, 15 Nov 2007 07:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-258748</guid>
		<description>Goode coding techniques</description>
		<content:encoded><![CDATA[<p>Goode coding techniques</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kavita suryawanshi</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-258747</link>
		<dc:creator>Kavita suryawanshi</dc:creator>
		<pubDate>Thu, 15 Nov 2007 07:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-258747</guid>
		<description>Weâ€™re cutting our own throats here by signing up for each new product that MS develops! I suppose younger readers will learn this soon enough when in a few years all their .NET experience counts for nothing and they find their jobs vanishing</description>
		<content:encoded><![CDATA[<p>Weâ€™re cutting our own throats here by signing up for each new product that MS develops! I suppose younger readers will learn this soon enough when in a few years all their .NET experience counts for nothing and they find their jobs vanishing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Gomez</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-257753</link>
		<dc:creator>Sebastian Gomez</dc:creator>
		<pubDate>Thu, 25 Oct 2007 23:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-257753</guid>
		<description>i&#039;m a classic ASP developer for some years now and i&#039;ve tried the .NET platform and what you guys say it&#039;s true: too much complicated.  but the BIG reason to stay in ASP, the REAL one is the fact that you can integrate new code and edit existing one EASILY.  i mean, in my job there&#039;s a lot of maintaining job to the aplicattions, so, it&#039;s pretty cool to open the .asp file, fix the bug, and voilÃ¡!... in this type of environment (a lot of changes pretty often) it would be nasty to re-compile the entire app in order to work...  Â¿or am i missing some ASP.NET feature that avoid this?... anyway... my vote it&#039;s for classic ASP</description>
		<content:encoded><![CDATA[<p>i&#8217;m a classic ASP developer for some years now and i&#8217;ve tried the .NET platform and what you guys say it&#8217;s true: too much complicated.  but the BIG reason to stay in ASP, the REAL one is the fact that you can integrate new code and edit existing one EASILY.  i mean, in my job there&#8217;s a lot of maintaining job to the aplicattions, so, it&#8217;s pretty cool to open the .asp file, fix the bug, and voilÃ¡!&#8230; in this type of environment (a lot of changes pretty often) it would be nasty to re-compile the entire app in order to work&#8230;  Â¿or am i missing some ASP.NET feature that avoid this?&#8230; anyway&#8230; my vote it&#8217;s for classic ASP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-257134</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sat, 13 Oct 2007 19:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-257134</guid>
		<description>I&#039;m a classic ASP programmer and I really enjoy using it.  I&#039;ve tried using .NET and ran thru some tutorials, etc.  Bottom line for me was that .NET was way too complicated and bloated.   Yet another steep learning curve!

[rant]
Frankly, I&#039;m a bit tired of spending years gaining experience on a platform only to have it ripped out from under me and being forced to use yet another new product that costs big bucks and is supposedly so much better.   I&#039;ve been developing code for about 30 years now (Basic, Fortran, Pascal, Ada, C, C++, DOS, Windows, Visual C, Visual Basic, Visual Studio, MFC, Win32, COM, ASP, etc.) and with each &quot;new and better&quot; product that&#039;s released, I end up having no more experience than the average 20 year old.  We&#039;re cutting our own throats here by signing up for each new product that MS develops!   I suppose younger readers will learn this soon enough when in a few years all their .NET experience counts for nothing and they find their jobs  vanishing.

I see these new platforms as just another way for MS to hold developers and companies hostage.  I enjoy programming...not clicking checkboxes and dragging objects around.  To me that&#039;s not programming.  At any rate, I don&#039;t see ASP going away anytime soon since there&#039;s about 100 million websites using the stuff and MS would be nuts to stop supporting it.  Of course...this is MS w&#039;re talking about here.....
[/rant]

Ok...I feel better now :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;m a classic ASP programmer and I really enjoy using it.  I&#8217;ve tried using .NET and ran thru some tutorials, etc.  Bottom line for me was that .NET was way too complicated and bloated.   Yet another steep learning curve!</p>
<p>[rant]<br />
Frankly, I&#8217;m a bit tired of spending years gaining experience on a platform only to have it ripped out from under me and being forced to use yet another new product that costs big bucks and is supposedly so much better.   I&#8217;ve been developing code for about 30 years now (Basic, Fortran, Pascal, Ada, C, C++, DOS, Windows, Visual C, Visual Basic, Visual Studio, MFC, Win32, COM, ASP, etc.) and with each &#8220;new and better&#8221; product that&#8217;s released, I end up having no more experience than the average 20 year old.  We&#8217;re cutting our own throats here by signing up for each new product that MS develops!   I suppose younger readers will learn this soon enough when in a few years all their .NET experience counts for nothing and they find their jobs  vanishing.</p>
<p>I see these new platforms as just another way for MS to hold developers and companies hostage.  I enjoy programming&#8230;not clicking checkboxes and dragging objects around.  To me that&#8217;s not programming.  At any rate, I don&#8217;t see ASP going away anytime soon since there&#8217;s about 100 million websites using the stuff and MS would be nuts to stop supporting it.  Of course&#8230;this is MS w&#8217;re talking about here&#8230;..<br />
[/rant]</p>
<p>Ok&#8230;I feel better now :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-256457</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 03 Oct 2007 09:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-256457</guid>
		<description>As long as classic ASP is supported and my hosting company will host classic ASP pages, that&#039;s what I will use. For the work I do, it gets the job done and so far it has never failed me.</description>
		<content:encoded><![CDATA[<p>As long as classic ASP is supported and my hosting company will host classic ASP pages, that&#8217;s what I will use. For the work I do, it gets the job done and so far it has never failed me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-254202</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 21 Aug 2007 05:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-254202</guid>
		<description>BS, classic asp WILL be supported in WS 2008, just have to install it... 

blogs.iis.net/metegokt/archive/2007/06/26/administering-iis7-on-server-core-installations-of-windows-server-2008.aspx

Using classic ASP since it&#039;s inception. I agree on the bloated .NET stuff but think it&#039;s much faster for enterprise development. I work at an ad agency doing small sites and classic ASP is perfect.</description>
		<content:encoded><![CDATA[<p>BS, classic asp WILL be supported in WS 2008, just have to install it&#8230; </p>
<p>blogs.iis.net/metegokt/archive/2007/06/26/administering-iis7-on-server-core-installations-of-windows-server-2008.aspx</p>
<p>Using classic ASP since it&#8217;s inception. I agree on the bloated .NET stuff but think it&#8217;s much faster for enterprise development. I work at an ad agency doing small sites and classic ASP is perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kressilac</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-253984</link>
		<dc:creator>Kressilac</dc:creator>
		<pubDate>Thu, 16 Aug 2007 19:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-253984</guid>
		<description>You guys are crazy.  Classic ASP is so much slower to code for.  I do both in my current work environment and we get so much more done much more quickly under ASP.Net than we do Classic ASP.  That and ASP.Net runs better on the server and play nice with your database request bandwidth.  Refusal to move to ASP.Net is a career death wish if you want to stay with the Microsoft platform.  You do know that with Server 2008 IIS is no longer configured standard to run ASP code right?  The writing is on the wall...</description>
		<content:encoded><![CDATA[<p>You guys are crazy.  Classic ASP is so much slower to code for.  I do both in my current work environment and we get so much more done much more quickly under ASP.Net than we do Classic ASP.  That and ASP.Net runs better on the server and play nice with your database request bandwidth.  Refusal to move to ASP.Net is a career death wish if you want to stay with the Microsoft platform.  You do know that with Server 2008 IIS is no longer configured standard to run ASP code right?  The writing is on the wall&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesar</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-253567</link>
		<dc:creator>Cesar</dc:creator>
		<pubDate>Sun, 05 Aug 2007 23:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-253567</guid>
		<description>Amen to that brother...I mean .net technologies really is the future for enterprise solutions but you&#039;re right...for simple things, php and classic asp are simply better solutions.

I just wrote a cute little cms in classic asp over the weekend...since I&#039;m not a .net developer I can&#039;t comment on how long it would have taken...
I am looking forward to getting into .net though...I&#039;ll be migrating over soon</description>
		<content:encoded><![CDATA[<p>Amen to that brother&#8230;I mean .net technologies really is the future for enterprise solutions but you&#8217;re right&#8230;for simple things, php and classic asp are simply better solutions.</p>
<p>I just wrote a cute little cms in classic asp over the weekend&#8230;since I&#8217;m not a .net developer I can&#8217;t comment on how long it would have taken&#8230;<br />
I am looking forward to getting into .net though&#8230;I&#8217;ll be migrating over soon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-253406</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Wed, 01 Aug 2007 15:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-253406</guid>
		<description>I have used .net. and tried for days to do something i can do in asp classic in 5 minutes. And whats with all those different classes? protected, public etc. Yeah sure you can drag and drop stuff and build stuff the easy way the way .net wants it. But what if you need to use a excisting database (like oracle) and use rulesengines in between. Back to the hand work it is and there .net is the most irritating thing to use. It actualy takes more code to do something simple then asp</description>
		<content:encoded><![CDATA[<p>I have used .net. and tried for days to do something i can do in asp classic in 5 minutes. And whats with all those different classes? protected, public etc. Yeah sure you can drag and drop stuff and build stuff the easy way the way .net wants it. But what if you need to use a excisting database (like oracle) and use rulesengines in between. Back to the hand work it is and there .net is the most irritating thing to use. It actualy takes more code to do something simple then asp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesar</title>
		<link>http://ajaxian.com/archives/ajaxed-ajax-for-classic-asp/comment-page-1#comment-252877</link>
		<dc:creator>Cesar</dc:creator>
		<pubDate>Fri, 20 Jul 2007 01:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2541#comment-252877</guid>
		<description>I use classic ASP at work...i&#039;m actually the ONLY one there using it while everyone is working in C# .NET

I am going to migrate over sometime this year but OOP is an entirely different way of thinking.  I recently purchased a book that specifically discusses HOW to think in object oriented ways.  very interesting stuff.
People do have a point about .NET being too much for websites; unless you&#039;re doing enterprise level financial web applications then there&#039;s no need for it</description>
		<content:encoded><![CDATA[<p>I use classic ASP at work&#8230;i&#8217;m actually the ONLY one there using it while everyone is working in C# .NET</p>
<p>I am going to migrate over sometime this year but OOP is an entirely different way of thinking.  I recently purchased a book that specifically discusses HOW to think in object oriented ways.  very interesting stuff.<br />
People do have a point about .NET being too much for websites; unless you&#8217;re doing enterprise level financial web applications then there&#8217;s no need for it</p>
]]></content:encoded>
	</item>
</channel>
</rss>

