Diferencia entre revisiones de «Development»

De Furilo
Ir a la navegación Ir a la búsqueda
(No se muestran 16 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
 +
== Learning ==
 +
 +
* http://nodeschool.io/
 +
 
== Cool collections ==  
 
== Cool collections ==  
  
 
* https://github.com/javierarce/toolbox
 
* https://github.com/javierarce/toolbox
 
+
* Github cheatsheet https://github.com/tiimgreen/github-cheat-sheet
  
 
== Backend ==  
 
== Backend ==  
Línea 21: Línea 25:
 
* https://github.com/carrierwaveuploader/carrierwave Simple and extremely flexible way to upload files from Ruby applications
 
* https://github.com/carrierwaveuploader/carrierwave Simple and extremely flexible way to upload files from Ruby applications
  
 +
 +
=== Rails ===
 +
 +
* http://danielpuglisi.com/articles/2013/09/10-most-used-gems-in-rails-applications
 +
* Ajax JS http://www.alfajango.com/blog/rails-3-remote-links-and-forms/
  
 
== Sysadmin tools ==  
 
== Sysadmin tools ==  
Línea 33: Línea 42:
  
 
== Frontend ==  
 
== Frontend ==  
 +
 +
* Responsible social share links
 +
** https://jonsuh.com/blog/social-share-links/
 +
** https://github.com/kni-labs/rrssb
 +
  
 
=== HTML/CSS/Javascript ===
 
=== HTML/CSS/Javascript ===
Línea 39: Línea 53:
 
* http://speckyboy.com/2011/10/24/25-jquery-plugins-to-help-with-responsive-layouts/
 
* http://speckyboy.com/2011/10/24/25-jquery-plugins-to-help-with-responsive-layouts/
  
 +
==== CSS tricks ====
 +
 +
* https://medium.com/@chrisnager/center-and-crop-images-with-a-single-line-of-css-ad140d5b4a87
 +
** http://codepen.io/chrisnager/pen/XJRRwo?editors=110
  
 
==== CSS Frameworks ====
 
==== CSS Frameworks ====
Línea 61: Línea 79:
 
==== Effects ====
 
==== Effects ====
  
 +
* https://ianlunn.github.io/Hover/
 
* http://h5bp.github.io/Effeckt.css/dist/
 
* http://h5bp.github.io/Effeckt.css/dist/
 
* http://tympanus.net/Development/ModalWindowEffects/
 
* http://tympanus.net/Development/ModalWindowEffects/
Línea 68: Línea 87:
 
* Oridomi http://oridomi.com/
 
* Oridomi http://oridomi.com/
 
* ScrollMagic http://janpaepke.github.io/ScrollMagic/
 
* ScrollMagic http://janpaepke.github.io/ScrollMagic/
 
+
* Swipe Galleries http://flickity.metafizzy.co/
 +
* Tilt image http://tympanus.net/Development/ImageTiltEffect/
  
 
==== Forms ====
 
==== Forms ====
Línea 82: Línea 102:
 
* CreditCardJS http://creditcardjs.com/
 
* CreditCardJS http://creditcardjs.com/
 
* http://instantclick.io/
 
* http://instantclick.io/
 +
* Diagrams in JS http://gojs.net/latest/index.html
 +
* Timelines http://sbstjn.github.io/timesheet.js/#light && https://news.ycombinator.com/item?id=9126491
 +
* HTML Presentations http://lab.hakim.se/reveal-js
 +
* Extract colors from images https://github.com/jariz/vibrant.js
  
 
Links:  
 
Links:  
 
* https://github.com/dypsilon/frontend-dev-bookmarks
 
* https://github.com/dypsilon/frontend-dev-bookmarks
 
  
 
==== Visualization / Charts / Graphs ====
 
==== Visualization / Charts / Graphs ====
Línea 108: Línea 131:
  
 
* http://ace.c9.io/#nav=about
 
* http://ace.c9.io/#nav=about
 
+
* http://neilj.github.io/Squire/
  
 
=== Javascript ===  
 
=== Javascript ===  
  
 +
* http://julian.com/research/velocity/
 
* http://int3.github.io/metajs/ metajs: visualize javascript AST execution
 
* http://int3.github.io/metajs/ metajs: visualize javascript AST execution

Revisión del 20:35 12 oct 2015

Learning

Cool collections

Backend

Static site generators


CMSs / Wikis ...

Gems


Rails

Sysadmin tools

Localhost sharing


Frontend


HTML/CSS/Javascript

General links:

CSS tricks

CSS Frameworks


Swipe menus


Modals / Tipsy


Effects

Forms


Plugins/Tools

Links:

Visualization / Charts / Graphs

Tables


Code editors / WYSIWYG

Javascript