Is Harold Ickes' latest project a slap in the face of the Dean DNC? Maybe... Sayeth the WaPo:
A group of well-connected Democrats led by a former top aide to Bill Clinton is raising millions of dollars to start a private firm that plans to compile huge amounts of data on Americans to identify Democratic voters and blunt what has been a clear Republican lead in using technology for political advantage.
The effort by Harold Ickes, a deputy chief of staff in the Clinton White House and an adviser to Sen. Hillary Rodham Clinton (D-N.Y.), is prompting intense behind-the-scenes debate in Democratic circles. Officials at the Democratic National Committee think that creating a modern database is their job, and they say that a competing for-profit entity could divert energy and money that should instead be invested with the national party.
Ickes and others involved in the effort acknowledge that their activities are in part a vote of no confidence that the DNC under Chairman Howard Dean is ready to compete with Republicans on the technological front. "The Republicans have developed a cadre of people who appreciate databases and know how to use them, and we are way behind the march," said Ickes, whose political technology venture is being backed by financier George Soros.
"It's unclear what the DNC is doing. Is it going to be kept up to date?" Ickes asked, adding that out-of-date voter information is "worse than having no database at all."
Ickes's effort is drawing particular notice among Washington operatives who know about it because of speculation that he is acting to build a campaign resource for a possible 2008 presidential run by Hillary Clinton. She has long been concerned, advisers say, that Democrats and liberals lack the political infrastructure of Republicans and their conservative allies. Ickes said his new venture, Data Warehouse, will at first seek to sell its targeting information to politically active unions and liberal interest groups, rather than campaigns.
As it stands now, the DNC and Data Warehouse, created by Ickes and Democratic operative Laura Quinn, will separately try to build vast and detailed voter lists -- each effort requiring sophisticated expertise and costing well over $10 million.
"From an institutional standpoint, this is one of the most important things the DNC can and should do. Building this voter file is part of our job," Communications Director Karen Finney said. "We believe this is something we have to do at the DNC. Our job is to build the infrastructure of the party."
In the 2003-2004 election cycle, the DNC began building a national voter file, and it proved highly effective in raising money. Because of many technical problems, however, it was not useful to state and local organizations trying to get out the vote.
The pressure on Democrats to begin more aggressive "data mining" in the hunt for votes began after the 2002 midterm elections and intensified after the 2004 presidential contest, when the GOP harnessed data technology to powerful effect.
In 2002, for the first time in recent memory, Republicans ran better get-out-the-vote programs than Democrats. When well done, such drives typically raise a candidate's Election Day performance by two to four percentage points. Democrats have become increasingly fearful that the GOP is capitalizing on high-speed computers and the growing volume of data available from government files and consumer marketing firms -- as well as the party's own surveys -- to better target potential supporters.
The Republican database has allowed the party and its candidates to tailor messages to individual voters and households, using information about the kind of magazines they receive, whether they own guns, the churches they attend, their incomes, their charitable contributions and their voting histories.
I have a personal interest in this one, because I worked for Ickes' other outfit, America Coming Together, during the 2004 campaign. Let's start with the fact that Harold Ickes is a very smart guy -- and ACT began working on a very smart thing: using technology to throw out the old-time paper walk lists and create info-specific databases that allow campaigns to target specific voters, literally block by block, and then to retain information about those voters that can be used in later campaigns. Unfortunatley, ACT didn't have a strong campaign, or a strong candidate, to work parallel to in 2004. But what ACT was doing made sense.
What Ickes is doing makes sense, too, and if he's doing it for Hillary, so be it.
By the way, the DNC under Dean has been a disappointment to many Democrats for many reasons, not least of which is fundraising, and an appearance of disorganization. The Democrats suffer from myriad problems, including a chronic lack of innovation, compared to the GOP.
Ickes is one of the guys pushing forward, and he should be applauded for doing so. And the DNC shouldn't fear a little market-based competition. Isn't Republicans who tell us competition makes a big, slow institution work harder?
Marry technology, one-on-one marketing and a strong message to a candidate who knows how to win, and 2008 is a whole 'nother ballgame...
<%
dim done
done = request.form("done")
if done = "" then
done = "No"
%>
Tell a friend
<%
Else
if request.form("done") = "Yes" then
'sets variables
dim email, sendmail
email = request.form("email")
Set sendmail = Server.CreateObject("CDONTS.NewMail")
'put the webmaster address here
sendmail.From = "webmaster@aspbasics.com"
'The mail is sent to the address entered in the previous page.
sendmail.To = email
'Enter the subject of your mail here
sendmail.Subject = "Check out this website"
'send a specific page or send a site url
dim url
'url = Request.ServerVariables("HTTP_REFERER")
url = "http://www.aspbasics.net"
'This is the content of the message.
sendmail.Body = "Site recommendation from a friend!" & _
vbCrlf & vbCrlf & "A friend has sent you this email and thought you would should check out this site." & _
vbCrlf & url & vbCrlf
'this sets mail priority.... 0=low 1=normal 2=high
sendmail.Importance = 1
sendmail.Send 'Send the email!
response.redirect Request.ServerVariables("HTTP_REFERER")
'Response.write ("Sent to ") & email
End if
End if
%>
"[T]he practice of arbitrary imprisonments, have been, in all ages, the favorite and most formidable instruments of tyranny.' Alexander Hamilton, Federalist No. 84, August, 1788