2011年10月28日星期五

colour branding



the red cross, use red as the simple of blood and dangerous. always used in the war and hospital. while change the background to black, just looks like a flag in games such as WOW. while change it to white and green. Coz green is more kindly colour than red. green is peacful and doing something good to environment. so that probably be used at environment protection .


2011年10月27日星期四

CSS shorthand properties

CSS (Cascading Style Sheets) is a language used to describe the design style of a website. It is becoming more and more common for web designers to rely on CSS completely to define their layouts, eliminating the need for tables

Padding & Margin Shorthand

CSS allows you to define all sides of a padding and margin in one line. This can save you a great deal of time and will make your code look much neater:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Instead of... */
padding-top:10px;
padding-bottom:20px;
padding-left:30px;
padding-right:40px;
margin-top:10px;
margin-bottom:20px;
margin-left:30px;
margin-right:40px;
/* ...you can use... */
padding: 10px 40px 20px 30px;
margin: 10px 40px 20px 30px;
/* The shorthand method works as follows: */
padding: TOP RIGHT BOTTOM LEFT;
margin: TOP RIGHT BOTTOM LEFT;

There’s another shorthand method which is even shorted. Say your top and bottom both have a padding of 20px and your right and left both have a padding of 30px. You could easily do this by writing the following CSS:

1
padding:20px 30px;

If you only write two values, your browser will assume that the first value is for both the top and the bottom and the second value is for the right and left.

What if you write three values like the following?

1
padding:20px 30px 10px;

In this case, your browser will still consider the second value to be the left and right. So using the code above, you would have 20px padding-top, 10px padding-bottom and 30px padding on either side.

2011年10月24日星期一

hitcent company:
website address
Warsaw autumn, an website about musicial imagination

web of moniquecreations





This website is really elegant, with the nagativation bar on the right of middle quite clear. I think the design principle of it is blance . I found this website on design chart where we can see the top 40 website everymonthe.

and another useful web site design licks which realated to the design chart.

2011年10月21日星期五

5 design principles

alignment
repetition
contrast
proximity
balance

some website:
http://www.bio-bak.nl/
http://www.agencynet.com/#/philosophy/
http://www.uniqlo.com/uk/

what is Javascript

Javascript is an easy-to-use programming language that can be embedded in the header of your web pages. It can enhance the dynamics and interactive features of your page by allowing you to perform calculations, check forms, write interactive games, add special effects, customize graphics selections, create security passwords and more.

https://now.ntu.ac.uk/d2l/lms/content/viewer/main_frame.d2l?ou=124282&tId=563994

2011年10月6日星期四

FLOARYRIRIAL

http://www.gruden.com/translations/zh/css-maxdesign-com-au/floatutorial/index.htm
website for web