Parsing the Armory
So in my free time, what little there is, I’ve spent reworking armorylite to use the new Blizzard API.
I’ve decided to take the time to port the site over from top-down PHP to using a framework (my choice is always CakePHP).
function remove_more_jump_link($link) { $offset = strpos($link, '#more-'); if ($offset) { $end = strpos($link, '"',$offset); } if ($end) { $link = substr_replace($link, '', $offset, $end-$offset); } return $link; } add_filter('the_content_more_link', 'remove_more_jump_link'); ?>
So in my free time, what little there is, I’ve spent reworking armorylite to use the new Blizzard API.
I’ve decided to take the time to port the site over from top-down PHP to using a framework (my choice is always CakePHP).
We brought our fifth and final child home this past week, Kelsie Jane.
Total count is four girls, one boy; that’s all on me but I’m fine with it – Kaden is all the boy I think I could handle anyway.
Welcome, Kelsie – you’re in for a wild ride in this family.