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
Joe
Forum Regular
Posts: 939 Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow
Post
by Joe » Thu Mar 03, 2005 12:18 pm
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)
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Thu Mar 03, 2005 12:41 pm
Joe
Forum Regular
Posts: 939 Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow
Post
by Joe » Thu Mar 03, 2005 1:08 pm
for ($i=0; $i<1; $i++) {
if ($i=0) {
}
if ($i=1) {
}
}
Note: No code tags placed. It removes smilies :O)
patrikG
DevNet Master
Posts: 4235 Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK
Post
by patrikG » Thu Mar 03, 2005 1:56 pm
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 » Thu Mar 03, 2005 2:00 pm
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
Joe
Forum Regular
Posts: 939 Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow
Post
by Joe » Thu Mar 03, 2005 2:01 pm
I was just bored...
Joe
Forum Regular
Posts: 939 Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow
Post
by Joe » Thu Mar 03, 2005 2:02 pm
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.
JayBird
Admin
Posts: 4524 Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:
Post
by JayBird » Fri Mar 04, 2005 2:56 am
come on guys, lighten up, it just a bit of fun
nigma
DevNet Resident
Posts: 1094 Joined: Sat Jan 25, 2003 1:49 am
Post
by nigma » Fri Mar 04, 2005 9:49 pm
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 » Sat Mar 05, 2005 12:29 pm
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.