05.22
I’m not a vegetarian but I eat animals who are.
A Resource for Very Little
I assume full responsibility for my actions. Except the ones that are someone else’s fault.
People who persevere are annoying to the rest of us who’d rather quit and go drink.
Learning to live with my imperfections is getting surprisingly easier now that I’ve met you.
My wife says I talk while I sleep. But I’m skeptical. Nobody at work has ever mentioned it.
$(‘.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
}
});
});
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 )
If you are supposed to learn from your mistakes, why do some people have more than one child?