Topic awaiting preservation: Newbie... (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Under, The, Sea |
posted 10-24-2001 09:00
OK, maybe it wasn't a good idea to wander into this realm yet, but curiousity kinda led me here. I'm basically a complete newbie to Server-Side-Scripting, and practically have absolutely NO knowledge of what kind of powerful things it can do. I'm still in the midst of learning JavaScript, but was thinking about how Server-Side Scripting can change stuffs. Can you basically do EVERYTHING that JavaScript can do using Server-Side Scripting? Also, what's a good place to start at? I'm more or less comfortable with HTML and C (not C++).. Any chance of me getting my hands dirty with PHP (since I heard it's one of the best Server-Side Scripting around)? Or should I just give up right this moment (I hope not..)? All comments/prejudices against newbies are appreciated (I think..) |
Nervous Wreck (II) Inmate From: Under, The, Sea |
posted 10-24-2001 09:02
Also, I was wondering, what program do you all use for editing material (html, jscript, etc. etc.)? Notepad? Emacs? Or am I missing out on some wonderous program that does basically everything? |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 10-24-2001 09:12
Obviously the best place to start is with HTML, you need to master HTML. Next I reccommend that you learn CSS, it is also a near nessesity. Follow that up with some learning of JavaScript, it is a very easy medium to learn the basics of programming. |
Paranoid (IV) Inmate From: Sthlm, Sweden |
posted 10-24-2001 09:36
Hi, don't give up just yet, where there is a will, there is potential |
Paranoid (IV) Inmate From: Sthlm, Sweden |
posted 10-24-2001 09:41
Arrgh, you beat me to the post WarMage! |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 10-24-2001 18:47
Also in terms of editors a lot around here are partial to Max's HTML Beauty. (Don't know the link, Max?) I'm partial to UltraEdit on Windows and vi for my Linux editing. |
Nervous Wreck (II) Inmate From: Under, The, Sea |
posted 10-25-2001 18:19
Thanks everyone Yeah, I guess I got to start off by learning some CS Scripting.. After that, off to SS I really appreciate all your feedbacks tho Thanks again! |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 10-25-2001 21:48
Here's a link to MAX's HTML Beauty++ ME: http://www.maxworld.co.yu/htmlbeauty/ |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 10-29-2001 17:39
I just wanted to add that if you use a Macintosh, BBEdit is the best text editor (Built-in FTP, Regular Expressions, Syntax coloring for everything, indentation management, Dreamweaver integration, etc.) |
Bipolar (III) Inmate From: USA! USA! USA! |
posted 10-29-2001 21:09
The only addition I would make to this conversation is that I use NoteTab Pro, which is a seemingly simple (and therefore cheap) replacement for Notepad. It does, however, offer its own scripting language which lets you automate your development tasks. I don't even use that much at all because Notetab also lets you run Perl scripts as functions of the IDE (I use that term loosely). The only thing the editor doesn't have right now is syntax highlighting, which I've been told is coming in the next release. |