Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Well, the beginner’s results are now here. Congratulations to the winner and all those who entered. Thanks to Eric (Forte) for helping to judge. :)

Ranking
1. g0alieb0y
2. Gunny
3. Krayzie
4. dev7 (Disqualified, never submitted)


Judging
g0alieb0y - 8/10
Well, as we reviewed his code, we were quite happy with the results. He showed skills when he used if-else-if's as opposed to nested if's and if-else's. He then got credit for the "break" option and for the option of where the smilies were located. We had to remove a point however because of all the support he requested. Great code however, good job Goalie.

CD: 9/10
CJ: 9/10
Eric: 9/10


Gunny - 5/10
Fairly good code. But to start things off, it was very abstract. He had way too many script tags. He did have two files remotely hosted however, but that had no reason for 8-9 script tags. As for the rest of the code, it was fairly nice. One mistake he could have fixed is, he defined "getElements...('TD')" three times, twice in the same script tag. He then looped through the TD tags twice, once using each different variable. Other then that, it was fairly good.

CD: 5/10
CJ: 5/10
Eric: 4/10


Krayzie - 5/10
First off, the rates won't make sense unless you understand, his code didn't work because he didn't test it properly. He forgot a "[b]" in a with. We subtracted 2 points for this.

Anyway, the code is fairly nice for a board mod. It redesigns the board cells, and allows fairly good customability. He did however, use too many if-else's, and used three with's when one could have been used. It was a fairly nice code however, and congratulations to him on it.

CD: 6/10
CJ: 8/10
Eric: 7/10


Congratulations to all who entered and those who won. Goalie, please send me a banner with size 688 x 80 and a link to the forum you want displayed and what you want your custom title to be.


Last Edit: Nov 26, 2005 4:48:20 GMT by Chris

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
Congrats all :D (except dev7) :P

Team Studio

Team Studio Avatar

******
Administrator

120


June 2005
Congratulations for the beginners division winners :D





hpmad

hpmad Avatar



858


September 2005
Congrats goalieboy :P Somehow I knew you would win.

peter
Guest
Well done :)

Are we going to get to see these scripts in action? :)

Eric

Eric Avatar



1,442


November 2005
peter said:
Well done :)

Are we going to get to see these scripts in action? :)

Would probably be a good idea to let them see the scripts :P.

Anyways, congrats guys.

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Goalie's is his smiley added he submited.... As for the others, they aren't in the database, but if CJ wants, he can show you the testing board.

Singular

Singular Avatar
v4 Studios :: Coming Soon

***
Dedicated Member

238


September 2005
Thanks, Thanks, Thanks and Thanks. :)

It would be great to see these codes in action! ;)

CD: I will make my banner first. There isn't a limit untill you need it, is there?

EDIT: Can the image be animated?


Last Edit: Nov 25, 2005 3:27:40 GMT by Singular
Further Solutions :: Hosting :: Scripts :: Templates
furthersolutions.com

v4 Studios - Coming soon

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
No limit, and sure. :P Make sure to PM it to me though, it'll be put up quicker.

Gunny

Gunny Avatar
Go Team Tux!

**
Official Member

37


November 2005
This is mine...

NYPD Total Board Mod...Entry By The Gunny in the SZ Coding contest beginer's catagory

Features: Simple Board Mods
Gunny's Warn Remind ver 2.0
'Forum Name and 'Last Post' removal
Simple Blog Table
Preview: nypdrd.proboards80.com/index.cgi
To see the warning reminder, log in as 'warned' with the password 'warning' and go to the general board
Instructions:

1. If you have a user which you have warned, follow instructions A-B
a. Get the user and display names of the user you wish to remind of their warning
b. Place them in the approprate place, marked in NAVY, along with your warning message
c. Replace the CYAN bit with the board ID (less than thirty characters, no spaces etc) of the board that you want the warned user to be reminded on
d. If you do not want the warning to be user specific, and just display to be page specific, and display on every page, delete the ORANGE and CYAN bits
2. Get the URL of your blog
2.1 Put it in the BROWN part
3. Put the text you want the hyperlink to display in the YELLOW part
4. Put a short statement about your blog in the GREEN part

--------------
GLOBAL HEADERS
--------------

<script type='text/javascript'>
/*NYPD Total Board Mod-For the SZ Coding contest*/
//(c) The Gunny (Aka Tom Schinckel) 2005


/*Simple Board Mods and Image Replacement*/

document.write('<script src='http://endabyss.com/upload/userfiles/gunny/global_headers2.js></scr'+'ipt>')

/*Warning Remind Variables By the Gunny*/
var warnedUser='Warned Username here'
var warnedDisplay='Warned Display name here'
var warnRemind='<center>Put Warn Message here</center>'
/*Warn Remind Script*/
var p=document.getElementsByTagName("p");

if(p[0].innerHTML.match(warnedDisplay) || pb_username == warnedUser)
if(location.href.match(/board=general/))
document.write(warnRemind)
//-->
</script>
------------
MAIN FOOTERS
------------
<script src='http://endabyss.com/upload/userfiles/gunny/main_footers2.js' language='javascript' type='text/javascript'>
/*Remove 'Forum Name' and 'Last Post'*/
</script>

<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="45%" id="AutoNumber1">
<tr>
<td width="100%" align="center">
<p align="center"><a href="ww.nypdcodes.blogspot.com">NYPD Codes Blog</a></p>
<p align="center">Vist there. Or Else </td>
</tr>
</table>
</center>
</div>
</br>




Last Edit: Nov 25, 2005 10:44:08 GMT by Gunny

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
CD, you gave goalieboy too many points, you and Eric both gave him a 8/10 too because he asked for support. ::)

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
No I didn't. :P We subtracted a point from the total average. I did forget the subtract it from his final score though. >_>

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
cddude229 said:
No I didn't. :P We subtracted a point from the total average. I did forget the subtract it from his final score though. >_>

Well you should do your homework better, I gave him a 9/10 too. But because you guys kept talking about him asking for so much support, I said my final score for him was 8/10

Singular

Singular Avatar
v4 Studios :: Coming Soon

***
Dedicated Member

238


September 2005
It doesn't matter. 9/10 or 8/10, as long as I got more than 5/10.
Further Solutions :: Hosting :: Scripts :: Templates
furthersolutions.com

v4 Studios - Coming soon

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
He had a point... :P

newBookmarkLockedFalling