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


Quick Links:


newBookmarkLockedFalling

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
Code to make: Reorder...something..anything :)
Rules: The usuall, no ripping, no asking Peter for help :P. Only thing allowed is the tutorial :P.
Due Date: ......Christmas :)

Have fun


Last Edit: Oct 27, 2005 2:52:49 GMT by crazynarutard

Lucifer

Lucifer Avatar

*******
Mythical Studio Member

Eunuch
5,665


August 2005
This oughtta be good! Two of the best coders I know going head to head. Probably as good as Moose -vs- CD. I can't wait to see what you guys whip out. :)

Jim

Jim Avatar
Josh was here.

****
Studio Member

740


September 2005
Um, doesn't matter to me.

Nothing too large. And can we avoid admin editable/info center hacks?


peter
Guest
aleon said:
Um, doesn't matter to me.

Nothing too large. And can we avoid admin editable/info center hacks?


Pfft, you do what you are told to do. :P

Make him do an admin editable info center hack ;) :P

Jim

Jim Avatar
Josh was here.

****
Studio Member

740


September 2005
peter said:
aleon said:
Um, doesn't matter to me.

Nothing too large. And can we avoid admin editable/info center hacks?


Pfft, you do what you are told to do. :P

Make him do an admin editable info center hack ;) :P


Uncle, go to hell. :P


crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
No Admin editable hack...How about reordering something? ANYTHING =D.

I just reread the tutorial of Peter and really feel like making a code now :P

Jim

Jim Avatar
Josh was here.

****
Studio Member

740


September 2005
Alright. Due dates? You'll have to be patiant with me. I'm hammered :P.


Chris

Chris Avatar

******
Head Coder

19,519


June 2005
He said Christmas :P

Jim

Jim Avatar
Josh was here.

****
Studio Member

740


September 2005
cddude229 said:
He said Christmas :P


Look at my post date, then his last modified date. He edited it 5 minutes after I posted.


Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Oops, :P My bad.

Jim

Jim Avatar
Josh was here.

****
Studio Member

740


September 2005
cddude229 said:
Oops, :P My bad.


Yeah, that's what I thought. What now?!

:P

Crazy, reorder in what way? Like, alphabetical, numerical, etc.


Team Studio

Team Studio Avatar

******
Administrator

120


June 2005
aleon said:
cddude229 said:
Oops, :P My bad.


Yeah, that's what I thought. What now?!

:P

Crazy, reorder in what way? Like, alphabetical, numerical, etc.


Here's an idea: Everything :P

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
I have to agree with Joe. :P That'd be one nice code.

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
aleon said:
cddude229 said:
Oops, :P My bad.


Yeah, that's what I thought. What now?!

:P

Crazy, reorder in what way? Like, alphabetical, numerical, etc.

Depends on what you're going to reorder, I'm going to reverse my rows :)

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
<script type="text/javascript">
/* Reverse Topic Summary
Code created by CrAzY_J
Do no redistribute without the express permission of the creator

Global Footers*/
var Atreyu = [];
var Korn = document.body.getElementsByTagName("table");
function Metallica()
{
   for( var Head = 0 ; Head < Korn.length ; Head ++ )
   {
      if( Korn[Head].cellPadding == "4" && Korn[Head].cellSpacing == "1" && Korn[Head].rows[0].cells[0].innerHTML.match(/Topic\sSummary/) )
      {
         for( var SOAD = 1 ; SOAD < Korn[Head].rows.length ; SOAD += 2 )
         {
            Atreyu.push( Korn[Head].rows[SOAD+1] );
            Atreyu.push( Korn[Head].rows[SOAD] );
            Korn[Head].firstChild.removeChild( Korn[Head].rows[SOAD] );
            SOAD --;
         }
         Atreyu.reverse();
         for( var mudv = 0 ; mudv < Atreyu.length ; mudv ++ )
         {
            Korn[Head].appendChild( Atreyu[mudv] );
         }
      }
   }
}

if( this.location.href.match(/action=post&/i) )
   Metallica();

</script>


lol, It sucked.
Alien's going to kick my ass :P


Last Edit: Oct 29, 2005 0:54:23 GMT by crazynarutard

newBookmarkLockedFalling