Skip to main content

Posts

Showing posts from April, 2012

Solar Energy Density Calculator

For one of my classes at Penn State we had to do a project that involved teaching or helping spread the word about energy.  Our group decided to make an app to estimate how much energy a solar panel will save. The final product is a mobile website written in html & javascript using the jQuery Mobile framework.  You can use it here:  ee485.jairusmartin.com  or click the image below.  Go try it out!

How to: Move Window Close Minimize Maximize buttons to left in Gnome Shell or Ubuntu 12.04

1. Install dconf-editor (note NOT gconf-editor!) Open a terminal (ctrl-alt-t) then type: sudo apt-get install dconf-tools 2. Open dconf-editor Open the dconf-editor (alt+f2) then type: dconf-editor 3. Navigate to org → gnome → shell → overrides → button-layout. Change it to close,minimize,maximize: Before 4. Changes will be updated immediately After Thanks to  jokerdino  see  http://askubuntu.com/a/113995