Skip to main content

Home/ CSS Evangelist/ Group items matching "it" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
1More

reset.css And Why It Can Be A Valuable Tool For The Box - 0 views

  •  
    This CSS file will reset all of your CSS declarations. More specifically, it will get rid of browser defaults. This is essentially like getting the playing field completely level for the teams. The browsers being the teams..
1More

Web Design Blog | ModernBlueDesign.com » Blog Archive » Fighting Spam with CSS - 0 views

  •  
    The idea here is setting up a form with a text field and via CSS making it invisible. Then, if a post is sent to a php script handling the request and that text box has information in it, that means a human didn't fill it out, and the script is simply aborted.
2More

A List Apart: Articles: Frameworks for Designers - 0 views

  • How should a CSS framework be built? There are several possible ways to go about building a framework, but the most common and arguably the most useful is to abstract your common CSS into individual stylesheets that each cover a particular part of the whole. For example, you may have a stylesheet that sets up the typography and another that handles the mass reset. The beauty of the approach is the ability to selectively include only the styles that you need. You may end up with six or seven different stylesheets in your framework, but if a particular project doesn’t need one or two of them, they don’t have to be included. The framework we created in our office has five stylesheets: reset.css—handles the mass reset. type.css—handles the typography. grid.css—handles the layout grid. widgets.css—handles widgets like tabs, drop-down menus, and “read more” buttons. base.css—includes all the other stylesheets, so that we only need to call base.css from our (X)HTML documents to use the entire framework.
  • A word of caution This method works quite well, but there is a valid concern to be raised: it adds to the number of HTTP connections needed to render each page. On large, high-traffic sites, adding five more HTTP connections to every page view may result in angry system administrators. Two possible solutions to this are: Include everything in a single file, rather than breaking it into modules. The problem here is that you lose the ability to include only certain parts of the framework, and you also make maintenance more difficult. Have a server-side process that dynamically flattens the individual files into a single response. I’ve not seen this done, but it could be very efficient if done well. Using my example framework above, this dynamic process could occur when base.css is requested, but not when type.css, grids.css, etc. are. This way, the individual components are still available, but the entire framework is available in a flattened version, as well.
1More

Accessibility 101 > Accessible Web Design Blog » Free W3c AAA Website Design ... - 0 views

  • This template passes W3C WAI WCAG AAA (Automatic testing) and is valid XHTML and Valid CSS. You are free to use it as you see fit and modify it to suit your purposes and it should be easy for you to edit and quickly change the design (all controlled by external and free css files).
1More

CSS Dock Menu - 0 views

  • If you are a big Mac fan, you will love this CSS dock menu that I designed. It is using Jquery Javascript library and Fisheye component from Interface and some of my icons. It comes wIth two dock styles - top and bottom. This CSS dock menu is perfert to add on to my Itheme. Here I will show you how to implement It to your web page.
2More

CSSVista: Live CSS editing with Internet Explorer and Firefox simultaneously - 0 views

  • CSSVista What is it? CSSVista is a free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously. If you like this, you may be interested in our browser compatibility service, SiteVista. Yes, that's why this software is free! :-) You can download it here. We want your feedback! Please take a moment to let us know what you think of the program. You can do that either in the comments of this blog post, or by emailing us. Screenshot Why is it free? What's the catch?
  •  
    CSSVista is a free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously.

CSSRank - CSS Gallery For The Best Designed Web 2.0 Sites - 172 views

started by css rank on 28 Oct 08 no follow-up yet
1More

Amazon Says it's an Embarrassing, Ham-Fisted Cataloging Error - 0 views

  •  
    In response to nearly two days of angry online commentary, particularly on Twitter, Amazon.com said on Monday that "an embarrassing and ham-fisted cataloging error" had caused thousands of books on its site to lose their sales rankings and become harder to find in searches.

Blue Screen of Death - 1 views

started by helen troy on 07 Jun 11 no follow-up yet

Get Rid of Computer Freezing - 1 views

started by helen troy on 12 Aug 11 no follow-up yet

Software Support Saved My Spring Days - 2 views

started by software supprt on 03 Aug 11 no follow-up yet

They Helped Me With My PC Issues - 1 views

started by shai edrote on 12 Sep 11 no follow-up yet

The Best Remote PC Support I Ever Had - 1 views

started by Rem PC on 12 Sep 11 no follow-up yet

Enjoying Worry-Free Computer Use - 1 views

started by shalani mujer on 08 Jul 11 no follow-up yet

Computer Problem Solved - 1 views

started by cecilia marie on 08 Jul 11 no follow-up yet
1More

Book - Scalable and Modular Architecture for CSS - 0 views

  • By separating rules into the five categories, naming convention is beneficial for immediately understanding which category a particular style belongs to and its role within the overall scope of the page. On large projects, it is more likely to have styles broken up across multiple files. In these cases, naming convention also makes it easier to find which file a style belongs to.
2More

Opera Developer News - Why use @supports instead of Modernizr? - 0 views

  • The reason to use @supports over Modernizr is performance; functionality that's built into the browser will always be faster than adding it in script. Removing an external dependancy saves an HTTP request to download Modernizr and doesn't require time to execute the JavaScript.
  • Should you use Modernizr or @supports? The answer is definitively "it depends". As with all web projects, only you can decide which is the best way.
2More

Technical - 0 views

  •  
    Techvedic, a leading technical support enterprise, has been established with a core vision to simplify Information Technology and make its derivatives more purposeful and sensitive for individuals and businesses. Currently, we are serving offshore home and small-business consumers across the United States, Canada, Australia and the United Kingdom via online and on-site support modules.
« First ‹ Previous 81 - 100 of 344 Next › Last »
Showing 20 items per page