brandonedens.org

First Post

created on: Jan. 25, 2010

This is the first post to my blog.

This blog software is written from scratch in Django in accordance with the methods by which I like interfacing with website software.

So far the basics of a blog application and my software application have been put into place. Look to a web application known as brandonedens being added to my listings of software projects.

Next I need to fill out the media gallery that holds my photographs and videos.

Then fill out my hardware projects application.

Wish me luck.

more

CSS3 Buttons

created on: Feb. 2, 2010

Found information on how to generate nice aqua-like buttons in CSS3 without resorting to taking screenshots of buttons created in the gimp. It has that nice characteristic where the size of the button is directly related to its contents. The just look good no matter how you spin them.

The information was culled from first: GirlieMac! and then from schillmania.

In my personal opinion the CSS presented in the schillmania article is slightly cleaner (usage of em rather than px, etc...) so I went and took both forms and mixed and matched to create a system by which I could ...

more