Forked from Trang Si Hung's Pen Sign Up & Login Form.
A Pen by Blueprint Marketing on CodePen.
Forked from Trang Si Hung's Pen Sign Up & Login Form.
A Pen by Blueprint Marketing on CodePen.
<?php | |
if ( isset( $_SERVER['REQUEST_URI'] ) && in_array( substr( $_SERVER['REQUEST_URI'], -4 ), array( '.xml', '.xsl' ) ) ) { | |
remove_all_actions( 'widgets_init' ); | |
} |
// Generated by the Send System Info Plugin // | |
Multisite: No | |
SITE_URL: http://www.mediadigest.be | |
HOME_URL: http://www.mediadigest.be | |
WordPress Version: 3.9.1 | |
Permalink Structure: /%postname%/ | |
Active Theme: OMD Media Digest 2013.4 |
<?php | |
if ( isset( $_SERVER['REQUEST_URI'] ) && in_array( substr( $_SERVER['REQUEST_URI'], -4 ), array( '.xml', '.xsl' ) ) ) { | |
remove_all_actions( 'widgets_init' ); | |
} |
Google Chrome Developers says:
The new WOFF 2.0 Web Font compression format offers a 30% average gain over WOFF 1.0 (up to 50%+ in some cases). WOFF 2.0 is available since Chrome 36 and Opera 23.
Some examples of file size differences: WOFF vs. WOFF2
/*globals wpml_browser_redirect_params */ | |
jQuery(document).ready(function () { | |
if (jQuery.cookie !== undefined) { | |
// Check if cookie are enabled | |
jQuery.cookie('wpml_browser_redirect_test', '1'); | |
var cookie_enabled = jQuery.cookie('wpml_browser_redirect_test') === '1'; | |
jQuery.removeCookie('wpml_browser_redirect_test'); | |
if (cookie_enabled) { |
Title says everything
A Pen by Alan R. Soares on CodePen.
Haha just bored. The dimensions are almost exact, I rounded them to one decimal and converted to em units so you can scale it to any size. Horizontal version also included.
A Pen by Stan Williams on CodePen.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> | |
<html> | |
<head> | |
<script type="text/javascript"> | |
function showGTitle() { | |
var gText1 = document.getElementById('gtext1pete').value; | |
var gBold1 = document.getElementById('gbold1pete').value; | |
var gWords1 = gBold1.split(' '); | |
for(var gI1=0; gI1<gWords1.length; gI1++) { |
<!DOCTYPE html> | |
<html lang="en-EN"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>Test custom background & header</title> | |
</head> | |
<body class="wordpress" itemscope="itemscope" itemtype="http://schema.org/WebPage"> |