Daily News 11/08/07


November 8th, 2007

Joe Trippi argues Iowa has already written off Obama

Richardson moves South Carolina staff to Iowa

Former Treasury Secretary Bob Rubin Joins Clinton Team

Obama Takes on Hillary, Baby-Boomers in New 60 Minutes Interview

Michigan Primary Date Now in a Mess

Latest USA Today Gallup – Clinton 50%/Obama 22%. McCain on the rise at 18% in second after Giuliani at 34%.

Hear Giuliani discuss Robertson endorsement on Radio Iowa

Democrats Gain Seats at State Level

Brownback to Endorse McCain… (Behind the decision)



Posted in Daily News | No Comments »




Daily News – 11/06/07


November 6th, 2007

“Support from voters is earned through hard work and new ideas. Unfortunately for Fred Thompson, he has never shown much passion for either.”

Economy Catching Up as an Issue

GUILIANI’S FLIP-FLOP ON HEALTH INSURANCE FOR KIDS.

The House voted Tuesday to stop Rep. Dennis Kucinich’s, D-Ohio, effort to bring up a debate on impeaching Vice President Dick Cheney.

Clinton on debate: ‘I wasn’t at my best

Clinton & Giuliani Lead Latest CNN Poll

Ron Paul Raises More than $4 Million in 24 Hours

Giuliani Exaggerating Interrogation Experience, Former Top Aide Says

Des Moines Register columnist tells MSNBC that caucus-goers could be turned off by Edwards attacks, says Clinton is doing the right thing by not engaging

Diane Blair Papers Detailing 1992 Clinton Campaign Won’t Be Released Until 2

Obama supporters pressed Democratic Party officials to keep Colbert off ballot

Bill Clinton To Campaign In Western Iowa



Posted in Daily News | No Comments »




Daily News: November 5th 2007


November 5th, 2007

- Play of the Day: Dodd’s E-Mail Chain

- Obama Walking a Fine Line Engaging Clinton

- Edwards calls global warming “great moral test of our generation”

- Biden: White House has put the country in a tough spot on Pakistan

- Fred Thompson says “No” to Human Life Amendment

- Ron Paul Vs. Solidad O’Brien: Love Him, Hate Him Is This Media Objectivity?

-
Giuliani Poised To Launch His Own Version Of The “Southern Strategy”

- Barack Obama challenges Clinton for having it “both ways” but From The Left points out Obama himself is having it both ways on gay rights

- Obama Hits Clinton On Secrecy, But Where Are His State Senate Records?

- Giuliani Praises Fmr Top Aide Now Under Federal Investigation

- Ron Paul smashes one-day online fundraising record with $2.5 million– and counting– for an overall take of nearly $5.7 million.

- Thompson Advisor Quits Campaign After Criminal Report

- Paul Weyrich, the former co-founder of The Moral Majority endorses Romney

- Clinton: Bush policies spur Pakistan crackdown



Posted in Daily News | No Comments »




Daily News – 9/3/2007 – Happy Labor Day!


September 3rd, 2007

August was a slow and boring month (aside from that Senator Craig stuff) but September, just a few short months away from Iowa, is upon us and things in the campaigns are expected to heat up. Though not today because its labor day and we are all on vacation.

So here are your headlines, nothing big thus far but if it happens, I will bring it to you.

include('/web/script/thinkerx/electiongeek.com/Connections/blog_news.php');
?>

$date = '2007-09-03';
//connect to the database
mysql_connect('db.sabren.com',$username,$password);
@mysql_select_db($database) or die( "Unable to select database");

// run the query
$query = "SELECT * FROM news_db WHERE day LIKE '%$date%' ORDER
BY ID DESC";
$result=mysql_query($query);

// start with last_seen_day as an empty so that the first
// real date is different, triggering the header
$last_seen_day = "";

// now loop through the result set
while ($row = mysql_fetch_assoc($result)) {

// show the entry
echo ('

* ‘ . $row["title"] .

“);
}

mysql_close();
mysql_free_result($result);
?>



Posted in Daily News | No Comments »




Daily News – 8/26/07 – While John Edwards Was Changing His Tune


August 26th, 2007

August has been a SLOW Month for the most part. Congress is out of session, the president is taking a vacation, aside from the Democrats destroying each other and Republicans waiting for Fred Thompson to announce, not much has been going on. So sorry the Daily News reports have been light, there just hasn’t been enough to fill the database.

include('/web/script/thinkerx/electiongeek.com/Connections/blog_news.php');
?>

$date = '2007-08-26';
//connect to the database
mysql_connect('db.sabren.com',$username,$password);
@mysql_select_db($database) or die( "Unable to select database");

// run the query
$query = "SELECT * FROM news_db WHERE day LIKE '%$date%' ORDER
BY ID DESC";
$result=mysql_query($query);

// start with last_seen_day as an empty so that the first
// real date is different, triggering the header
$last_seen_day = "";

// now loop through the result set
while ($row = mysql_fetch_assoc($result)) {

// show the entry
echo ('

* ‘ . $row["title"] .

“);
}

mysql_close();
mysql_free_result($result);
?>



Posted in Daily News, Election 2008 | No Comments »




Daily News – 8/16/07 – While Jenna Bush was getting engaged


August 16th, 2007

include('/web/script/thinkerx/electiongeek.com/Connections/blog_news.php');
?>

$date = '2007-08-16';
//connect to the database
mysql_connect('db.sabren.com',$username,$password);
@mysql_select_db($database) or die( "Unable to select database");

// run the query
$query = "SELECT * FROM news_db WHERE day LIKE '%$date%' ORDER
BY ID DESC";
$result=mysql_query($query);

// start with last_seen_day as an empty so that the first
// real date is different, triggering the header
$last_seen_day = "";

// now loop through the result set
while ($row = mysql_fetch_assoc($result)) {

// show the entry
echo ('

* ‘ . $row["title"] .

“);
}

mysql_close();
mysql_free_result($result);
?>



Posted in Daily News, Election 2008 | No Comments »




Daily News – 8/13/07 – While Bush was losing his brain…


August 13th, 2007

include('/web/script/thinkerx/electiongeek.com/Connections/blog_news.php');
?>

$date = '2007-08-13';
//connect to the database
mysql_connect('db.sabren.com',$username,$password);
@mysql_select_db($database) or die( "Unable to select database");

// run the query
$query = "SELECT * FROM news_db WHERE day LIKE '%$date%' ORDER
BY ID DESC";
$result=mysql_query($query);

// start with last_seen_day as an empty so that the first
// real date is different, triggering the header
$last_seen_day = "";

// now loop through the result set
while ($row = mysql_fetch_assoc($result)) {

// show the entry
echo ('

* ‘ . $row["title"] .

“);
}

mysql_close();
mysql_free_result($result);
?>



Posted in Daily News, Election 2008 | No Comments »




Daily News – 8/11/07 – While You Were Preparing For the Iowa Straw Poll


August 11th, 2007

Speaking of the Iowa Straw Poll as noted yesterday be sure to check out the section devote to the poll.

include('/web/script/thinkerx/electiongeek.com/Connections/blog_news.php');
?>

$date = '2007-08-11';
//connect to the database
mysql_connect('db.sabren.com',$username,$password);
@mysql_select_db($database) or die( "Unable to select database");

// run the query
$query = "SELECT * FROM news_db WHERE day LIKE '%$date%' ORDER
BY ID DESC";
$result=mysql_query($query);

// start with last_seen_day as an empty so that the first
// real date is different, triggering the header
$last_seen_day = "";

// now loop through the result set
while ($row = mysql_fetch_assoc($result)) {

// show the entry
echo ('

* ‘ . $row["title"] .

“);
}

mysql_close();
mysql_free_result($result);
?>



Posted in Daily News, Election 2008 | No Comments »




Daily News – 8/9/07 – While You Were Destabilizing Pakistan


August 9th, 2007

include('/web/script/thinkerx/electiongeek.com/Connections/blog_news.php');
?>

$date = '2007-08-09';
//connect to the database
mysql_connect('db.sabren.com',$username,$password);
@mysql_select_db($database) or die( "Unable to select database");

// run the query
$query = "SELECT * FROM news_db WHERE day LIKE '%$date%' ORDER
BY ID DESC";
$result=mysql_query($query);

// start with last_seen_day as an empty so that the first
// real date is different, triggering the header
$last_seen_day = "";

// now loop through the result set
while ($row = mysql_fetch_assoc($result)) {

// show the entry
echo ('

* ‘ . $row["title"] .

“);
}

mysql_close();
mysql_free_result($result);
?>



Posted in Daily News, Election 2008 | No Comments »




Daily News – Weekend Edition/First Week of August


August 5th, 2007

include('/web/script/thinkerx/electiongeek.com/Connections/blog_news.php');
?>

$date = '2007-08-05';
//connect to the database
mysql_connect('db.sabren.com',$username,$password);
@mysql_select_db($database) or die( "Unable to select database");

// run the query
$query = "SELECT * FROM news_db WHERE day LIKE '%$date%' ORDER
BY ID DESC";
$result=mysql_query($query);

// start with last_seen_day as an empty so that the first
// real date is different, triggering the header
$last_seen_day = "";

// now loop through the result set
while ($row = mysql_fetch_assoc($result)) {

// show the entry
echo ('

* ‘ . $row["title"] .

“);
}

mysql_close();
mysql_free_result($result);
?>



Posted in Daily News, Election 2008 | No Comments »




Upcoming Events

  • July 14th 2009
    • Congressional Election
    • California 32nd


  • November 3rd 2009
    • Gubernatorial Elections
    • New Jersey
    • Virginia