Ubuntu 10.04 window buttons location
Ubuntu 10.04 made a change that was not cool in my opinion. They moved the window buttons (maximize, minimize, ...) to the left of the window. I like many others prefer them on the right. Here is the command to move the back to the right.
gconftool-2 --set /apps/metacity/general/button_layout --type string "menu:minimize,maximize,close"
Use your Google Gmail account as a OpenID provider
Today I switched from claimid to my Google Gmail as my OpenID provider. It was really easy after I found the correct endpoints. All you need to do is add the blow code to head of your OpenID url.
So far I have not had any problems and my logins still work since they reference the same OpenID
<link rel="openid2.provider" href="https://www.google.com/accounts/o8/ud?source=profiles"/>
<link rel="openid2.local_id" href="http://www.google.com/profiles/yourprofilenamehere"/>
YQL – EVE Metrics charting
Just completed a example of using YQL, EVE Metrics and jQuery to create Google charts. The page uses a open data table to get data from EVE Metrics via a jQuery AJAX request. Once the data is collected it is formmated to pass to a jQuery plugin to create a Google chart. The output looks like this:
Dynamic example. Just put in the EVE item id.
Mapping demo with EVE Market
Mapping demo with EVE Market. Data from EVE API and EVE-Central. Created with PHP and GD
EVE Market - Map Demo from Morgan O'Neal on Vimeo.
