Poll: How long have you been programming?
211–220 of 329 posts
Re: Poll: How long have you been programming?
#212Earlier quoted context omitted.
I still maintain that - Start -> Run -> notepad - Hello, World! , Save As "hello.htm" on desktop - double-click it and watch it appear in a browser Is 1% of 1% of the effort it took to program an 8-bit machine.
The difference is how easy it is to find the information about what to do. Someone totally new won't know what notepad is, won't know what html is, and won't know how to make the browser show it, and the manual that came with his computer will say nothing about it. You start a browser, there's no hint what to do. You start searching for "how to make a web page" and you get a bewildering array of information, some of…
I think the commonality between us here is that having access to the source itself provides the best learning environment.
Re: Poll: How long have you been programming?
#213Re: Poll: How long have you been programming?
#214Earlier quoted context omitted.
yet there are a lot of concepts they need to digest before they jump into the html/js world. it already means they need to learn two languages (html and js), interaction between them , etc... I'm not even mentioning things like - open notepad, save the file, make sure you get the extension right, fire up the browser, click open (why not in address bar? oh yeah, you can, but tell a kid the file:/// business and see if…
I still maintain that - Start -> Run -> notepad - Hello, World! , Save As "hello.htm" on desktop - double-click it and watch it appear in a browser Is 1% of 1% of the effort it took to program an 8-bit machine.
Re: Poll: How long have you been programming?
#215Re: Poll: How long have you been programming?
#216Earlier quoted context omitted.
I started a 15 year old girl programming yesterday with Processing because she showed an interest in conceptual art for games. I showed her some examples, she downloaded and installed the application on her own as I watched and started entering the tutorial text (not copy/paste either as I might have resorted to). I guided her in what she'll need to get a grip on with her math classes etc, and I heard from her teache…
Just for curiosity: Did you also have a look at PyGame? If yes, how does it compare to Processing?
And I say this as a python programmer since 1998.
Re: Poll: How long have you been programming?
#217Earlier quoted context omitted.
I don't think that's true. NOTEPAD.EXE and Firefox is all you need to start with HTML and JavaScript, for example. Microsoft gives away Visual Studio for free download, there are all the open source languages (ActiveState does great distros for Windows) etc etc. It's a cultural shift. Kids these days are consumers, not producers.
Totally agree. You're describing how I started... for a kid wanting to write a web page over 10 years ago you were lucky to have access to lissaexplains.com & w3schools.com. Nowadays you've got stackoverflow, smashing mag network, nettuts etc - not to mention a whole shitload of resources offering free code / designs / icons, ready to roll stuff like wordpress, etc.