I absolutely love using Jquery Mobile on my Vbulletin forum, however, not being able to monentize the traffic was a real disappointment. Typically, the issue in the earlier version of Jquery Mobile, is that upon a ajax page load, the Google Adsense script would be executed and the user would only see the ad and not the page. Then on the later version, the script itself wouldn’t be executed at all.
So, after much looking around, I finally found this posts that started me in the direction to sucess.
$(window).load(function(){
var ads_top = $("#adsense_top").find("iframe");</code>
//This is where the ads will show when the page is first loaded
$(ads_top).appendTo("#google_ads_top div");
$("#adsense_top").remove();
$('div').live('pagehide',function(event, ui){
//This is where the ads will show when theirs a page transition
$(ads_top).appendTo("#google_ads_top div");
});
});
Today I’m officially throwing in the towel on the Apple iPhone 3GS. I know, I know, some people think I’m crazy. But I don’t. Now that the Nexus one is offered on the AT&T wireless network with 3G speeds, I couldn’t be happier. Yeah, it’s pricey, but folks, it’s work it.
Apple CEO Job Steves during a recent Town Hall, called Google on their “bullshit” in response to why Apple won’t support Flash on their mobile/ipod devices.
On the subject of Google, Steve said that their avowed policy of ?Do no Evil? is ?bullshit.? He called the release of the Nexus phone a direct attack on the iPhone, and stated that he won?t let them win. [Read More]
For all you Google junkies out there, the day has finally come. Google has just launched Chrome for the Mac users. So what does this mean? We’ll, it’s still offically in Beta right now, but it’s worth downloading, and giving a shot.
For the most part, I stayed away from using Google Chrome as my main browser, and only using it when testing sites. But lately, that trend has been changing. Now that I can install Google Chrome on Leopard, will I use it as my default browser? Only time will tell.
Gmail went down around 10:25am GMT, affecting users in the UK and across Europe, also affecting Australia and India. As of now, it was only the web based Gmail service that was affected, while users can still send and receive messages via mobile devices.
As of now, Google has not confirmed what caused the outage. “A number of users are having difficulty accessing Gmail,” said from the Google press release. Currently, ?We are working to resolve the problem. We know how important Gmail is to users, so we take issues like this very seriously, and we apologize for the inconvenience.