<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-17134032</id><updated>2011-07-14T17:49:15.513-07:00</updated><title type='text'>COMP3092 Group 3</title><subtitle type='html'>How can we style web pages using cascading style sheets (CSS) and what are the reasons for doing so?</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://comp3092groupc.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17134032/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://comp3092groupc.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>group 3</name><uri>http://www.blogger.com/profile/07494138835603821898</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-17134032.post-113139075871099639</id><published>2005-11-07T11:12:00.000-08:00</published><updated>2005-11-07T11:12:38.726-08:00</updated><title type='text'>Website Evaluation</title><content type='html'>Learn Web Standards: CSS Guide – Why Use CSS&lt;br /&gt;&lt;br /&gt;http://www.westciv.com/style_master/academy/css_tutorial/introduction/key_ideas.html&lt;br /&gt;&lt;br /&gt;The site explains the uses of CSS quite well and actually goes to surprising lengths to explain this in great detail without being overly technical. This is good for users with little experience of it as they can understand the language, but it is also suitable for users with some experience as it does actually go into quite a lot of depth.&lt;br /&gt;Once explaining the uses of CSS, it then goes onto explain exactly how it works, and then finally onto how it may be implemented by the user.&lt;br /&gt;However although this is useful it could also be considered biased as the site is rather obviously selling a product to aid with CSS creation, so maybe its not actually that good at all!&lt;br /&gt;&lt;br /&gt;Pete&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17134032-113139075871099639?l=comp3092groupc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://comp3092groupc.blogspot.com/feeds/113139075871099639/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17134032&amp;postID=113139075871099639' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17134032/posts/default/113139075871099639'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17134032/posts/default/113139075871099639'/><link rel='alternate' type='text/html' href='http://comp3092groupc.blogspot.com/2005/11/website-evaluation.html' title='Website Evaluation'/><author><name>group 3</name><uri>http://www.blogger.com/profile/07494138835603821898</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17134032.post-112895402686749275</id><published>2005-10-10T07:08:00.000-07:00</published><updated>2005-10-10T07:27:10.593-07:00</updated><title type='text'>How can we style web pages using cascading style sheets (CSS) and what are the reasons for doing so?</title><content type='html'>&lt;p class="MsoNormal"  style="font-family:trebuchet ms;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms;"&gt;Cascading style sheets gives the developer and also user more control over how the pages of a website is displayed. Style sheets can be created to define different elements such as headers, links, paragraphs etc…&lt;span style=""&gt;  &lt;/span&gt;which can be applied to any page within the website. They are straightforward pieces of code, which is only written once and then when its needed, it is simply ‘called’ to that particular page. E.g. there is no need to keep writing the same chunks of code every time this style (header/paragraph etc) is needed, when a simple line of code e.g. a call type function, can be used to overcome this.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0cm 0cm 0.0001pt; font-family: trebuchet ms;"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;Web pages can easily be styled using a CSS. A CSS can control things such as the colour, font size, font style etc. Assigning a CSS within a website can save a considerable amount of time as it can update several pages at the same time. &lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;“The original specifications for Cascading Style Sheets mostly limited themselves to recreating HTML effects. CSS level 2, published in 1998, however brought new capabilities, in particular the ability to position elements on a webpage with great precision. CSS could not only recreate HTML formatting, it could make professional looking layouts.”&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;(Castro, E 2003, p. 18)&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;span style="" lang="EN"&gt;“CSS is designed to allow the separation of presentation and structure. Prior to CSS, nearly all of the presentational attributes of an HTML document were contained within the HTML code; all font colors, background styles, element alignments, borders and sizes had to be explicitly described, often repeatedly, in the midst of the HTML code. CSS allows authors to move much of that information to a stylesheet, resulting in considerably simpler HTML code. The HTML documents become much smaller and web browsers will usually cache sites' CSS stylesheets. This leads to a reduction in network traffic and noticeably quicker page downloads.”&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;span style=""&gt;(Wikipedia, 2005, Use of CSS)&lt;/span&gt;&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;Cascading style sheets are very useful when creating very large and complicated sites, and have two main advantages:&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;“-Separation of content and design. CSS gives site developers the best of both worlds: content mark-up that reflects the logical structure of the information and the freedom to specify exactly how each HTML tag will look.&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;-Efficient control over large document sets. The most powerful implementations of CSS will allow site designers to control the graphic ‘look and feel’ of thousands of pages by modifying a single master style sheet document.”&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;(Lynch and Horton 2001, p.118)&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;Cascading style sheets are useful because they can be used in such a way that allows them to control the style of many different web pages all at the same time. Normally in HTML the style, colour, size, font, position, etc is defined within the code each time, but using CSS it is possible to define the complete style of paragraphs, headings, etc, or even a predefined name for an area with just one line of code rather than defining it separately each time within the HTML on separate web pages.&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;CSS can either be coded at the top of a web page within the head tags, but this will mean that the styles defined there will only apply to that particular page. If you wish to style many different pages all at once and therefore save a lot of coding, then it is more efficient to create an external CSS that is linked to the HTML page within the head tags. However, if a style is defined within the HTML then this will override that which is defined within the CSS, this can be useful if you wish to use a generic style defined in the CSS and then just want to change a very small area on one particular page.&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;CSS coding works by defining the HTML tag or name of an area you wish to define, then the attribute, and then the property of it, e.g.:&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;(this defines the font of a paragraph)&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;p {font-family: Tahoma, Verdana, Arial, sans-serif}&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;(this is a custom named area for some text)&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;#minititle {text-align: left; font-family: Tahoma, Verdana, Arial, sans-serif; color: #FFFFFF}&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;Custom named areas are implemented into the HTML code using the id attribute within the tag, e.g. div id=”minititle” or p id=”minititle”.&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;It is also possible to create specific ‘class’ elements for use throughout documents which is very useful and done in a similar way to the custom areas, e.g.:&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;.centre {text-align: center}&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;p class=”centre”&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;More advanced CSS can be used to control the entire layout of a web page, this is really useful as again it allows you to the style of many different pages all at once, but it can also create some very powerful effects that cannot be done in standard HTML. It is also not as restrictive as tables are when it comes to controlling the layout of your content.&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;CSS can allow you to define pretty much anything in relational or absolute sizes or positioning, this is something which is not possible to the same extent in HTML that it is in CSS, and for this reason CSS is far better for displaying content for exact purposes. It also has a feature that allows you to arrange content in layers, so you can hide behind others if needed.&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;span style=""&gt;  &lt;/span&gt;CSS also incorporates a media element which allows you to display the same content, but it will change depending on whether you print the page or using a handheld, etc. This is quite good for accessibility.&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;p style="font-family: trebuchet ms;" class="MsoNormal"&gt;&lt;!--[if !supportEmptyParas]--&gt; &lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;   &lt;span style="font-family: trebuchet ms;font-family:Tahoma;font-size:12;"  &gt;LYNCH, P. J. AND HORTON, S. 2001. &lt;i&gt;Web Style Guide, Basic Design Principles For Creating Web Sites&lt;/i&gt;. 2&lt;sup&gt;nd&lt;/sup&gt; ed. New Haven and London: Yale University Press.&lt;/span&gt;&lt;span style=";font-family:verdana;font-size:12;"  &gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17134032-112895402686749275?l=comp3092groupc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://comp3092groupc.blogspot.com/feeds/112895402686749275/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17134032&amp;postID=112895402686749275' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17134032/posts/default/112895402686749275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17134032/posts/default/112895402686749275'/><link rel='alternate' type='text/html' href='http://comp3092groupc.blogspot.com/2005/10/how-can-we-style-web-pages-using.html' title='How can we style web pages using cascading style sheets (CSS) and what are the reasons for doing so?'/><author><name>group 3</name><uri>http://www.blogger.com/profile/07494138835603821898</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17134032.post-112772475143731565</id><published>2005-09-26T01:52:00.000-07:00</published><updated>2005-09-26T01:52:31.446-07:00</updated><title type='text'>First post</title><content type='html'>Just a post to get us started&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17134032-112772475143731565?l=comp3092groupc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://comp3092groupc.blogspot.com/feeds/112772475143731565/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17134032&amp;postID=112772475143731565' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17134032/posts/default/112772475143731565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17134032/posts/default/112772475143731565'/><link rel='alternate' type='text/html' href='http://comp3092groupc.blogspot.com/2005/09/first-post.html' title='First post'/><author><name>group 3</name><uri>http://www.blogger.com/profile/07494138835603821898</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
