CSS3 Text Area Width 100% causing you issues? Today I came across a CSS fix (not hack) that solves an issue I've had to face numerous times in the past. The issue is caused when you have a text area with
Uncategorized 8-Bit HTML5 I was passing some time playing with LEGOS and created an 8-Bit HTML 5 logo. [caption id="attachment_94" align="alignnone" width="427" caption="Lego HTML5&
Uncategorized Node.js Notes As I'm going through the process of learning Node.js I figured I'd document my findings here. Most of this information will be taken from the resources I list below. This will be
Uncategorized Pinterest Style Inputs If you're asking your self "How does Pinterest.com make inputs look so damn sexy?", I'm going to answer that question. Result: And simple enough, here's the code. If you want
CSS3 Non-transparent Content over Transparent Background A popular look in web is to put a content container over top of a texture or image. Then fade out the content container's background to allow some of the texture or image
Game-Dev Slingshot Cannonball! I decided to take my cannon ball game and switch it up a little by swapping the cannon out with a sling shot, similar to Angry Birds. I really liked the dynamics of
Game-Dev Bouncing Ball Bouncing Ball is kind of tech demo I did to play around with HTML5 Canvas and Javascript. It was my first attempt at creating "Physics". It's simply a ball that bounces
Game-Dev Craps! Craps is a game I created while following along with the book "The Essential Guide to HTML5". It's a simple dice game which shows how to draw and manipulate basic objects
Game-Dev Cannon Ball Game Cannon Ball! is a game I created that stemmed from a tutorial found in the book "The Essential Guide to HTML5". It's your typical Cannon shoots target game play. You control
CSS3 Box-shadow, one of CSS3′s coolest features Box shadow's are a new feature to CSS3. The box-shadow property allows Front-Enders to easily implement multiple drop shadows (outer or inner) on box elements, specifying values for color, size, blur and offset.
Uncategorized I'm just getting started! This is a place where I plan to talk about the things I come across in my work. These will be topics either I think are interesting enough to start a conversation around,