Dicas JQuery

// Instantaneously hide all divs$( “div” ).hide();// Instantaneously show all divs that have the hidden style class$( “div.hidden” ).show(); O que está acontecendo aqui: a propriedade de exibição CSS é …

Continuar lendo

OSX Setup Nginx + MySQL + PHP + Node

Nginx + MySQL via @Reinaldo brew install nginx// auto start on bootln -sfv /usr/local/opt/nginx/*.plist ~/Library/LaunchAgentsbrew install mysqlln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgentsbrew install php55brew install php55-mycryptbrew install php55-memcachebrew install php55-memcachedbrew install php55-phalconbrew …

Continuar lendo

JavaScript: Crash Course

JavaScript (JS) é uma linguagem de programação de computador dinâmica. Instalação e configuração Ferramentas de desenvolvimento do Google . JavaScript 101 Incluir seu example.js em uma página HTML (geralmente colocado …

Continuar lendo