You are currently browsing the Link Back Seo blog archives for January, 2010.

Archive for January, 2010

postheadericon Timing redirect with PHP

Attending the forum dedicated to PHP often see threads where people claim to use Javascript redirects achieved because the header () function does not allow to define the duration of loading a page before the redirect to another resource.

This is absolutely not true, header () is supplying an attribute called refresh, which would set the waiting time before a redirect in number of seconds, watch for example the following list:

  • <span onmouseover=”_tipon(this)” onmouseout=”_tipoff()”><span style=”direction: ltr; text-align: left;”> </span></span>
  • <span onmouseover=”_tipon(this)” onmouseout=”_tipoff()”><span style=”direction: ltr; text-align: left;”>header( “refresh:5;url=index.php” );</span> header (“Refresh: 5; url = index.php”);</span>
  • <span onmouseover=”_tipon(this)” onmouseout=”_tipoff()”><span style=”direction: ltr; text-align: left;”>echo “Se il tuo browser non supporta il redirect clicka <a href=”\”>qui</a>.”;</span> echo “If your browser does not support redirects <a href=”\”> Click here <!– a–>.”</a></span>
  • <span onmouseover=”_tipon(this)” onmouseout=”_tipoff()”><span style=”direction: ltr; text-align: left;”><a href=”\”>?></a></span><a href=”\”> ?></a></span>

Read the rest of this entry »

postheadericon AdTaily, a rival for AdSense

For those who – in order to maximize the gains coming from advertising online – want to consider alternatives to Google AdSense reports a new service called AdTaily; this circuit, although young, has already achieved excellent results and already has several million of paid advertising impressions each month.

adtaily

AdTaily’s motto is “convert visitors advertisers, the network is based on a highly simplified system that allows anyone, even those who have never created an advertising campaign, to quickly generate banner ready for insertion web pages. Read the rest of this entry »

postheadericon Syndication RSS

RSS (Really Simple Syndication) or syndication permitted to be included in a single file all the new content on a website, which is both useful to users and referencing.

The standard allows RSS to be informed about news from a website, without having to consult. The RSS file in XML format, also known as RSS feeds, or RSS channel, allows to describe in summary form the content of a site. This file is maintained automatically updated to always contain the latest information to disseminate. Sites by providing such a flow often affix a logo RSS for this type: rsson their pages, or even the same symbol will be visible in the right corner of the address fields (Firefox) or on the navigation bar (IE7) web browser. Read the rest of this entry »