This file contains 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
<?php | |
/* | |
Plugin Name: My Custom Functions | |
Plugin URI: https://gist.github.com/nfreear/9049532 | |
Description: A simple plugin that contains all the awesome little functions that | |
I use to make my site work <a href="http://wphidedash.org/2011/04/best-practice | |
-for-adding-custom-functions/">my way.</a> | |
Author: Nick Freear | |
Author URI: https://github.com/IET-OU/oer-evidence-hub-org/#Juxtalearn | |
Version: 0.1 |
This file contains 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
Index: download.cfm | |
=================================================================== | |
--- download.cfm (revision 7255) | |
+++ download.cfm (working copy) | |
@@ -56,6 +56,17 @@ | |
<!-- end #sidebar1 --> | |
</div> | |
<div id="mainContent"> | |
+ | |
+ <!---NDF: 2014-02-19. ---> |
This file contains 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
<!doctype html> | |
<link rel="schema.AGLSTERMS" href="http://www.agls.gov.au/agls/terms/" /> | |
<link rel="schema.e-GMS" href="http://purl.oclc.org/NET/e-GMS_v2" /> | |
<link rel="schema.WCAG" href="http://www.w3.org/TR/WAI-WEBCONTENT/" /> | |
<meta name="e-GMS.accessibility" scheme="WCAG" content="Double-A" /> | |
<meta name="AGLSTERMS.accessibility" content= | |
"[A statement indicating the accessibility characteristics of the resource.]" /> |
This file contains 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
/* CSS Document */ | |
/* | |
Teacher - "role-editor" | |
NOTE: most of this should be done with a user-role editor/manager plugin..! | |
*/ | |
.wp-admin.X-role-administrator #menu-dashboard, | |
.wp-admin.role-editor #menu-posts, | |
.wp-admin.role-editor #menu-media, |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
// Mortgage Knowledge Quiz | |
/*jslint browser: true, evil: true, regexp: true, unparam: true, vars: true, white: true, indent: 4, maxerr: 200 */ | |
/*global jQuery:false, $:false, document:false, location:false, setTimeout:false, alert:false, confirm:false, quizJSON:false */ | |
jQuery(document).ready(function($) { | |
'use strict'; | |
var adminPath = location.pathname.replace(/wp-admin.*/, 'wp-admin/'); |
This file contains 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
<?php | |
/* | |
Plugin Name: Conditional Javascript/ CSS | |
Plugin URI: https://gist.github.com/nfreear | |
Description: 28 March 2014. | |
Author: Nick Freear | |
Author URI: https://github.com/nfreear | |
Version: 0.1 | |
*/ |
This file contains 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
<!doctype html><title>*Accessify Wiki compiler (Google Closure)</title> | |
<style> | |
body { margin: 2em; font: 1em sans-serif; background: #fdfdfd; color: #444; } | |
label{ display: inline-block; width: 9em; vertical-align: top; } | |
input, textarea { font-size: .95em; width: 37em; } | |
button { font-size: 1.1em; padding: 4px; width: 9em; } | |
fieldset { padding: 4px; margin: .8em 0; border: 1px solid #aaa; } | |
p { margin: .3em 0; } | |
</style> |
This file contains 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
<!doctype html><meta charset=utf-8 /><title>*slickQuiz.JS internationalized/ translated</title> | |
<link rel=stylesheet href="http://juxtalearn.net/slickquiz-js/css/master.css" /> | |
<link rel=stylesheet href="http://juxtalearn.net/slickquiz-js/css/slickQuiz.css" /> | |
<style> | |
body { background: #fdfdfd; } | |
#slickQuiz { border: 1px solid #ddd; padding: 0 9px 9px; } | |
#slickQuiz .quizName span { | |
position: absolute; |
This file contains 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
<!doctype html> <title>*Embed a JuxtaLearn Quiz</title> | |
<base href="http://trickytopic.juxtalearn.net/" data-test_href="http://test.juxtalearn.net/" /> | |
<style> | |
body { margin: 1em 3em; font: 1em sans-serif; color: #333; background: #fdfdfd; } | |
h1 { font-size: 1.8em; } | |
.logo{ float: right; } | |
iframe.jlq-quiz, .jlq-score { |
OlderNewer