Apr. 22, 2010

Mac Cats

mac cats

These powerbooks sure get warm.

No comments \ Leave a comment
Jun. 10, 2009

echo “meow! “

While going through some code, I found this snippet:

$numeric_cat = array();
if( !empty($cats) ) {
  foreach( $cats as $cat ) {
    $numeric_cat[] = get_category_by_slug($cat)->term_id;
    # echo "meow! ";
  }
}

Did I seriously put a commented “meow” in this code? Yes I did. For the curious cats out there, $cats are categories, and $numeric_cat means numeric category.

No comments \ Leave a comment
Posts on this blog solely represent my personal opinions and technical experience.

© 2009-2013 Edin (Dino) Beslagic