Preserved Topic: JavaScript in real world |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: New York City |
posted 06-07-2001 03:19
As a freelancer the past 1.5 years, I have no experience working in the webdesign "office" world. My question relates to job descriptions involving JavaScript and what companies are actually looking for. |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 06-07-2001 04:53
I consider myself a JavaScript wannabe, and I even use it for more than that! |
Paranoid (IV) Inmate From: other places |
posted 06-07-2001 07:07
Those are all good uses in a business context. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-07-2001 07:37
Up until now that's been a lot of JS's uses. |
Bipolar (III) Inmate From: New York City |
posted 06-07-2001 14:48
thanks all. bitdamaged nice site. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 06-07-2001 15:01
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: other places |
posted 06-07-2001 15:45
Hang on a minute, InI. |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 06-07-2001 19:15
I still haven't really bothered to learn a lot of javascript, because it takes a significant amount of knowledge to program cross-browser scripts well. The client-side nature of it makes it undesirable in terms of mission-critical applications (even though theoretically it can do a lot). |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-07-2001 20:34
No one's mentioned DHTML! You can completely change a web page around with JavaScript, make it dynamic. You can start with one page and change the entire thing into something that looks completely different with JavaScript. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 06-07-2001 23:01
Well I'd like to say that javascript is a 'language' of sorts which means you can make it do almost anything within a website. You can also write data to the users browser through cookies and stuff. |
Maniac (V) Mad Scientist From: New California |
posted 06-08-2001 09:41
Dynamic HTML is growing in popularity and I believe that will continue. It loads faster than Java applets and it runs faster on the client machine. It's capabilities are quite impressive and expanding. I have spent much of my time trying to find new and interesting things to do with DHTML. Yeah, sure most of them are just toys but much of what can be done has plenty of "real world" applicability. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 06-08-2001 15:53
The poster has demanded we remove all his contributions, less he takes legal action. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-08-2001 20:29
Heh, thanks, Dracusis. I coded the whole thing from scratch, I don't use APIs... in fact, I'm not even 100% sure what API stands for or means, but I don't use them! (heh) The only disadvantage is that it doesn't work in Netscape Navigator 4.x, but honestly, I don't care since it's just a personal site. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 06-09-2001 01:07 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-09-2001 02:27
Great. Ignorance is bliss, but now my ignorance is gone. Thanks a lot. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-09-2001 05:47
Slime API's are basically code layers that give programmers a common ground to write code for. Say you write a function that will move a layer in all browsers. Then anyone who uses "slime's layer mover API" only have to write code once. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 06-09-2001 12:54
Cool OK. I'll have to take a peek at you code some day... hehe.. But I think you said that you didn't mind people looking at you code on your site. Oh, and don't worry, I won't directly steal chunks of your code. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-09-2001 16:01
Well, I've had some programming experience from like Junior High with Visual Basic and a bit of C++, which probably helped me learn. I learned most of what I know about JavaScript from JavaScript: The Definitive Guide (O'Reilly). That includes a little bit of DHTML, like absolute positioning. The rest of DHTML that I know I think I learned from a combination of the sites of the people in this forum, the w3c (whose specifications i still can't completely read or understand), and my own explorations of the language (most of them made while I made my current front page). |
Maniac (V) Inmate From: Brisbane, Australia |
posted 06-10-2001 05:58
~CRTL-C~ Thanks heaps Slime! That one goes into my random_notes.txt untill I get some time to play... |