Skip to content

Instantly share code, notes, and snippets.

@Saminou24
Saminou24 / Superflat-superminimal-bullet-clock.markdown
Created October 7, 2013 14:19
A Pen by Saminou yengue kizidi.

Superflat superminimal bullet clock

A super flat and minimal clock whit 3 columns - hours, mins and secs - updated in javascript and jQuery

A Pen by Saminou yengue kizidi on CodePen.

License.

Simple Audio Visualisation

A basic example of using the Web Audio API AudioContext with an AnalyserNode and frequency-domain analysis (FFT) to create a simple music visualiser.

A Pen by Justin Windle on CodePen.

License.

Quick 'n dirty iTunes 11 style scroller

Spent a couple of hours seeing if I could recreate the album scroller found in the store view of the latest version of iTunes. Uses CSS3 transforms for animation and some jQuery to handle interaction. Definitely needs tidying up, and probably only works in WebKit and latest FireFox for now.

Update: Fixed the auto-scroll so now it will pause when you hover the scroller. Also fixed couple of other little bugs with the animation queue.

A Pen by Chris Green on CodePen.

License.

@Saminou24
Saminou24 / YAUI-v2.markdown
Created October 3, 2013 23:22
A Pen by Hugo Darby-Brown.
@Saminou24
Saminou24 / index.html
Created October 3, 2013 23:17
A Pen by tomasz stryjewski.
<form>
<fieldset class="radioset">
<ul>
<li><input type="radio" name="radio[]" id="radio1" checked><label for="radio1">foo</label>
<li><input type="radio" name="radio[]" id="radio2"><label for="radio2">bar</label>
<li><input type="radio" name="radio[]" id="radio3"><label for="radio3">baz</label>
<li><input type="radio" name="radio[]" id="radio4"><label for="radio4">qux</label>
</ul>
</fieldset>
</form>
@Saminou24
Saminou24 / Dark-Datepicker.markdown
Created October 3, 2013 23:15
A Pen by Thibaut.
@Saminou24
Saminou24 / CSS-INLINE-CALENDER.markdown
Created October 3, 2013 23:10
A Pen by Scott Marshall.

CSS INLINE CALENDER

A clean looking calender for the month of January using in-line elements and relative and absolute positioning. I made this relative so you can place it anywhere.

A Pen by Scott Marshall on CodePen.

License.

@Saminou24
Saminou24 / clock.markdown
Created October 3, 2013 23:07
A Pen by Andreas Storm.