Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged CSS3

Rss Feed Group items tagged

Laura Reed

Touch events - Web APIs | MDN - 3 views

  •  
    "The touch events interfaces are relatively low-level APIs that can be used to support application specific multi-touch interactions such as a two-finger gesture. A multi-touch interaction starts when a finger (or stylus) first touches the contact surface. Other fingers may subsequently touch the surface and optionally move across the touch surface. The interaction ends when the fingers are removed from the surface. During this interaction, an application receives touch events during the start, move and end phases."
LinkSture Technologies

MUU - Unique and Creative Resume / Portfolio Template - 0 views

  •  
    MUU is a creative, unique design, minimal and onepage vCard / Resume HTML5 template to showcase your resume and portfolio to the world in interactive way. Each and every section is detailed designed with creative eye and of course navigating different sections is really smooth, user-friendly and something different.
Mike More

12 Most Popular jQuery Plugins of April 2012 - 3 views

  •  
    Here we are again for another monthly round-up of the most popular jQuery plugins of April 2012, these 12 plugins will make you WOW!
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?
Vernon Fowler

10 jQuery Tabs and Accordions - 3 views

  •  
    10 jQuery Tabs and Accordions http://t.co/HzyxLpDH
Mike More

24 Most Popular jQuery Plugins of February 2012 - 0 views

  •  
    Last month, many great jQuery plugins were created and new versions were released too. Now, lets go through some of the most popular jQuery plugins in February 2012.
Luciano Ferrer

HTML KickStart - Ultra-Lean HTML Building Blocks for Rapid Website Production - KickSta... - 2 views

  •  
    "HTML KickStart is an ultra-lean set of HTML5, CSS, and jQuery (javascript) files, layouts, and elements designed to give you a headstart and save you 10's of hours on your next web project. "
keaton dodson

Responsive Web Design: What It Is and How To Use It - 0 views

  •  
    Responsive web growth has become vital when it comes to web growth solutions. This is because of the awesome number of cellular phones and cellular use all over the world.
  •  
    Responsive web growth has become vital when it comes to web growth solutions. This is because of the awesome number of cellular phones and cellular use all over the world.
simplykreative

How to start coding? - 0 views

  •  
    With the rise of big internet coded applications like the Google brothers, Mark Zuckerberg coding seems to interest everybody. Learning how to code opens up a whole new world of opportunity were your imagination is the only limit.
Magdalena Tubis

Frontend Development Bookmarks - 0 views

  •  
    A badass list of frontend development resources I collected over time.
« First ‹ Previous 121 - 140 of 189 Next › Last »
Showing 20 items per page