Skip to content

Instantly share code, notes, and snippets.

View quickstep25's full-sized avatar

Doug Hill quickstep25

View GitHub Profile
@quickstep25
quickstep25 / htaccess-cache-config
Last active June 2, 2020 18:28
Enable and Disable Browser Caching with .htaccess
# Enable and Disable Browser Caching with .htaccess
## Enable Examples
### 1 MONTH for static assets
<filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Cache-Control "max-age=2592000, public"
</filesMatch>
### 1 DAY for rss feeds and robots
@quickstep25
quickstep25 / DataTables---Bootstrap-Compatability.markdown
Last active June 2, 2020 18:29
DataTables - Bootstrap Compatibility - Demo on CodePen

DataTables - Bootstrap Compatability

Basic table example implementing bootstrap styles and framework with dataTables.

A Pen by Doug Hill on CodePen.

License.

@quickstep25
quickstep25 / BOOTSTRAP3-JQUERY-PLUGIN ORDER
Last active June 2, 2020 18:29
List of jQuery plug-ins used by Bootstrap 3 in the correct order when compiling a .js file with all of them included.
transition.js
modal.js
dropdown.js
scrollspy.js
tab.js
tooltip.js
popover.js
alert.js
button.js
collapse.js
@quickstep25
quickstep25 / html5_ie8_starter_template
Last active June 2, 2020 18:29
HTML5 Responsive Starter Template - IE8 Compliant
<!doctype html>
<!--doctype must be declared for IE AND file header documentation must be after the doctype otherwise IE will enter quirks mode and fail to respond to IE work arounds for the bootstrap framework-->
<!--
DOC TYPE: HTML
TITLE:
USAGE:
CREATION DATE:
AUTHOR:
ID:
-->