The links work fine, but just regular .nav text comes out black
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Forgive the excessive laughing, but I can't believe this.
I put #000000, and wondered why it was black.
Ahahahaha, sometimes after looking at a bunch of code, those #000000's look like #FFFFFF's
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Sure makes me think back to some of my more nerve-wracking, WTF was I thinking kind of moments. At least you have the support of this community, where, eventhough we are thinking "What a <insert self-describing descriptive word for goober here>" we would never say it on the screen. I have so done things like that so many times, I am embarrassed at the thought of them...
I think you should step away from the computer, brew a nice pot of hot #000000 coffee and chill out for a little bit.
Everah wrote:...brew a nice pot of hot #000000 coffee...
tam
It made me laugh.
The one that gets me is writing a function and then discovering its already written in the standard php function library. I've done that way too many times.
Setting a variable to an unchanging value and using it in loops. The loop and loop and loop and loop and loop and loop and loop and loop and loop and loop and loop and loop and loop and loop and loop and loop and loop and loop and loop and loop
^c
<?php
$looper = 5;
$loopey = 10;
while ($looper < $loopey)
{
// Repeatedly show how stupid I am until the server throws up on me
// or I just get tired and go to sleep
echo "I are super coder man!<br />";
}
?>