Skip to content

Instantly share code, notes, and snippets.

View vinicius5581's full-sized avatar
:octocat:
Chilling

Vinicius Santana vinicius5581

:octocat:
Chilling
View GitHub Profile
Creating new Spots
1 - Add new spots
2 - Set spots radius
3 - Define spot approval methods
Posting a new message
1 - Post new stories
@vinicius5581
vinicius5581 / gist:efab7fcefe000b2ec936
Last active August 29, 2015 14:18
CSS3 Transform References
http://desandro.github.io/3dtransforms/docs/card-flip.html
- http://desandro.github.io/3dtransforms/examples/card-01.html
http://davidwalsh.name/css-flip
http://tympanus.net/Development/ImageTransitions/index6.html
http://fb45.atrending.net/17-things-you-didnt-know-google-chrome-could-do.html
http://www.w3csolutions.com/website-resources/Horizontal-Menu/CSS-Menu/Horizontal-Sub-Menu/
http://www.w3csolutions.com/website-resources/Horizontal-Menu/CSS-Menu/Horizontal-Sub-Menu/
@vinicius5581
vinicius5581 / gist:d936fadffb39965378d8
Last active August 29, 2015 14:19
Horizontal Menus
http://www.w3csolutions.com/website-resources/Horizontal-Menu/CSS-Menu/Horizontal-Sub-Menu/
https://gist.github.com/jgoyon/3993263
http://cssmenumaker.com/css-menus
@vinicius5581
vinicius5581 / gist:535041d064be5960ef53
Last active August 29, 2015 14:20
Supevising Presenter & Backbone.js
http://victorsavkin.com/post/59496656297/building-large-backbone-applications
http://victorsavkin.com/post/49767352960/supervising-presenters
http://martinfowler.com/eaaDev/SupervisingPresenter.html
http://orizens.com/wp/topics/backbone-js-for-large-scale-applications-ui-architecture/
http://marionettejs.com/
//------------------------------------------
//- Model ----------------------------------
// The model is abstract and has no knowledge of the presentation layer.
var Product = Backbone.Model.extend({
initialize: function(){
this.set({price : 0, pricePlusTax : 0});
this.on("change:price", function(){
this.set({pricePlusTax: this.get('price') * 1.2})
})
https://discussions.apple.com/docs/DOC-3083
http://coolestguidesontheplanet.com/get-apache-mysql-php-phpmyadmin-working-osx-10-10-yosemite/
http://coolestguidesontheplanet.com/set-virtual-hosts-apache-mac-osx-10-9-mavericks-osx-10-8-mountain-lion/
http://coolestguidesontheplanet.com/get-apache-mysql-php-phpmyadmin-working-osx-10-9-mavericks/
%placeholder{
property: value;
}
@mixin widget(full/content/aside){
}
//layout
Target all pages elements and apply placeholders and mixins for widgets, boxes and heades.