Archive for September, 2007

Review Samsung’s U3 Sleek and Colorful USB MP3 Player

Wednesday, September 26th, 2007

clip_image0021311  Samsung’s U3 is a USB MP3 player available in 5 different colors. Unique features includes models with different storage capacity (1GB, 2GB and 4GB), price less than iPod shuffle, 15 hour standing battery life, touched key input display. This measures 25.4×80x11mm and weighs 22.8g. The other key features include 4 Line OLED LCD display, FM Radio, 3 Levels (32 / 64 / 128 kbps) Voice Recording and Portable File Storage.

For a complete demo of the product check the below youtube video.

India Twenty 20 Cricket World Champion - Winning moment Video

Tuesday, September 25th, 2007

ABOUT PERSONAL LOANS

Saturday, September 22nd, 2007

Personal loans are taken for different needs but choosing a secured loans or unsecured loans might lead us in to trouble if we did not think through the different factors like Fixed and Variable interest rates, Annual Percentage Rates, Typical APR, and compare loans offered by other financial institutions, Payment Protection Insurance and also charges for early repayment.

Going for a secured personal loan by putting up some security is always better than opting for unsecured loan as the interest rates for a secured loan will be less than the unsecured one and also you can see whether the same purpose can be solved by using a credit card before applying for a loan, as this would be better choice than a personal loan.

This is a Sponsored Post.

Yuvraj Singh Six Sixers vs England in Twenty20 WorldCup Cricket Match Video

Thursday, September 20th, 2007

If you have missed Yuvraj Six Sixers against England in the Twenty20 WorldCup then enjoy watching this video.

 

Google Adsense for Mobile Website

Wednesday, September 19th, 2007

Google Adsense Google has announced Adsense for mobile. In the adsense products section for the publishers a new section has been added for Mobile Adsense which allowes the publishers to select the Ad format and customize colors. The adsense code for mobile is currently available in the following scripting languges.

  • PHP
  • CGI/Perl
  • JSP
  • ASP

and a sample mobile website adsense code for PHP looks as shown below

<?php

$GLOBALS['google']['ad_type']=’text’;
$GLOBALS['google']['channel']=”;
$GLOBALS['google']['client']=’pub-*****************’;
$GLOBALS['google']['format']=’mobile_single’;
$GLOBALS['google']['https']=$_SERVER['HTTPS'];
$GLOBALS['google']['host']=$_SERVER['HTTP_HOST'];
$GLOBALS['google']['ip']=$_SERVER['REMOTE_ADDR'];
$GLOBALS['google']['markup']=’xhtml’;
$GLOBALS['google']['output']=’xhtml’;
$GLOBALS['google']['ref']=$_SERVER['HTTP_REFERER'];
$GLOBALS['google']['url']=$_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
$GLOBALS['google']['useragent']=$_SERVER['HTTP_USER_AGENT'];
require(’http://pagead2.googlesyndication.com/pagead/show_ads.php’);

?>

So now all mobile website owners can earn money through Google adsense for mobile.