• Welcome to Valhalla Legends Archive.
 

Web development platform

Started by Banana fanna fo fanna, July 13, 2004, 11:30 PM

Previous topic - Next topic

What do you use for web development?

ASP classic
1 (4%)
ASP.NET - any language
4 (16%)
Perl/Python/CGI
2 (8%)
C/C++
1 (4%)
PHP
14 (56%)
Java (JSP or Servlets)
1 (4%)
ColdFusion
1 (4%)
Other
1 (4%)

Total Members Voted: 19

Banana fanna fo fanna

I'm still struggling to decide between ColdFusion, ASP.NET, and a custom Python solution.

quasi-modo

#1
I am a .net guy, with vb.net (I know java, took ap comp sci, so I could use the c# syntax, I am just more comfortable with vb.net), I love it.
WAR EAGLE!
Quote(00:04:08) zdv17: yeah i quit doing that stuff cause it jacked up the power bill too much
(00:04:19) nick is a turtle: Right now im not paying the power bill though
(00:04:33) nick is a turtle: if i had to pay the electric bill
(00:04:47) nick is a turtle: id hibernate when i go to class
(00:04:57) nick is a turtle: or at least when i go to sleep
(00:08:50) zdv17: hibernating in class is cool.. esp. when you leave a drool puddle

MyndFyre

Quote from: $t0rm on July 13, 2004, 11:30 PM
I'm still struggling to decide between ColdFusion, ASP.NET, and a custom Python solution.

ASP.NET!!  Especially if you get into the ASP.NET 2.0 now!
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

Grok

Wow, you only get one choice?

Tuberload

Quote from: Grok on July 14, 2004, 05:19 AM
Wow, you only get one choice?

That was my problem as well. I am personally not biased towards any of those. Then again I am only a hobbyist with an opinion.  :)
Quote"Pray not for lighter burdens, but for stronger backs." -- Teddy Roosevelt
"Your forefathers have given you freedom, so good luck, see you around, hope you make it" -- Unknown

Adron

Quote from: Grok on July 14, 2004, 05:19 AM
Wow, you only get one choice?

I picked "other" since no other choice covered everything I use...

j0k3r

Quote from: Adron on July 14, 2004, 02:26 PM
Quote from: Grok on July 14, 2004, 05:19 AM
Wow, you only get one choice?

I picked "other" since no other choice covered everything I use...
Perhaps you should tell him what you use.
QuoteAnyone attempting to generate random numbers by deterministic means is, of course, living in a state of sin
John Vo

Banana fanna fo fanna

Yeah, please reply with any combinations...

Adron

I use Perl, C++, PHP, classic ASP (vbscript), VB6, bat files / shell scripts - whatever available tool fits the task at hand.

Grok

#9
Assuming you mean server-side code ...
VB6(for DLLs to use on Web), ASP, ASP.NET, XML.

Client-side code...
HTML, CSS, JavaScript, VB6 (DLL client components).

hismajesty


quasi-modo

hows php5, i heard it came finally out. I still have a hard on for asp.net of course... fully oo, language flexibility, event aware controls, nothing like it.
WAR EAGLE!
Quote(00:04:08) zdv17: yeah i quit doing that stuff cause it jacked up the power bill too much
(00:04:19) nick is a turtle: Right now im not paying the power bill though
(00:04:33) nick is a turtle: if i had to pay the electric bill
(00:04:47) nick is a turtle: id hibernate when i go to class
(00:04:57) nick is a turtle: or at least when i go to sleep
(00:08:50) zdv17: hibernating in class is cool.. esp. when you leave a drool puddle

Banana fanna fo fanna

I want to be able to:
- Use a general site template
- Include specific pods/pagelets/modules whatever, not just a plain include file, but give it parameters, have caching, etc
- Decouple me from the graphic designer
- Use OOP
- Write an event-driven website, similar to the Mach-II system
- Database caching and decoupling

How does ASP.NET work for me?

quasi-modo

asp.net is fully oo, asp.net has event driven controls so you can infact do event driven programming, you can do includes - code behinds - use external classes - etc, and asp.net can do data cacheing (though I do not do this very extensively), you can also use a general templet with includes and generally I use css too.... I do not know what "- Decouple me from the graphic designer" means, like what you are going for. But asp.net can do everything else for you.
WAR EAGLE!
Quote(00:04:08) zdv17: yeah i quit doing that stuff cause it jacked up the power bill too much
(00:04:19) nick is a turtle: Right now im not paying the power bill though
(00:04:33) nick is a turtle: if i had to pay the electric bill
(00:04:47) nick is a turtle: id hibernate when i go to class
(00:04:57) nick is a turtle: or at least when i go to sleep
(00:08:50) zdv17: hibernating in class is cool.. esp. when you leave a drool puddle

Banana fanna fo fanna

My graphic designer can give me a template generated by the tool of his choice, and I do minimal effort to integrate it into the site.