Diferencia entre revisiones de «Development»

De Furilo
Ir a la navegación Ir a la búsqueda
Línea 1: Línea 1:
== HTML/CSS/Javascript ==  
+
== Backend ==
 +
 
 +
=== Static site generators ===
 +
 
 +
* http://gohugo.io/
 +
* http://middlemanapp.com/
 +
 
 +
 
 +
=== CMSs / Wikis ... ===
 +
 
 +
* http://dynalon.github.io/mdwiki/#!index.md CMS/Wiki completely built in HTML5/Javascript and runs 100% on the client
 +
 
 +
== Sysadmin tools ==
 +
 
 +
=== Localhost sharing ===
 +
 
 +
* https://forwardhq.com/
 +
* https://ngrok.com/
 +
* http://localtunnel.me/
 +
 
 +
 
 +
 
 +
== Frontend ==
 +
 
 +
=== HTML/CSS/Javascript ===
  
 
General links:
 
General links:
Línea 5: Línea 29:
  
  
=== CSS Frameworks ===  
+
==== CSS Frameworks ====
  
 
* http://susy.oddbird.net/
 
* http://susy.oddbird.net/
Línea 12: Línea 36:
  
  
=== Swipe menus ===  
+
==== Swipe menus ====
  
 
* Responsive Multi-Level Menu http://tympanus.net/Development/ResponsiveMultiLevelMenu/
 
* Responsive Multi-Level Menu http://tympanus.net/Development/ResponsiveMultiLevelMenu/
Línea 19: Línea 43:
  
  
=== Modals / Tipsy ===  
+
==== Modals / Tipsy ====
  
 
* Tipsy http://onehackoranother.com/projects/jquery/tipsy/
 
* Tipsy http://onehackoranother.com/projects/jquery/tipsy/
  
  
=== Effects ===
+
==== Effects ====
  
 
* http://h5bp.github.io/Effeckt.css/dist/
 
* http://h5bp.github.io/Effeckt.css/dist/
Línea 35: Línea 59:
  
  
=== Forms ===  
+
==== Forms ====
  
 
* Animated Forms: http://tympanus.net/Development/AnimatedCheckboxes/
 
* Animated Forms: http://tympanus.net/Development/AnimatedCheckboxes/
Línea 41: Línea 65:
  
  
=== Plugins/Tools ===  
+
==== Plugins/Tools ====
  
 
* Modal with keyboard shortcuts http://www.impressivewebs.com/demo-files/question-mark-js/
 
* Modal with keyboard shortcuts http://www.impressivewebs.com/demo-files/question-mark-js/
Línea 52: Línea 76:
  
  
=== Charts / Graphs ===  
+
==== Charts / Graphs ====
  
 
* http://www.chartjs.org/
 
* http://www.chartjs.org/
Línea 69: Línea 93:
  
  
=== Code editors / WYSIWYG ===  
+
==== Code editors / WYSIWYG ====
  
 
* http://ace.c9.io/#nav=about
 
* http://ace.c9.io/#nav=about
  
  
== Javascript ==  
+
=== Javascript ===  
  
 
* http://int3.github.io/metajs/ metajs: visualize javascript AST execution
 
* http://int3.github.io/metajs/ metajs: visualize javascript AST execution

Revisión del 08:29 2 dic 2014

Backend

Static site generators


CMSs / Wikis ...

Sysadmin tools

Localhost sharing


Frontend

HTML/CSS/Javascript

General links:


CSS Frameworks


Swipe menus


Modals / Tipsy


Effects


Forms


Plugins/Tools

Links:


Charts / Graphs

Tables


Code editors / WYSIWYG


Javascript