Skip to content

Instantly share code, notes, and snippets.

@Saminou24
Saminou24 / Mac-OS-X-10.8-Finder-in-CSS3.markdown
Created October 2, 2013 05:56
A Pen by Patrick Kontschak.

Mac OS X 10.8 Finder in CSS3

This is a WIP. I explain why later.

I recreated the 10.6 Finder almost 2 years ago. At that time a lot of people recreated a bunch of elements from the Mac UI in CSS3. Like the dock or various kinds of aqua buttons, etc. I decided to make the Finder to learn the kinks of CSS3 and just to see what I'm able to do with it.

You can see it here: http://patrickkontschak.com/css3/finder

That was almost 2 years ago. I've been learning SASS and HAML and all those "hip new things' and tried to update it with these, but I ended up breaking half the thing and the code just looks horrible. It's a code-monster. 2 days ago I finally decided to update my CSS3 project.

@Saminou24
Saminou24 / Apple-Promos.markdown
Created October 2, 2013 06:15
A Pen by Lavi Perchik.
@Saminou24
Saminou24 / CSShrome.markdown
Created October 2, 2013 06:16
A Pen by Adem ilter.
@Saminou24
Saminou24 / Interactive-UI-demo.markdown
Created October 3, 2013 14:20
A Pen by Saminou yengue kizidi.

Chart.js into PNG using phantomjs/casperjs

Building a prototype so I can turn a chart into a PNG using phantomjs/casperjs to go into monthly client reports sent out by email

A Pen by Tahir Fayyaz on CodePen.

License.

@Saminou24
Saminou24 / A-Pen-by-Harris-Novick.markdown
Created October 3, 2013 16:46
A Pen by Harris Novick.

Selectable Color without JS (Chrome Only)

Hacking the HTML5 color input type to tint a photo or change background color. CSS only - no JS. Chrome only.

A Pen by Saminou yengue kizidi on CodePen.

License.

@Saminou24
Saminou24 / Lease-Balance-Meter.markdown
Created October 3, 2013 19:40
A Pen by Saminou yengue kizidi.

Lease Balance Meter

Design from a Dribbble shot by Cesar Zeppini. I built the visual meter on top of a hidden meter element. The value of the meter’s value attribute determines the width of the red meter bar and the number displayed in the green box. Demo by changing the value of the value attribute from 750 to a number between 0 and 1000.

Because the functionality of the visual meter relies on JavaScript, progressive enhancement is necessary. Progressive enhancement can be achieved by leaving the meter element’s display property at default until hidden by a script-loaded stylesheet. This stylesheet would contain all the style declarations for the visual meter. If the stylesheet failed to load, the meter element would remain accessible.

A Pen by Saminou yengue kizidi on CodePen.

[License](htt

@Saminou24
Saminou24 / Light-Switch.markdown
Created October 3, 2013 19:43
A Pen by Saminou yengue kizidi.
@Saminou24
Saminou24 / CSS-Tabs.markdown
Created October 3, 2013 20:00
A Pen by Saminou yengue kizidi.