all posts

this guy Posted by admin at 8:51PM Mar 07, 2010 blog| 1 comments

is my hero
css: RGB colors and RGBA colors Posted by admin at 5:11AM Mar 04, 2010 tutorials| 1 comments
In CSS you don't just have to use hex colors (i.e. #333333) but you can also use RGB colors (i.e. 255, 255, 255) and RGBA colors (i.e. 255, 255, 255, .9).

RGB stands for Red Green Blue and RGBA stands for Red Green Blue Alpha (basically, opacity, the maximum value of 1.0, or 100%). The maximum value for each color is 255 and the minimum is 0.

RGB and RGBA can replace hex colors in any part of the style sheet.

Example:
background: rgba(255, 78, 40, .89) url('backgroundimage.jpg') fixed no-repeat;

In the example above I just chose random values for RGBA but it will work to output a translucent color.
brilliant stop motion video Posted by admin at 5:04AM Mar 01, 2010 blog| 0 comments


A stop motion video using 222 shirts.
what i think when i hear Posted by admin at 5:06PM Feb 25, 2010 blog| 3 comments


Am I the only one who is reminded of this video when they're in a conversation about the police.
bathroom gadgets Posted by admin at 4:55AM Feb 24, 2010 blog| 0 comments
I came across some interesting "bathroom gadgets" this morning and I thought it'd be interesting to share.




(Click on image to see full size)




Source(s): http://www.dirjournal.com/shopping-journal/10-funniest-and-gross-bathroom-gadgets/
Copyright © Ittai Svidler