iGB

Internet Generation Blog

Good articles for Adsence

Posted by admin

Copywriting has got an important role in maximizing income from Adsense. Good writed content has to be interesting and rich in keywords describing article. This is a critical part of any Adsence venture. So focus on good keywords density - 4% is an optimal, but don’t forget about synonyms. Use Google Keyword Tool to find out synonyms that perfect fit to content.
Don’t use in article this same words over and over again.
If you are going to write content about the highest paying keywords remember that there is a big competition, so you have to be good in SEO.
Next thing is about way of content presentation - use CMS lkie joomla or blog like Wordpress rather then websites based on pure html code.
In conclusion, if you are interesting in high earnings, focus on keywords that generate sale, things and services that may be sold online.

3G telephony protocols

Posted by admin

There are two, the most popular, UMTS mobile telephony protocols - HSDPA and HSUPA. The most common, installed in many newest devices, is High-Speed Downlink Packet Access (HSDPA).
Theoretical down-link speed provided by HSDPA is up to 14.4 Mbit/s, but existing solutions are able to handle with 7.2 Mbit/s in down-link and 384 kbit/s up-link. High Speed Uplink Packet Access (HSUPA) provides improved up-link - theoretically up to 5.76 Mbit/s.
In many 3G mobiles there is installed protocol 2.5G telephony - EDGE which is able to send data with 236.8 kbit/s.

Not Dream but Diamond?

Posted by admin

HTC planned press event for 6 May, when this Taiwan-based company is expected to introduce an Android based mobile.
But there are rumors that HTC are not planning Android device debut, but will launch Touch Diamond, successor of Touch Cruise smartphone.
Moreover, GPSAndCo portal claims to have a knowledge about specification of this phone.
So, HTC Diamond is believed to be powered by Qualcomm MSM 7201A @ 528MHz and 256MB ROM/192MB RAM. It is interesting because HTC Dream is expected to be powered by similar Qualcomm MSM 7200 chip.
2.8-inch, 240×320 pixels VGA screen is a standard commponent for HTC smartphones, so both mobiles, Dream and Diamond, will be equipped with.
Such technologies like HSDPA/HSUPA, eGPS, 3.2MP (or more) camera, Wi-Fi, Bluetooth 2.0, orientation sensor and FM Radio are believed to be standardly installed in high performance devices like Dream or Diamond.
The big unknown is internal flash memory. HTC Diamond is reported, by GPSAndCo portal, to has got Samsung MoviNAND 4GB internal flash storage.
How many flash memory will be in Dream? Probably more, because iPhone and Nseries Nokia’s are equipped with 8 or 16 GB.

Proxy sites

Posted by admin

Proxy sites provide an ability to browse sites that are blocked by IP or content filter.
Webt based proxy sites allow the user to achieve a specific web address or page indirectly, in resident window.This cause two things.
First, all information sended via proxy will appear as a information related to the proxy, and wont be blocked.
Second, site address will be masked, and there wont be any possibility to see visitor IP - from web administrator side.

Last minute searching

Posted by admin

There are a plenty ways to get airline tickets, but the key in cheep tickets searching is where to look and what airlines offer the best deals.
Flight must run irrespective of how many people are going to fly, so price get lower to fill up the plane as the flight gets closer.
The closer to the flight there are the biggest probability to get last minute ticket.
The best way to get last minute airline tickets is to find last minute tickets provider or travel agents with help of search engines like Goggle.

News about Android Platform

Posted by admin

Qualcomm, wireless telecommunications company, member of the Open Handset Alliance is going to be the biggest chips supplier for Android-powered devices.
They are going to push out more than five Android mobiles that should offer features like iPhone, but this devices will be cheaper.
T-Mobile USA, will introduce an Android powered smartphone during the fourth quarter of 2008 - this is not first time a T-Mobile announced plans about Android based smartphone.

Thailand

Posted by admin

Kingdom of Thailand is located in Southeast Asia, occupy an area of 513,000 square kilometers and has more than 60 mln inhabitants.
Thailand is one of the most popular destinations, well-known for its islands like Phuket and Samui.
Samui island is known for its magnificent limestone cliffs, white sandy beaches and fantastic coves and bays.
Central region of the Thailand is dominated by Bangkok, with museums, beautiful wats, and shopping areas.
North region of Thailand is a country’s cultural heart, with a fourteenth century town - Chiang Saen.

New TI OMAP

Posted by admin

Texas Instruments has annouced new OMAP, High Performance family, microprocessors.
OMAP3440 is powered by 800 MHz ARM Cortex A8 processor, IVA™ 2+ (Image Video Audio) accelerator and PowerVR SGX 530 2D/3D Graphics Accelerator. It is the most powerful chip of OMAP34xx subfamily.
TI has introduced new subfamily OMAP35xx - which is powered by 600 MHz ARM Cortex A8 processor. The best equipped OMAP3530, has got PowerVR SGX 530 2D/3D Graphics Accelerator, and new IVA2.2™ Accelerator Subsystem.
Other chips are poorest - OMAP3525 is without 3D accelerator, OMAP3515 is without IVA subsystem, and OMAP3503 is only equipped with Cortex CPU.

HTC Dream?

Posted by admin

On the Web has appeared a spy photo with 3 unknown HTC smartphone, there are TyTN II, Touch, Touch Cruise and HTC P3470, and 3 unknown devices.
Probably, one of this smartphones is HTC Dream, which was announced as a mobile with “qwerty” keyboard - a some kind of benchmark on this photo.
So.. if it is a new HTC Dream, it will be equipped with 2,8 inch screen, 320 x 240 pixels - like other HTC devices, something like iPod’s Click Wheel and video sensor for video calls.
On May 6, HTC announced an event, where company is expected to show first Android Platform powered mobile.

Link to Wordpress post

Posted by admin

Here you are a trick that allows to place a html and BB link code to wordpress blog posts - under any post will be generated automticly link code to each entry. It is not a plugin, but it may be done manually, by placing php code in scripts responsible for theme generating.
First of all you have to find file that generate theme for single post - probably it will be single.php or post.php.
Next you have to choose place where link will appear - the bes place is between post content and coments.
And next, place php code that removes the white spaces from wordpress wp_title function. Standardly title is generated with space before title text.

<?php
function af_titledespacer($title) {
return trim($title);
}
add_filter(’wp_title’, ‘af_titledespacer’);
?>

And next, link generation:

html link:
<a href=”<?php the_permalink() ?>” target=”_blank” ><?php wp_title(”,true,”); ?></a>
BB link:
[url=<?php the_permalink() ?>]<?php wp_title(”,true,”); ?>[/url]

« Previous Entries