Programming Tools
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingProgramming Tools

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old July 16th, 2002, 03:53 AM
Francis Francis is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Location: Syracuse
Posts: 1 Francis User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Unhappy Php, Jsp, Asp, Coldfusion

This question is asked a million times, but i am asking it again!

I wanted to spruce up my website, by adding database support. I was wondering which of the following to use Php, Jsp, Asp, or Coldfusion. I know jsp and coldfusion really well, and asp resonably well(coding some internal websites for the university).
But for my personal website , i dunno what to use. I thought of going for JSP, but there are not many free jsp hosting sites. Ditto for cold fusion.
I found quite a few free servers for Asp.
I also thought about php(cuz its open source, its language is pretty easy and all that), and thought there might be some good hosting sites for that, though i dint serach for ne.

What would u do if u were me? Which one do u suggest i should/could/would want to go for?

Thanks

Reply With Quote
  #2  
Old July 16th, 2002, 10:20 AM
Lindset Lindset is offline
weirdomoderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Location: Alta, Norway
Posts: 370 Lindset User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via ICQ to Lindset Send a message via AIM to Lindset
Hi Francis,

Well, since you don't know PHP and ASP that well, you could save a lot of time by coding in JSP or CF, since you know the languages.. if hosting cost is an important factor, I think PHP is the cheapest alternative, then after that, ASP..
__________________
Best Regards,
Håvard Lindset

Reply With Quote
  #3  
Old July 21st, 2002, 11:30 AM
wAr-AnGeL wAr-AnGeL is offline
Forum Security
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Behind You
Posts: 479 wAr-AnGeL User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 50 sec
Reputation Power: 7
Send a message via ICQ to wAr-AnGeL Send a message via AIM to wAr-AnGeL
It solely lies in where you host your site and what languages they support. I've looked around for alot of web hosts and PHP would probably be the easiest to find hosting for, then ASP. If your website is personal, you could use it to help improve your weaker programming languages.

My 2 pennies.
__________________




"Only Linux users see the end of crashes."
- Pl4t0

Reply With Quote
  #4  
Old December 31st, 2003, 03:08 PM
twhaight twhaight is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Location: Spokane, WA
Posts: 7 twhaight User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Cold Fusion Hosting

Free Cold Fusion hosting is available at http://www.cfm-resources.com/. It does have a $29.95 setup fee.

I used this for posting test projects. The free site has a 10mb limit, and allows 1 ODBC connection (I used an Access database). Its a great place to put up test applications, especially if you are learning Cold Fusion, or you are developing a prototype.

Commercial accounts are available from $49.95 - $149.95.

Reply With Quote
  #5  
Old January 1st, 2004, 04:29 PM
dhouston's Avatar
dhouston dhouston is offline
Contributing User
Dev Articles Beginner (1000 - 1499 posts)
 
Join Date: May 2003
Location: Tennessee
Posts: 1,355 dhouston User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via ICQ to dhouston
Not jsp unless you're equipped either to have a slow site or you know your host has some kickass hardware. I imagine PHP'll be your most flexible and most portable alternative, as almost everybody has it. If you go with jsp or even asp or cf, you're locked into either a given server platform or limited hosting alternatives.

Reply With Quote
  #6  
Old January 1st, 2004, 09:30 PM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 14 m 9 sec
Reputation Power: 8
PHP was my first real server-side language... and after advancing on to learn many others, I still code in PHP if given the choice... I think cost is a huge factor here... and to re-enforce what others have said, it seems that PHP is the most widely supported nowadays...

Additionally, Perl's a fun one if you have time to be frustrated, confused, and all-around upset... =) [gotta love/respect it though]

Reply With Quote
  #7  
Old January 2nd, 2004, 06:46 AM
dhouston's Avatar
dhouston dhouston is offline
Contributing User
Dev Articles Beginner (1000 - 1499 posts)
 
Join Date: May 2003
Location: Tennessee
Posts: 1,355 dhouston User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via ICQ to dhouston
Heh, I learned perl first and found that having that under my belt made PHP pretty easy to learn. I tend to do Web work in PHP but to scrap together CLI scripts for mangling files in perl (that's what it's really for, after all). I'm trying to move toward using PHP for it all, though.

I was forced into doing a site in jsp once. The company had very limited hardware (an ok box, but it was very high traffic and dynamic and they insisted on keeping the db server and the Web server on the same box). It was a nightmare. I wound up writing server-side include logic rather than jsp in some cases to ease load on the box. Plus jsp's verbose and a bit of a pain to maintain and debug. If you've got a real reason for using it, cool, but I was forced into it for no good reason. Can you tell I'm not big on jsp?

Reply With Quote
  #8  
Old January 3rd, 2004, 07:49 PM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 14 m 9 sec
Reputation Power: 8
I just finished learning Perl... it was a pain... the cause of many frustrations... but in the end it definately helped my understand certain concepts of other languages... and appreciate the ease of PHP

Its interesting to see how popular PHP has become considering its up against some pretty big contenders (Microsoft's ASP and the ever-growing world of Java's JSP)...

Reply With Quote
  #9  
Old March 21st, 2004, 12:18 AM
zerocode zerocode is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 1 zerocode User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thumbs up free jsp hosting!!!!

You go to URL web site and register a place to hosting jsp and choose Choose your solution plan: Standard
good luck!!!!!

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingProgramming Tools > Php, Jsp, Asp, Coldfusion


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT