• 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

  • Archive for June, 2009

    Chinese on Ubuntu

    Wednesday, June 24th, 2009

    I don’t normally paste in YouTube videos for content on this blog, but showing this video is a lot easier than typing it all out. And who doesn’t learn via visual examples?
    Today my Chinese friend in Xio just installed Ubuntu on his system. Awesome. However, he wanted to Ubuntu to work in a Chinese environment [...]

    Windows and The Government on Your Computer

    Tuesday, June 23rd, 2009

    While reviewing reasons why Ubuntu and other Linux distros are much better than Win/Mac environments, I ran into an interesting article.
    Did you know that in Windows, there is built in back-door entry so US government can see you data as and when they like? Yes the US NSA has the key build into every copy [...]

    Export PHP into .csv Format

    Friday, June 19th, 2009

    This script helped me out a TON with a recent project. The client needed to show the data which was recorded from the user input php script in a .csv file. I had no idea how to do this, but after some forum hopping I was able to grab this and it actually works! Please [...]

    Include Any RSS Feed on Your Wordpress Site

    Friday, June 19th, 2009

    To include any rss feed to be displayed on your Wordpress website, simply enter the following php code into a text widget,

    <?php include_once(ABSPATH.WPINC.’/rss.php’);
    wp_rss(’http://theblogosaurus.com/?feed=rss2′, 3); ?>

    The parts you will need to edit will be the url. Simply change it to your rss feed’s url.
    The number at the end dictates how many posts to show.

    Could not launch gDesklets Failed to execute child process gdesklets (no such file or directory)

    Tuesday, June 16th, 2009

    Could not launch ‘gDesklets’ Failed to execute child process “gdesklets” (no such file or directory)

    Setup Gmail on Evolution Mail in Ubuntu

    Tuesday, June 16th, 2009

    I was having a horrible time trying to get my Evolution Email client in Ubuntu set up with my Gmail account. A few tutorials didn’t even answer my question. Then I found this great tutorial you need to review if you are having troubles setting up your gmail in Evolution. Now that I have it [...]

    Ubuntu headphone jack does not work on Macbook

    Monday, June 15th, 2009

    After installing Ubuntu on my Macbook, I needed to listen to E-40 on the loud speakers. However, the headphone jack (basic audio-output on my Macbook) was not working. I quickly realized I needed to enable the ‘Surround Sound’ options in the audio perferences.
    Click on the volume, then click on Volume Control.

    Now you will be able [...]

    Mac Flower Key (Command Key) for Ubuntu

    Wednesday, June 10th, 2009

    Setting up Ubuntu to mimic the Mac OSX experience is fairly easy. The main issue most Mac OSX users experience with Ubuntu is linking the keyboard to mimic the Mac OSX keyboard actions. I am specifically talking about the Mac Flower Key, or the Command Key, to work in Ubuntu.
    Before applying these changes, a Mac [...]

    HTML Editor Not Working in Joomla

    Tuesday, June 9th, 2009

    Recently, while working on a Joomla 1.x website I noticed not much was working with my editor. I switched to three different editor options within Global Config and the User Manager for my Super Admin, but my HTML Editor would only open up to a blank screen, as well as the Link Editor. Very frustrating. [...]

    How to Install Filezilla on Ubuntu

    Monday, June 8th, 2009

    While starting over with a new Operating System (Ubuntu), I am trying to reduce the work load on my part. In the past when using Mac OSX I was spending too much time in repetition, so this time I am searching for the best programs for Ubuntu. I have chosen Filezilla out of all of [...]