Skip to main content

Home/ CSS Evangelist/ Group items tagged breaks

Rss Feed Group items tagged

Vernon Fowler

Prevent Long URL's From Breaking Out of Container | CSS-Tricks - 0 views

  • a width
    • Vernon Fowler
       
      I didn't need a width. Float:left was enough. Tested in IE10.
  • -ms-word-break: break-all;
    • Vernon Fowler
       
      Shouldn't need the IE prefixed version as according to http://caniuse.com/#search=word-break that browser has had support all along.
  • float:left
Vernon Fowler

word-break | CSS-Tricks - 0 views

  • It's often used in places with user generated content so that long strings don't risk breaking layout.
tech vedic

How to export song lists from iTunes? - 0 views

  •  
    Sometimes you just want to send a playlist to a friend through mail. But, you don't know how to do it? Then you are at the right place. You can break your library data out of iTunes as a tab-separated list, PDF file, or Web database. With this tutorial, you can find the way of doing this.
my mashable

Ashton Reaches One Million Fans on Facebook, Can he do it on Twitter? - 0 views

  •  
    Actor Ashton Kutcher recently challenged CNN to be the first to 1 million followers on the micro-blogging site, had more than 959,360 Twitter followers as of 1 p.m. ET Thursday. CNN's breaking-news feed had about 12,000 more Twitter fans, with some 968,000. But the real intresting part is the Ashton reaches one million fans on his Facebook fan page while am writing this post Ashton has1,037 ,940 fans on his Facebook fan page.
my mashable

StumbleUpon Finally Breaks Free From eBay - 0 views

  •  
    Now you can Stumble outside of the shadow of the mega-corporate overlords at eBay - two years after Stumble founders Garrett Camp and Geoff Smith cashed out and handed their baby over to the ecommerce giant, they've come back with a team of investors and bought StumbleUpon back from eBay. It's pretty exciting.
yc c

WordOff - 0 views

shared by yc c on 30 Jan 10 - Cached
  •  
    Wordoff applies the following rules to strip the cruft that is pasted into WYSIWYG editors from Word: Attributes are removed for all elements except ss and s are removedEmpty elements are removedConsecutive line breaks are reduced to two
helloe

PingMag - The Tokyo-based magazine about "Design and Making Things" » Archive... - 7 views

  • Writing CSS is very much like having sex. Not everyone does it the same way and there is no particular “right” way to do it. I guess for me the similarities actually end there, seeing as writing CSS is something I do every day whereas having sex is…anyway I digress. The W3C have set the standards but beyond this, writing CSS is down to an individual’s preferences. Here are 5 little tips and ideas I’ve adopted in the last 6 months that you can use to make your CSS more streamlined, maintainable and easy to read. Written by Jon Disclaimer: The CSS example files are exactly that. They are not meant to be fully functional CSS documents. Class names in the CSS files are named merely so that you may visualise the document in your head (because there is no accompanying html), not because I condone the naming convention in them.
  • 1) Make a table of contents At the top of your CSS document, write out a table of contents. For example, you could outline the different areas that your CSS document is styling (header, main, footer etc). Then, use a large, obvious section break to separate the areas. Not only does this make your CSS look neater, but when it comes to making quick adjustments to certain areas of your website at a later date, finding the corresponding area in your CSS will be much easier. View Example File 1
  • 3) Isolate single properties that you are likely to reuse a lot If you find yourself using a single property a lot, isolate it to save yourself repeating it over and over again and also enabling you to change the display of all parts of the site that use it. View Example File 3
Scott Hendrickson

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.
samantha armstrong

FixComputerpProblemsSite Surely Knows How to Fix Computer Problems! - 1 views

I was having problems with my laptop before. Good thing FixComputerpProblemsSite helped me fix it. And they are really the experts when it comes to solving any computer related issues. They can eas...

fix computer problems tools design css webdesign online

started by samantha armstrong on 07 Jun 11 no follow-up yet
Wanda Terral

Typetester - Compare fonts for the screen - 0 views

  •  
    In order to use the application, please turn JavaScript on. If you'd like to see settings from your last visit next time you come around, just enable cookies. Due to variety of extensions for Firefox available, some extensions could break some Typetester's functions. Please do report troubles.
1 - 14 of 14
Showing 20 items per page