cameron marical Posted June 11, 2009 Posted June 11, 2009 Hello, so I am trying to make a program just for kicks, but I am just lost, I have read several little articles and step by step instructions, but It just never seems to work. Ive learned a bit of programming language {not sure what, just stuff I have picked up reading}, and I keep typing this stuff in WordPad, and then I save It as an .html, but how do I load It? When I just go to my computer and open It up, the words are all mixed with other little words signifying things like //par/ and stuff like that showing that I had a paragraph there, and It Is still in WordPad. Am I doing something wrong? Can anyone be kind enough to give me the basics of programming? Thank you.
Cap'n Refsmmat Posted June 11, 2009 Posted June 11, 2009 What kind of programming are you trying to do? Web pages? Try copying-and-pasting a bit of what you made into tags so we can see what you made and get an idea of what's going on.
cameron marical Posted June 11, 2009 Author Posted June 11, 2009 //first little program// print"guess a number between 3 and 4" if 3 print"sorry, guess again" if 4 print"you got it" nothing complicated, just to make one, once I actually can do it ill try cooler, harder ones.
Xittenn Posted June 12, 2009 Posted June 12, 2009 Unless you are planning on making a web page and learning PHP or ASP you might want to switch to a language that makes applications. First look up HTML codes and HTML if statements. Then look up Microsoft free downloads, assuming you are just trying to learn how to make cool stuff happen............ When you've mastered the conditional statement, loops and variables might I suggest choosing an application............. maybe Homo Ludens!
Cap'n Refsmmat Posted June 12, 2009 Posted June 12, 2009 That's not any programming language I've ever heard of. You'll need to learn the basics of programming and compilers before you can program anything. I'd suggest learning Python as a beginner. There's a great tutorial available here, and I know a bit myself, so if you have questions you can just ask on the forum.
cameron marical Posted June 12, 2009 Author Posted June 12, 2009 thanks, I have some in my tab list write now, thanks. What would be the best thing to write this stuff in? WordPad, NotePad, etc...? thank you.
Cap'n Refsmmat Posted June 12, 2009 Posted June 12, 2009 Python comes with a program called IDLE that makes it easier to write Python programs. You could use Notepad, but it'd get inconvenient after a while.
cameron marical Posted June 12, 2009 Author Posted June 12, 2009 I was actually starting to try and make a program, thats not web based, just a little game-like program on my computer. Is that possible? What would I use? I really dont know much about computers, But Im working on it. thanks for all the {really quick} help.
iNow Posted June 12, 2009 Posted June 12, 2009 I'm not even sure if computers have this anymore, but you could do something like you posted in QuickBasic... That's what I did back in the day when I was a young lad pounding away on my dad's computer... except, I made mine play sounds out of the tiny little speaker our 286/AT system had.
Cap'n Refsmmat Posted June 12, 2009 Posted June 12, 2009 QuickBasic isn't available easily for Windows anymore, I don't think. I know I played with QBasic, its descendent, for a while in elementary school.
iNow Posted June 12, 2009 Posted June 12, 2009 Yeah, I think I was in middle school myself, except I was more often using Basic... not even quickbasic or Qbasic.
bascule Posted June 12, 2009 Posted June 12, 2009 What would be the best thing to write this stuff in? WordPad, NotePad, etc...? If you're just trying to get started you can always try Ruby straight from your web browser. Tutorial included! (type "help", it provides a short 15 minute tutorial)
cameron marical Posted June 12, 2009 Author Posted June 12, 2009 (edited) How does one get a program onto the web? thanks for the help guys! Edited June 12, 2009 by cameron marical Consecutive posts merged.
Xittenn Posted June 12, 2009 Posted June 12, 2009 (edited) You can make a web page with flash on it................ the SEPY editor is a good programming environment(a replacement for the flash code editor(actionscript)) but flash will cost you money. This is assuming you want to do anything interesting of course, like web based Homo Luden applications ....... someone may argue otherwise! I've added a link to my student page in my signature it's a good example of web based things that can be done............. 5 minutes is flash and might be slightly operational(click on the cd)..........it might take a minute to load(the web page)! Edited June 12, 2009 by buttacup
Xittenn Posted June 17, 2009 Posted June 17, 2009 In what has now been 1 and a half hours, I have almost completely installed C++ express, XSI Mod Tool and the Cry 2 Engine..................... now that's good times!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now