Hey everyone, I wish you all a Happy Thanksgiving.
Lew
Hey everyone, I wish you all a Happy Thanksgiving.
Lew
In the wake of the Connecticut school shooting, we find ourselves looking for answers. How can someone do something this horrifying? It is one thing to kill adults, but to…
I wrote about this over a year ago, here. Woot.com has a unique business model – they sell 1 item every day. Actually it’s more like 4 items now, they…
Somehow we have been taught to feel holier when we are in “the house of God” and have inherited a pathological dependency upon an edifice to carry out our worship…
Yet, God still found her faithful. In my previous post, Jealous?, Heather from 1 Free Heart made an off-handed comment about Rahab receiving good for her lie. Heather’s comment was…
This is my conclusion to my paper. I still have a lot of work to do to it, but I hope you enjoyed it so far. Let me know what…
Here is a simple script I created to set the “Open link in a new window/tab” checkbox to checked by default in WordPress.
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
/* * Sets "Open link in a new window/tab" to checked by default */ function ahu_after_wp_tiny_mce() { ?> <script type="text/javascript"> jQuery( function() { jQuery( 'input#link-target-checkbox' ).prop( 'checked', true ); } ); </script> <?php } add_action( 'after_wp_tiny_mce', 'ahu_after_wp_tiny_mce' ); |
There might be a better way…
Same to you, Lew. I wish we were able to celebrate together this year. Have a great one!
-Alan