Page 1 of 1
Joe has a new avatar...
Posted: Thu Mar 03, 2005 12:18 pm
by Joe
I thought I would change my avatar from a smoking frog to elmo on <span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> today. What you think. :O)
Posted: Thu Mar 03, 2005 12:41 pm
by feyd
Posted: Thu Mar 03, 2005 1:08 pm
by Joe
for ($i=0; $i<1; $i++) {
if ($i=0) {

}
if ($i=1) {

}
}
Note: No code tags placed. It removes smilies :O)
Posted: Thu Mar 03, 2005 1:56 pm
by patrikG
looks like you seem to like it, elmo. So why care what anyone else thinks?
Posted: Thu Mar 03, 2005 2:00 pm
by d3ad1ysp0rk
Joe wrote:for ($i=0; $i<1; $i++) {
if ($i=0) {

}
if ($i=1) {

}
}
Note: No code tags placed. It removes smilies :O)
And this my friends, is why you don't hire bad programmers:
Revised version of yours:
for($i=0;$i<2;$i++){
if($i == 0){
echo ":roll:";
}
else {
echo ":D";
}
}
OR
echo ":roll::D";
haha
Posted: Thu Mar 03, 2005 2:01 pm
by Joe
I was just bored...
Posted: Thu Mar 03, 2005 2:02 pm
by Joe
LiLpunkSkateR wrote:Joe wrote:for ($i=0; $i<1; $i++) {
if ($i=0) {

}
if ($i=1) {

}
}
Note: No code tags placed. It removes smilies :O)
And this my friends, is why you don't hire bad programmers:
Revised version of yours:
for($i=0;$i<2;$i++){
if($i == 0){
echo ":roll:";
}
else {
echo ":D";
}
}
OR
echo ":roll::D";
haha
haha, I never put the echo in. It was just supposed to be like, if its 1 post up then smile. Using my code would not even work, it was just a bit of fun, hehe.
Posted: Fri Mar 04, 2005 2:56 am
by JayBird
come on guys, lighten up, it just a bit of fun

Posted: Fri Mar 04, 2005 9:49 pm
by nigma
I looked for a cookie monster or bert picture that would fit good a few months ago but couldn't find anything. kudos on the pic.
Posted: Sat Mar 05, 2005 12:29 pm
by d3ad1ysp0rk
Pimptastic wrote:come on guys, lighten up, it just a bit of fun

Sorry i thought the "haha" would give away the fact that I'm kidding

Just poking a little fun.
