design & mobile

  • Archive
  • RSS
  • Ask me anything
futurejournalismproject:

Your Single Page CSS and JavaScript Scrolling Animation for a Cause Site of the Day
Every Last Drop is a single page Web site by Waterwise, a UK NGO focused on water issues, to demonstrate how and where you can conserve water on a daily basis.
Earlier today we posted on repetition in Web design so count this among the ways to do it better.
Our sophisticated internal critique of the site ran something like this:

Michael: You want to see something neat. [Sends URL]
Jihii: Oh my God, I can’t even take this, it’s so cute.
Michael: It’s…
Jihii: Oh my God, I love this little man.

Sophistication, FJP style.
Image: Partial screenshot, Every Last Drop. Select to Embiggen.
Pop-upView Separately

futurejournalismproject:

Your Single Page CSS and JavaScript Scrolling Animation for a Cause Site of the Day

Every Last Drop is a single page Web site by Waterwise, a UK NGO focused on water issues, to demonstrate how and where you can conserve water on a daily basis.

Earlier today we posted on repetition in Web design so count this among the ways to do it better.

Our sophisticated internal critique of the site ran something like this:

Michael: You want to see something neat. [Sends URL]

Jihii: Oh my God, I can’t even take this, it’s so cute.

Michael: It’s…

Jihii: Oh my God, I love this little man.

Sophistication, FJP style.

Image: Partial screenshot, Every Last Drop. Select to Embiggen.

    • #css
    • #design
    • #eco
  • 2 months ago > futurejournalismproject
  • 23
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
webkitbits:

CSS Dock

An experiment mimicking the Dock of OS X using only CSS. Labels, animations, reflections and indicators… it’s all there. This is Version 2 of my CSS Dock featuring leaner code and better documentation. Check it out on GitHub. Looking for the old version?

(via decodering)
Pop-upView Separately

webkitbits:

CSS Dock

An experiment mimicking the Dock of OS X using only CSS. Labels, animations, reflections and indicators… it’s all there. This is Version 2 of my CSS Dock featuring leaner code and better documentation. Check it out on GitHub. Looking for the old version?

(via decodering)

Source: decodering

    • #css
    • #ui
  • 1 year ago > decodering
  • 34
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
onethingwell:

Gradient makes it easy to generate CSS3 background gradients. The retro sci-fi UI might not be to everyone’s taste, but in practice it’s simple to use, fast and reliable.

For those unfamiliar with CSS and wondering why you’d need a dedicated app for something as seemingly simple as a gradient, here’s the code required to get the grey-to-black fade shown above working across all the popular browsers:


background-color: #dbcfdb;
background-image: -webkit-gradient(linear, left center, right center, to(rgb(219, 207, 219)), from(rgb(61, 61, 60)));
background-image: -webkit-linear-gradient(left, rgb(219, 207, 219), rgb(61, 61, 60));
background-image: -moz-linear-gradient(left, rgb(219, 207, 219), rgb(61, 61, 60));
background-image: -o-linear-gradient(left, rgb(219, 207, 219), rgb(61, 61, 60));
background-image: -ms-linear-gradient(left, rgb(219, 207, 219), rgb(61, 61, 60));
background-image: linear-gradient(left, rgb(219, 207, 219), rgb(61, 61, 60));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dbcfdb', EndColorStr='#3d3d3c');
View Separately

onethingwell:

Gradient makes it easy to generate CSS3 background gradients. The retro sci-fi UI might not be to everyone’s taste, but in practice it’s simple to use, fast and reliable.

For those unfamiliar with CSS and wondering why you’d need a dedicated app for something as seemingly simple as a gradient, here’s the code required to get the grey-to-black fade shown above working across all the popular browsers:

background-color: #dbcfdb;
background-image: -webkit-gradient(linear, left center, right center, to(rgb(219, 207, 219)), from(rgb(61, 61, 60)));
background-image: -webkit-linear-gradient(left, rgb(219, 207, 219), rgb(61, 61, 60));
background-image: -moz-linear-gradient(left, rgb(219, 207, 219), rgb(61, 61, 60));
background-image: -o-linear-gradient(left, rgb(219, 207, 219), rgb(61, 61, 60));
background-image: -ms-linear-gradient(left, rgb(219, 207, 219), rgb(61, 61, 60));
background-image: linear-gradient(left, rgb(219, 207, 219), rgb(61, 61, 60));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dbcfdb', EndColorStr='#3d3d3c');
    • #css
    • #osx
    • #web
    • #design
  • 1 year ago > onethingwell
  • 46
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
strake:

Opera logo with CSS - at first I thought this was just another IE slam (which would be funny in itself), but these are actual browser renderings using border-radius and CSS gradients.  (via willjardine)
View Separately

strake:

Opera logo with CSS - at first I thought this was just another IE slam (which would be funny in itself), but these are actual browser renderings using border-radius and CSS gradients. (via willjardine)

Source: willjardine

    • #browser
    • #css
  • 3 years ago > willjardine
  • 6
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

About

by Scott Judson

CTO at Futuretech, we specialise in video streaming technologies to any device.

Buy my t-shirts

Twitter

loading tweets…

Liked

  • Photo via helloyoucreatives
    Photo via helloyoucreatives
  • Photo via wired

    NASA has just released this cute chart depicting the various distances traveled by wheeled machines on other worlds.

    Space has never been so...

    Photo via wired
  • Photo via rocketboom

    via

    Photo via rocketboom
  • Photoset via davesparks

    eidesis:

    “RYNO Motors has designed a multiple use, self-balancing, one wheel, electric scooter that’s adaptable to wide range of uses...

    Photoset via davesparks
See more →
  • RSS
  • Random
  • Archive
  • Ask me anything
  • Mobile
Effector Theme by Pixel Union