I entered a twitter contest a couple weeks ago to win this awesome Dharma Beer Koozie, turning any drink into a look-a-like Dharma beer can. For those of you who do not follow Lost, the Dharma Initiative was a group of scientists who once lived on the island the survivors of Oceanic flight 815 crashed on. Special thanks to Andy Page from Dark UFO and Erika Olson from Long Live Locke for throwing this little contest. I could not be more pleased with my winnings :).
Related Posts
Where Your Money Goes when you Donate to NPR and PBS
Look, I listen to NPR every morning when my alarm goes off. Of all news sources, this one is least likely to annoy me. They’re always doing some sort of…
Roman Baptists?
Some of you may have heard of the recent drama at Southwestern Baptist Theological Seminary (SWBTS). For those of you who have not, Rev. Dwight McKissic spoke at their chapel…
Question of the Week – #9
Why do we eat a tiny wafer, drink a sip of grape juice or wine, and call it a supper?
Maturity and Preaching
This post is part of a monthly synchroblog. The topic of this month’s synchroblog is “Maturity in the Light of our Faith”. There are at least three parts to preaching….
Life in the Journey
I have been invited to be a contributor of a new Christian blogging community called Life in the Journey. It is a blog dedicated to sharing the abundant life that…
“Open link in a new window/tab” Checked by default in WordPress
Here is a simple script I created to set the “Open link in a new window/tab” checkbox to checked by default in WordPress.
PHP12345678910111213/** 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…

