Forest pond 130828 F2240 by PeteHuu

Found via Flickr http://flic.kr/p/nuHHca
Found via Flickr http://flic.kr/p/nuHHca
Found via Flickr http://flic.kr/p/pcMbUH
Found via Flickr http://flic.kr/p/picViy
Found via Flickr http://flic.kr/p/qxDX9h
Found via Flickr http://flic.kr/p/qgjoGL
Found via Flickr http://flic.kr/p/qg5oyW
Found via Flickr http://flic.kr/p/pANaEz
Found via Flickr http://flic.kr/p/pB1eyn
Found via Flickr http://flic.kr/p/qg5md3
Found via Flickr http://flic.kr/p/qb3BRJ
Found via Flickr http://flic.kr/p/q6vFHB
Found via Flickr http://flic.kr/p/q71jUT
Found via Flickr http://flic.kr/p/pmcLos
Found via Flickr http://flic.kr/p/q6yNV7
Found via Flickr http://flic.kr/p/q6VHYi
Found via Flickr http://flic.kr/p/q6GG5p
Found via Flickr http://flic.kr/p/prvSbT
Contact Form 7 has a filter where one can alter the messages being sent back to the browser called wpcf7_validation_error. A simple htmlspecialchars_decode altering the $message variable before returning will do the trick. This function will run on any error for any form you have in your site (any CF7 form that is). If you … Continued
The Setup I’ve recently started using quill.js in a personal project I made up; specifically so I could build something with quill.js. The app is geared towards learning pieces of text by rote learning. The user will pick a piece of text or enter their own in one text editor and then retype it in … Continued
While setting up this site I noticed some files not found errors in dev console. One was devicepx.js which was in the jetpack modules path. It’s used to optionally load retina/HiDPI versions of files. I believe it would be for gravatars and since this site doesn’t use gravatars I deemed it unnecessary. //remove unecessary queing … Continued