AdRotate - A simple way of putting ads on your Wordpress blog

AdRotate add and manage the code from the dashboard and show a random banner, or multiple, on your site. The plugin supports groups for banners allowing the different sizes to show up where they fit and not a vertical banner in the content or header and so on. Easy management from the dashboard allows you to quickly oversee, add and edit banner code.

Features

  • Show random banners
  • Track how many clicks, shown, CTR
  • Timed banners, start and stop dates
  • Activate or de-activate banners at will
  • Edit/update banners
  • Widget included for sidebar
  • Insert banners into pages or posts with shortcodes
  • Preview banners on edit
  • Per banner/function to set a specific banner or keep it random
  • Multiple groups per banner location
  • Works with Google Ads
  • Easy in use
  • Integrates with WordPress dashboard, yet allows you to completely style to your own need
  • And more…. much more.

Opera 10 Beta Web browser is available for download

A new beta of the speedy, innovative Opera web browser is available for download, bringing a visual, expandable tab bar and tab previews, server-side compression for slow connections, and many more features to your desktop.
The biggest and most noticeable change for newcomers and Opera veterans alike will be the newest tab features, an area where Opera has long been an innovator and pack leader. The default view of your tabs is a series of rounded-off, text-only stubs between your menu and address bars. Grab and expand the divider below your tabs, though, and you get a customized view of visual tab previews, with buttons to close each of them and add another tab. Whether you use that vertical space or not, hovering over a tab with your mouse pointer now brings up a quick preview of the contents.
The other marquee feature in Opera 10 is its "Turbo Mode." Users of Opera Mini and Mobile might recognize this technology, which uses Opera's servers to compress images and graphical elements and speedily deliver them for browsers on slower connections. It won't help much for those already on a broadband connection, and the browser will in fact warn you against using it if you try. For those stuck on flaky Wi-Fi or even dial-up connections, though, Turbo Mode could be a welcome respite from image loading eternities.

Other features worth crowing about in the 10 beta are more customization features for the Speed Dial new tab page, a re-size-able search bar, default mail configuration for webmail services like Gmail and Hotmail, inline spell checking, and what Opera claims is a 40 percent faster rendering engine that's specifically optimized for webapp sites like Facebook and Gmail.

Opera 10 Beta

Wordpress Plugins for Increase Your Search Engine Ranking

1. All in One SEO Pack

This plugin enables certain modifications to your Wordpress blog to achieve Search Engine Optimization. For example, you can customize your post title, post description and post tags for individual post. Furthermore, this plugin also has features such as auto generates Cononical URLS for your entire Wordpress site and select index/noindex for various archives pages.

2. Broken Link Checker

This plugin will monitors links in your site and list out links that don’t work or any missing images. The reason why this plugin is essential is because you may write an article and link to www.domain.com. This link may goes down in future and become dead ends for search engine. By using this plugin, you can get notifications immediately and remove these dead ends.

3. Google XML Sitemaps Generator

This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog. A sitemap will help search engine spiders to crawl your content. The generated sitemap also supported by other search engine such as Yahoo, MSN and Ask.com.

4. SEO Friendly Images

SEO Friendly Images is a Wordpress optimization plugin which automatically updates all images with proper alt and title attributes. By having a proper alt and title tag for your images, you can get more traffic from Google Image Search. This blog had gain quite a large number of traffic from Google Image Search by doing so.

5. No Self Pings

Although internal linking in your own site help navigate user to your posts, but it actually decrease your page rank because of the self pings effect. This plugin will eliminate this effect by removing all pingbacks from own site and only receive back links from other sites.

6. Enforce www. Preference

One of the important search engine fact is that search engines will treat www.domain.com and domain.com as two different site. You can easily overcome this issue by enforcing this plugin. Note: All in One SEO Pack will overcome this issue for you. Make sure you check the Canonical option.

7. Platinum SEO Pack

This plugin covers all the features of All in One SEO Pack, but it does include more options compare to All in One SEO Pack. For example, it adds index, noindex, follow or nofollow, noodp, noydir, noarchive, and nosnippet meta tags to any post/page. But, most of my clients prefer All in One SEO Pack as they are used to it and reluctant to change.

8. SEO Smart Links

SEO Smart Links can automatically link keywords and phrases in your posts and comments with corresponding posts, pages, categories and tags on your posts. This will help navigating your visitors to other posts. The interlinking process happens automatically and what you need to do is configure it through the administration settings panel.

9. SEO Slugs

Long URL may have a better ranking in search engines because it will contain more keywords. But search engines like Google tends to ignore some common keywords such as “you”, “a”, “the”, and “what”. Removing these keywords will improve your search engine ranking. This plugin will automatically remove these unused common keywords for you.

10. Robots Meta

Robots Meta enables users to control which pages/posts can be indexed and which can’t. For example, you may want to prevent indexing of your search results or your category pages. It is because some search engines will see them as duplicate content and decrease your page rank.

How to add Twitter Followers Counter to your Blogger Blog

Like Feedburner Counter counts your RSS Subscribers, Twitter Counter counts your Twitter Followers.
<script type="text/javascript" language="javascript" src="http://twittercounter.com/embed/?username=username"></script>


Write your twitter account(username) in place of username

There are total of 4 colors to choose from.. You can find them here.

To add in Blogger :
Sign into Blogger » Layout » Add a gadget » html/javascript
paste the code and save it.

Horizontal Navigation Bar For Blogger Using Labels

Go To Layout > Edit Html
And Search For
Now add these below CSS codes before it

/* -----   LINKBAR   -----  */
#bg_nav {
background: #000;
width: 960px;
height: 29px;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
color: #FFF;
font-weight: bold;
margin: 0px auto 0px;
padding: 0px;
border-top: 1px solid #333;
border-bottom: 1px solid #000;
overflow: hidden;
}

#bg_nav a, #bg_nav a:visited {
color: #FFF;
font-size: 11px;
text-decoration: none;
text-transform: uppercase;
padding: 0px 0px 0px 3px;
}

#bg_nav a:hover {
color: #FFF;
text-decoration: underline;
padding: 0px 0px 0px 3px;
}

#navleft {
width: 720px;
float: left;
margin: 0px;
padding: 0px;
}

#navright {
width: 220px;
font-size: 11px;
float: right;
margin: 0px;
padding: 6px 5px 0px 0px;
}

#navright a img {
border: none;
margin: 0px;
padding: 0px;
}


#nav {
margin: 0px;
padding: 0px;
list-style: none;
}

#nav ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#nav a, #nav a:visited {
background: #222;
color: #FFF;
display: block;
font-weight: bold;
margin: 0px;
padding: 8px 15px;
border-left: 1px solid #000;
}

#nav a:hover {
background: #6e6d6d;
color: #FFFFFF;
margin: 0px;
padding: 8px 15px;
text-decoration: none;
}

#nav li {
float: left;
margin: 0px;
padding: 0px;
}

#nav li li {
float: left;
margin: 0px;
padding: 0px;
width: 150px;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
background: #333;
width: 160px;
float: none;
margin: 0px;
padding: 7px 30px 7px 10px;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
}

#nav li li a:hover, #nav li li a:active {
background: #666;
padding: 7px 30px 7px 10px;
}

#nav li ul {
position: absolute;
width: 10em;
left: -999em;
}

#nav li:hover ul {
left: auto;
display: block;
}

#nav li:hover ul, #nav li.sfhover ul {
left: auto;
}

Please edit the width of the above codes in red to
adjust to the width of the navigation menu to adjust it to yours
template width.You can change the color and design of above css also if

you are capable of it.

Now Search for below codes






And add the below codes after the above codes

Thats It Now Preview It.If its working fine just save your template.

Download Bing Ringtones in MP3 format for your Mobile

Microsoft published Bing ringtones in Mp3 format.Try downloading any of these official Bing ring tones to your mobile phone from this direct link


Bing Ring Tone 1



Bing Ring Tone 2



Bing Ring Tone 3





Tags : bing, bing.com, microsoft bling, bling search engine, microsoft search, microsoft search engine

Wordpress Plugins for Twitter

1. TweetBacks for Wordpress

Imports tweets of your articles and either displays them as comments or separately.

2. Tweet Stats

Works in conjunction with TweetBacks and adds two widgets: “Most Tweeted Posts” and “Recently Tweeted Posts”. It can also import old tweets.

3. Automagic Twitter Profile URI

Adds a new field next to the comment fields so you can enter your Twitter username which is then linked to your Twitter profile.

4. Tweet This

A digg-style button that allows anyone to tweet your blog posts. It uses url shortening services like TintURL and Th8.us and is highly configurable. It includes other social bookmarking websites like Plurk, Yahoo Buzz, Delicious, Digg, Ping.fm, Reddit and StumbleUpon.

5. Commentwitter

Allows users to tweet their comments and it also includes the url of the blog post.

6. Twitter Tools

Allows you to store tweets in your blog's database, it can create an article out of every tweet or tweets organized by days or weeks and promotes articles on Twitter, including their links. It also allows you to post on Twitter from your blog's sidebar or admin panel. It is also possible to integrate other services through APIs, like hellotxt.

7. TweetSuite

Based on TweetBacks and Tweet Stats, it includes a Tweet This button and a RT button for TweetBacks which you can use either independent of in the same time. It can also post articles directly on Twitter.

8. TwitCapt

Allows your visitors to promote your blog with personalized RTs. You can set an option so that the users will follow up to 5 different people, which is a great way to increase your Twitter followers. It can also say "Thanks" to those that post a RT.

site visitor