Main Content

My Social Christmas List

It’s that time of year again. The Simpsons’ Halloween special is over and I’m waiting for the snow to fly! So that means it’s almost time for Christmas. Every year someone asks me, “What’s on your list?” and I never can remember all those cool things I’ve seen in the past few months. But this […]

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

Ryan Shupe & The Rubberband’s Banjo Boy is a free Discovery Download in iTunes! Not sure how long it’ll stay free, but if you’re a county fan, or if you just like good music, download it while it’s still free! Download Banjo Boy from Dream Big

New Yahoo Maps are Better Than Google!

A beta version of the new Yahoo Maps is out. Not only is it good looking, it’s feature rich! It’s built with Flash and Ajax (I believe) and has all the pretty map images that Google Maps has and it has the ability to zoom in and out and drag around without reloading the page. […]

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

I keep seeing some banners around that say “Too Cool for IE” and they give me a worm fuzzy feeling. 🙂 Well, I just found out that it’s not just one or two people, it’s a club! Basically, if you design a really cool site and it looks bad in Internet Explorer, just add this […]

Header Tags Without the Extra Space

Have you ever put in a header tag (h1, h2, h3, h4, h5, h6) and struggle to get rid of the extra space underneath the tag? I do this all the time and I finally found the cure today. To get a header tag to be inline with the rest of the HTML code, just […]

Happy Halloween!!

Check out this year’s batch of cool looking pumpkins. Complete with their own iPod that was carved (scraped) into a pumpkin. Pretty cool! 😎 Click the picture for a much larger version.

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)) { […]