• Skip to content
  • Skip to primary sidebar

Developers Tips & Tricks

You are here: Home / Archives for HTML5

HTML5

ReactJS & NodeJS Comments App.

27 abril, 2016 by MPezzolano

ReactJS &  NodeJS Comments App.

In this case using NodeJS and ReactJS at the same project. The React has server example  for NodeJS, Ruby, Python, PHP. We can clone de repository and after install all dependencies. For that first : git clone https://github.com/reactjs/react–tutorial.git comments npm install Run the App : npm start The file server.js is used express module in order to […]

Filed Under: Express JS, HTML5, JavaScript, NodeJS, React JS Tagged With: git, html5, nodejs, NPM, post comments, REACTJS

React PropTypes

26 abril, 2016 by MPezzolano

React PropTypes

When you create a class with React, using the createClass method. We can use some properties and methods in order to manage behavior of our class. for this let’s use points : propTypes and getDefaultProps. propTypes : We can set the properties of the class. getDefaultProps: We can set default values. So we can set the components […]

Filed Under: HTML5, JavaScript, React JS Tagged With: createClass, getDefaultProps, PropTypes, react

React JS TODO LIST

7 abril, 2016 by MPezzolano

React JS TODO LIST

Todo App. A simple way to work with de dom. We will create a simple form with one text field and a submit button, using the method React.createClass, so let’s do it : We have two classes, one for create every task and other for refresh every task on the browser. We can show items […]

Filed Under: HTML5, JavaScript, React JS Tagged With: classes, Forms, javascript, REACTJS, todo list

4 JavaScript Design Patterns You Should Know

18 marzo, 2016 by MPezzolano

Every developer strives to write maintainable, readable, and reusable code. Code structuring becomes more important as applications become larger. Design patterns prove crucial to solving this challenge – providing an organization structure for common issues in a particular circumstance. JavaScript web developers frequently interact with design patterns, even unknowingly, when creating applications. Although there is […]

Filed Under: HTML5, JavaScript Tagged With: design, javascript, module, observer, patterns, prototype, revealing, singleton

Setting up Working Environment for Backbone.js

17 marzo, 2016 by MPezzolano

Setting up Working Environment for Backbone.js

BackboneJS has a hard dependency on Underscore.js and a soft dependency on Jquery. So, the following components are required to start working with BackboneJS: Backbone.js Underscore.js (>=1.4.3) Jquery (>=1.7.0) So, after having all these prerequisites we will test if it has been set up properly by writing our first BackboneJSDemo.html file such as below: <html> <head> <meta charset=”utf-8″> […]

Filed Under: BackBone JS, HTML5, JQUERY Tagged With: collections, events, javascript, models, routes

  • Page 1
  • Page 2
  • Next Page »

Primary Sidebar

Categorías

  • Angular JS (10)
  • BackBone JS (6)
  • Ember JS (2)
  • Express JS (4)
  • EXTJS (1)
  • General (7)
  • GIT (3)
  • Grunt JS (2)
  • HTML5 (8)
  • JAVA (5)
  • JavaScript (14)
  • JQUERY (15)
  • JSON (1)
  • JSP (1)
  • Knockout JS (2)
  • LARAVEL (13)
  • Linux (2)
  • Mobile Angular UI (1)
  • Modulus.io (1)
  • MongoDB (5)
  • MySQL (3)
  • NodeJS (11)
  • PHP (1)
  • Polymer (3)
  • PostgreSQL (1)
  • Prism.JS (1)
  • PYTHON (10)
  • QOOXDOO (1)
  • React JS (7)
  • Redis (2)
  • Sin categoría (6)
  • SQL (1)
  • TWIG (4)
  • UnderScore (1)
  • Web Services. (2)
  • Wordpress (1)

Cloud Tags

Angular JS BackBone JS Ember JS Express JS EXTJS General GIT Grunt JS HTML5 JAVA JavaScript JQUERY JSON JSP Knockout JS LARAVEL Linux Mobile Angular UI Modulus.io MongoDB MySQL NodeJS PHP Polymer PostgreSQL Prism.JS PYTHON QOOXDOO React JS Redis Sin categoría SQL TWIG UnderScore Web Services. Wordpress

Copyright © 2022 · Genesis Sample Theme on Genesis Framework · WordPress · Log in