• Feed
  • About The Blog

    The Blogosaurus is a company technology blog from Louisville Web Development firm MIB Solutions. The issues on or blog range from our personal use of Wordpress, Joomla, PHP and Database programming, AJAX, Flash, and other web development languages and tools we use on our client's projects.

    The Blogosaurus was born in 2008, and continues to be a resources for Internet professionals and Google searches alike.

  • Categories

  • Archives

  • Recent Posts

  • Our Analytics


    9,383
    Unique
    Visitors
    Powered By Google Analytics
  • Look Around

  • Recent Posts

  • Categories

  • ccs

    JavaScript Not Working in IE?

    Monday, April 13th, 2009

    While recently updating MIB Solutions‘ website, I wanted to use JavaScript to produce a very interesting function which would great the visitor with a special message depending on the time of the day of the user. I wanted to use PHP, but since that is server-side (thus producing only the time of my server) I [...]

    Remove ‘Powered By YouTube’ on Google AJAX API YouTube Videos

    Thursday, April 9th, 2009

    A client of mine recently installed the Google AJAX API Video found here (which uses the Google API Search, also found in the Google Maps embed function everyone uses for their websites), but wanted to remove the ‘Powered by YouTube’ copy found below the videos. While we could use a Javascript fix for this, it’s [...]

    Free Internet Explorer Screen Shots

    Wednesday, April 1st, 2009

    Designing websites to work in Internet Explorer is the worst part about being a web developer. Luckily I found a snazzy website which views any url in four different Internet Explorer versions. To view free Internet Explorer Screen Shot website please visit here.

    Wordpress Image Caption CSS

    Thursday, January 15th, 2009

    The bad thing about producing a free Wordpress theme to download, is every year the theme will be missing something once Wordpress comes out with newer Systems. Newer systems means new code which was left out in the previous themes designed for the older Wordpress version. Wordpress now has the ability to create image captions [...]

    Wordpress Rounded Menu Borders CSS Explained

    Friday, December 12th, 2008

    So a client wanted a clean looking rounded border menu on their new company blog, and I had to figure out how to make this happen using the Wordpress menu which is auto-generated in WP, and to show up in major browsers (including IE). Whew, my job is never easy.
    I enlisted some Craigslist help and [...]

    Rounded Corners with Wordpress

    Wednesday, December 10th, 2008

    Rounded Borders – Oh No!
    Everyone loves rounded corners in their designs, but sometimes it might not be the best news to the programmer trying to implement this from the psd file. A client of mine had a design that needed the entire sidebar to be a rounded corner. Of course I am trying to implement [...]