Skip to content

Instantly share code, notes, and snippets.

View spiritphyz's full-sized avatar
🔥

Tony Le spiritphyz

🔥
View GitHub Profile
// animation of improvements in SpecRunner CSS to allow long lines
animation of live tweets and custom visitor message
cover image for Dark Blue Redux game
storage for branding
Placeholder for "What's for Dinner?" media
grim-repo
Images for gallery documentation
@spiritphyz
spiritphyz / veeva.js
Created June 8, 2017 18:22 — forked from pfeilbr/veeva.js
Veeva API helper library
// Veeva API helper library
// dependencies: async
// Brian Pfeil - 2012-03-01 - init
(function() {
window.veeva = {
getRandomFunctionName: function() {
var randomNumber = Math.floor(Math.random() * (new Date()).getTime());
var millisecondsSinceEpoch = (new Date().getTime());
<!--
In the table below, if you make all 3 CSS rules the same pixel height, then the vertical spacing
will be consistent across all browsers, including MS Outlook 2007+ rendering engine:
<td> height: 16px
font-size: 16px
line-height: 16px
These conditions must be true:
1. "mso-line-height: exactly" is set
2. you have a non-breaking space (or Unicode '&#xA0') in the <td> tag