Skip to main content

Home/ CSS Evangelist/ Group items tagged support

Rss Feed Group items tagged

tech vedic

How to perform Genuine Windows System Scan ? - 0 views

  •  
    Scanning your system is a necessary task. But, there are other tasks which are necessary while scanning your PC. This Techvedic tutorial outlines the privacy policy related with scan, what to do if Windows running on your PC can't complete the scan as well as additional information to keep up PC health.
Vernon Fowler

Ten Reasons You Should Be Using a CSS Preprocessor | Urban Insight Blog - 0 views

  • 10 reasons you should consider using a CSS preprocessor
  • you can start using things like variables, mixins, and functions. It will allow you to start reusing properties and patterns over and over, after defining them just once
  • nothing is repeated
  • ...2 more annotations...
  • Both Less and Sass support nested definitions.
  • if you can write CSS, you already know how to write valid .less
Vernon Fowler

HTML5 Please - Use the new and shiny responsibly - 0 views

  •  
    Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them - with polyfills, fallbacks or as they are.
Vernon Fowler

An introduction to LESS, and comparison to Sass | Smashing Coding - 0 views

  • The only difference in variables between LESS and Sass is that, while LESS uses @, Sass uses $. There are some scope differences as well, which I’ll get to shortly.
  • With Sass, you declare @mixin prior to the style to identify it as a mixin. Later, you declare @include to call it.
  • Parametric Mixins Like having functions in your CSS (*swoon*), these can be immensely useful for those seemingly redundant tasks of modern-day CSS.
  • ...8 more annotations...
  • .border-radius( @radius: 3px ) { -webkit-border-radius: @radius; -moz-border-radius: @radius; border-radius: @radius; }
  • The syntax in Sass is very similar to that of LESS. Just use the $ for variables, and call the mixins with the @mixin and @include method mentioned earlier.
  • Selector Inheritance Here’s something not provided in LESS. With this ability, you can append a selector to a previously established selector without the need to add it in a comma-separated format. .menu { border: 1px solid #ddd; } .footer { @extend .menu; } /* will render like so: */ .menu, .footer { border: 1px solid #ddd; }
  • With LESS, you can nest ids, classes and elements as you go.
  • You can also refer in element styles to their pseudo-elements by using the &, which in this case functions similar to this in JavaScript.
  • Sass is a lot more versatile with numbers than LESS. It has built into it conversion tables to combine comparable units.
  • Sass seems to have a lot more color options — not that I would need them all. Lighten and darken are the only ones that I see myself using often.
  • Conditionals and Control This is rather nifty, and another thing not provided by LESS. With Sass, you have the ability to use if { } else { } conditional statements, as well as for { } loops. It supports and, or and not, as well as the <, >, <=, >= and == operators.
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
tech vedic

How to apply the "Shrink to Fit" option in Microsoft Word 2010? - 0 views

  •  
    Sometimes a document created in MS Office Word can be a bit longer than you actually required. In that situation, make use of the "Shrink to Fit" option to reduce the length of your document by considerably shrinking the Font size.
tech vedic

How to fix the error: "Microsoft Word Starter cannot be opened."? - 0 views

  •  
    This type of error stems up while opening any of the constituent Microsoft Office Starter applications.
tech vedic

How to set the default font in Microsoft Office Word 2003? - 0 views

  •  
    Microsoft Word processor offers a range of tools and features to customize your documents. You can modify fonts on all possible verticals including size, look, style, color, alignment, etc.
tech vedic

How to Cut Down on Unwanted Email? - 0 views

  •  
    Tired of dozens of unwanted emails? Then it's time to do something for cutting off the pass emails that you just don't need.
tech vedic

How to secure your Tablet? - 0 views

  •  
    Using a wireless technology for browsing websites, checking mails, chatting on social networking sites, etc. is very common nowadays. But, this easy networking comes at a risk. Let's go through this tutorial for making your web browsing safer in tablets.
tech vedic

HARD DRIVE WIPE - 0 views

  •  
    Want to get rid of your old computer? But, remember to erase all your personal information from its hard drive before discarding it. In this tutorial, follow the steps to wipe out the hard drive of your computer for cleaning its data.
tech vedic

How to password-protect a PDF before e-mailing in OS X? - 0 views

  •  
    Protecting a document containing sensitive information is very important. Thus, protecting it with password is a better option. This tutorial contains steps for protecting your PDF document with password before sending it to receiver.
tech vedic

How to change drive letters--even when the letter you want isn't available - 0 views

  •  
    For changing the drive letters, you need to follow certain steps. Let's go through this tutorial.
tech vedic

Windows 8.1 paints over the problems with Windows 8 - 0 views

  •  
    The release of Windows 8.1 is going to overpower Windows 8 very soon. The fundamental problem faced by every user with Windows 8 is that the modern interface of the Start screen works best on a Tablet instead on a PC. Also, there are other problems related to screen is available with Windows 8. Thus, the entry of Windows 8.1 overcomes the problems of Windows 8. Here in this tutorial, let's discuss about Windows 8.1.
addamsmith007

trovi removal - 0 views

  •  
    Our mission is to remove trovi virus and other infected file permanently from your computer and laptop, get trovi technical expert help and support. visit: Www.trovi-uninstall.com
yc c

mozdev.org - multicolumn: index - 0 views

  •  
    Adds CSS3 column support to firefox
dean d

Web Design References: Cascading Style Sheets - 0 views

  •  
    entire list of css tools and resources
« First ‹ Previous 81 - 100 of 124 Next › Last »
Showing 20 items per page