This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<style> | |
.w100percent { | |
} | |
.w1280px { | |
} | |
.w900px { | |
} | |
.w768px { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// require this script before your document is done loading | |
;(function () { | |
var isDroid = navigator.userAgent.match(/Android/) | |
var isiOS = navigator.userAgent.match(/(iPhone|iPod|iPad)/) | |
var droidScripts = [ | |
"script/cordova-android.js", | |
"script/android-utils.js", | |
"script/cdv-plugin-childbrowser-android.js", | |
"script/cdv-plugin-datepicker.js", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.table-of-contents { margin-top: 17px; } | |
div.table-of-contents h1 { font: bold 40px serif; padding-bottom: 80px; text-align: center; text-transform: uppercase; } | |
div.table-of-contents h4 { color: #363636; font: italic 12px serif; margin-bottom: 0; margin-top: 50px; text-align: center; } | |
div.table-of-contents ul li { margin: 20px 0; } | |
div.table-of-contents ul li a { font: bold 20px serif; text-decoration: none; } | |
div.sep { background: #9A9A9A; height: 1px; margin: 30px 0; width: 100%; } | |
header { background: #323A45; left: 0; height: 50px; margin: 0 !important; position: fixed; top: 0; width: 100%; z-index: 51; } | |
header h1 { color: transparent; display: block; float: left; width: 10%; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A guide to prevent pain and suffering while upgrading to OS X Mavericks | |
# This will vary greatly depending on system set up, so read the instructions carefully | |
# Back up Virtulenvs | |
#################### | |
# Very important! | |
# For each virtualenv you have, run "pip freeze > requirements.txt" while in the activated virtualenv | |
# in order to prevent loss of dependencies during the upgrade. |
OlderNewer