Archive for the ‘web design principles’ Category

Rounded Corners For CSS3 Website designers

Wednesday, May 12th, 2010

Now that CSS3 is starting to penetrate, web Design has many exciting additions are worthy of mentioning. One being CSS rounded corners. In the past and most likely the present in order to get the widest penetration with older browsers, web designers and front-end developers used tricks or work-arounds to get the rounded corner implemented with few or no graphic images. After trying many things this one sticks out as one working very well!!  http://dillerdesign.com/experiment/DD_roundies/

But if your into CSS3 there are some options for borders in CSS3, of which one is border-radius. Both Firefox and Safari 3 have implemented this function, which allows you to create round corners on box-items.

The code for this example above is actually quite simple:
(The example below is an image so all browsers can see it)

<div style=" background-color: #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #000;
padding: 10px;" >

These different corners can also each be handled on their own:
(The above example is an image so all browsers can see it)

These are handled by this:
-moz-border-radius-topleft / -webkit-border-top-left-radius
-moz-border-radius-topright / -webkit-border-top-right-radius
-moz-border-radius-bottomleft / -webkit-border-bottom-left-radius
-moz-border-radius-bottomright / -webkit-border-bottom-right-radius

Share and enjoy this web design link:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • NewsVine
  • Print this article!
  • Reddit
  • StumbleUpon
  • Technorati

Dear Subscribers

Friday, April 2nd, 2010

We have been experiencing a few technical difficulties with our subscriber list recently.
We sincerely apologize. If you haven’t been receiving email updates, you will be now !

Please check out the blog for some recent posts,
there have been some exciting things happening in the digital news lately!

http://www.micelistudios.com/blog

Share and enjoy this web design link:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • NewsVine
  • Print this article!
  • Reddit
  • StumbleUpon
  • Technorati

Google’s FTTH Project in design phase

Wednesday, March 31st, 2010

Google plans to build a new Fibre-to-the-Home (FTTH) network in the US, capable of delivering speeds of up to 1 Gbps. Pretty cool.

Google posted a map showing the locations of the applications and letters of support – the small dots represent a government response, and a large dot represents locations where more than 1,000 residents submitted a nomination.

Share and enjoy this web design link:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • NewsVine
  • Print this article!
  • Reddit
  • StumbleUpon
  • Technorati

Google Translate real-time voice translator

Monday, February 8th, 2010

Plurality of languages seems real-time close

Read more from WIRED

Share and enjoy this web design link:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • NewsVine
  • Print this article!
  • Reddit
  • StumbleUpon
  • Technorati