This is my temporary (unorganized) code library location. You hit the jackpot. :j
Latest Discovery
Add html5shiv in WordPress theme without browser sniffing:
<script type="text/javascript">
document.createElement('canvas').getContext || document.write('<script src="<?php echo get_template_directory_uri(); ?>/js/html5shiv.js"><\/script>');
</script>
HTML Character Codes
Common
Rare
= ➝ ← (non‑breaking space)
​
= ➝← (zero-width space)
‑
= ‑(non‑breaking hyphen)
­
= (conditional hyphen)
‚
= ‚ (when normal commas aren’t aloud)
☰
= ☰
✕
= ✕
×
= ×
✖
= ✖
✔
= ✔
☐
= ☐
☒
= ☒
☑
= ☑
◽
= ◽
◾
= ◾
◻
= ◻
◼
= ◼
☆
= ☆
★
= ★
more stars ⧉
◯
= ◯
⚪
= ⚪
⚫
= ⚫
more circles ⧉
◢
= ◢
◣
= ◣
◤
= ◤
◥
= ◥
more triangles ⧉
⮑
= ⮑
↺
= ↺
↻
= ↻
▤
= ▤
▥
= ▥
▦
= ▦
▧
= ▧
▨
= ▨
▩
= ▩
♻
= ♻
♼
= ♼
more recycle symbols ⧉
Counting in Multiples
- Single
- Double
- Triple
- Quadruple
- Quintuple/Pentuple
- Sextuple/Hextuple
- Septuple
- Octuple
- Nonuple
- Decuple
- Hendecuple/Undecuple
- Duodecuple
- Tredecuple
- Quattuordecuple
- Quindecuple
- Sexdecuple
- Septendecuple
- Octodecuple
- Novemdecuple
- Viguple
Web Font Sets
"Comic Sans MS","Marker Felt",Arial,sans-serif
"Gill Sans","Segoe UI",sans-serif
"Helvetica Neue",Helvetica,"Century Gothic",Arial,sans-serif
"Myriad Pro","Myriad","Segoe UI",Segoe,sans-serif
WordPress Admin UI Color Classes
wp-ui-core (wrapper, required)
-
- wp-ui-secondary (?)
-
- wp-ui-primary
-
- wp-ui-notification
- wp-ui-hightlight
Useful WordPress Plugins
Excerpt Editor
Add or edit excerpts for Posts and Pages.
Facebook Page Publish 2
Publishes your posts on the wall of a Facebook profile or page.
Theme File Duplicator
Clone template files from the WP backend. Go to Appearance -> Add Page Template
Google Analytics
Google recommends placing their analytics code as follows:
General “site-wide” analytics code: <head>
here </head>
Conversion tracking code: <body>
(other content…) here </body>
Rad CSS stuff to try out
currentColor
(color unit)
Useful Command lines
Clear cache on your local system: sudo dscacheutil -flushchache
Check what IP address a domain name is resolving to: ping domain.name