My Design Blog updates, web design and other randoms

My Tumblr theme Booky has been featured on their main themes page. Check it out.

Over 1000 people have installed it!

To enable/activate the new layout for any video use this url:

youtube.com/watch5?enable=1&next_url=/watch?v=VIDEO_ID_GOES_HERE

There's also a new Google.com redesign.

Slightly different from box-shadows. You'll see this everywhere in 2010.

Flavors.me grabs your blog posts/tweets etc and sticks them all on the one page. It also gives you a cool design tool to personalise it. View some example sites or visit mine in the link above.

You can see box-shadow being used more often in CSS. Hover over the boxes in the sidebar on the CSS Tricks site.

They're pretty easy to do. Check this code:

box-shadow0 0 10px 2px rgba(0000.3);
-
moz-box-shadow0 0 10px 2px rgba(0000.3);
-
webkit-box-shadow:  0 0 10px 2px rgba(0000.3); 
Example
Just add inset - "inset 0 0 10px 2px rgba(0, 0, 0, 0.3)"

Here's how the numbers break down:

box-shadow: x-offset from middle, y-offset from middle, shadow blur/falloff, shadow spread, rgba(red, green, blue, alpha transparency)

You can use negative numbers if you wish.

Comfortably my favourite background generator.

Another good one is bgMaker - good for pixelated backgrounds and has a realtime preview as you draw.

A cool list of book cover designs.

I only knew about Sumo Paint...

I tried a few sitemap generators for Google Webmaster Tools and this one seems to be the most useful.

Page 1 of 1