Skip to content

Instantly share code, notes, and snippets.

View etownhooligan's full-sized avatar

Patrick Westerfeld etownhooligan

View GitHub Profile
@etownhooligan
etownhooligan / 0_reuse_code.js
Created April 27, 2014 11:32
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@etownhooligan
etownhooligan / Tiltlist.markdown
Created April 15, 2014 09:36
A Pen by Josh Bader.

SVG-encoder

We can use SVG in data URI, but it works for Webkits only. With encoding SVG in data URI works in all modern browsers! : )

A Pen by yoksel on CodePen.

License.

CSS and SVG Masks

I made this page to collect different types of masks and to test how browsers support them. The winner is SVG : )

Demos have made without fallbacks, so you can open this page in different browsers to check how they support collected features.

A Pen by yoksel on CodePen.

License.

@etownhooligan
etownhooligan / Fancy-Button.markdown
Created March 28, 2014 04:55
A Pen by Marcus Burnette.

Google maps image creator

using google maps api to create a static image, rather than an iframe, to embed in your site.

A Pen by Lavi Perchik on CodePen.

License.