Thursday 19 April 2007

Reduce the size of your CSS file

I read an article about CSS today and it mentions the size of CSS files can be reduced by using some short statements. Some example here:

1)
border-width:1px;
border-style:solid;
border-color:#000;

simpler way=> border:1px solid #000;

2)

background-color:#f00;
background-image:url(background.gif);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:0 0;

simpler way=> background:color image repeat attachment position;

3)

font-style:italic;
font-variant:small-caps;
font-weight:bold;
font-size:1em;
line-height:140%;
font-family:"Lucida Grande",sans-serif;

simpler way=> font:italic small-caps bold 1em/140% "Lucida Grande",sans-serif;

Tuesday 17 April 2007

Technologies Micro and Macro Analysis

My report of Technology Micro and Macro Analysis is available here:

Micro and Macro Analysis

Tuesday 3 April 2007

CSS pratical from last week

Below is the link to the final page of CSS practical in last week's lecture.

Blog_final

Thursday 29 March 2007

Exercise in Week 3

Below is the link to the comment-1.html page in the exercise in Week 3. The nevigation menu and the list were changed from unnumbered order to numbered order and the headings were changed to different colors. The font of bold letters were changed to Arial. All these changes were done by an embedded style sheet.

Ex in Week 3

Wednesday 28 March 2007

Photo gallery thoughts

Flickr.com is a very good and successful photo site for photographers. I planned to build a photo gallery in the final project, I have viewed many photo galleries on the Internet, but still haven't got any mature thoughts for my gallery. Hope I can get some good ideas soon...-.-

Tuesday 20 March 2007

My Learning Proposal

Hi, my draft learning proposal is posted below, click the link to view it :)

Learning Proposal

Tuesday 13 March 2007

My SWOT

Friday 9 March 2007

Hello,world!

Hi all,

My name is Hong Jia, this is gonna be my blog for Digital Media Technologies in next couple of months. I've got a personal blog before, but it's difficult to comment if people are not members, so it's better to move here. I kept lots of photos on my old blog, you are very welcome to come by if you are interested ;) http://beingnaked.spaces.live.com/
Anyway, I hope this blog can be the platform where we can communicate with eath other, exchange our points of view and make progress together. I also hope I can learn more than I expected in this subject.

P.S. I like the way how Tim gives lecture, he's the most humourous lecturer I ever met ;)