Skip to main content

Home/ CSS Evangelist/ Group items tagged calling

Rss Feed Group items tagged

1More

Is Your Corporate Brochure Design Worth Viewing! - 0 views

  •  
    Your corporate brochure design should include elements that make it worth viewing. The print size, the purpose, simplified content, a beguiling cover, and a call-to-action are significant aspects to consider.
1More

WinLess - Windows GUI for less.js - 0 views

  • If you have a folder called 'less' and a folder called 'css' on the same level, add the parent folder. WinLess will then automatically use the css folder as output folder.
11More

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.
  • 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; }
  • ...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.
  • Parametric Mixins Like having functions in your CSS (*swoon*), these can be immensely useful for those seemingly redundant tasks of modern-day CSS.
  • 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.
1More

Get Your Favorite Tweets as T-Shirts - 0 views

  •  
    Have you ever made or seen a Tweet so memorable that you thought it should be printed on a t-shirt? Well, now you can do that, with a new service called TWItoShirt.
1More

Twitter Professors: 18 People to Follow for a Real Time Education - 0 views

  •  
    Never before in history has it been easier to glean from the knowledge of others who will give it away to you for free. It's equivalent to getting higher education. I'm talking about Masters level stuff. And it's all available right there on Twitter. I call the people I follow who contribute above and beyond the basic answer to "what are you doing?" my professors of Twitter.
1More

A List Apart: Articles: Faux Absolute Positioning - 0 views

  •  
    There are two popular approaches to positioning with CSS: float and absolute positioning. Both approaches have their pros and cons. My teammates and I have developed a new positioning approach that gives us the best of both worlds. After quite a bit of experimenting and testing, it's time to share the technique with the rest of the world and see how we can work together to improve it. I'm calling it "faux absolute positioning" after the faux columns technique that simulates the presence of a column.
1More

5 Ways to Help Twestival Raise $1 Million - 0 views

  •  
    Mashable has partnered with Twestival to promote the world's largest Twitter fundraising drive. Here, New York Twestival co-organizer Paull Young promotes a call to action on the eve of the event.
2More

Duly Consider: "Those Mean-Spirited Liberals?" -- A Rose By Any Other Name - Part 2 - 0 views

  • let's look a little deeper into the divide between the free thinking liberals, the traditionalist conservatives and the fascist Neocons. Name-calling, yes, unfair, no... by any definition held to a standard of actions over words.
  •  
    ...let's look a little deeper into the divide between the free thinking liberals, the traditionalist conservatives and the fascist Neocons. Name-calling, yes, unfair, no... by any definition held to a standard of actions over words.
1More

Introducing LESS: a Better CSS « Usability Post - 0 views

  •  
    Some bright folks also feel the same pain and went ahead and built meta-languages and compilers that take their own version of CSS and compile it to standard CSS code. Their own CSS meta-language is thus able to have new features, like variables, mixins, operations and so on. The most notable of these right now is SASS (part of HAML). I've tried SASS and really liked it, but one thing really bothered me. I didn't like how all the syntax was different to CSS. Sure, it's not CSS anymore, it's SASS, but do we really need to change the syntax of the stuff already present in CSS - why not just expand it? I've asked a friend of mine who is much more competent at programming than me about how long it would take to code a CSS compiler that retained the original CSS syntax but added a bunch of new features. He liked the idea and so we've put together our own version of CSS together with a compiler we call LESS, which stands for Leaner CSS.
1More

Will Skype Founders Buy it Back From eBay - 0 views

  •  
    Niklas Zennstrom and Janus Friis, the founders of Skype sold it to eBay in 2005 for $2.6 billion. The founders now, have approached several private equity firms and are pooling their own substantial resources to make a bid for the Internet calling service, say several people with knowledge of their plans.
1More

Sender's Local Time New Feature Added in Gmail Labs - 0 views

  •  
    Gmail Labs added yet another useful feature for those who receive messages from all over the world.The new feature in Gmail labs called "Sender Time Zone". you can find this option in Labs tab under Settings. Once you enabled this feature you can see green phone icons next to people who are probably awake and readily reachable.The red ones indicates those who could be sleeping or out of the office.
1More

Insert Images to Your Gmail Messages - 0 views

  •  
    Finally Gmail's rich-text editor become more powerful with the addition of the new features in Gmail Labs called Insert Images. The major drawback in Gmail text editor is people can't insert in to the editor. Initially we have to attach the images and this usually displays at the bottom of the mail client as thumbnails.

Online Threats and Dangers - 2 views

started by john sega on 07 Jun 11 no follow-up yet

Blue Screen of Death - 1 views

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

Reliable Online Computer Repair - 3 views

started by cecilia marie on 06 Jun 11 no follow-up yet

Smart and Innovative SEO Philippines Services - 1 views

started by Syntacticsinc SEO on 10 May 11 no follow-up yet

Online Computer Tech Support Service that Understands Urgency - 1 views

started by Sanny Y on 14 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

My Husband Is Happy With Their PC Repair Services - 1 views

started by seth kutcher on 08 Aug 11 no follow-up yet
‹ Previous 21 - 40 of 110 Next › Last »
Showing 20 items per page