Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jconniff
jconniff / yui_dial_example_code
Created March 31, 2014 22:41
Simple Example of YUI Dial with alternate actions to increment/decrement the value
<html>
<head>
<script src="http://yui.yahooapis.com/3.14.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="demo"></div>
<br />
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- <script src="../../../../yui3/build/yui/yui-min.js"></script> -->
<script src="http://yui.yahooapis.com/3.7.3/build/yui/yui-min.js"></script>
</head>
<style>
.sort-arrows {
<div class="yui3-alert-subtle">
<label>System Notification</label>
This system will be temporarily out of service.
</div>
<div class="yui3-alert-urgent">
<label>Breaking News</label>
Official: 'Most' of Atlanic City Underwater. Atlantic City Boardwalk Destroyed by Sandy...
</div>
<div class="yui3-alert-normal">
<label>Green Bay Packers</label>
<span class="yui3-badge">1</span>
<span class="yui3-badge-success">2</span>
<span class="yui3-badge-warning">4</span>
<span class="yui3-badge-important">6</span>
<span class="yui3-badge-info">8</span>
<span class="yui3-badge-inverse">10</span>
<pre>
for (i = 0; i < 10; i+=1) {
myValue = i;
}
</pre>
When using a <code>&lt;div&gt;</code> make sure to...
<ul class="yui3-thumbnails">
<li>
<a class="yui3-thumb-eliptical" href="#">
<img src="red_rock_thumb.jpg" width="80" alt="landscape"/>
</a>
</li>
<li>
<a class="yui3-thumb-rounded" href="#">
<img src="red_rock_thumb.jpg" width="80" alt="landscape"/>
</a>
<ul class="yui3-thumbnails yui3-g">
<li class="yui3-u-1-3">
<a class="yui3-thumb-eliptical">
<img src="assets/images/space_guy.jpg"/>
</a>
</li>
<li class="yui3-u-1-3">
<a class="yui3-thumb-rounded">
<img src="assets/images/space_guy.jpg"/>
</a>
@jconniff
jconniff / img-eliptical.html
Last active December 12, 2015 03:58
cssextras image circle
<img class="yui3-img-eliptical" src="flower.jpg" width="115" height="115" alt="flower"/>
@jconniff
jconniff / cssextras-images.html
Last active December 12, 2015 03:58
cssextras-images-classes
<img class="yui3-img-eliptical" src="stream.jpg" alt="stream"/>
<img class="yui3-img-rounded" src="stream.jpg" alt="stream"/>
<img class="yui3-img-bordered" src="stream.jpg" alt="stream"/>