fjordaan + css3   34

Metafizzy
Isotope
An exquisite jQuery plugin for magical layouts. Enables filtering, sorting, and dynamic layouts.
jQuery Masonry
A dynamic jQuery plugin for the flip-side of CSS Floats.
css  javascript  jquery  plugins  layout  masonry  grid  css3  rainbow  shadow  desandro 
20 days ago by fjordaan
Sneak — Fixing the background 'bleed'
I recently came up against an issue in Safari where the background colour of an element seemed to ‘bleed’ through the edge of the corners when applying both borders and a border-radius (see the image above). After seeing David Cole tweet about the same issue I resolved to find a solution, and it came in the form of the -webkit-background-clip property.
rounded  corners  bleed  webkit  css3 
29 days ago by fjordaan
24 ways: Have a Field Day with HTML5 Forms
We are also going to use some of HTML5’s new input types and attributes to create more meaningful fields and use less unnecessary classes and ids:
email, for the email field
tel, for the telephone field
number, for the credit card number and security code
required, for required fields
placeholder, for the hints within some of the fields
autofocus, to put focus on the first input field when the page loads
css3  form  forms  html5  email  tel  iphone  24ways 
january 2012 by fjordaan
HTML5 Please - Use the new and shiny responsibly
HTML5 Please great site that tells you what , etc. features are safe to use. /via
CSS3  HTML5  css  from twitter
january 2012 by fjordaan
Perfection kills » Profiling CSS for fun and profit. Optimization notes.
I wanted to see the kind of impact these nice UI elements have on performance.
css  optimization  performance  css3  profiling 
january 2012 by fjordaan
CSS3 animated button demo
@bergcloud You know, you can make your buttons animate in Firefox too
css3  button  animated  demo 
november 2011 by fjordaan
Animate.css - a bunch of plug-and-play CSS animations
animate.css is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness. To use them in your project, simply add the class to the element.
animation  animations  css  css3  flash  bounce  shake  swing  pulse 
november 2011 by fjordaan
Pure CSS GUI icons (experimental) – Nicolas Gallagher
An experiment that uses pseudo-elements to create 84 simple GUI icons using CSS and semantic HTML. I don’t think this is practical and I hope people are aware of the limitations. Images and SVG are better tools for the job.
css  css3  icons  gui  before  after  pseudo-elements 
november 2011 by fjordaan
Hyphenation on the web (Phil Gyford’s website)
I spent a while this week looking into how best to automatically hyphenate text on websites, to improve Today’s Guardian. I couldn’t find anything recent that summarised the options, so here’s a quick run-down of what I discovered. If you know any more, or any better, please do correct me.
philgyford  html  hyphenation  css3 
june 2011 by fjordaan
Media Queries
The term Responsive Web Design was coined by Ethan Marcotte and is the practice of using fluid grids, flexible images , and media queries to progressively enhance a web page for different viewing contexts.

By restricting CSS rules to a certain width of the device displaying a web page, one can tailor the page's representation to devices (i.e. smartphones, tablets, netbooks, and desktops) with varying screen resolution.
css3  mobile  media  queries  fluid  layouts  examples 
march 2011 by fjordaan
HTML5 Rocks - Quick hits with the Flexible Box Model
I'd bet that you've done your fair share of styling elements to be arranged horizontally or vertically on a page. As of yet, though, CSS has lacked a suitable mechanism for this task. Enter the CSS3 Flexible Box Module, or Flexbox for short.
css3  html5  layout  flexbox  paulirish 
march 2011 by fjordaan
BeerCamp at SXSW 2011
Wha..??! RT : Two lovely CSS scrolling effects I saw today for the first time.
sxsw  beercamp  3d  css  html5  inspiration  zoom  typography  css3  from twitter
march 2011 by fjordaan
Type study: An all CSS button « The Typekit Blog
The button is also a great place to showcase many of the new CSS3 properties in one place, which is another reason I’m particularly taken with buttons at the moment. Through the use of box-shadow, text-shadow, border-radius, and CSS gradients, we can create highly polished interface components that don’t require images.
animation  css3  typekit  button  buttons  css  dan  cederholm  shadow 
february 2011 by fjordaan
Nifty CSS buttons - Anna Debenham
I was messing around with making buttons in CSS and thought I’d share the code I wrote. I discovered that using an inset shadow gives the button a little glow on the top.
css  buttons  annadebenham  css3 
january 2011 by fjordaan
3D Text in CSS
Use multiple text-shadows to create 3D text on any HTML element.
No extra HTML, no extra headaches, just awesomesauce. Works in the latest builds of Safari, Chrome, Firefox, and Opera.
3d  css  css3  text 
january 2011 by fjordaan
Coding In Paradise: 3D Slides Built with HTML5, CSS3, and SVG
I've created a 3D slide deck that uses HTML5, CSS3, and a bit of SVG (video). The main idea behind this deck is to be able to 'zoom' into topics to as deep a level as necessary. Slides are nested, like an outline.
css3  html5  javascript  svg  3d  slides 
october 2010 by fjordaan
My HTML5 / CSS3 / Browser Wish List | EffectGames.com
RT : A fantastic wish-list of near-term HTML and CSS features. Do want! /thx
flash  html5  css3  wishlist  fullscreen  from twitter
september 2010 by fjordaan
YouTube - Paul Rouget on Mixing the web! (Mozilla Summit 2010)
Pretty awesome demo about mixing HTML5, CSS3, WebGL, websockets... etc. Must see.
html5  css3  webgl  websockets  demo  paulrouget  french  mozilla  summit  presentation  video 
july 2010 by fjordaan
The Experiments of Hakim El Hattab
This is my personal playground which I use to explore visual effects, interactive experiments and technologies.
canvas  css3  demo  html5  hakimelhattab 
july 2010 by fjordaan
Blog | Graphicpeel — iOS Icons Made in Pure CSS
Each one of these icons was rendered in nothing but CSS, no images. Viewed best in Safari 5 or Google Chrome.
pure  css  css3  ios  iphone  icons 
july 2010 by fjordaan
iOS Icons in Pure CSS | Graphicpeel
Impressive if a bit pointless: RT : Check out these image-free iOS icons: [in Safari/Chrome]
#CSS3  CSS3  from twitter
july 2010 by fjordaan
When can I use...
Compatibility tables for features in HTML5, CSS3, SVG and other upcoming web technologies
browser  compatibility  html5  css3  tables  whencaniuse  css 
may 2010 by fjordaan
Modernizr
Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML 5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies. Modernizr uses feature detection to test the current browser against upcoming features like rgba(), border-radius, CSS Transitions and many more.
css3  html5  javascript  library  feature  detection  modernizr  fallback 
april 2010 by fjordaan
HTML5 presentation
This presentation was originally created by Marcin Wichary and modified by Ernest Delgado. The purpose of the presentation is to show the coming bleeding edge features for modern desktop and mobile browsers.
css  demo  javascript  presentation  html5  css3  from twitter
april 2010 by fjordaan
24 ways: Working With RGBA Colour
CSS3 introduces a couple of new ways to specify colours, and one of those is RGBA. The A stands for Alpha, which refers to the level of opacity of the colour, or to put it another way, the amount of transparency. This means that we can set not only the red, green and blue values, but also control how much of what’s behind the colour shows through. Like with layers in Photoshop.
24ways  color  css  rgba  transparency  opacity  drewmclennan  colour  css3 
april 2010 by fjordaan
David DeSandro
Awed by 's design portfolio. Great examples of what can be done with CSS3, HTML5, jQuery /via
design  portfolio  desandro  daviddesandro  css3  html5  canvas  from twitter
march 2010 by fjordaan
Román Cortés » Pure CSS Coke Can
After doing the CSS Paper Bird effect, I found out that by a combination of the CSS1 properties background-attachment and background-position, 2D displacement maps could be created and, by scrolling, the displacement map would be applied to different parts of the texture (a background image).
css  displacement  coke  can  3d  css3  cool 
january 2010 by fjordaan
Eric's Archived Thoughts: JavaScript Will Save Us All
A while back, I woke up one morning thinking, John Resig’s got some great CSS3 support in jQuery but it’s all forced into JS statements. I should ask him if he could set things up like Dean Edwards‘ IE7 script so that the JS scans the author’s CSS, finds the advanced selectors, does any necessary backend juggling, and makes CSS3 selector support Transparently Just Work. And then he could put that back into jQuery.
eric  meyer  javascript  js  css  support  css3  ie7  jquery  sizzle  save 
january 2010 by fjordaan

related tags

#CSS3  3d  24ways  after  airport  animated  animation  animations  annadebenham  beercamp  before  bleed  blur  bounce  browser  button  buttons  can  canvas  cederholm  chart  codebitch  coke  color  colour  compatibility  cool  corners  css  css3  dan  daviddesandro  degradation  demo  departure  desandro  design  detection  displacement  drewmclennan  email  eric  examples  fallback  feature  flash  flexbox  fluid  fold  form  forms  french  fullscreen  glow  graceful  gradient  grid  gui  guide  hakimelhattab  headings  html  html5  hyphenation  icons  ie7  image  inspiration  ios  iphone  javascript  jquery  js  layout  layouts  library  literarymoose  mac  macedition  masonry  media  meyer  mobile  modernizr  mozilla  netvouzimported  netvouzpublic  opacity  opera7  optimization  outline  paulirish  paulrouget  performance  philgyford  pictorial  plugins  portfolio  presentation  profiling  pseudo-elements  pulse  pure  queries  rainbow  rgba  rounded  save  shadow  shake  shine  sizzle  slides  snippets  summit  sun  support  svg  swing  sxsw  table  tables  tel  text  transforms  transparency  typekit  typography  video  webgl  webkit  websockets  westciv  whencaniuse  wishlist  wojtek  zoom 

Copy this bookmark:



description:


tags: