Focus group's satisfaction grows for GOP field during debate
Rochester, New Hampshire (CNN) -- They squinted and stared, laughed and frowned and furiously twisted little gray knobs, giving political analysts a critical early look into the minds of Republican voters.
And what did researchers see there? An energized party fairly champing at the bit for the coming presidential election.
That was the scene inside the beautiful, century-old Rochester Opera House as 21 likely Republican voters watched the debate and took part in a dial test set up by Southern Methodist University.
Using handheld "perception analyzers" calibrated to register immediate reactions, members of the randomly selected group reacted to the debate as it happened. Second by second, they moved their dials to the right or to the left, indicating a positive or negative response to what they were hearing and seeing.
Southern Methodist University professors Dan Schill and Rita Kirk tracked the average response of the group to each moment of the two-hour debate, and said for starters, each candidate produced strong moments.
For instance, former Massachusetts Gov. Mitt Romney's highest rating of the night came when he pressed for energy independence.
"It's time for us to have a president who really cares about finally getting America on track for energy security," the former Massachusetts governor said, and the tracking lines rose right along with his voice.
Former Godfather's Pizza mogul Herman Cain made the dials spin in his favor when he was asked about Muslim influence in the government.
"I do not believe in sharia law in American courts. I believe in American laws in American courts, period." The crowd in the debate hall roared and the lines in Rochester rose.
Rep. Ron Paul of Texas pushed the lines up by lighting into imminent domain laws.
"Property and free society should be owned by the people, and it shouldn't be regulated to death by the governments, whether it's Washington, D.C., or local governments."
Former Speaker of the House Newt Gingrich drew the focus group's favor by criticizing the United States' involvement in Libya.
At no point did the response graph dip into negative territory; perhaps not surprising in a group of 13 Republicans and 8 Republican-leaning independents. Still, it is notable that every statement received a favorable response, especially when President Obama's policies were in the crosshairs.
Ron Paul Graphs - News
This explains why he finished second (behind Ron Paul) in the recent Republican Leadership Conference straw poll. But a close examination of Huntsman's history and what little he has said so far in this campaign about foreign policy gives cause for

9:58: Ron Paul can't say whether there's another person on stage that he would bring into his administration, needs to quiz them more about their views on the Fed Reserve. 9:46: Michele Bachmann criticizes President Obama for “leading from behind” in

Ron Paul of Texas pushed the lines up by lighting into imminent domain laws. "Property and free society should be owned by the people, and it shouldn't be regulated to death by the governments, whether it's Washington, DC, or local governments.
And she spoke in voice tones that were far better moderated to the words she was saying that several of her colleagues, most notably former Congressman Newt Gingrich and current US Rep. from Texas, Libertarian Ron Paul, who always just sound so tired
Still, Tim Pawlenty, Ron Paul (who wants “to get rid of the Federal Reserve Board”), and Rick Perry (who “has proposed abolishing the income tax”) have an advantage over Obama in that they don't have to answer for our current economy.
How to Retrieve Data from Facebook Using PHP: Tutorial | PyThoughts
It has been a while since I’ve done a very technical tutorial on PyThoughts, so I thought I’d write one today. It’s about getting data from Facebook, and the best ways to do that.
1.Using the Graph APIThis is by far the easiest way to get data from Facebook, although it might not be a complete solution for you. The method is simple, and I do it like this:
$pageid = 6233046685; // This is the page id, but it could also be the page name. For this instance, I have used the page id for the Ron Paul fan page – however, I could also simply have used “ronpaul” and it would have worked.This should result with the output: “Ron Paul has 296188 fans on Facebook!”
This would be an easy way, let’s say, to create an application that compares the popularity of politicians on the Facebook social network. All you would need is the page id or page name of all of the major politicians, and output them into a nice format.
2. Using the REST Server APIThis is also a simple method of getting details about an entity on Facebook, comparable to the Graph API. You can use Facebook’s special query language, FQL (similar to all SQL languages), to request this data. This is how I use it:
$pageid = 6233046685; $fquery = “SELECT%20fan_count%20FROM%20page%20WHERE%20page_id=".$pageid”; $xml = @simplexml_load_file("http://api.facebook.com/restserver.php?method=facebook.fql.query&query=”.$fquery); $fancount = $xml->page->fan_count; echo “Ron Paul has ”.$fancount.” supporters on Facebook!”; 3. Being Totally Ridiculous and Searching the Actual PageSometimes requests like this just won’t do, and you need to hack the damn page. For this, you need to load the page up in PHP, and use its source code to retrieve the information that you want.
For instance, say you want to find out the Facebook Page ID using the page URL . There might be a way to do this using the fql, but I couldn’t think of a way in the time that I was planning this tutorial. I decided just to make a dirty hack and have fun with it.
Here I am loading the page:
$pagename = “ronpaul”; $dirtyurl = "http://www.facebook.com/".$pagename; $response = file_get_contents($dirtyurl); if ($response){ $matches = split('pid=', $response); $closer = split("&",$matches[1]); $fanpage = $closer[0]; }What this is doing, is it’s getting the contents of the Facebook page (hopefully), and putting them into this variable called “response”. Then, we’re splitting that content up into matches of “pid=” (Facebook’s way of saying Page ID). We’re then taking the first occurrence of pid (which is hopefully the id of the page that we’re on), and splitting that from the rest of the page, by splitting it at the “&” sign, which Facebook uses to end off the id sequence.
Ron Paul Graphs - Bookshelf
Ron Paul Revolution: History in the Making
Ron Paul Graphs made a huge difference in showing people the progress. The distributed nature of an Evangelism Marketing campaign makes it hard to know what ...Pillars of Prosperity: Free Markets, Honest Money, Private Property
Isn't it just about math and graphs? Not in Ron Paul's view. He has an intensity of passion for the discipline of economics that follows up on what Ludwig ...Newsletters in Print
Liberty
Again, many voters were not able to vote for the ticket. The 1988 ticket of Ron Paul and Andre Marrou appeared on ballots in 46 states. The chart in the ...Graph theory and combinatorics, 1988, proceedings of the Cambridge Combinatorial Conference in honour of Paul Erdős
Ron Graham and Donald Knuth informed me that that identifying this ... [2] PJ Cameron, Aspects of the random graph, in: Graph Theory and Combinatorics, ed. ...Everyday Report Directory
RonPaulGraphs.com - Donation Statistics & Stuff
home all graphs all maps text stats chat site news alexa stats links faq about DONATE NOW ... is not affiliated with or supported by the Official Ron Paul Campaign in any way. ...
Ron Paul Graphs - All Graphs
You can pick specific types of graphs using the table of tags to the ... is not affiliated with or supported by the Official Ron Paul Campaign in any way. ...
RON PAUL GRAPHS BLOG
RON PAUL GRAPHS BLOG. behind the scenes action at RonPaulGraphs.com. 4 ... graph stuff, or if anything really exciting happens in the Ron Paul candidacy. ...
Ron Paul's Realtime Donation Statistics
Tracker board for Ron Paul's donation drive. Daily and overall graphs, exponential moving average projections, donation rates, and other neat statistical stuff.
RON PAUL GRAPHS BLOG: New Ron Paul vs. Huckabee Graph
If that graph doesn't inspire Ron Paul fans to give a little more, nothing will :) UPDATE: Huckabee reset his number to just the November total ...