Archive for the 'css' Category

CSS Dock Menu

CSS dock menu

If you are a big Mac fan, you will love this CSS dock menu. It is using Jquery Javascript library and Fisheye component from Interface and some of N.Design studio icons. It comes with two dock styles - top and bottom. Here is web page.

W3C

w3c

The World Wide Web Consortium (W3C) is the main international standards organisation for the World Wide Web (W3). It is arranged as a consortium where member organisations maintain full-time staff for the purpose of working together in the development of standards for the W3. As of February 2007, the W3C had 433 members. It is always open for new organisations to join.

W3C also engages in education and outreach, develops software and serves as an open forum for discussion about the Web.

The Consortium is headed by Tim Berners-Lee, the primary author of the original URL (Uniform Resource Locator), HTTP (HyperText Transfer Protocol) and HTML (HyperText Markup Language) specifications, the principal technologies that form the basis of the World Wide

 To lead the World Wide Web to its full potential by developing protocols and guidelines that ensure long-term growth for the Web.

Continue reading ‘W3C’

CSS

 CSS

In computing, Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL. The CSS specifications are maintained by the World Wide Web Consortium (W3C).

CSS has various levels and profiles. Each level of CSS builds upon the last, typically adding new features and are typically denoted as CSS1, CSS2, and CSS3. Profiles are typically a subset of one or more levels of CSS built for a particular device or user interface. Currently there are profiles for mobile devices, printers, and television sets. Profiles should not be confused with media types which were added in CSS2.

Continue reading ‘CSS’