|
Coding
Dec 19, 2005 21:35:13 GMT
Post by FireIndy on Dec 19, 2005 21:35:13 GMT
I cant decide on what to make a javascript code for. I was thinking an RPG but Im still kinda confused on how to gain an object(point) per post. Any ideas for a a javascript code?
|
|
Ross
eCreations Staff
Posts: 1,768
|
Coding
Dec 20, 2005 2:16:39 GMT
Post by Ross on Dec 20, 2005 2:16:39 GMT
If you're stuck for ideas, my advice would be to find a code request board you are comfortable with (the proboards support one for example) and just do some requests from there. That's where I got inspiration for most my codes from. The most important thing to remember though, is not to bite off more than you can chew Oh, and for anything that gets a point per post type thing, first loop through the tds to find a miniprofile (the object) var cur_posts = (object.innerHTML.match(/Posts: (.+?)<br>/i))? parseInt(RegExp.$1) : 0;Than you can apply any Math to the new cur_posts variable in order to get new numbers. Look through the Money Hack or something like that for an example
|
|
|
Coding
Dec 21, 2005 1:28:44 GMT
Post by FireIndy on Dec 21, 2005 1:28:44 GMT
Thanks, that clears a lot of things up for me. Its also hard when I opened a code section on my forum (Database, Request,etc.) , when Im the only one on my forum who can code, and Im still learning.
|
|
Ross
eCreations Staff
Posts: 1,768
|
Coding
Dec 21, 2005 11:10:17 GMT
Post by Ross on Dec 21, 2005 11:10:17 GMT
Well if you ever need help doing anything, my inbox and the code support board is there
|
|
Soul-Divider
Veteran
Mr. Flibble got himself a Mammoth tank!
Posts: 501
|
Coding
Dec 21, 2005 14:50:49 GMT
Post by Soul-Divider on Dec 21, 2005 14:50:49 GMT
I cant decide on what to make a javascript code for. I was thinking an RPG but Im still kinda confused on how to gain an object(point) per post. Any ideas for a a javascript code? I'm in the smae boat as you, it's hard to find simple codes to make for people to get my confidence up. All I've been able to do thus far is to make codes people have already done. (from scratch ofcourse) I've tried looking at the code requests but some of them are way to complex for me. And those I can do are already in the databases.
|
|
|
Coding
Dec 23, 2005 0:43:29 GMT
Post by FireIndy on Dec 23, 2005 0:43:29 GMT
I was also wondering what do u test your codes with. Do you use a program?
|
|
Ross
eCreations Staff
Posts: 1,768
|
Coding
Dec 23, 2005 0:58:22 GMT
Post by Ross on Dec 23, 2005 0:58:22 GMT
Just register a new forum and use it to test stuff.
|
|