One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| http://wordpress.org/extend/themes/clockworksimple | |
| http://wordpress.org/extend/themes/clockworkmint | |
| http://wordpress.org/extend/themes/wheat-lite | |
| http://wordpress.org/extend/themes/emptiness | |
| http://wordpress.org/extend/themes/thematic | |
| http://wordpress.org/extend/themes/defusion | |
| http://wordpress.org/extend/themes/greymonger-theme | |
| http://wordpress.org/extend/themes/elegance | |
| http://wordpress.org/extend/themes/greyville | |
| http://wordpress.org/extend/themes/8some |
| require "openssl" | |
| require "net/smtp" | |
| Net::SMTP.class_eval do | |
| private | |
| def do_start(helodomain, user, secret, authtype) | |
| raise IOError, 'SMTP session already started' if @started | |
| #check_auth_args user, secret, authtype if user or secret | |
| no_args = method(:check_auth_args).arity |
| By Klaus Wuestefeld | |
| 1) Torne-se excelente. | |
| Seja realmente bom em alguma coisa. Não fique só choramingando ou | |
| querendo progredir às custas dos outros. Não pense q pq vc sentou 4 | |
| anos numa faculdade ouvindo um professor falar sobre software q vc | |
| sabe alguma coisa. Jogador de futebol não aprende a jogar bola tendo | |
| aula. Ele pratica. Instrumentistas geniais nao aprendem a tocar tendo | |
| aula. Eles praticam. Pratique. Chegue em casa depois do trabalho e da |
| # UX para Developers - Referências | |
| ## Soluções prontas | |
| - Bootstrap from Twitter (http://twitter.github.com/bootstrap) | |
| - jQuery Mobile (http://www.jquerymobile.com) | |
| - HTML 5 Boilerplate (http://html5boilerplate.com) | |
| ## Ferramentas |
| require 'pry' | |
| require 'rubygems' | |
| require 'google/api_client' | |
| passPhrase = "notasecret" | |
| keyFile = "YOUR KEY HERE-privatekey.p12" | |
| cID = "YOUR ID HERE.apps.googleusercontent.com" | |
| scope = 'https://www.googleapis.com/auth/analytics.readonly' | |
| profileID = "YOUR PROFILE ID" | |
| email = 'YOUR_SA_ACCOUNT_EMAIL_HERE@developer.gserviceaccount.com' |
| { | |
| "vars": { | |
| "@gray-base": "#000", | |
| "@gray-darker": "lighten(@gray-base, 13.5%)", | |
| "@gray-dark": "lighten(@gray-base, 20%)", | |
| "@gray": "lighten(@gray-base, 33.5%)", | |
| "@gray-light": "lighten(@gray-base, 46.7%)", | |
| "@gray-lighter": "lighten(@gray-base, 93.5%)", | |
| "@brand-primary": "darken(#428bca, 6.5%)", | |
| "@brand-success": "#5cb85c", |