In search of...
I am in search of a "team", or a "group" to hang out with. I work and go to school full time, so I might not be on as much as the die-hards, but I'd still like to make some cool friends.
What I know: CSS XHTML/DHTML Javascript PHP
What I am learning: C (and this summer) Java or Perl
As you can see, I'm more of a web design person, but I am starting to learn a "real" coding language. Anyone have an opening? :)
Feralas wrote: As you can see, I'm more of a web design person, but I am starting to learn a "real" coding language. Anyone have an opening? :)
WTF…Web application Programming is big as hell! How can you attempt to claim this is not a "real" coding language? PHP is more powerful than people give it credit for!
Feralas wrote: I was going with what "most" people think of a "real" language
Please name ten (10) people who think PHP is not a real language…I want to see who this "most" is. I do not know anyone who actually programs who thinks PHP is not a real language.
HTML is not a coding language nor is Javascript but PHP is.
COD3 wrote: ok..ok now Back to the topic, i too am looking for a group to code and share prgms with. If you code for fun and are serious about learning more, i'm game.
Sounds good.
back to the off topic-ness I was trying to say was "programming language" as in something like C, C++, etc… something that can run off any computer, without anything extra (like an apache server for PHP).
in his defense, tho i agree with aldarhawk that he was a bit hasty to put down PHP, php is a scripting language rather than a programming language. it is interpreted, rather than compiled. javascript falls into the same category, but php is far more robust.
@ferlas .. be careful making assumptions on what people think. just say your bit, ask your question, and thing will go smoother.
only_samurai wrote: @ferlas .. be careful making assumptions on what people think. just say your bit, ask your question, and thing will go smoother.
I asked my question, and so far only one person has been on topic about my question.
AldarHawk wrote: [quote]Feralas wrote:
HTML is not a coding language nor is Javascript but PHP is.
Alder I must disagree, Javascript is a real programming language. Its used for alot more than manipulating html elements on web pages. alot of system admins use it for netowrk managament (in lieu of vbscript) and in actually can run on a windows box using cscript or wscript).
Additionally, Javascript can be ran as server side code in ASP.NET just as Visual Basic and C# are.