There is no excerpt because this is a protected post.
My Social Christmas List
Walmart Garth Brooks Section Online
Walmart.com has a new Garth Brooks section. It doesn’t give much new information but is the start of the new Garth/Walmart relationship. There are also commercials on TV but I’ve missed most of them so far. It’ll be interesting to see what’s up and if the new project makes it to stores before Christmas.
Banjo Boy – Free Download
New Yahoo Maps are Better Than Google!
Powerpoint Tutorial – Bad Presentation
Everyone is making PowerPoint presentations anymore and some are pretty good. Others, however, have some major issues. Recently Bill Gates gave a presentation that was done in PowerPoint and he’s a great example of what not to do. That is, unless you want a bad presentation. Here is what to do to have a bad […]
Too Cool for Internet Explorer
Header Tags Without the Extra Space
Happy Halloween!!
PHP Find Variable in String
Since I always try to remember what this PHP code is, and I can never remember, I thought I’d add it to my blog so I never forget. 🙂 This searches a string of text and finds a user defined variable. Very handy. $string = "PHP"; $container = "I love writing PHP code."; if(strstr($container,$string)) { […]