• 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,527
    Unique
    Visitors
    Powered By Google Analytics
  • Look Around

  • Recent Posts

  • Categories

  • Archive for March, 2009

    Remove Powered by !JoomlaComment 3.26

    Tuesday, March 24th, 2009

    While working with The Highlander Online, I needed to remove the “Powered by !JoomlaComment 3.26″ under the comment areas on each page. I respect the authors for making this free, but it is natural to want to remove this for professional or image-conscience websites.
    To remove Powered by !JoomlaComment 3.26, simply place this code into your [...]

    ZenCart Ounces to Pounds

    Wednesday, March 18th, 2009

    ZenCart likes to have their products in weight, but the problem is some products might not weigh to a pound but an ounce. So how to calculate this into your ZenCart product weight is to use the following formula
    1/16 x (ounces) = (amount to put into your weight – fraction of the pound)

    What Screen Resolution to Design For?

    Sunday, March 15th, 2009

    A few years ago the word on the street among developers and inside the halls of the design firms was to design your website to fit within a 800 x 600 screen resolution. At the time many grandparents and older Moms were using such a screen size, and it was also a few years before [...]

    List of Posts by Authors in a Wordpress Blog

    Wednesday, March 11th, 2009

    I had to recently create a list which would link to every author in a mult-author blog, and had no idea how to do it. Luckily I was able to get a quick reply on the Wordpress forums when I was looking for a list of Authors plugin. Instead of using a Plugin, I simply [...]

    Display Joomla Username

    Tuesday, March 3rd, 2009

    I was having the hardest time with my recent project with GovTechConnect.com, trying to simply display the username in an article. After some time on the forums trying to figure this out I was lucky to find the answer.
    To display a username in Joomla, first you will have to download a php code module. Then [...]