Skip to content

Instantly share code, notes, and snippets.

View marciobarrios's full-sized avatar

Marcio Barrios marciobarrios

View GitHub Profile
@marciobarrios
marciobarrios / Questions.md
Created October 31, 2012 17:52 — forked from Integralist/Questions.md
Recruitment Questions for front-end developer (modified from https://github.com/darcyclarke/Front-end-Developer-Interview-Questions)

##JavaScript specific Questions

  • Which JavaScript libraries have you used?
  • How is JavaScript different from Java?
  • What are undefined and undeclared variables?
  • What is an expression?
  • What is a statement?
  • Give an example of a function declaration
  • Give an example of a function expression
  • Explain what the DOM is and some best practices for interacting with it.
@marciobarrios
marciobarrios / dabblet.css
Created November 4, 2012 22:41 — forked from trevorgerzen/dabblet.css
YouTube Footer Buttons
/*
YouTube Footer Buttons
*/
.button {
border: 1px solid #DDD;
border-radius: 3px;
text-shadow: 0 1px 1px white;
box-shadow: 0 1px 1px #fff;
font: bold 11px Sans-Serif;
@marciobarrios
marciobarrios / html-entities.md
Created November 8, 2012 09:12 — forked from leostratus/html-entities.md
HTML Entities/HTML Escape Characters

Because somehow I always end up trolling the interwebs looking for a reference for these.

Symbol Code Entity Name

Code Style

  • Tab indentation
  • Single-quotes
  • Semicolon
  • Strict mode
  • No trailing whitespace
  • Variables at the top of the scope
  • Multiple variable statements
  • Space after keywords and between arguments and operators
@marciobarrios
marciobarrios / dabblet.css
Created August 6, 2013 13:54 — forked from glorialangreo/dabblet.css
Spinner adjustments, original by Gloria Langreo (http://dabblet.com/gist/6163594)
/**
* Spinner adjustments, original by Gloria Langreo (http://dabblet.com/gist/6163594)
*/
* { margin: 0; padding: 0; }
body { background-color: #434343; text-align:center; padding: 2em; }
.spinner { display: inline-block; margin-left: -2px; }
.spinner li {
display: inline-block;