3 May/10 0

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"

Tagged as:
12 Feb/10 0

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"/>

5 Aug/09 0

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.

24 Jun/08 0

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.

Tagged as: , , , , ,