Originally posted by: igowerf
Where is your site hosted? Does the server support ASP?
Originally posted by: Homerboy
use .jsp like a real man!
Originally posted by: igowerf
Originally posted by: Homerboy
use .jsp like a real man!
http://developers.slashdot.org/article.pl?sid=05/12/13/1824236
Originally posted by: Homerboy
Originally posted by: igowerf
Originally posted by: Homerboy
use .jsp like a real man!
http://developers.slashdot.org/article.pl?sid=05/12/13/1824236
did you read past the garbage "article" and read the countless responses disputing it?
Ditto. I'm praying the op actually meant asp.net. I'd only go that route if you need fancier dev tools or have performance problems and need a more heavyweight solution.Originally posted by: daniel1113
If by ASP you mean ASP.NET, then yes. However, I wouldn't trade PHP for standard ASP.
If you mean straight jsp with no actual java behind it, I'd say that's a downright silly idea. There's nothing manly about using a more complicated solution to get almost the exact same design capabilities. If you're talking about something more elegant like servlets, taglibs, struts or more advanced toolsets like jsf and spring and hibernate (etc.) then you quickly get onto the slippery slope of total overkill. That slashdot article (whether the idea is valid or not) opens up a huge can of worms but there is a pretty good reason why LAMP is getting more popular for the low end stuff.Originally posted by: Homerboy
use .jsp like a real man!
Originally posted by: vital
so i created my website using php/mysql a few years ago just for learning purposes. I'm thinking of redesigning my website and might think of using asp/mssql instead to learn something new. will this be a mistake?
Originally posted by: jbubrisk
I've been reading up on both and here is what I got from what I found:
PHP is fast and easy to use. Its obviously open source so you can get/use it for free and get free support from the community. The main drawbacks of PHP are in its past problems and the fact that it doesn't have a consistent naming scheme. Also, it is not object oriented and its variables are case sensitive while its function names are not (or vice versa). While those two things are not necessarily big drawbacks, they can be annoying. I also think that the lack of an object oriented setup can limit its capabilities, although I am no expert
ASP is pretty simple to use, since you can use another scripting language, like the defaul VBscript or Javascript. I think it is a little slower than PHP, but if you go to any major commercial website and look at their link bar thingy, what do you see? ASP. It seems that this is the preferred scripting language of major companies. So far, I have yet to see PHP used in a large corporate environment, but once again, I am no expert.
Personally, I am currently using PHP on my website, www.bubriski.com. I built the website (so far) over winter break. I like PHP, but I have plans to switch over to ASP, mainly because I will be graduating from college in May and looking for a job in the IT field. Thats all I got.![]()