Skip to content

Instantly share code, notes, and snippets.

View hoangnamitc's full-sized avatar

hoangnamitc hoangnamitc

View GitHub Profile
@hoangnamitc
hoangnamitc / css-compress.php
Created October 27, 2017 14:53 — forked from manastungare/css-compress.php
On-the-fly CSS Compression
<?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.
*
@hoangnamitc
hoangnamitc / meta-tags.md
Created September 4, 2017 15:10 — forked from kevinSuttle/meta-tags.md
List of Usable HTML Meta and Link Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>
@hoangnamitc
hoangnamitc / README-Template.md
Created August 17, 2017 03:22 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites