Skip to content

Instantly share code, notes, and snippets.

View yizdesign's full-sized avatar
🥋
Working from home

Yi Z yizdesign

🥋
Working from home
View GitHub Profile
@yizdesign
yizdesign / README.md
Created December 13, 2019 19:38 — forked from joyrexus/README.md
Vanilla JS equivalents of jQuery methods

Sans jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})
@yizdesign
yizdesign / WP_Query.php
Created March 29, 2019 14:24 — forked from Dimasmagadan/WP_Query.php
#WordPress query with args
<?php
/**
* WordPress Query Comprehensive Reference
* Compiled by luetkemj - luetkemj.com
*
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query#Parameters
* Source: https://core.trac.wordpress.org/browser/tags/3.9/src/wp-includes/query.php
*/
$args = array(
//////Author Parameters - Show posts associated with certain author.
@yizdesign
yizdesign / GIFEncoder.class.php
Created March 13, 2018 15:10 — forked from SeanJA/GIFEncoder.class.php
dynamic animated gif clock
<?php
/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Formerly known as:::
:: GIFEncoder Version 2.0 by László Zsidi, http://gifs.hu
::
:: This class is a rewritten 'GifMerge.class.php' version.
::
:: Modification: