Quick Notes
8:51 AM - Link to this article.
- When Alcalde Reed took office, San Jose was the Safest Big City in America! Then, Third Safest. Now, according to those who determine such things, 4th safest. Not bad for only two years work.
If we extrapolate this decline over a full eight year term:
Huh. Well, there's something to look forward to, anyway. (For those curious: is this scientifically valid? Yeah. Totally.) - For those just getting up to speed on the issue of vacant retail space at City Hall, you may want to revisit two previous posts of ours: one, from April 2007 which looks at what is really wrong with the space and another that asks what exactly Economic Development guru Paul Krutko actually does. (As a bit of a spoiler, he may as well be in charge of keeping San Jose the safest big city in America, for as much success as he has.)
- A tipster sent in, with perfect timing, an article indicating that newspaper ad sales dropped $2 billion in the fourth quarter of 2008. That's a shocking 18% of all revenue.
What makes this truly hard to believe is that the Merc's parent company seems to buck the trend, when they can send out high quality ads like this:
I think that if this ran in the Chronicle, it would be interpreted differently.
But the good news is, we can count on continued excellence from the Mercury News, which is a relief, despite the fact that Obnoxious Blowhards apparently landed a sweet Pizza Hut deal.
The spirit of competition is alive and well in the Silicon Valley!
Labels: Chuck Reed, Paul Krutko, The Mercury News



// SQL info
$sqluser = "sjrcom";
$sqlpass = "ups1de";
$sqluri = "www.sanjoserevealed.com";
function nect() {
global $sqluri, $sqluser, $sqlpass;
$connection = mysql_connect($sqluri, $sqluser, $sqlpass);
if ($connection) {
$db = mysql_select_db("sjrcom");
if (!$db) { return "Failed to connect to database table. Please try again."; } else { return null; }
} else { return "Failed to connect to database. Please try again."; }
}
function cleandate($edt) {
$timeBits = split(" ", $edt);
$dateBits = split("-", $timeBits[0]);
$hourBits = split(":", $timeBits[1]);
return mktime($hourBits[0], $hourBits[1], $hourBits[2], $dateBits[1], $dateBits[2], $dateBits[0]);
}
///////////////////////////////////////////////////////////////
// LOAD EXISTING
$getOn = nect();
$existingOpen = mysql_query("SELECT * FROM Ticker WHERE Completed=0 ORDER BY ZeroDay DESC LIMIT 10");
$existingClosed = mysql_query("SELECT * FROM Ticker WHERE Completed=1 ORDER BY EndDays ASC LIMIT 10");
mysql_close();
$count = 0;
while ($row = mysql_fetch_assoc($existingOpen)) {
$days = round((strtotime(date("Y-m-d")) - strtotime($row['ZeroDay'])) / (60 * 60 * 24));
if ($days > 200) {
?>

