Skip to content

Instantly share code, notes, and snippets.

View wolfcoder's full-sized avatar
💭
Full Stack Developer

Bams wolfcoder

💭
Full Stack Developer
View GitHub Profile
@wolfcoder
wolfcoder / video-tag embed.html
Created June 16, 2021 04:44
add video embed tag html
<!-- custom ad video-->
<div id="video-ads-insert" class="position-absolute bg-primary" >
<div style="display: none" id="ad-will-end" class="position-absolute">This ad will end in <span id="counter-duration">24</span>s</div>
<div style="display: none" id="skip-ad" class="position-absolute p-2 border rounded" >
Skip ad in <span id="counter-limit">5</span>s</div>
<div id="play-ad" class="position-absolute p-2 " >
<i class="fa fa-play" aria-hidden="true"></i>
</div>
<video id="wayang-ad" controls class="w-100 h-100" style="width: inherit; height: inherit">
INITIALISATION
==============
load wp-config.php
set up default constants
load wp-content/advanced-cache.php if it exists
load wp-content/db.php if it exists
connect to mysql, select db
load object cache (object-cache.php if it exists, or wp-include/cache.php if not)
load wp-content/sunrise.php if it exists (multisite only)
@wolfcoder
wolfcoder / .htaccess
Created November 24, 2017 13:26 — forked from Zodiac1978/.htaccess
Make your Website faster - a safe htaccess way
#
# Sources:
# http://stackoverflow.com/questions/7704624/how-can-i-use-gzip-compression-for-css-and-js-files-on-my-websites
# http://codex.wordpress.org/Output_Compression
# http://www.perun.net/2009/06/06/wordpress-websites-beschleuinigen-4-ein-zwischenergebnis/#comment-61086
# http://www.smashingmagazine.com/smashing-book-1/performance-optimization-for-websites-part-2-of-2/
# http://gtmetrix.com/configure-entity-tags-etags.html
# http://de.slideshare.net/walterebert/die-htaccessrichtignutzenwchh2014
# http://de.slideshare.net/walterebert/mehr-performance-fr-wordpress
#