Do they belong to you? Claim these comments.
Mike B.
Is this you? Claim Profile »
2 years ago
in Abandoned Homes = Abandoned Future? on Indiana Barrister
I did get a reply today.
Mr. Bowman:
I apologize for the delay. Here is the list from 2003 you were seeking:
4141 Investments, Marshall Welton, James Chalfont
Williams, Williams, David J. (Jeff) Williams
Aspen Group, Pacific Group, Delmar Charitable
Sullivan Funding Group, Lance Lanconi
Wanamaker Construction, Daniel Wise
Emmett Hall
Scott Earlywine
David Hoeft, D & K Properties
Chris Terman
Christopher Simmons
Kristin Reed
Director of Constituent Services
Mayor Peterson's Office
City of Indianapolis
-------------
I replied back to ask if she knew if this list has ever been updated since 2003.
Mike B
Mr. Bowman:
I apologize for the delay. Here is the list from 2003 you were seeking:
4141 Investments, Marshall Welton, James Chalfont
Williams, Williams, David J. (Jeff) Williams
Aspen Group, Pacific Group, Delmar Charitable
Sullivan Funding Group, Lance Lanconi
Wanamaker Construction, Daniel Wise
Emmett Hall
Scott Earlywine
David Hoeft, D & K Properties
Chris Terman
Christopher Simmons
Kristin Reed
Director of Constituent Services
Mayor Peterson's Office
City of Indianapolis
-------------
I replied back to ask if she knew if this list has ever been updated since 2003.
Mike B
2 years ago
in Abandoned Homes = Abandoned Future? on Indiana Barrister
I emailed the Mayors office asking for a copy of the TOP 10 list and if they keep it updated as people fall off and new people are added.
This was the reply.
Subject:RE: Mayor's Abandoned Housing Initiative
Date:Wednesday, April 18, 2007 10:22:20 AM
Mr. Bowman,
Thus far, I have not been able to obtain the list. I do know that it is available through the Star archives for a fee, but I am checking to see if someone with the City can supply it.
Kristin Reed
----
So much for staying on top of this initiative !
Mike B.
This was the reply.
Subject:RE: Mayor's Abandoned Housing Initiative
Date:Wednesday, April 18, 2007 10:22:20 AM
Mr. Bowman,
Thus far, I have not been able to obtain the list. I do know that it is available through the Star archives for a fee, but I am checking to see if someone with the City can supply it.
Kristin Reed
----
So much for staying on top of this initiative !
Mike B.
2 years ago
in Amy Sullivan: Republicans Don’t Own Evangelicals on God's Politics
Dem's and Rep's are spelled 'pernicious. It seems neither are much different at the core.
2 years ago
in Next version of Post Levels on fortes.com
<pre class="code">h2?php _e('Recent Comments'); ?/h2
ul
?php
global $wpdb, $postlevels_current_user_level;
$sql = "SELECT {$wpdb-comments}.comment_ID, {$wpdb-comments}.comment_author, {$wpdb-comments}.comment_date, {$wpdb-posts}.id, {$wpdb-posts}.post_title
FROM {$wpdb-comments}, {$wpdb-posts} LEFT JOIN {$wpdb-postmeta} ON {$wpdb-posts}.ID = {$wpdb-postmeta}.post_id
WHERE {$wpdb-comments}.comment_post_ID = {$wpdb-posts}.id AND {$wpdb-comments}.comment_approved='1' AND {$wpdb-comments}.comment_type != 'pingback' ";
if (!empty($postlevels_current_user_level)) {
$sql .= " AND ({$wpdb-posts}.post_status = 'publish' OR ({$wpdb-posts}.post_status = 'private' AND {$wpdb-postmeta}.meta_key = 'post_level' AND {$wpdb-postmeta}.meta_value = $postlevels_current_user_level))";
}
else {
$sql .= " AND {$wpdb-posts}.post_status = 'publish'";
}
$sql .= " ORDER BY comment_ID DESC LIMIT 5";
$LatestActivities = $wpdb-get_results($sql);
foreach($LatestActivities as $LatestActivity) {
//print 'li'.date("j M", strtotime($LatestActivity-CDate)).' '.$LatestActivity-auth.' on a href="'.get_permalink($LatestActivity-PostID).'"'.$LatestActivity-post_title.'/a/li';
print 'listrong'.$LatestActivity-comment_author.'/strong on a href="'.get_permalink($LatestActivity-id).'"'.$LatestActivity-post_title.'/a span style="font-size: smaller;"('.date('Y.m.d', strtotime($LatestActivity-comment_date)).')/span/li';
}
?
/ul</pre>
ul
?php
global $wpdb, $postlevels_current_user_level;
$sql = "SELECT {$wpdb-comments}.comment_ID, {$wpdb-comments}.comment_author, {$wpdb-comments}.comment_date, {$wpdb-posts}.id, {$wpdb-posts}.post_title
FROM {$wpdb-comments}, {$wpdb-posts} LEFT JOIN {$wpdb-postmeta} ON {$wpdb-posts}.ID = {$wpdb-postmeta}.post_id
WHERE {$wpdb-comments}.comment_post_ID = {$wpdb-posts}.id AND {$wpdb-comments}.comment_approved='1' AND {$wpdb-comments}.comment_type != 'pingback' ";
if (!empty($postlevels_current_user_level)) {
$sql .= " AND ({$wpdb-posts}.post_status = 'publish' OR ({$wpdb-posts}.post_status = 'private' AND {$wpdb-postmeta}.meta_key = 'post_level' AND {$wpdb-postmeta}.meta_value = $postlevels_current_user_level))";
}
else {
$sql .= " AND {$wpdb-posts}.post_status = 'publish'";
}
$sql .= " ORDER BY comment_ID DESC LIMIT 5";
$LatestActivities = $wpdb-get_results($sql);
foreach($LatestActivities as $LatestActivity) {
//print 'li'.date("j M", strtotime($LatestActivity-CDate)).' '.$LatestActivity-auth.' on a href="'.get_permalink($LatestActivity-PostID).'"'.$LatestActivity-post_title.'/a/li';
print 'listrong'.$LatestActivity-comment_author.'/strong on a href="'.get_permalink($LatestActivity-id).'"'.$LatestActivity-post_title.'/a span style="font-size: smaller;"('.date('Y.m.d', strtotime($LatestActivity-comment_date)).')/span/li';
}
?
/ul</pre>