So what you're all saying is.. it really doesn't matter what language.

What does matter is proficiency?

W.


On Thu, Oct 13, 2011 at 8:00 PM, Rad! <conradakunga@gmail.com> wrote:
After almost a decade in the industry I can tell you this with every confidence.

It is extremely irrelevant what you use. You can even use assembly and C if you want to build a web application.

It boils down to
  1. What you know
  2. What you're willing to learn
  3. What you're willing to put up with
  4. The infrastructure available
You can find mediocre sites using the latest and shiniest technologies and brilliantly crafted code running on old timers.

Having said that I would not personally use ASP myself for current development. Not only is it not being improved any more, its successor ASP.NET is an improvement in many ways.

I must also correct our friend Clement who has made several sweeping inaccurate statements


On Thu, Oct 13, 2011 at 6:41 PM, Clement Ongera <cnongera@gmail.com> wrote:
@W
JS has small footprint, lighter and has several frameworks that work with virtually any programming language.
PHP is server side and JS is client side so you can use PHP over ASP or vice versa, but then again;
Not true. There is server side javascript (NodeJS). You can also drive ASP usng Javascript or Perl instead of VBScript 
PHP loads and runs faster as it runs on its own memory.
Extremely debatable. And what do you mean by "its own memory" 
PHP is open source and you can code it using free stuff.
You can code ANYTHING using free stuff - Vi, Emacs, Notepad, Notepad++ etc 
PHP can run in multiple platforms(windows, unix and linux) and can connect to(Mysql, PostgreSQL...) while ASP runs on windows only and MS-SQL server.
Not true. Not only are there Apache modules, there are also cross compilers that can execute ASP as PHP (like Wasabi). It is also not true that ASP can only connect to SQL server. You can connect to any ODBC / OLEDB compatible data source using ASP, which is pretty much all of them 

But it all depends on which you are comfortable with.

--
Many Thanks.

Regards,
Clement Ongera.

_______________________________________________
Skunkworks mailing list
Skunkworks@lists.my.co.ke
http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
------------
Skunkworks Rules
http://my.co.ke/phpbb/viewtopic.php?f=24&t=94
------------
Other services @ http://my.co.ke


_______________________________________________
Skunkworks mailing list
Skunkworks@lists.my.co.ke
http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
------------
Skunkworks Rules
http://my.co.ke/phpbb/viewtopic.php?f=24&t=94
------------
Other services @ http://my.co.ke



--
get to know more about me. http://about.me/rahiminkara

this list is being watched.