Blogging Tips: List of CPM Advertising Networks

April 16th, 2010 by ytechcity

CPM advertising networks behave pretty much as PPC networks, except that you get paid according to the number of impressions (i.e., page views) that the ads displayed on your site will generate. CPM stands for Cost per Mille, and it refers to the cost for 1,000 impressions.

A blog that generates 100,000 page views monthly displaying an advertising banner with a RM1 CPM, therefore, will earn RM100 monthly. CPM rates vary with the network, the position of the ad and the format. The better the network, the higher the CPM rate (because they have access to more advertisers). The closer you put the ad to the top of the page, the higher the CPM. The bigger the format (in terms of pixels), the higher the CPM.
You can get as low as RM0,10 and as high as RM10 per 1,000 impressions (more in some special cases). CPM advertising tends to work well on websites with a high page views per visitor ratio (e.g., online forums, magazines and so on).

List of popular CPM advertising networks:
1. Burst Media Online Advertising Network and Publisher Ad Network Representation
2. AdsDaq (no traffic requirement) – While they only provide CPM ads to specific countries.
3. ValueClick Media – The Pure Performance Advertising Network
4. Advertising.com | We Make the World Click
5. Tribal Fusion: Smart Publishers

Blogging: Adding Google Adsense To Your RSS Feed

April 11th, 2010 by ytechcity

RSS means Rich Site Summary. It gives readers information about Updated changes of a website or blog. Website owners subscribe in the RSS FEEDS and visitors subscribe in those sites by their email & visitors get updated news of the Blogs.


If you are not sure what i am talking about here with Feedburner or Rss Means? You can read through my post Blogging Tips : Google Adsense for RSS Feed, i recommend bloggers to subscribe to a group of blogs so that you can be reading the latest news instantly through your email without being puzzled when the blogger will update his article or lastest post.

Adding Adsense To Your RSS Feed
monetize-google-adsense
You can login into your Feedburner account and press the “monetize tab” you will be brought to your Adsense account. Then, Active the service.

adsense-for-feeds
To activate AdSense for feeds, you need to sign in to AdSense and then look for the AdSense for feeds link under the “AdSense Setup” » “Adsense For Feeds“.

create-ad-for-feeds
You then go to your Adsense account and navigate to Adsense Set Up then Adsense For Feeds. At the bottom you will see your FeedBurner RSS feed and a “burn new feed“.

activate-new-feeds
Highlight your FeedBurner RSS Feed and press Add.

adsense-for-feeds-complete
Adding Adsense to feed completed, you have now added Adsense to your FeedBurner RSS Feed.

SEO: Check dofollow/nofollow with Firefox SearchStatus Add-on

April 9th, 2010 by ytechcity

searchstatus_screenshot
SearchStatus is a cool add-on for FireFox that every SEO junkie should consider installing. The add-on allows you to display the Google PageRank and Alexa popularity score of a website anywhere in the FireFox browser. In addition, the add-on offers fast keyword density analyzer, keyword/nofollow highlighting, backward/related links, Alexa info and other SEO tools.

If you’re a FireFox user, SearchStatus is a really cool Add-on. It will give you a ton of information about your site (or any other site) and should improve your SEO if you use the information properly. Get the SearchStatus Add-on here. Thanks to Greg Morgan for the heads up.

WordPress Plugin :Custom image resize script by TimThumb PHP Script

April 1st, 2010 by ytechcity

Previous post regarding to WordPress Plugin: Thumbnails images to your blog via Get the Image, which is useful for magazine style themes, and allow you thumbnails images for your blog. Today, i will share with you a greatful php script (TimThumb PHP Script) written by Tim McDaniels as a way to achieve the core functionality of phpthumb while using half the code. Ben then added PNG and GIF support, plus improved speed and caching.

timthumb
How do I use it?
Simply copy the source code into a new document called ‘timthumb.php’, place it in a folder on your site (ex: /scripts/) and call the image like this:

<IMG alt="" src="/scripts/timthumb.php?src=/images/image_name.jpg&h=150&w=150&zc=1" >

Some important things to note:
•TimThumb requires the GD library, which is available on any host sever with PHP 4.3+ installed.
•Once installed and in-use, TimThumb will automatically create a /cache/ subfolder with proper write-permissions. If your host server doesn’t allow this by default, be sure to manually change the /cache/ folder permissions to 777.
•In addition, make sure the folder which contains TimThumb is set to 777.
•As in the example, use absolute paths for your script and images

TimThumb allows the following parameters:
•w: width
•h: height
•zc: zoom crop (0 or 1)
•q: quality (default is 75 and max is 100)

Official Website:
http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/

Download:
http://timthumb.googlecode.com/svn/trunk/timthumb.php

WordPress Plugin: Thumbnails images to your blog via Get the Image

April 1st, 2010 by ytechcity

Thumbnails_images

Get the Image is a plugin that grabs images for you. It was designed to make the process of things such as adding thumbnails, feature images, and/or other images to your blog much easier, but it’s so much more than that. It is an image-based representation of your WordPress posts.

This is a highly intuitive script that can grab an image by custom field input, WP’s post image feature, post attachment, or extracting it from the post’s content.

Installation
1.Upload get-the-image to the /wp-content/plugins/ directory.
2.Activate the plugin through the ‘Plugins’ menu in WordPress.
3.Add the appropriate code to your template files as outlined in the readme.html file.

Official Webite:
http://www.justintadlock.com

Download:
http://wordpress.org/extend/plugins/get-the-image