2011
05.22

I’m not a vegetarian

I’m not a vegetarian but I eat animals who are.

2011
05.21

I assume full responsibility for my actions

I assume full responsibility for my actions. Except the ones that are someone else’s fault.

2011
05.20

People who persevere are annoying

People who persevere are annoying to the rest of us who’d rather quit and go drink.

2011
05.19

Learning to live with my imperfections

Learning to live with my imperfections is getting surprisingly easier now that I’ve met you.

2011
05.19

My wife says I talk while I sleep.

My wife says I talk while I sleep. But I’m skeptical. Nobody at work has ever mentioned it.

2011
03.29

Tagging

$(‘.tag’).click(function(){
var this_id = $(this).attr(‘id’);
$.ajax({
method: “get”
, url:  “ssi/ajax/tag.php” // this sets the $_SESSION variable to either state
, data:  “tag=”+this_id
, success: function(text){
$(‘#’+this_id+’ span’).text(text); // this updates the visual for the user
}
});
});

2011
03.17

MySQL CASE for 4.0

SELECT `r_mls_number` ,`r_address` ,`r_city` ,`r_area` ,`r_sub_area_community` ,`r_sub_area_community_desc` ,`r_list_price` ,`r_sold_price` ,`r_orig_price` ,`r_type_of_dwelling` ,`r_status` ,`r_list_date` ,`r_sold_date` ,`r_total_bedrooms` ,`r_total_baths` ,`r_floor_area_total_finished` ,`r_floor_area_unfinished` ,`r_last_trans_date` ,`r_street_name` ,`r_street` , `r_record_delete_flag` ,  CASE   WHEN r_street_dir = ‘Northwest’ THEN ‘NW’ WHEN r_street_dir = ‘Northeast’ THEN ‘NE’ WHEN r_street_dir = ‘Southwest’ THEN ‘SW’ WHEN r_street_dir = ‘Southeast’ THEN ‘SE’ ELSE ” END  AS street_dir , r_street_typeFROM rea WHERE r_last_trans_date >= DATE_SUB( CURDATE( ) , INTERVAL 1 DAY )

2011
03.13

Belief

I’ll see it when I believe it.

2011
03.11

Irony

Irony.  The opposite of wrinkly.

2011
03.10

If you are supposed to learn from your mistakes…

If you are supposed to learn from your mistakes, why do some people have more than one child?