This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'<li class="box"><img src="'+val.images.normal+'" /><h2>'+val.title+'</h2><p><span>'+val.views_count+'</span><a href="'+val.html_url+'">original post →</a></p></li>' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type='text/javascript'> | |
$(function() { | |
$.getJSON('https://api.dribbble.com/v1/users/USERNAME/shots?access_token=TOKEN&callback=?', function(resp) { | |
if (resp.data.length > 0) { | |
$.each(resp.data.reverse(), function(i, val) { | |
$('#dribbble').prepend( | |
'<li class="box"><img src="'+val.images.normal+'" /><h2>'+val.title+'</h2><p><a href="'+val.html_url+'">original post →</a></p></li>' | |
); | |
}); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{ "keys": ["ctrl+t"], "command": "side_bar_new_file" }, | |
{ "keys": ["f12"], | |
"command": "side_bar_open_in_browser" , | |
"args":{"paths":[], "type":"testing"} | |
}, | |
{ "keys": ["command+l"], | |
"command": "side_bar_open_in_browser", | |
"args":{"paths":["/Users/enonavital/Applications/Google Chrome.app"], "type":"production"} | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a.hh {background:url(http://f.cl.ly/items/3w1b2b260y1I0d0n3i0f/loader-hover.gif) top left; width:104px; height:100px; display:block;} | |
a.hh:hover {background-position:bottom left;} |