Force Editor Reparsing with Codemirror

I’m working on a personal project where there’s a comparison of original text to text being typed. When the original text is changed I wanted to be able to force a reparsing of the text being typed by the user. instance.setOption('mode', instance.getOption('mode')); instance is the what is returned when you instantiate your Codemirror editor. The … Continued

How to Force Close One (unruly) Tab in Chrome

How to Force Close One (unruly) Tab in Chrome

Wow, the fan is blowing and the page is continually loading and working on some js (I assume) I screwed up.   The tab won’t close by x or cmd+w. In chrome; Window->Task Manager, select your tab and End Process. And voila. How have I missed this?

by Itziar Aio

by Itziar Aio

Found via Flickr http://flic.kr/p/raZ7b4

Mura by Luciti

Mura by Luciti

Found via Flickr http://flic.kr/p/r7zrpG

Do not ever use the guid element for creating links – ever – ever

I was recently (I always seem to start posts with that phrase) learning how to update a clients posts post_title, slug (aka post_name in the db) and guid when a post title was changed programatically. I was using get_sample_permalink() in combination with wp_update_post() to generate a permalink and update the post guid along with the … Continued