Click here to Skip to main content
15,902,447 members
Please Sign up or sign in to vote.
3.67/5 (3 votes)
See more:
Hello, I have just joined this site. I am currently an Mis Tech at GHS, even though i do know most about networking/computers I don't know anything about code writing code HTML etc. So i was wondering if anyone out there could give me any kind of knowledge or anything to get me started in the right patch examples of code i could try or w/e is appreciated

Thanks
Matt Hart
Posted
Comments
Sergey Alexandrovich Kryukov 14-Mar-11 15:47pm    
How come you call yourself Mis Tech if you're asking such Questions? I thought "Tech" is derived from "technology"? What sense of this word is wrong with you? :-)
--SA
Keith Barrow 14-Mar-11 16:35pm    
He wouldn't necessarily need any technical as a MIS Tech, it is pretty much management reporting.
Sergey Alexandrovich Kryukov 14-Mar-11 18:50pm    
May be. If so, please forgive me, Matt.
--SA
OriginalGriff 14-Mar-11 15:59pm    
Reason for my vote of 5: Not sure who voted you 1 for that - compensated.

The best suggestion I can give is to get a book on an appropriate language, and work your way through it doing the exercises. It is very difficult to start off from code examples, as you miss out on some of the basics far too easily. In addition, it is not possible to give one-to-one tutoring here: no-one has the time, and it is not the best way to learn anyway!

I would suggest you go with C# if you can, as it removes some of the painful stuff form C and C++, without being seen as "childish" like Visual Basic.

What book? Almost any of them, unless they contain the words "in 28 days" or any number of exclamation marks!

You can download development environments for C++, C# and VB from Microsoft - Google for Visual Studio Express Edition Download - which is pretty good, especially for free!

Good luck!
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 14-Mar-11 18:55pm    
Well-balanced advice, my 5. I especially like the note about 28 days and exclamation.
Oh, I have to add my advice, too.
--SA
Sergey Alexandrovich Kryukov 14-Mar-11 18:57pm    
Yes, you inspire me to answer in my way, please see. :-)
--SA
0) What is a "Mis Tech"?

1) Download Visual Studio 2010 Express (it's free).

2) This is the hard part - decide what platform/architecture/language you want to code for.

Platforms are Web or Desktop

If you picked Web, you're looking at asp.net, which includes html, javascript, css and the coding language of your choice.

If you picked desktop, you have Windows Forms, or WPF.

There's also Silverlight with is like WPF for the Web.

Next, you must choose a langauge - essentially there's VB or C#. Most examples you find on the web will be in C#.

3) Take a class that targets the stuff you selected above.

4) To REALLY learn, select an app/web site you like and try to entirely duplicate it's look, feel, and functionality.

Good luck.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 14-Mar-11 18:53pm    
Good direction, my 5. Only I'm not quite quite sure Matt is prepared to follow, looking at the Question. I would be glad to know I was wrong though.
--SA
If you are just interested in creating web pages, http://www.w3schools.com/[^] is an excellent place to start. There are online tutorials, the key ones at the outset are "Learn HTML" "Learn CSS" and "Learn JavaScript"
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 14-Mar-11 18:51pm    
Acceptable variant, my 5.
--SA
A must to read for every beginner:

"Teach Yourself Programming in Ten Years", http://norvig.com/21-days.html[^].

—SA
 
Share this answer
 
Comments
Espen Harlinn 15-Mar-11 12:00pm    
That link deserves a 5 000 000!
Sergey Alexandrovich Kryukov 15-Mar-11 13:00pm    
All credit to Peter Norvig, of course.
Thank you very much for the vote, anyway.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900