Joe has a new avatar...

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply

What do you think of elmo?.

Looks great, I wish I had that as a poster!.
2
22%
Not bad.
2
22%
What is that all about?.
5
56%
 
Total votes: 9

User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Joe has a new avatar...

Post 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)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

:roll:
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

for ($i=0; $i<1; $i++) {
if ($i=0) {
:roll:
}
if ($i=1) {
:D
}
}

Note: No code tags placed. It removes smilies :O)
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

looks like you seem to like it, elmo. So why care what anyone else thinks?
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

Joe wrote:for ($i=0; $i<1; $i++) {
if ($i=0) {
:roll:
}
if ($i=1) {
:D
}
}

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
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

I was just bored...
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

LiLpunkSkateR wrote:
Joe wrote:for ($i=0; $i<1; $i++) {
if ($i=0) {
:roll:
}
if ($i=1) {
:D
}
}

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.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

come on guys, lighten up, it just a bit of fun :lol:
User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

Post 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.
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

Pimptastic wrote:come on guys, lighten up, it just a bit of fun :lol:
Sorry i thought the "haha" would give away the fact that I'm kidding ;)
Just poking a little fun. :P
Post Reply