• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Web Page Design HELP!

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Originally posted by: alexXx
do you remember what the title of this thread is? he was talking about developing web content which cannot be done with C/C++.
14000 posts? seriously dude you need to get a life.

really. Would you mind compiling the following code and dropping it in your cgi-bin for me?

#include <stdio.h>

main(){
printf ("Content-Type: text/html\n\nHey, look, CGI in C!\n");
}

Gee, funny, I seem to have just written a CGI program in C.
Will you stop telling people stuff that isn't true now. If you really want to beleive that PHP is fast and web content can't be done in C, go ahead, but don't try and drag other people down with your stupidity.
 
Originally posted by: notfred
Originally posted by: alexXx
do you remember what the title of this thread is? he was talking about developing web content which cannot be done with C/C++.
14000 posts? seriously dude you need to get a life.

really. Would you mind compiling the following code and dropping it in your cgi-bin for me?

#include <stdio.h>

main(){
printf ("Content-Type: text/html\n\nHey, look, CGI in C!\n");
}

Gee, funny, I seem to have just written a CGI program in C.
Will you stop telling people stuff that isn't true now. If you really want to beleive that PHP is fast and web content can't be done in C, go ahead, but don't try and drag other people down with your stupidity.

Do you have a grudge against PHP or something? It's OBVIOUS the thread owner was asking for a web scripting language. I wouldn't call trashing PHP as a scripting language a constructive feedback. Why don't you recommend a more realistic solution? Sure, you can write just about anything with C/C++. But it's just like using a spoon to dig a hole, sure it gets the job done.

Now, let's put all this behind us and bring out the bulldozer.
 
Back
Top