You are currently browsing the archives for the Web Design category.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Oct | ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | |||
- 3D (7)
- Accessibility (16)
- Advertising (15)
- Animation (27)
- Architecture (3)
- Art (18)
- Articles (67)
- Awards (2)
- blogs (5)
- Books (12)
- Calligraphy (2)
- Coding (16)
- Colour Theory (7)
- Community building (9)
- Competitions (4)
- Crafts (4)
- CSS (49)
- Design (general) (80)
- Design Agencies (2)
- Design Fairs (7)
- Exhibitions (22)
- Film (10)
- Flash (10)
- FOAF (3)
- Games (1)
- Graffiti (19)
- Graphic Design (31)
- Illustration (53)
- Interiors (1)
- International Design (24)
- Interviews (5)
- logo design (4)
- Marketing (6)
- Music (6)
- News (27)
- Off the wall (2)
- Online magazines (9)
- Packaging design (1)
- Photography (10)
- Portfolio sites (40)
- Posters (10)
- Resources (3)
- Sculpture (2)
- Semantic Web (2)
- SEO (1)
- Software (10)
- Technology (15)
- Tee Shirt design (2)
- Trends (3)
- Tutorials (26)
- Typography (17)
- Uncategorised (11)
- Video (11)
- Web 2.0 (13)
- Web Design (76)
- 14/10/2007: Web 2.0 how-to design guide
- 22/09/2007: Niche Blogging Tutorials by doshdosh
- 22/09/2007: Internet Marketing articles by doshdosh
- 22/09/2007: D&AD: The best advertising and design in the world! Urbis, Manchester
- 22/09/2007: Hacienda 25 The Exhibition: Fac 491
- 22/09/2007: Design Process - Personal logo design sketches
- 22/09/2007: Popular Articles on Dosh Dosh: August 2007
- 22/09/2007: How to run a brainstorming meeting
- 22/09/2007: TinyURL
- 22/09/2007: Designing Design - by Kenya Hara
Archive for the Web Design Category
CSS Float Layouts - by The Autistic Cuckoo
29/07/2007 by admin.
Everything Does Not Float
Panta rhei,
said Herakleitos, everything is floating. Even if the underlying philosophy, that everything is constantly changing, very much applies to the web, it doesn’t apply to today’s topic. To make an element float we have to say so explicitly, for instance like this: float:left
When we make an element floating, we ask the browser to shift it sideways, either to the left or to the right, as far as it will go.
Those who really understand the previous sentence already know half of what you need to know to use floats. There are three important pieces of information in that sentence, so let us examine them before we tackle the other, somewhat trickier, half.
http://www.autisticcuckoo.net/archive.php?id=2004/12/10/floating
Posted in CSS, Web Design | Print | No Comments »
CSS Positioning - Floats
29/07/2007 by admin.
There are a few things you should note regarding floated boxes. For one, the box being floated should have a width defined for it, either explicitly or implicitly. Otherwise, it will fill its containing block horizontally, just like non-floated content, leaving no room for other content to flow around it. As such, floated boxes are always treated as block boxes, even if they are defined using inline elements.
http://www.brainjar.com/css/positioning/default3.asp
Posted in CSS, Web Design | Print | No Comments »
CSS Float basics - What is a float?
29/07/2007 by admin.
When you float an element it becomes a block box. This box can then be shifted to the left or right on the current line. The markup options are “float: left”, “float: right” or “float: none”.
http://css.maxdesign.com.au/floatutorial/introduction.htm
Posted in CSS, Web Design | Print | No Comments »
CSS Float Theory: Things You Should Know
29/07/2007 by admin.
The concept of floats is probably one of the most unintuitive concepts in CSS. Floats are often misunderstood and blamed for floating all the context around it, causing readability and usability problems. However, the reason for these problems isn’t the theory itself, but the way the theory is interpreted - by developers
http://www.smashingmagazine.com/2007/05/01/css-float-theory-things-you-should-know/
Posted in CSS, Web Design | Print | No Comments »
CSS Specificity: Things You Should Know
29/07/2007 by admin.
Apart from Floats, the CSS Specificity is one of the most difficult concepts to grasp in Cascading Stylesheets. The different weight of selectors is usually the reason why your CSS-rules don’t apply to some elements, although you think they should have. In order to minimize the time for bug hunting you need to understand, how browsers interpret your code. And to understand that, you need to have a firm understanding on how specificity works. In most cases such problems are caused by the simple fact that somewhere among your CSS-rules you’ve defined a more specific selector.
http://www.smashingmagazine.com/2007/07/27/css-specificity-things-you-should-know/
Posted in CSS, Web Design | Print | No Comments »
Why Your Web Site Needs Information Architecture (PDF, 516K)
06/07/2007 by admin.
A Dynamic Diagrams White Paper
A must read for all Web designers.
Indepth and highly informative study, touching on such vital topics as:
- Why information architecture makes sense for big Web sites
- How information architecture can help your Web site
- Information architecture on the global scale
- Information architecture and visual explanation
http://www.dynamicdiagrams.com/all_pdfs/dD_information_architecture.pdf
Posted in Accessibility, Web Design | Print | No Comments »
Karsten Schmidt’s blog (toxi.in.process)
30/05/2007 by admin.
Design blog by toxi (Karsten Schmidt).
The latest events & happenings in the world of interactive design and motion graphics e.g. BD4D, Rob Chiu, Chris Hewitt, Nanika / Hi-Res, Chris O’Shea, Spent 2000, Mark Hough, Universal Everything e.t.c.
Posted in blogs, Animation, Web Design, Exhibitions | Print | No Comments »
toxi
30/05/2007 by admin.
this site is an overview of selected interactive works since 2000.
A showcase of interactive VJ & Motion Graphics work by toxi.
Posted in Animation, Portfolio sites, Web Design | Print | No Comments »
Semantic Web
30/05/2007 by admin.
The Semantic Web provides a common framework that allows data to be shared and reused across application, enterprise, and community boundaries. It is a collaborative effort led by W3C with participation from a large number of researchers and industrial partners. It is based on the Resource Description Framework (RDF). See also the separate FAQ for further information.
Posted in FOAF, Semantic Web, Web 2.0, Community building, Articles, Coding, Web Design | Print | No Comments »
10th Anniversary! SHIFT
30/04/2007 by admin.
The Influential Japanese style magazine updates its site:
Posted in Art, International Design, Graphic Design, Trends, Typography, Online magazines, Web Design, Illustration, Design (general), Exhibitions | Print | No Comments »