TITLE

Blog

Smart Tech Of Things
Meta avatar
  6. May, 2014

Contaminación Lumínica

¿Que es la contaminación lumínica? Se define como un aumento de la iluminación artificial por un mal alumbrado o mal direccionado. La contaminación lumínica solo contempla en su definición cuando el haz de luz de las farolas no es enviada hacia el suelo sino hacia el cielo. Aunque el aumento de luz tiene efectos en
Smart Tech Of Things
Meta avatar
  6. May, 2014

Server Ubuntu – V – PHPMoAdmin

MongoDB As we have already said MongoDB is a non-relational database, this means, that does not have a structure given, i.e. we can add data without necessarily being structured. PHP Although we have installed our server MEAN at the moment are going to use the tool with PHP, later we will integrate more things to
Smart Tech Of Things
Meta avatar
  6. May, 2014

Instalar PHPMoAdmin

MongoDB Como ya dijimos MongoDB es una base de datos no relacional, esto quiere decir, que no tiene una estructura dada, es decir, podemos añadir los datos sin necesariamente estar estructurados. PHP Aunque ya tenemos instalado nuestro servidor MEAN de momento vamos a usar la herramienta con PHP, más adelante integraremos más cosillas para gestionar
JavaScript and Jquery
Meta avatar
  6. May, 2014

JavaScript and Jquery

What is JavaScript? JavaScript or JS is defined as a language oriented to objects, based on prototypes, imperative, weakly typed and dynamic. As definition is fine but for now if you are beginning to schedule forget a little bit of everything. JavaScript is a language that is born and comes to proclaim as standard on
JavaScript y Jquery
Meta avatar
  6. May, 2014

JavaScript y Jquery

¿Qué es JavaScript? JavaScript o JS se define como un lenguaje orientado a objetos, basado en prototipos, imperativo, débilmente tipado y dinámico. Como definición está bien pero de momento si estás empezando a programar olvidate un poco de todo eso. JavaScript es un lenguaje que nace y se llega a proclamar como estándar en el
6 tips to save energy
Meta avatar
  6. May, 2014

6 tips to save energy

About energy saving This article will try to give some guidelines to save energy, surely many already know them and are totally logical but hope that some are new and get more efficient and sustainable, saving more and more each day. 1. -Use the facilities with head Using only the power of the appliances that
6 Consejos para Ahorrar energía
Meta avatar
  6. May, 2014

6 Consejos para Ahorrar energía

Sobre el Ahorro de Energía Este artículo intentaremos dar unas pautas para ahorrar energía, seguramente muchas ya las conoces y son totalmente lógicas pero esperemos que algunas sean nuevas y consigas ser más eficiente y sostenible, ahorrando más y más cada día. 1 . - Usa las instalaciones con cabeza Usa solo la energía de
Loop For for Arduino used as meter light
Meta avatar
  6. May, 2014

Loop For for Arduino used as meter light

Continuing the loop FOR on Arduino In the previous post we saw an example with the FOR loop of Arduino. It termed as a loop default, that always know few turns will give, this is true but not entirely, in the example above use constant at the time of define the loop knew the number
Bucle For para Arduino usado como medidor luminoso
Meta avatar
  6. May, 2014

Bucle For para Arduino usado como medidor luminoso

Continuando el bucle FOR en Arduino En la entrada anterior vimos un ejemplo con el bucle FOR de Arduino. Lo definíamos como un bucle predeterminado, que siempre sabemos cuantas vueltas dará, esto es cierto pero no del todo, en el ejemplo anterior usamos constantes a la hora de definir el bucle sabíamos el número de
Arduino digital outputs
Meta avatar
  6. May, 2014

Arduino digital outputs

Everything you need to know about the digital outputs What are the digital outputs? The digital outputs as its name suggests are "OUTPUTS" that can be programmed to have two States HIGH (with 5v) or LOW (low or 0V). I.e., on or off, if any newbie is reading this will think why learn to program
Salidas digitales Arduino
Meta avatar
  6. May, 2014

Salidas digitales Arduino

Todo lo que debes saber sobre las Salidas Digitales ¿Que son las salidas digitales? Las salidas digitales como su propio nombre indica son "OUTPUTS" que pueden ser programadas para tener dos estados HIGH (alto con 5v) o LOW (bajo o 0V). Es decir, encendido o apagado, si algún novato está leyendo estas líneas pensará ¿para
Loop For Arduino
Meta avatar
  6. May, 2014

Loop For Arduino

Introduction to the For loop The loop FOR is the type of loop more simple, say that is a loop that since is starts know few turns will give (to difference of while that will stop when receive an event). It is declared in the following way: LOOP FOR ARDUINO for (initialization, condition, increment) {