Skip to main content

Home/ CSS Evangelist/ Group items tagged dos

Rss Feed Group items tagged

anonymous

Refresh Your Brand Identity with New Brochure Designs - 0 views

  •  
    Creating a brand identity requires time and effort. For this reason, people do not want to alter their brand identity easily. However, certain situations may demand change of your company's identity and promotional materials. These circumstances can include change of company name, restructuring of core team, and introduction of new services.
Vernon Fowler

Font sizing with rem - Snook.ca - 0 views

  • The problem with em-based font sizing is that the font size compounds. A list within a list isn't 14px, it's 20px. Go another level deeper and it's 27px!
  • The rem unit is relative to the root—or the html—element. That means that we can define a single font size on the html element and define all rem units to be a percentage of that. html { font-size: 62.5%; } body { font-size: 1.4rem; } /* =14px */ h1 { font-size: 2.4rem; } /* =24px */
  • We can specify the fall-back using px, if you don't mind users of older versions of Internet Explorer still being unable to resize the text (well, there's still page zoom in IE7 and IE8). To do so, we specify the font-size using px units first and then define it again using rem units. html { font-size: 62.5%; } body { font-size: 14px; font-size: 1.4rem; } /* =14px */ h1 { font-size: 24px; font-size: 2.4rem; } /* =24px */
  • ...3 more annotations...
  • I'm defining a base font-size of 62.5% to have the convenience of sizing rems in a way that is similar to using px.
  • consistent and predictable sizing in all browsers, and resizable text in the current versions of all major browsers
  • The compounding nature of em-based font-sizing can be frustrating so what else can we do?
vitor sena

Jogando.net/mu Season 6 EP 3 (29 ) - 1 views

Participem da Nova Temporada da Jogando.Net/mu em versão Season6 sem bugs e com muitas Novidades. São mais de 20 servidores hospedados na equipe jogando.net com segurança e diversão garantida, os ...

started by vitor sena on 15 Sep 12 no follow-up yet
Vernon Fowler

Scout - Compass and Sass without all the hassle - 0 views

  •  
    "Since Sass and Compass are Ruby gems, they require that you have a working knowledge of Ruby and the command line. Not all designers will know how or want to use command line tools, and that's where Scout steps in. Scout runs Sass and Compass in a self-contained Ruby environment, letting you effortlessly manage all of your Sass projects with a handful of clicks. You'll never have to worry about your Ruby setup or deal with technical issues. Scout does all of the heavy lifting, giving you more time to do what you love."
Al-Mehatb Shaikh

Ecommerce websit custom logo design Free Logo generator - 0 views

  •  
    Go through all our work samples to get a feel of the kind of work we do, logodesign.ae doesn't offer anything but high quality in all the designs concepts.
tech vedic

10-reasons your computer may be running slowly - 0 views

  •  
    Most of the times, your computer runs slow and this hampers the productivity of your work. Then what to do?? Well, you can find the solution for this when you know the exact problem. In this tutorial, we are giving you 10 most obvious reasons for slow speed of your computer.
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.
yc c

Pure CSS Twitter Fail Whale - Subcide - 5 views

  •  
    Developers continue to do crazy things to show us what can be done with CSS3. The latest is a fully animated Twitter fail whale by Steve Dennis: The idea for this came to me this morning after being greeted first thing this morning by another Twitter outage. I'd been looking for something to stretch my CSS muscles on, and the Fail Whale seemed perfect. Also I think the animation only adds to his (or her?) charm. How was this made? The short answer is very painfully, by hand, using trial and error. Curves are done using various uneven border-radius properties, stranger angles (such as the strings) are masked using containers with overflow: hidden; set on them. I hope someone else gets a bit of enjoyment out of my wasted Sunday. It was a fun experiment that I don't plan on repeating any time soon. Take a look at the source to see the mass of code such as: PLAIN TEXTCSS:@-webkit-keyframes flutter1 {  0%   { -webkit-transform:rotate(0deg) }  50%  { -webkit-transform:rotate(-25deg) }  100% { -webkit-transform:rotate(0deg) }}.right .wing {  background: transparent !important;  z-index: 22 !important;  width: 15px;  height: 18px;  bottom: 4px;  left: 8px;  -webkit-animation: 'flutter1' 0.1s linear;  -webkit-animation-iteration-count: infinite;} 
my mashable

Shakespeare and Twitter Make an Odd Couple - 0 views

  •  
    One of the benefits of creating an open, simple, highly adaptable service like Twitter is the fact that once it takes off, people will try to do a lot of interesting things with it.
my mashable

TMI? TrueScoop Offers Free Public Record Search on Facebook - 0 views

  •  
    If you already think social networks give you a bit more information than you want about some people, TrueScoop's new Facebook application might make you cringe. It's completely free public records search, a service that lots of websites charge for, usually so potential employers can do background checks.
my mashable

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.
my mashable

Google Can't Do Old Media; Pulls the Plug on Radio Ads - 0 views

  •  
    Google's plans to extend its AdWords platform to traditional media appears to be going up in smoke as the economy falters. The company has announced that it's discontinuing its radio advertising program, a business it got into back in 2006 with the acquisition of dMarc Broadcasting. The news follows word that Google would be pulling out of print advertising as well, which was announced less than a month ago.
my mashable

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.
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
Frederik Van Zande

CSS Transitions via jQuery Animations | Weston Ruter - 1 views

  •  
    The WebKit team has been developing some cutting-edge proposals to extend CSS with the ability to do declarative animations and other effects. This ability is key to maintaining the three-fold separation of HTML content, CSS presentation, and JavaScript behavior. Animation effects on the Web today are accomplished with JavaScript code which repeatedly changes an element's style at a certain interval in order to create an animated effect. This practice, however, violates the separation between presentation and behavior because the animation behaviors are directly changing the document's presentation (i.e. modifying the style property). Ideally, all of the animation triggers and presentation states would be declared in CSS. And this is exactly what the WebKit team has proposed in its CSS Transitions specification.
Frederik Van Zande

The Big Table Problem | 8164 - 0 views

  •  
    My friend/ex-coworker Sam the Wonder Boy used to send me late night AIM messages comprised of only three letters, "M.F.R." This would then send chills up my spine, and I'd curl up on the floor in fetal position and weep nonstop. OK, I'm exaggerating a quite bit, and Sam doesn't do that anymore. "M.F.R." stands for "Monthly Forecast Report." It was one of the many modules of a huge intranet web application we worked on years ago. As the name implies, it was a report. Before arriving to the actual report screen, the user could select some criteria such as date range, products, etc. Depending on the selection, the report can have up to sixty columns and thousands of rows. It was quite a challenge both on the backend and frontend. I initially created it using server side Excel API and dumped it to the frontend as an excel sheet. In version 2 I made it as an HTML table with the Excel export option. In version 3 I ditched HTML and went for Crystal Report, in version 3.5 it became Active Report. In version 4 we rewrote the whole application as a .NET client app, with the report section being Excel again. In version 5, well there wasn't a version 5. The whole project got outsourced to India and the team was disbanded. But that's a blog for another day.
my mashable

3 Ways to Harness the Social - 0 views

  •  
    Social media allows for an immediate way to interact and engage with people and companies online. There are the obvious sites that allow for social networking, but social media done right can aspire to be so much more. We thought we'd highlight three notable Twiistup showoffs who are doing big things with social media.
my mashable

Help Raise $30,000 for Cancer Research by Sending a Free Virtual Cupcake - 0 views

  •  
    Appliance manufacturer Electrolux is heating things up this Valentine's Day - in a virtual oven that is. The brand is using their Facebook application to create a little buzz and do some good in return.
my mashable

Qapacity: A More Social Home for Your Small Business - 0 views

  •  
    If you're a small business or a one man/woman show, how are you promoting your business online? On the flip side, if you're looking for a consultant, photographer, or a web design company, where do you start your search?That's where Qapacity jumps in; they're hoping to be the middle-man for professionals and service seekers, adding a few unique touches to make the process painless on both sides.
anonymous

Dell laptop Batteries-replacement for Dell Inspiron battery and Dell Latitude laptop ba... - 0 views

    • anonymous
       
      The website is espcially designed for Dell laptop batteries.The replacement Dell inspiron battery and Dell latitude battery for every kind of Dell laptop computer.Do you have a Dell notebook computer?Do you need a such battery?Come here to find what you need.Good luck!
‹ Previous 21 - 40 of 117 Next › Last »
Showing 20 items per page