FnF.fm Radio player http://www.fnf.fm/
A Pen by Cartoonist ARiF on CodePen.
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
| ; | |
| ; Opinion Lexicon: Positive | |
| ; | |
| ; This file contains a list of POSITIVE opinion words (or sentiment words). | |
| ; | |
| ; This file and the papers can all be downloaded from | |
| ; http://www.cs.uic.edu/~liub/FBS/sentiment-analysis.html | |
| ; | |
| ; If you use this list, please cite one of the following two papers: |
Using a simple on/off toggle to play music with html5 audio player.
Forked from Dimitri Denis's Pen html5 toggle audio player.
A Pen by Cartoonist ARiF on CodePen.
Css3 - Html5 Audio
Forked from Cuộc Sống Số's Pen Css3 - Html5 Audio.
A Pen by Cartoonist ARiF on CodePen.
Css3 - Html5 Audio
A Pen by Cuộc Sống Số on CodePen.
Full how-to at 24ways.org: http://24ways.org/2012/flashless-animation/
You probably have seen me working on the different parts of this: The walk cycle, the running animation, the music looping, the parallax. Here it comes all together.
Music is "The Girl in Byakkoya" by Susumu Hirasawa.
Forked from Lisa's Pen Complete CSS3 + HTML5 music video.
http://www.fnf.fm/ Forked from Mustafa ismail 's Pen Music Player.
A Pen by Cartoonist ARiF on CodePen.
| <div class='metro-social'> | |
| <li><a class="fb" href=http://www.facebook.com/toonsmag rel="nofollow"></a></li> | |
| <li><a class="tw" href=http://twitter.com/toonsmag></a></li> | |
| <li><a class="gp" href="https://plus.google.com/+toonsmag"></a></li> | |
| <li><a class="pi" href=http://pinterest.com/toonsmag rel="nofollow"></a></li> | |
| <li><a class="in" href=https://www.linkedin.com/in/toonsmag rel="nofollow"></a></li> | |
| <li><a class="yt" href=http://www.youtube.com/toonsmag></a></li> | |
| <li><a class="fd" href=http://feeds.feedburner.com/toonsmag rel="nofollow"></a></li> | |
| </div> | |
| <style> |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <title></title> | |
| <meta name="description" content=""> | |
| <meta name="viewport" content="width=device-width"> | |
| </head> | |
| <body style="margin: 20px"> |