Google has released its new Keyword Tool which generates accurate traffic data for keyword terms. See :
https://adwords.google.com/select/KeywordToolExternal
With the new Google tool you can search for any keyword or keyword phrase and see the estimated traffic.
The first column shows Advertiser Competition. The bar graph represents the number of advertisers that are bidding on each of the [...]
Entries from October 2008
Google releases Keyword Tool External with accurate search traffic numbers
October 4th, 2008 · No Comments
Tags: SOE
The robots.txt file
October 4th, 2008 · No Comments
When it comes to SEO, most people understand that a Web site must have content, “search engine friendly” site architecture/HTML, and meta data such as title tags, meta description, graphic alt tag tags and so on.
However, some web sites totally disregarded the robots.txt file. When optimizing a Web site, don’t disregard the power of this [...]
Tags: SOE
Create a drop down option list with PHPSecureArea
October 4th, 2008 · No Comments
If you have a number of membership options in PHP-SecureArea, these can be all displayed and selected from one drop down list.
For example :
<form action=”/phpsecurearea/ipn/process.php” method=”post”>
<select name=”item_number”>
<option value=”Memb01″>1 month membership (£10.00)</option>
<option value=”Memb03″>3 month membership (£20.0)</option>
<option value=”Memb06″>6 month membership (£35.00)</option>
<option value=”Memb12″>12 month membership (£60.00)</option>
</select>
<input type=”image” src=”/phpsecurearea/images/btn/x-click-butcc-subscribe.gif” border=”0″ name=”submit” alt=”" title=”Make payments with PayPal – it’s fast, [...]
Tags: PHP-SecureArea