Yearly Archives: 2006

Using multiple categories in EventCalendar3 for WordPress (update 1)

By | June 11, 2006

wp-includes/classes.php line 679-702, for the Events listed outside of the Event category if (mysql2date(‘U’, $this->posts[0]->post_date_gmt) > mysql2date(‘U’, $now)) { //it’s future dated $this->is_preview = true; /* DIRTY FUTURE-POSTS HACK FOR EC3 */ if (function_exists(‘ec3_get_calendar’)) { global $ec3; $ec3_post_0_is_event = intval($wpdb->get_var( “SELECT COUNT(0) FROM $wpdb->post2cat WHERE post_id=” .$this->posts[0]->ID.” AND category_id IN (‘$ec3->event_category’,’14’)”)); if ($ec3_post_0_is_event) { $this->is_preview… Read More »

Using multiple categories in EventCalendar3 for WordPress

By | June 11, 2006

So I read at a few points that EventCalendar 3.1 was on its way, but I decided to start mangling some code to get multiple event categories to work! Open eventcalendar3.php near line 525; // Which posts are we interested in? if($ec3->show_only_events) { // Category ID number for event posts. $where_post = “category_id IN (‘$ec3->event_category’,’14’)”;… Read More »

On the subject of job searches.

By | March 9, 2006

After three emails to an undisclosed list of friends, it hit me, this was excellent blog content. Lets kick this post off right with the reason this email barrage started, I was forwarded a link to a blog from a gentleman that came to our office to discuss email management. It’s not over until you… Read More »

Entropy

By | February 11, 2006

That’s entropy or E-N-T-R-O to the P to the Y, the reason why the sun will one day all burn out and die. Order from disorder is a scientific rarity, allow me to explain it with a little bit more clarity. Did I say rarity? I meant impossibility, at least in a closed system there… Read More »