// Posts Tagged ‘web development’

Transparency Gradients using CSS

Posted on: September 19th, 2011 by Ellen No Comments

The latest site I’ve been working on has used gradients, but with one end resulting in transparency. Here’s a quick demonstration of how you get there with CSS. #canvas { background: #FFFFFF; /* Well hello, useless IE! */ background: -moz-linear-gradient( /* Firefox transparency gradient */ center top, rgba(255,255,252,1) 100%, /* Opaque White */ rgba(255,255,252,0.1) 5% /* [...]

Glossary of Web Definitions

Posted on: July 5th, 2011 by Ellen No Comments

I figured it’s a good idea to begin my web development study with a decent compilation of web terms and their definitions. There are a number of good glossaries already out there, but it is better to put your own together as everyone will have their own terms they don’t need as much as others. [...]