• 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 October, 2009

    COBOL Programmers Are Dinosaurs?

    Saturday, October 17th, 2009

    C If, Else if, Else Tutorial

    Wednesday, October 14th, 2009

    This is a very funny tutorial laying out the ‘If, Else if, and Else’ options in C programming.

    Which Variable Type Do I Use in C?

    Sunday, October 4th, 2009

    How should I decide which integer type to use?
    If you might need large values (above 32,767 or below -32,767), use long. Otherwise, if space is very important (i.e. if there are large arrays or many structures), use short. Otherwise, use int. If well-defined overflow characteristics are important and negative values are not, [...]

    Assigning Roles in Wordpress

    Saturday, October 3rd, 2009

    If you want a specific role or even Author in Wordpress to have access or no access to a specific portion of your Wordpress site, I would recommend downloading this plugin which provides the exact answer to this need. The Roles Manager Plugin from here allows specific places a User or even an entire Role [...]