Skip to content

Instantly share code, notes, and snippets.

@ptaferner
ptaferner / AND_OR_NOT
Created November 27, 2015 08:13 — forked from oliverdoetsch/AND_OR_NOT
Blogger: Globally conditional data tags for all page types
#AND
<b:if cond='data:blog.pageType == "index"'>
<b:if cond='data:blog.searchQuery'>
<!--search_page AND index_page-->
</b:if>
</b:if>
#OR
@ptaferner
ptaferner / .gitignore
Last active August 29, 2015 14:27 — forked from robflaherty/csv-to-json.php
Convert CSV to JSON
*.csv
*.json
@ptaferner
ptaferner / 0_reuse_code.js
Last active August 29, 2015 14:26
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