Zelaron Gaming Forum  
Stats Arcade Portal Forum FAQ Community Calendar Today's Posts Search
Go Back   Zelaron Gaming Forum > Zelaron Gaming > RPGMaker

 
 
Thread Tools Display Modes

 
Reply
Posted 2008-10-11, 04:32 PM in reply to Wolfturn's post starting "First off, lol thats funny btw Thanks..."
Wolfturn said: [Goto]
First off, lol thats funny btw Thanks for the little coding up there. I could sorta read it, But not all of it, (if you could explain what it is.. might help me later on)
anyways, you know any good Ebooks i could find to use? (yes i'm a poor dude here) only 15 so i'm poor until further notice. lol.
I want to learn a language that will let me make a program without anything, On notepad. I Have a friend and he says that binary is the best language to learn, but thats a pretty tough thing.. lol too many 0's and 1's :P any easier languages, a good one for a begginer? (i've tried VisualBasic, but there are no good E-books for that, that teach you how to use it correctly)
Off-topic: I'm barely 17 and I've only been studying php for 6-or-so months. That tells you how easy it should be to pick up a programming language. I suggest starting with a web-language, as I always do. It's just easier to pick up something you can see easily, plus XHTML and CSS are easy. By the way, what the Hell, binary! No kid, binary is not the way to go. Understanding how binary works is fine, but no, not as a language.

---------------------------------------------

Make sure to come and read my "How to use Classes and Functions" with RPG Maker tutorial later today. It might make what I wrote below make sense.
 
Work List
疲れていますから 寝むってありますね。 むずかしいです。 また、ケーキ屋で ケーキを食べていました。

I've considered being a translator, but I dunno. It feels like a lot of work. If someone gets angry then I have to deal with it, you know? I'd rather just relax.

 
Speed Test
 
Favorite Anime/Manga
#01 Clannad ~After Story~
#02 Trigun {Maximum}
#03 Koi Kaze
#04 Berserk
#05 Outlaw Star
#06 Slayers
#07 Desert Punk
#08 Spirited Away
#09 Fullmetal Alchemist
#10 Shakugan no Shana
#11 Death Note
#12 FLCL
#13 Tokyo Magnitude 8.0
#14 Toradora
#15 Gunslinger Girl

 
Anime List
Old
Profile PM WWW Search
Goodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to be
 
 
Goodlookinguy
 



 
Reply
Posted 2008-10-12, 12:21 PM in reply to Goodlookinguy's post starting "Off-topic: I'm barely 17 and I've only..."
Goodlookinguy said: [Goto]
Off-topic: I'm barely 17 and I've only been studying php for 6-or-so months. That tells you how easy it should be to pick up a programming language. I suggest starting with a web-language, as I always do. It's just easier to pick up something you can see easily, plus XHTML and CSS are easy. By the way, what the Hell, binary! No kid, binary is not the way to go. Understanding how binary works is fine, but no, not as a language.

---------------------------------------------

Make sure to come and read my "How to use Classes and Functions" with RPG Maker tutorial later today. It might make what I wrote below make sense.
lol, i've never really thought HTML was a proggramming language. In that case, yes i know a bit of HTML

lol, not too much (i don't really use it anymore). But enough to make a simple website. CSS... i learned it, but i don't think i could make anything with it (its been so long) umm... XHTML i learned also, (really easily actually)
Javascript i started learning, i can make some simple stuff with javascript also.. but thats it. (so i understand all the basic functions of a proggraming language. Text-Printing,If statements, Variables ect.

Old
Profile PM WWW Search
Wolfturn enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzWolfturn enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
Wolfturn
 



 
Grin ~~~~~~~~~~~~~~~~~~~~~`.../.,j;l;ijpiftte54342312
Reply
Posted 2008-10-12, 03:31 PM in reply to Wolfturn's post starting "lol, i've never really thought HTML was..."
Wolfturn said: [Goto]
lol, i've never really thought HTML was a proggramming language. In that case, yes i know a bit of HTML

lol, not too much (i don't really use it anymore). But enough to make a simple website. CSS... i learned it, but i don't think i could make anything with it (its been so long) umm... XHTML i learned also, (really easily actually)
Javascript i started learning, i can make some simple stuff with javascript also.. but thats it. (so i understand all the basic functions of a proggraming language. Text-Printing,If statements, Variables ect.

(X)HTML, CSS, and JavaScript are all considered scripting languages. However, once you get to know those, you can move into programming with php, ASP(.NET), Ruby, etc.

XHTML is HTML with a few things that are different.
1) All tags must be closed like <br> is <br />
2) You must declare a DOCTYPE
3) All letters within tags must be lowercase

CSS is used to enhance (X)HTML, such as
Code:
<style type="text/css" media="screen">
<!--
* {
 margin:0;
 padding:0;
}
body {
 margin-top:5px;
}
table {
 table-spacing:0;
 table-collapse:collapse;
}
table, tr, td {
 border:0;
}
img {
 border:0;
}
p em:first-child img[src=this.jpg] {
 border:3px;
}
p > em {
 font-size:1.3em;
 text-decoration:underline, 
 color:#00B; /* Blue */
}
-->
</style>

If you want to know more you can PM me Wolfturn. I don't want to be off-topic this long.

-----------------------------

flappykun2349 said:
thnx GLG and Wolfturn this rly helped me alot lmao i'm too dumb to be a programmer no way in hell i could rap my head around it lol
You're welcome. By the way, you could learn how to program if you really wanted too.
 
Work List
疲れていますから 寝むってありますね。 むずかしいです。 また、ケーキ屋で ケーキを食べていました。

I've considered being a translator, but I dunno. It feels like a lot of work. If someone gets angry then I have to deal with it, you know? I'd rather just relax.

 
Speed Test
 
Favorite Anime/Manga
#01 Clannad ~After Story~
#02 Trigun {Maximum}
#03 Koi Kaze
#04 Berserk
#05 Outlaw Star
#06 Slayers
#07 Desert Punk
#08 Spirited Away
#09 Fullmetal Alchemist
#10 Shakugan no Shana
#11 Death Note
#12 FLCL
#13 Tokyo Magnitude 8.0
#14 Toradora
#15 Gunslinger Girl

 
Anime List
Old
Profile PM WWW Search
Goodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to be
 
 
Goodlookinguy
 



 
i could?
Reply
Posted 2008-10-13, 02:33 PM in reply to Goodlookinguy's post "~~~~~~~~~~~~~~~~~~~~~`.../.,j;l;ijpiftte..."
raitodestroy.jpgummm i rly could?how? ima 17 year old w/out a job and like wulfturn no money at all lol but i do know a thing or 2 about rpg maker would that help me if i seriously wanted to learn?also if you wanna move this conversation into a PM cuz you dont wanna be off topic for too long i personally dunt care if we're off topicXD
Goodlookinguy said: [Goto]
(X)HTML, CSS, and JavaScript are all considered scripting languages. However, once you get to know those, you can move into programming with php, ASP(.NET), Ruby, etc.

XHTML is HTML with a few things that are different.
1) All tags must be closed like <br> is <br />
2) You must declare a DOCTYPE
3) All letters within tags must be lowercase

CSS is used to enhance (X)HTML, such as
Code:
<style type="text/css" media="screen">
<!--
* {
 margin:0;
 padding:0;
}
body {
 margin-top:5px;
}
table {
 table-spacing:0;
 table-collapse:collapse;
}
table, tr, td {
 border:0;
}
img {
 border:0;
}
p em:first-child img[src=this.jpg] {
 border:3px;
}
p > em {
 font-size:1.3em;
 text-decoration:underline, 
 color:#00B; /* Blue */
}
-->
</style>

If you want to know more you can PM me Wolfturn. I don't want to be off-topic this long.

-----------------------------



You're welcome. By the way, you could learn how to program if you really wanted too.
Old
Profile PM WWW Search
flappykun2349 enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzflappykun2349 enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
flappykun2349
 



 

Bookmarks

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules [Forum 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
Font Wed-G General Gaming 0 2008-07-18 12:52 PM
Bush Administration Admits to Anthropogenic Climate Change Demosthenes News and Events 1 2008-05-30 04:55 PM
RMXP Midis Noob101 RPGMaker 2 2007-07-11 06:20 AM
Rmxp Faq - *Please Read before posting!* Atnas RPGMaker 5 2007-04-13 10:41 AM
Fav. Pixel Font? spa Tech Help 0 2002-04-20 06:33 AM


All times are GMT -6. The time now is 01:34 AM.
'Synthesis 2' vBulletin 3.x styles and 'x79' derivative
by WetWired the Unbound and Chruser
Copyright ©2002-2008 zelaron.com
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.