Put this into the server's .htaccess file (assuming that it's an Apache):
<IfModule mod_headers.c>
<FilesMatch "\.css$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>
tinyMCE.init({ | |
mode : "exact", | |
theme : "advanced", | |
language : "de", | |
valid_elements : "p,em/i,strong/b,br,strike,u,ul,ol,li", | |
theme_advanced_buttons1 : "undo,redo,bold,italic,underline,strikethrough,bullist,numlist,outdent,indent,code", | |
theme_advanced_buttons2 : "", | |
theme_advanced_buttons3 : "", | |
apply_source_formatting : true, | |
entity_encoding : "named", |
Put this into the server's .htaccess file (assuming that it's an Apache):
<IfModule mod_headers.c>
<FilesMatch "\.css$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>
<IfModule mod_headers.c> | |
# Set IE to render page as if it were an IE 7 | |
Header set X-UA-Compatible "IE=7" | |
</IfModule> |
# This .htaccess needs Apache with: | |
# mod_rewrite | |
# mod_headers | |
# mod_proxy | |
# SSL certificate | |
# Proxies "https://api.twitter.com.cors-proxy.io/1.1/statuses/mentions_timeline.json?count=2&since_id=14927799" | |
# To: "https://api.twitter.com/1.1/statuses/mentions_timeline.json?count=2&since_id=14927799" | |
# All while setting CORS header on the fly |
file_put_contents($filename,base64_decode(str_replace(array( | |
'data:image/jpeg;base64,', | |
'data:image/png;base64,', | |
'data:image/gif;base64,', | |
),'',$datauri))); |
javascript:(function(){$('link[rel="stylesheet"]').each(function(){var url=$(this).attr('href').replace(/[\?&][^\?&=]+=[0-9]+$/,'');url += (url.indexOf('?') == -1 ? '?' : '&') + 'nocache=' + (new Date()).getTime();console.log(url);$(this).attr('href',url);});})() |
/** | |
* CSS Variables test | |
*/ | |
background: red; | |
-webkit-var-foo: green; | |
-moz-var-foo: green; | |
-o-var-foo: green; | |
var-foo: green; |
div { | |
color: red; | |
-webkit-text-fill-color: transparent; | |
background: url(http://www.bittbox.com/wp-content/uploads/2008/04/free_hires_wood_texture_5.jpg); | |
-webkit-background-clip: text; | |
} | |
p { | |
color: #8B4813; /* Color to key out. Best if a median of bg image colors */ | |
font-size: 120px; | |
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ) /* Gradient fills with white */ |
div { | |
color: red; | |
-webkit-text-fill-color: transparent; | |
background: url(http://www.bittbox.com/wp-content/uploads/2008/04/free_hires_wood_texture_5.jpg); | |
-webkit-background-clip: text; | |
} | |
p { | |
color: #8B4813; /* Color to key out. Best if a median of bg image colors */ | |
font-size: 120px; | |
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ) /* Gradient fills with white */ |
<html> | |
<head> | |
<title>Awesome Email Marketing!</title> | |
</head> | |
<body> | |
<BR> | |
<table width=69 height=24 bgcolor=ffffff cellpadding=0 cellspacing=0 border=0 style=background:url(data:image/gif;base64,R0lGODlhRQAYALMAACg5lf///8nN5F1qr5OcyvLz+FBdqXiDvDVFm9fa60JRouTm8mt2trzB3qiu1IaPwyH5BAAAAAAALAAAAABFABgAAAT/MMhJq704yyK6L1oojhTXEMQwKEDrvi4yMESzkPjFOceAwMCgEGAg3HKiBI81bDphBxCyohw8r1iXQZor8H7ZMPaA8zLE6PBIcEi7sQrRtyUbGFyqe52pOByYBlYKPkR2ADJgBg9nQgQYBQQOAZICLQMBDQUuAR0AD5IEAAocCQUsAgEAjlYCIACXVgycBQlBWxaQPwK1NC2rAUyTmg4PAaGwCgSnqasAHQ0MsM61B5UwCAkWDWAAZAJ3LQ4JBgFWAMYLCAKXoaMLbS2oquXObA7SnbZcG4wvA9nwElQydigAg3WaCB6ipIsZvQ4KFuD7dsPcvAoLwL3wA6BBqnOhpxY0eFWOwIMFIF8pI8PK4Z1OCYqxquTozj9cTGC0MuCR5ANnKGExEJmSzINiZyQN6FlPVTYrDgocLIfqgkUYBrK9e/XNUyUD38C2YROugBc6mRLAc+CASAc94kLUekO3CYKTIdrW3fuCgaQ1fOsi8LtvhMbAWRR5nLLhKmIhigszluDg8GMDBxxUnRxigQMGOdHIOFAjG2fOHVCYVMH6gWrNAo6czhEBADs);> | |
<tr align=left><td width=56 height=24> | |
<table width=56 height=24 bgcolor=#ffffff cellpadding=0 cellspacing=0> | |
<tr width=56 height=1> |