June 28, 2009 3:00 PM

My Opinion on Frameworks

A while ago I got in to a heated discussion with a friend about frameworks. He argued extensively about how great frameworks were, how they simplified development, lowered development time and forced good coding. I could not completely disagree with him as these points were to some degree true. Despite the benefits that frameworks provide, I do not like frameworks because the disadvantages far out weight the advantages.

June 22, 2009 10:00 PM

Change Text Color of Gnome Clock

To change the text color of the Gnome Clock open the file .gtkrc-2.0 in your home directory and add the following changing #000000 to the desired text color:

style "panel-clock"
{
  fg[NORMAL] = "#000000"
}
widget "*.clock-applet-button.*" style "panel-clock"

Then restart the gnome panel by typing "killall gnome-panel" into the terminal.

June 22, 2009 2:00 PM

New Site Online

After 3 months of work and about 80 hours logged a new version of Mit Maro Productions has been released. This version of the site improves greatly over the previous version in all aspects. I have revamped the look of the site, improved the performance by about 50% and fixes the many issues with comment spam.