Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
NKDietrich said:And a lot of people tell me that as a CS major I'll probably not be any better off than a high school grad.
BillLeeLee said:Who's been feeding you that?
What really matters is how well you perform and maybe the school you attend. My school has a pretty famous CS undergrad program, and its CS majors are in high demand (don't ask me why).
Do what you want, not what you think will get you the most money. And if money is your number 1 concern, then become a corporate lawyer or financial manager or something.
NKDietrich said:Mostly unemployed and bitter ex-dot-commers. Probably not the most unbiased source. I'm not going to a fancy school because I goofed off too much in High School and got a GED, but I'm finding in college I can keep a near 4.0 GPA without having to stress myself to death doing it because learning comes pretty natural to me.
NKDietrich said:And a lot of people tell me that as a CS major I'll probably not be any better off than a high school grad.
BillLeeLee said:And is Interactive Digital Media a heavier focus on graphics work and print and such?
.
ngk said:i have an internship right now
Mr_Superstar said:... do NOT pick a major just for "a job". Study what you love... a job will follow. I just finished graduated with a degree in Computer Science and I love it.
[MS] said:For example, even with my subteam, we have 3 open positions, and that's after we already hired 2 people in the last 3 months.
BillLeeLee said:Did they have to go through the usually long MS interview process? I maybe want to work for MS, but I'm not sure I could make it through their brainteaser phase.
[MS] said:and when people put SQL or database design on their resume, they had better know SQL and database design (I can get downright unfriendly when I catch people lying on the resume)
but could'nt say what code a webpage starts with
So what is it then?Empyrean said:trick question... HTML isn't code
mohammedtaha said:I've already done 2 terms as IT, but I won't be doing anymore to graduate next year.
From everyone I know, do the internships. The best way to graduate is to graduate with experience in the field.
Empyrean said:trick question... HTML isn't code
You can make an argument for a distinction between markup and programming languages, but at the end of the day, they're both code...
Empyrean said:HTML is not code in the computer science sense of the word.
Code is a very general word with many definitions that can be applied to a wide range of things of which HTML would fall under. (Morse code, genetic code, encryption code, traffic code). However, in the realm of computers the term code has a specific meaning referring to software programs (i.e. source code). Code is applied to languages like C++, Java, PERL, Pascal, Fortran, LISP, and so on and so on. The different ML's (HTML, SGML, XML) apply more to how a document should be displayed and lack most of the features of a true programming language.
While you can argue that HTML exhibits some of the behaviors of code, it is not code. I have never read an argument by a computer scientist that HTML is code. I have never read a book about HTML where the author claimed HTML was code.
Disclaimer: Don't think I don't like HTML or something. It's great... just not code.
Empyrean said:HTML is not code in the computer science sense of the word.
ameoba said:I think you're talking out your ass.
ameoba said:I think you're talking out your ass. There's no 'technical' definition of "code" in the sense we're using it. The closest you can get to a proper definition is from the jargon file - 'The stuff that software writers write... Often used in opposition to data'.
I think you're talking out your ass. There's no 'technical' definition of "code" in the sense we're using it. The closest you can get to a proper definition is from the jargon file