Miscellaneous > Programming & Networking

Question about programming and stuf.

(1/3) > >>

Ice-9:
Lo all,
I'm a complete noob when it comes to programming, I can't even write html.
I'd very much like to learn about that, be able to write some html code (I was told that this is quite simple) and eventually write some proggies of my own and understand how all of that works.
Now, my question is, are there some crashcourses that would let me learn about programming by myself or is it too complicated and I really should be tutored by someone?

From what I've read so far C would be the language by excellence, but after doing some research it looks damn hard and I haven't got a clue on how to start with this.

Heru:
Buy a good bok on C++ programming.
C++ for Dummies is actually quite good if you don't mind DOS programming.  There are plenty of good books on C++ written for newbies to programming.
As for HTML, it is easy.  Although I don't know much of it yet, I can say that "Sams Teach Yourself HTML in 10 minutes" is a good place to start.

LorKorub:
C++ is probably a good language to learn because it allows you to bounce back into C and prepares you to bump forward into JAVA when you eventually know your stuff.  For a first PROGRAMMING language, that would be my first reccommendation.

Before venture into C++, you should probably start with HTML.  C++ is very diverse, and can be very boring when you first start learning it.  HTML is a lot more visual, and a lot more basic.  Plus, it is kind of progessive where it will eventually prepare you for your jump into programming.  When you eventually learn Java Scripting, you will be using variables, calling functions, and condtional statements (amoung other things) that are all similar to C++.  With HTML, you will be able to see what you are doing, whereas C++ is just entirely syntax. If you are going to learn it, Borland makes a free C++ compiler.  http://www.borland.com.  You can also get one from Digital Mars at http://www.digitalmars.com. A good referrence site is http://www.cplusplus.com. It has a nice section on how to install those compilers, if you need help (I did.)  Just don't use any of Micro$hit's cruddy compilers.  Writing code with one of those things is NOT C++.

I can't offer any advice to you about learning C++ from a book other than a "good luck." LOL. If you can do it, you are far more inclined that I am. HTML will be a lot easier to teach yourself.  I learned that alone.  A good book would be "Creating Web Pages with HTML" 2nd Edition by Patrick Carey.  It is published by Thompson Learning.  That will teach you everything you need to know to get started. If you are ever in need of help, http://www.htmlgoodies has a good site with a lot of tips and hints.  Just design your pages to work on ALL browsers.  If I have one pet peeve with some of these so call "designers" out there, it is that they all seem to revolve around Planet Microsoft.  IE is not the only browser out there, contrary to popular belief, and not all of us use it.  

Have fun.

Ice-9:

--- Quote ---Originally posted by LorKorub:

Just design your pages to work on ALL browsers.  If I have one pet peeve with some of these so call "designers" out there, it is that they all seem to revolve around Planet Microsoft.  IE is not the only browser out there, contrary to popular belief, and not all of us use it.  


Actually I almost never use IE and I very much like the X11 website concept that when you try to view it with IE it annoys you to death with adds and stuff (I know, I tried to view his website from work, where I'm forced to use IE)  ;)

And thanks for the advice, you provided a bunch of pretty useful links.

Thanks to Heru also, I'll check out the books, see if I can make it anywhere with them.
--- End quote ---

dishawjp:
Hi Ice9

HTML is quite simple to learn and you need no tools other than an ascii editor like DOS edit or *nix vi(m).  There are several tutorials on the web, but one tool that I use is to actually look at the document source of web pages that I find interesting.  I have a very simple web page I put up on the advantages of the command line interface over using a GUI when computing.  The entire page was written using vi and edit.  You can view the document source to see how I did everything.  Also, I did try to make it browser friendly and it will work with IE, Netscape, OffByOne and LYNX, though the tables are kind of messed up in LYNX and the <marquee> tags only seem to work in IE. :mad:

The page also has samples of some DOS .bat files I've written, an easy way to get started writing some very simple programs.

Feel free to check it out at:
 
http://web2.lemoyne.edu/~dishawjp

Hope this helps

Navigation

[0] Message Index

[#] Next page

Go to full version