Please see: https://github.com/kevinSuttle/html-meta-tags, thanks for the idea @dandv!
Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
| Windows 7 Ultimate Retail Offline Activation Key | |
| BR6G7-729GM-DQDQW-F9M4P-MM2JX | |
| J6XG4-8JFTF-43CHH-8Q2VW-KHQH6 | |
| YQMCM-3W6TK-YXP66-GKCJV-PX7PH | |
| [Tested working on 18 June 2013] | |
| ================================================================================= | |
| Windows 7 Pro / Enterprise Online Activation MAK Key |
| <?php | |
| // API access key from Google API's Console | |
| define( 'API_ACCESS_KEY', 'YOUR-API-ACCESS-KEY-GOES-HERE' ); | |
| $registrationIds = array( $_GET['id'] ); | |
| // prep the bundle | |
| $msg = array |
| <?php | |
| set_time_limit(0); | |
| // List of fetch styles to test | |
| $fetchStyles = array( | |
| 'Assoc' => PDO::FETCH_ASSOC, | |
| 'Both' => PDO::FETCH_BOTH, | |
| 'Lazy' => PDO::FETCH_LAZY, | |
| 'Num' => PDO::FETCH_NUM, |
| <?php | |
| /** | |
| * | |
| * Helper Class to output correct Twitter Bootstrap Markup. | |
| * Only option for now is the horizontal Form. | |
| * | |
| * Usage : | |
| * | |
| $form = new BootstrapForm('add_user'); | |
| $form->addInput('text-input', 'user_name', 'Your name:', true); |
| <?php | |
| /** | |
| * On-the-fly CSS Compression | |
| * Copyright (c) 2009 and onwards, Manas Tungare. | |
| * Creative Commons Attribution, Share-Alike. | |
| * | |
| * In order to minimize the number and size of HTTP requests for CSS content, | |
| * this script combines multiple CSS files into a single file and compresses | |
| * it on-the-fly. | |
| * |
| <?php | |
| /* | |
| * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
| * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | |
| * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | |
| * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | |
| * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | |
| * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | |
| * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |