Skip to content

Instantly share code, notes, and snippets.

View carloscastillop's full-sized avatar
💭
🦋

Carlos Castillo Pardo carloscastillop

💭
🦋
View GitHub Profile
@carloscastillop
carloscastillop / load_addthis_after_ajax_calls.js
Created February 3, 2017 13:04 — forked from sadjow/load_addthis_after_ajax_calls.js
Dynamic load addthis tag after ajax calls
$(document).ajaxStop(function() {
if (window.addthis) {
window.addthis = null;
window._adr = null;
window._atc = null;
window._atd = null;
window._ate = null;
window._atr = null;
window._atw = null;
@carloscastillop
carloscastillop / inset_input.css
Created December 21, 2016 11:06 — forked from nrrrdcore/inset_input.css
The Perfect Inset Input CSS
input {
height: 34px;
width: 100%;
border-radius: 3px;
border: 1px solid transparent;
border-top: none;
border-bottom: 1px solid #DDD;
box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>