Zoklet.net

Go Back   Zoklet.net > Technology > Technophiles and Technophiliacs > Codes of all kinds

Reply
 
Thread Tools
  #1  
Old 06-06-2009, 11:22 AM
slm33d slm33d is offline
Duke
 
Join Date: Feb 2009
Location: Australia.
Thanks: 896
Thanked 251 Times in 199 Posts
Default noob coding question.

What do they do?. I've never fully understood how/why people code & what it does. If someone can point me in the right direction id gladly appreciate it.
__________________
Americans proving stupid is as stupid does. This shit is just too easy.
Nothin' but hate. Australia > your country
Reply With Quote
  #2  
Old 06-06-2009, 11:41 AM
Mantikore Mantikore is offline
Moderator
 
Join Date: Jan 2009
Thanks: 0
Thanked 1,356 Times in 963 Posts
Default Re: noob coding question.

Programming is a bit like a set of instructions to give a computer.
Reply With Quote
  #3  
Old 06-06-2009, 11:44 AM
deus deus is offline
Duke
 
Join Date: Jan 2009
Location: Leeds, UK
Thanks: 147
Thanked 132 Times in 68 Posts
Send a message via MSN to deus
Arrow Re: noob coding question.

Programming is just the art of creating software - giving the computer the instructions it needs to make its hardware do interesting or useful stuff.
Reply With Quote
  #4  
Old 06-06-2009, 11:53 AM
slm33d slm33d is offline
Duke
 
Join Date: Feb 2009
Location: Australia.
Thanks: 896
Thanked 251 Times in 199 Posts
Default Re: noob coding question.

What are some simple but useful codes ?
__________________
Americans proving stupid is as stupid does. This shit is just too easy.
Nothin' but hate. Australia > your country
Reply With Quote
  #5  
Old 06-06-2009, 12:01 PM
5024L 5024L is offline
Archduke
 
Join Date: Feb 2009
Location: 卐 FUCK YOU 卐
Thanks: 244
Thanked 507 Times in 345 Posts
Send a message via MSN to 5024L
Default Re: noob coding question.

HTML, PHP, the C family.
__________________
W.P.B.G.
White Power Blood King
RIP UNCLE GREYFOX
Reply With Quote
  #6  
Old 06-06-2009, 12:05 PM
slm33d slm33d is offline
Duke
 
Join Date: Feb 2009
Location: Australia.
Thanks: 896
Thanked 251 Times in 199 Posts
Default Re: noob coding question.

May I ask as to what I can do? is there a usefull site?
__________________
Americans proving stupid is as stupid does. This shit is just too easy.
Nothin' but hate. Australia > your country
Reply With Quote
  #7  
Old 06-06-2009, 12:17 PM
5024L 5024L is offline
Archduke
 
Join Date: Feb 2009
Location: 卐 FUCK YOU 卐
Thanks: 244
Thanked 507 Times in 345 Posts
Send a message via MSN to 5024L
Default Re: noob coding question.

http://www.w3schools.com/ has most of the basics.
__________________
W.P.B.G.
White Power Blood King
RIP UNCLE GREYFOX
Reply With Quote
  #8  
Old 06-06-2009, 12:36 PM
slm33d slm33d is offline
Duke
 
Join Date: Feb 2009
Location: Australia.
Thanks: 896
Thanked 251 Times in 199 Posts
Default Re: noob coding question.

Thanks
__________________
Americans proving stupid is as stupid does. This shit is just too easy.
Nothin' but hate. Australia > your country
Reply With Quote
  #9  
Old 06-06-2009, 12:36 PM
Mantikore Mantikore is offline
Moderator
 
Join Date: Jan 2009
Thanks: 0
Thanked 1,356 Times in 963 Posts
Default Re: noob coding question.

might i also like to add that amateur programming doesnt always have to involve making elaborate software. it can be as simple as telling your computer to make a pop up saying "call mom now" when its 4 o'clock, or making a small program to solve a sudoku for you by repeating a bunch of generic strategies over and over again.
Reply With Quote
  #10  
Old 06-06-2009, 12:41 PM
slm33d slm33d is offline
Duke
 
Join Date: Feb 2009
Location: Australia.
Thanks: 896
Thanked 251 Times in 199 Posts
Default Re: noob coding question.

How do they work ? Is their like a software performance code style?
__________________
Americans proving stupid is as stupid does. This shit is just too easy.
Nothin' but hate. Australia > your country
Reply With Quote
  #11  
Old 06-06-2009, 12:57 PM
God Like God Like is offline
Regular
 
Join Date: Jan 2009
Location: Sydney
Thanks: 4
Thanked 18 Times in 12 Posts
Send a message via MSN to God Like
Default Re: noob coding question.

a question i would like to know is how did the programmers create a language?

and how did other computers understand it?
Reply With Quote
  #12  
Old 06-06-2009, 01:18 PM
slm33d slm33d is offline
Duke
 
Join Date: Feb 2009
Location: Australia.
Thanks: 896
Thanked 251 Times in 199 Posts
Default Re: noob coding question.

Yeah that's a good one aswell!. How would the computer understand ?
__________________
Americans proving stupid is as stupid does. This shit is just too easy.
Nothin' but hate. Australia > your country
Reply With Quote
  #13  
Old 06-06-2009, 01:50 PM
000 000 is offline
Member
 
Join Date: Jan 2009
Thanks: 107
Thanked 157 Times in 72 Posts
Default Re: noob coding question.

Quote:
Originally Posted by God Like View Post
a question i would like to know is how did the programmers create a language?

and how did other computers understand it?
Quote:
Originally Posted by slm33d View Post
Yeah that's a good one aswell!. How would the computer understand ?
Both very interesting questions. Somewhere down the line, stuff has to be actually built into the hardware, meaning that the electronics have to have something in them.

Compilers compile code, and make it usable to the computer. So you might ask, what compiles the compiler? Look up "bootstrapping" and it's links:
http://en.wikipedia.org/wiki/Bootstrapping#Computing

Anyway, if you want to learn, I'd suggest HTML and CSS first. You'll be able to make some flashy neat things that you'll see immediately, so you won't get discouraged. It's also a pretty forgiving language, and not always so precise.
Reply With Quote
  #14  
Old 06-06-2009, 01:58 PM
slm33d slm33d is offline
Duke
 
Join Date: Feb 2009
Location: Australia.
Thanks: 896
Thanked 251 Times in 199 Posts
Default Re: noob coding question.

what can be made with css & html?
__________________
Americans proving stupid is as stupid does. This shit is just too easy.
Nothin' but hate. Australia > your country
Reply With Quote
  #15  
Old 06-07-2009, 04:09 AM
God Like God Like is offline
Regular
 
Join Date: Jan 2009
Location: Sydney
Thanks: 4
Thanked 18 Times in 12 Posts
Send a message via MSN to God Like
Default Re: noob coding question.

Quote:
Originally Posted by slm33d View Post
what can be made with css & html?
webpages
Reply With Quote
Reply

Bookmarks

Tags
coding, noob, question

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Total NooB Question.. Benjamin Linus Network Security & Hacking 3 06-04-2009 11:36 PM
Freelance Coding? Craigslist.org Codes of all kinds 8 04-22-2009 07:46 PM
''help me im noob'' J.P.W Bat Country 3 04-05-2009 11:49 PM


All times are GMT. The time now is 01:18 PM.


Hot Topics
On IRC
Users: 4
Messages/minute: 0
Topic: "http://www.zoklet.net/..."
Users: 21
Messages/minute: 0
Topic: "dangly parts"
Users: 9
Messages/minute: 0
Topic: "vaginaboob"
Advertisements
Your ad could go right HERE! Contact us!

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.