groups

name language licence
mailto with subject HTML Other
JavaScript Compressor - HTML HTML GPL 2
RapidWeaver Media Albums with prettyPhoto JavaScript Other
jQuery boiler plate JavaScript Other
sikbox Live Search JavaScript Other
jsPathto.min.js JavaScript Other
SearchInWindow JavaScript Other
JavaScript Compressor - JavaScript JavaScript GPL 2

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 >



language: HTML
licence: GPL 2

JavaScript Compressor - HTML

options: view full snippetsend to code collector
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>JavaScript compression tester</title>
</head>
<body>

<h1>JavaScript compression tester</h1>

<p>This sample code uses PHP and the online Closure Compiler REST API to merge and compress JavaScript code before it is returned to the browser. The PHP code is contained in <strong>script/index.php</strong>.</p>

<p><strong>IMPORTANT!</strong> This is not production-level code. Please <a href="http://www.sitepoint.com/blogs/compress-javascript-with-php/">refer to this SitePoint article</a> for more information.</p>

<p>This system was developed by <a href="http://twitter.com/craigbuckler">Craig Buckler</a> (<a href="http://www.sitepoint.com/articlelist/560/show-all-blogs/">SitePoint technical blogger</a> and <a href="http://www.optimalworks.net/">OptimalWorks director</a>). Please use the code as you wish at your own risk. It is provided as-is without warranty of any kind.</p>
	
(Continues...)