Free Hacking Tools: Display

Showing posts with label Display. Show all posts
Showing posts with label Display. Show all posts

Sunday, 24 March 2013

MySpace overtakes Yahoo in display ad views - report

,
SAN FRANCISCO (Reuters) - Yahoo Inc has lost its lead of the U.S. market for online display advertising to MySpace and its parent company News Corp's Fox Interactive Media and MySpace, new industry data shows.

Fox Interactive's collection of sites, led by MySpace, drew 56.8 billion advertising views in June, compared with Yahoo's group of sites which had 53.1 billion, according to data from Web audience measurement firm comScore this week.

But while the statistic marks the rapid growth of MySpace in terms of advertising viewership, analysts say the social network site has struggled to draw top-dollar ad rates relative to Yahoo, known for attracting premium advertising rates.

"Social media gets all these ad impressions but not necessarily get the dollars," said Colin Gillis, analyst at Canaccord Adams. MySpace's cost per thousand (CPM) page views are significantly lower than that of Yahoo, he said.

A MySpace executive said it is closing the gap with rivals such as Yahoo, Time Warner's AOL and Microsoft Corp's MSN after the revamp of its home page in June, which has drawn in big-name sponsors such as Sprint and Wendy's.

"Our CPMs have grown significantly," Jeff Berman, MySpace president of sales and marketing, said of June's growth spike. "Category by category, year over year, we're up double digits."

According to comScore data for advertising impressions, June was the first month that Fox Interactive has surpassed Yahoo, which saw ad views dip by around 12 percent from May.

While it may be too soon to say that MySpace has overtaken Yahoo for good, comScore data shows that Yahoo's share of the display market has been trending down since July of 2007.

Yahoo questioned comScore's measurement methodology.

"We believe there could be issues with the measurement that could be misrepresenting Yahoo and we are reviewing comScore's methodology and working with them to resolve these issues," Spokesman Adam Grossberg said in a statement.

ComScore spokesman Andrew Lipsman countered that Yahoo's month-on-month drop in display ad view was an "organic decline" unrelated to any changes in the firm's measurement methods.

Yahoo has often championed its leadership in Web display advertising -- based on comScore data -- even as it lost ground to Google Inc's dominant lead in search advertising. Yahoo agreed in June for Google to supply it with ad services to run alongside Yahoo's own Web search system.

Richard Greenfield, analyst at Pali Research said the redesign of the MySpace home page earlier this summer created a more compelling advertising proposition for brand marketers such as Sprint and Wendy's.

"It shows how the redesign is allowing MySpace to reach far beyond the 'social media' advertising category and to target far larger portal advertising budgets," said Greenfield in a blog posting for investors. He said this was a negative omen for big portals like Yahoo as well as MSN and AOL.




Saturday, 2 March 2013

Display your latest tweet without a plug-in

,

8 in 15 Useful Twitter Hacks and Plug-Ins For WordPressIf people like your blog, they would probably also enjoy your tweets. Displaying your latest tweets on your WordPress blog is a good way to gain new subscribers. A plug-in can do that, but for such a simple task, I prefer a hack. This one grabs your latest tweet and displays it on your blog.
This ready-to-use code can be pasted anywhere in your theme files. Just don’t forget to change the value of the $username on line 4. The $prefix and $suffix variable can be used to insert a title, and the div element can be used for further CSS styling.
// Your twitter username.
$username = "TwitterUsername";

// Prefix - some text you want displayed before your latest tweet.
// (HTML is OK, but be sure to escape quotes with backslashes: for example href=\"link.html\")
$prefix = "

My last Tweet

";

// Suffix - some text you want display after your latest tweet. (Same rules as the prefix.)
$suffix = "";

$feed = "http://search.twitter.com/search.atom?q=from:" . $username . "&rpp=1";

function parse_feed($feed) {
$stepOne = explode("", $feed);
$stepTwo = explode("
", $stepOne[1]);
$tweet = $stepTwo[0];
$tweet = str_replace("<", "<", $tweet);
$tweet = str_replace(">", ">", $tweet);
return $tweet;
}

$twitterFeed = file_get_contents($feed);
echo stripslashes($prefix) . parse_feed($twitterFeed) . stripslashes($suffix);
?>
Save the file, and your latest tweet is displayed on your blog. Nice, huh?

Friday, 1 March 2013

Display the hidden settings in Nokia phone

,

Today tip is about the secret codes of nokia mobile phones and will work on most of the latest nokia mobile sets. You can display the hidden information of mobile sets and troubleshoot the routine problems using these codes.

Follow the list of latest nokia codes list:


Code Action

*#7780# To restore the factory settings of mobile set

*#3283# To verify the set Manufacturing date

*#746025625# To stop the sim clock

*#67705646# Use to delete the operator logo

*#73# Use to reset game scores and phone timers

*#0000# Use to display the mobile software version

*#06# To display the IMEI Number of the mobile

*#92702689# To display the mobile warranty related settings (Serial no, Made,

Purchasing date, Repaired date, Life time).

*#7760# To display the Production serial number

*#bta0# Use to display Bluetooth MAC address

*#9999# Use to display the mobile software version

*#147# If you are using Vodafone then this code will help you show the last call detail

*#2640# To display the mobile security code

*#7328748263373738# Apply to resets the set default security code

*#43# To verify the call waiting status

*#2820# To verify the Bluetooth information

*#7370# To format the mobile phone memory

*#delset# To delete the GPRS AND EMAIL settings

#pw+1234567890+1# To display the lock status of mobile set

#pw+1234567890+4# To display the lock status of your
 

Free Hacking Tools Copyright © 2011 -- Template created by All Premium Accounts -- Powered by Free Premium Accounts