Card Game: Siege

Siege is a card game I invented while I was bored. It uses a single deck of cards (no jokers), but that deck is split in two ― one half black cards, the other red. At the start of the game, players line up 5 cards in front of their deck. It’s hard to explain so here is a visual:

Continue reading

Posted in Uncategorized | Leave a comment

CSS3 forms library v2.0

My original forms library didn’t support anything but textboxes/textareas and buttons and it had ugly “messages” (messages being errors/warnings/info markers). It also had only a single theme. All that changes in version 2.0.

Continue reading

Posted in Portfolio, Programming | Leave a comment

100% CSS3 Lightbox

It’s still a work in progress, but I’ve found a way to register a click even on any element with css3 and html5. It makes use of the contenteditable html5 attribute and :focus css pseudo-class. It’s current bugs include difficulty closing the lightbox and one time a webkit browser crashed, but I think that was caused by something else.

Continue reading

Posted in Featured, Portfolio, Programming | Tagged , , , | Leave a comment

Adding an Easy Way to Customize a WordPress Colorscheme With Custom Post Meta

In my recent post, On Post-specific Styling, I used a plugin called Art Direction to achieve a post-specific colorscheme, but now I made some changes to my theme so that I can just enter a color into a custom field. I still have the plugin so that I can make more complex changes, but it is much faster and easier to enter colors. This post uses my method.

Posted in Blog, Programming | Leave a comment

On Post-specific Styling

One of the main differences between web and print design is that, in print design, articles can easily be styled and formatted to compliment the content, whereas in web design, ever since CSS became popular, all articles have the same colorscheme and layout per-blog. Just think about the difference between reading a blog post and reading an article from National Geographic. In a magazine, an article about Mars would have a light on dark colorscheme with stars in the background (or something with a similar idea), but on a blog it would have the same colors, layout and background as every other post on that blog.
Continue reading

Posted in Blog, Programming | Tagged , , | 1 Comment

Geektool HUD Scripts

this is for my Geektool HUD theme on DeviantART:
Continue reading

Posted in Uncategorized | Leave a comment

The Assumption Song

Posted in Blog, Other | Leave a comment

Firefox 4 Beta is Out

I know I’m not one of the first of the crowd to know about this, but I’ve been looking forward to the release of firefox 4, the interface looks great on both mac and windows, and it looks okay on linux.

Posted in Blog, Other | Tagged , | Leave a comment

I ♥ Unity3d

Even though I’m not that great at 3d modeling, I really like Unity3d. Every couple months I look a the unity website and get a pleasant surprise, Last time I checked I found out there was a free version and now I found a completely free eBook like mega-tutorial on the website so I can finally go past animating boxes!

Posted in Blog, Programming | Leave a comment

Forms CSS3 Library

A library for easy form creation using css3 gradients. Find it on github.

Posted in Featured, Portfolio, Programming | Tagged , | Leave a comment