- Go around the room
- Attendance recording (?)
- Cover WSU community - Slack and Open Lab
- Talk about signing up for updates on web.wsu.edu
- How do I login to my site - /wp-admin/
<!--WEBBOT bot="HTMLMarkup" startspan ALT="Site Meter" --> | |
<script type="text/javascript" language="JavaScript">var site="sm5accountname"</script> | |
<script type="text/javascript" language="JavaScript1.2" src="http://sm5.sitemeter.com/js/counter.js?site=sm5accountname"> | |
</script> |
// See https://github.com/WordPress/gutenberg/blob/master/docs/designers-developers/developers/tutorials/notices/README.md | |
const { | |
dispatch, | |
} = wp.data; | |
const { | |
createWarningNotice, | |
} = dispatch( 'core/notices' ); |
#!/bin/sh | |
# | |
# Sync the WordPress tracking repo with that inside WSUWP. | |
# | |
rsync --delete -rlgDh --exclude '.git' --exclude 'wp-content/plugins' --exclude 'wp-content/themes' ~/Development/wordpress/ ~/Development/vvv/www/wsuwp/www/wordpress/ |
https://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/G183
G183 implies that links without underlines as part of a paragraph of text can be a thing as long as the color contrast ratio is 3:1 with surrounding text, is 4.5:1 with the background, and changes visually (underline, bold, italics, font size) on hover/focus.
https://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/G182.html
G182 implies that when color is used to convey information, there should be an additional visual cue separating the text from its surroundings - underline, bold, italics, font-size.
li.wsuwp-content-syndicate-item { | |
list-style-position: inside; | |
padding: .5em 1em 0 0; | |
} | |
ul.wsuwp-content-syndicate-list { | |
columns: 3; | |
padding: 0; | |
} |
I hereby claim:
To claim this, I am signing this object:
<script type='text/javascript'> | |
/* <![CDATA[ */ | |
var wsu_analytics = { | |
"defaults":{ | |
"cookieDomain":".wsu.edu" | |
}, | |
"wsuglobal":{ | |
"ga_code":"UA-55791317-1", // Leave this as is. | |
"is_editor":"false", // Optional. Set to true if visitor is an editor, false if not. | |
"track_view":"yes", |
class React.Component {} | |
class First extends React.Component { | |
constructor(props) { | |
super(); | |
} | |
} | |
class Second extends First { | |
constructor(props) { |
PHP Warning: explode() expects parameter 2 to be string, array given in /var/www/wp-content/plugins/events-calendar-pro/src/Tribe/Recurrence/Meta.php on line 1403"
PHP Warning: array_map(): Argument #2 should be an array in /var/www/wp-content/plugins/events-calendar-pro/src/Tribe/Recurrence/Meta.php on line 1403"