iGB

Internet Generation Blog

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.

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]

Some facts about links

Posted by admin

The most successful search engine is Google because provide the best results. Factors responsible for value of website for Google are content and links, but totally, links are the most important.
Deep links and relevance are very important in linking bulding, try to make deep links from good sites to your pages containing relevance content.
Relevant keywords in link anchor text is another basis of building position in rankings.
Next thing that impact in site position is submiting to directories - Jayde.com, DMOZ.org and webworldindex.com are the most important.

Flash games

Posted by admin

Online flash games become more and more popular, top internet websites with flash games have hundreds of thousands visitors every day.
This type of entertainment is popular among people who are going to take a break at work and play for few minutes.
Big advantage is that anybody interesting in playing don’t need to download and install any software, everything is realized by web browser. Next advantage is you don’t need to dig through many of search results to find interesting game, because there are tons of websites offering this type of entertainment. They are very easy to play, controlled by few keys or the mouse.
If you own website, you may put flash game on site like YouTube clip for free or buy license and source code and provide games exclusively. Flash games can attract many visitors to your website.

Page title and meta tags - few tips

Posted by admin

Page title is the most important things in SEO, so if you want to obtain high ranking in search engine result page, you have to focous on title of you webpage. Title provide first and the most important information about wabpage, title describe to a search engines and visitors the content of the webpage.
Good page title, optimized for search engines, has to include keywords of site and has to be no longer than 50 characters. All pages of website should have their unique, own title.
If you want to have an effective described website you have to write meta tags - description and a keyword.
Description and a keyword meta tags should contain the keywords and phrases that best describe your site. Remember that for Google description tag is very important, but keyword tag does not influence in Google.

Link building - the basis

Posted by admin

The bigest search engines calculate links to determine page rankings. Each link to website increase position of site. There are 4 types of links:

  • URL Link, simply URL to website
  • Text Link, link with word or phrase
  • Image Link - link associated with image
  • Dynamic Link, generated by language like JavaScript

When you build link to your website, you have to focus only on links that can be processed by search engines spiders, so use text link and image link.
The most immportant is to add links that anchor text of this link includes the keywords that webpage is optimized for.
And on more thing about Page Rank of site where you are going to add link - one link from high Page Rank site is worth more than hundreds links from sites with low PR.

Google AdManager

Posted by admin

Google AdManager is a free solution dedicated to the publishers who are interested in direct ad sales. Any person, who are going to publish ads on yours website, is abble to create AdManager account and via this account buy and publish ads on your page.

Google AdManager operating

  • Website will be divided into segments, where ad slots will be placed.
  • In this slots will be put HTML and JavaScript code responsible for ads generation, this code will be generated in adManager panel.
  • Google adManager panel allows to set ad impressions depending on specific targeting, dates and placements.
  • When you make this steps, you will be abble to upload creatives and activate ad.

Google AdManager isn’t an innovation or revolution solution, it is similar to phpAdsNew. Big advantage of Google adManager is that this software is hosted by Google, so you don’t need to install and configure, moreover you don’t need to care about money booking - all payment will be calculated by Google.

Adsence tips for beginners

Posted by admin

Here are some tips you should know when you are going to start make money with Google Adsense.
Keyword research is a first thing you should do when you find a topic of your site. The best too for Keyword research is a Google keyword tool. For example if a topic of your site is “making money on the internet” your shoul type this phrase in to Google keyword tool, and examine what people are looking for in Google.
To find out high dollar keywords and  estimate traffic use Traffic Estimator Google tool.
Blend your ads  with your site. Make the site look natural and don’t place to much Adsence ads. Choose a good ad format.

Online video marketing

Posted by admin

Online Video is a part of internet marketing, but creating a good video could be difficult. There are five tips for people commit creating videos.

Making short video
People have a very short attention so the most successful videos are 2 - 5 minutes long, but it’s recommended to create short videos which are less than 50 seconds long.
Clear introduction
video should have a introduction about the rest of the video. First 10 seconds of the video should interest a potential watcher, otherwise watcher will not watch the whole video.
Providing valuable information
Most Internet users spend time online because they are looking for valuable information, so videos should provide valuable information to target audience.
Don’t create too serious videos
Many of the most successful videos are funy. Try to integrate humour into video.
Don’t expect quick or instant results
Most of videos need time to achieve results. Don’t focus on creating few videos, to achieve instant results.

Good online video can bring a lot of success, so it is important to study basic elements of online video marketing.

Advertisment blending

Posted by admin

Content advertisement blending is a very important technique, that allow to blogs and websites owners to generated more income.
Websites owners have found that first factor of success is placing ad units before the first paragraph of each post or article.
Next blending technique consist on placing the largest rectangular advertisement unit in article, between paragraphs. This method allows to generate income from advertisment because of a pause with text.
The most effective method of blending ad units is to make this advertisements a part of content by choosing right color of the background and border. This color has to be this same as a color of location where the advertisment unit is placed.
Success with content ads will not happen overnight, try several methods of blending in the long run.

« Previous Entries Next Entries »