Tuesday, August 28, 2012

How to: fix �blank ads� Google AdSense

How to fix Rejected ad requests or �blank ads �Google AdSense.  This problem happens one of my blogs/website. If this happen to your blogs with a thousand of post big money will losses to your website a day.

How to fix rejected ad request errors

When you see rejected ad request errors, it means your ad unit is crawling and targeting the wrong URL. This occurs when our URL detection has determined our ad unit is within an iframe, and has no content. This results in lower relevancy for your ads and lower revenue as we do not know the actual content of your page. When we are not able to determine the correct site information for an ad request, we serve �blank ads� that blend into the background of your pages.

According to support.google.com/adsense Reasons why you see rejected ad request errors:

Here are some possible reasons you're seeing these errors:
This occurs when the URL of the server from which the ad unit has been served differs from the URL of the actual page where the ad will be displayed.
Your ad code is nested within multiple iframes.
If your ad code is nested within multiple iframes, we are not able to determine the correct site information for an ad request.
You�re using a Supply-Side Platform (SSP).
If you make use of a Supply-Side Platform (ad servers, yield managers, etc.) for ad optimization and you're receiving rejected ad request errors with their URLs, please contact the Supply-Side Platform to determine the best way to ensure that the correct site information is passed in your ad requests.

Ways to fix rejected ad request errors

The method for fixing targeting depends on the domain that triggers the ad request error. In general, to fix these errors in AdSense and Ad Exchange, you will need to pass to AdSense and Ad Exchange, the URL of the actual page where your ad unit is located in the ad request.
If using DoubleClick for Publishers, please look into the following solutions:
  • If using DART, you can pass the correct URL using the dc_ref parameter in conjunction with the google_page_url parameter in AdSense and Ad Exchange. For more information, access the DART for Publishers Help Center .
  • If using Google Ad Manager, you can pass the correct URL by adding the following syntax to your DFP ad call:
GA_googleAddAdSensePageAttr("google_page_url", "URL");
  • If using Google Publisher Tags, you can pass the correct URL by adding the following syntax to your DFP ad call:
googletag.pubads().set("page_url", "URL");
  • If you have a mobile app, and are running AdSense and/or Ad Exchange web tags, you�ll need to switch those tags for the AdMob SDK.
If you have tag.admeld.com errors within your report, please contact your Admeld representative and ask for JavaScript tags as opposed to iFrame tags. This will remove the nesting iframe effect and should improve the targeting.
For all other domains, you will need to use google_page_url to target the correct URL.

Typical ad code:
<script type="text/javascript">
google_ad_client = "ca-pub-XXXXXXXXXXXX";
/* 728x90, creado 14/04/08 */
google_ad_slot = "XXXXXXXXXXXX";
google_ad_width = 728;
google_ad_height = 90;
</script>
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Ad code with google_page_url added:
<script type="text/javascript">
google_ad_client = "ca-pub-XXXXXXXXXXXX";
/* 728x90, creado 14/04/08 */
google_ad_slot = "XXXXXXXXXXXX";
google_ad_width = 728;
google_ad_height = 90;
google_page_url = "http://myurl.com/fullpath";
</script>
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Share:

Monday, August 27, 2012

How to: Align Center Post-Title for Blogger Blogspot

Here's the tutorial on how to align the Post title in Blogger Blogspot template. Actually the Post title by default in Blogspot template is align in the left side.

Now you can place(Center or Right) by making/adding few changes in your blogger's HTML source code.

Step 1. First Sign-in to your Blogger click on Design under the Design Tab you will see Edit HTML click on it see below. befor you do this take a time to back-up your Blogspot template.

How to Align Center Post Title for Blogger Blogspot

Step 2: Find the Below Code ( By preshing Ctrl+F ) Put the code inside the serch box than Enter.

header {


Step 3: Under the header { find the code h1 { by moving your mouse cursor a little down and find h1 { see below.

Step 4: Now just add the below code under the h1 { code.

text-align: center;

Final: It will look like see below.

h1 {
text-align: center;
padding:25px 0px 10px 5%;
color:$pagetitlecolor;
background:$pagetitlebgcolor;
font:$pagetitlefont;
letter-spacing:-2px;

See demo here:

Tips:- If yuo want to take blog header title in right side just change in the code like.

For right side code: text-align: right;

For Left side code: text-align: left; (or remove the code)

For Center code: text-align: center;
Share:

Google's 'I'm feeling lucky' Spinning emotion

Google Search today got a new Spinning emotion, When you hover over the I'm Feeling Lucky button. Try it now.

From Google+:

Yesterday, we asked you how you're feeling and by far, the most popular answer was "hungry"! What does this have to do with Google Search, you ask? We recently added some other emotions to our I'm Feeling Lucky button, like artistic, wonderful, and of course, hungry. When you hover over the I'm Feeling Lucky button, it spins to an emotion and clicking on it connects you to a page that reflects that emotion. For instance, I'm Feeling Hungry leads you to a Google results page for restaurants in your area. Bon appetit!

 Google's 'I'm feeling lucky' Spins to an emotion
Share:

Sunday, August 26, 2012

Neil Alden Armstrong dies, age 82

Neil Alden Armstrong, the first man on the moon, has died. He was 82.

He died at 2:45 p.m. Saturday after complications following cardiac bypass surgery. RIP.

The report:


Neil Alden Armstrong dies, age 82
Image by creativeplanetnetwork.com
Share:

Thursday, August 23, 2012

How to: Add Attribute Title In Blogger Post Title

Here's on how to add Link Title In Blogger Post Title. I found this on the wordpress template blogs and why not apply on bloggers.

Here a few steps to apply the link title in blogger post title.

Befor you do this take a time to backup your template.

First Step

Find the code as below:
<a expr:href='data:post.link'><data:post.title/></a>

Remove the code and add with this code:
<a expr:href='data:post.link' expr:title='data:post.title'><data:post.title/></a>

Second Step
Find the code as below:
<a expr:href='data:post.url'><data:post.title/></a>

Remove the code and add with this code:
<a expr:href='data:post.url' expr:title='data:post.title'><data:post.title/></a>

Finally you got it

Click SAVE TEMPLATE.

How to: Add Attribute Title In Blogger Post Title, one-direction-im-yours

What say about this??
Share:

Tuesday, August 21, 2012

How long does it take for Google Adsense to review my application?

How long does it take for Google Adsense to review my application?

In some countries your site must be active for at least 6 months when you apply.

However, the actual review should be completed within a week after you put ads on your site.

Are you sure you have implemented the ad code correctly?

Update: Friday i received this from Google AdSense team:

REMOVAL OF GOOGLE BRANDING: As stated in our program policies, AdSense publishers are not permitted to modify the AdSense for search code in any manner, including removing the Google branding from the search box.

Action required: Check account for compliance

When i receive this message i am in the office! the thing is i cannot open the dashboard of my blog, my boss is in my side watching and advicing our projects for submission of cad-words, pdf and microstation. After eight hours of works, i rush to go home early, but when i am on the way going home heavy traffic shack me... o my gush...

After four hours of traffic finally i eat and watch the tv (i am so happy) its checking time!!!!

Two hours of cleaning of my blog.

Wednesday i receive the email from Google AdSense Team,

Hello,

Thank you for making the requested changes to your site in order to comply with our policies. After thoroughly reviewing lyricspinas.blogspot.com, we have now re-enabled ad serving to this site.

Because ad serving to your site was temporarily disabled, you many notice a delay of up to 48 hours or more before ads begin appearing on your site again. We appreciate your patience and cooperation.

Sincerely,

The Google AdSense Team


Your Welcome Google AdSense Team!!!
Share:

Monday, August 20, 2012

500 - Controller CommunityPlusController not found! (Photo)

Here's the message that appears on the Error.

You may not be able to visit this page because of:

1. an out-of-date bookmark/favourite
2. a search engine that has an out-of-date listing for this site
3. a mistyped address
4. you have no access to this page
5. The requested resource was not found.
6. An error has occurred while processing your request.

Please try one of the following pages:

If difficulties persist, please contact the System Administrator of this site and report the error below.
500 - Controller CommunityPlusController not found! Photo, http://810g.com/plus/113490943177806835534
Share:

Saturday, August 18, 2012

How to: Uninstall (complete) Mystart by Incredibar Toolbar

Here's some posible ways to remove (uninstall) the Incredibar Toolbar. MyStart is an adware program.

This tool was probably installed during installation of font that i download as additional recommended software (but still must be possible to reject it).

Would recommend to reset Internet Explorer settings and disable all unneeded add-ons (related with MyStart tool).

How to: Uninstall (complete) Incredibar Toolbar, Incredibar Toolbar Uninstall Completed

Remove MyStart in Internet Explorer:
1. Open Internet Explorer.
2. Go to Tools > Options.
3. On General tab, proceed to �Change search defaults� and click the �Settings� button.
4. You will see a list of search providers. Select your desired search provider and click the button �Set as default� to replace MyStart by Incredibar.
5. You may now remove searchnu.com from the list.

Remove MyStart in Mozilla Firefox:
1. Open Mozilla Firefox Internet Browser.
2. On Google�s Search box, click the �arrow down� beside the logo.
3. Select �Manage Search Engine� from the drop-down list.
4. Choose your desired search default (like Google) and click the button �Move up.� It should be on the top of the list to set it as default.
5. You can now remove other installed search engine.

mystasrt search.jpg
Remove MyStart in Google Chrome:
1. Open Google Chrome.
2. Click on the Wrench icon on top right corner of the browser.
3. Choose �Settings� from the drop down list.
4. Select �Basics.�
5. Click on �Manage search engines� under SEARCH settings area.
6. Hover your mouse to a preferred search engine and click �Make default.�
7. You can go on Search Engine and remove MyStart by Incredibar search by clicking on the X mark.
8. Final go extensions and choose the Delete Logoe (Remove from Chrome.)
Share:

Google+ncr

http://www.google.com/ncr

Whenever you are accessing the internet, you want to search something on Google�right? I never show people typing www.google.co.ph in their web browser. We all type www.google.com but automatically redirect to www.google.co.ph because local google domain for Philippines is google.co.ph.

If you type in your web browser www.google.com/ncr it will direct and take you to google.com. NCR stand for �No Country Redirect�.

Instead of typing manually in the browser, you can set it from your Home Page, to do that, click on Tools in the menu bar, click on Options, click on General, in Home Page type http://www.google.com/ncr and then click Ok button.
Share:

Thursday, August 16, 2012

Which Improve Search Engine Ranking Google

Here's the ways to improve your website or blog to Search Engine Ranking Google.

1. Get listed in more search engines: There are tons of them out there. There are also many free services that will help you get listed. Or just set aside some time to get it done yourself. Here is a free search engine submission site that will let you cycle through the top 100 search engines and get your site submitted.

2. Get listed in more directories: Again, there are a lot of them out there. Look for higher pagerank directories. Improvingrank.com has some listed by pagerank. Look on the left side of the homepage.

3. Clean up your html and check your links: You want the bots to have smooth sailing through your site. Use the tools on W3c.org and have a real person check them over too.

4. Get a few more links to your site: Make them relevant and at least the same pagerank as you.

5. Check your Title tags: You can use 90 � 100 characters in the title, so add some keywords. We know Google looks at them, and so do many more search engines.

6. Check your ALT tags: Searchbots can�t see pictures. Make sure you have ALT tags on all of your pictures, and make sure they are descriptive and keyword rich.

7. Go post in a few forums and put your website in your signature: Forums are a great place to put one way links. And you can help somebody out at the same time.

8. Put together a text based sitemap and put it on your site: There�s a lot of navigation that spiders can�t understand, such as flash, forms, java and javascript. Putting together a text-based sitemap gives the bots a way to navigate around the site.
Share:

Characters Cannot be Used in Labels

Here's the characters that cannot be used in Blogger labels.

Labels are a way to easily categorize your posts. When you're writing a post, click Labels on the side and enter the labels you like, separating them with commas. Labels you've used before will show up below, and you can just click them to add them to the post.

When you publish your post, the labels will be listed with it. Clicking any of the labels will take you to a page containing only posts with that label.

Characters Cannot be Used in Labels
The following characters cannot be used in labels: &<>@!,
Share:

Wednesday, August 15, 2012

Facebook Your account is temporarily Locked - Photo

Why this message appeared on my Facebook Account? "Facebook Your account is temporarily Locked." How To Open?

We don't recognize the device you're using. Please answer a few securtiy question to keep your account safe.

Facebook Your account is temporarily Locked.jpg, https://www.facebook.com/checkpoint/
Reason:

A) May be Facebook making an improvement in the database and the account get "Locked" are stored on. During this time,it may not be able to gain access to the account. It may last for an hours. If this doesn't work, try submitting Facebook form.

B) May be Facebook has detected suspicious activity and has temporarily suspended due to security precaution.

C) Randomly adding large number of friends and sending continuously message to your friend list. Due to which unknown friend has detected as a spam or reported abuse. If in a bulk large number of people report abuse or spam then it may also get locked temporarily.

D) May be randomly using different devices to open a Facebook account.
Share:

Tuesday, August 14, 2012

Google Logos - 2012 Julia Child

Google Homage today commemorate for Julia Child 100th Birthday. I love to eat, but not more on cooking.

She is recognized for introducing French cuisine to the American public with her debut cookbook, Mastering the Art of French Cooking, and her subsequent television programs, the most notable of which was The French Chef, which premiered in 1963.
Google Logos - 2012 Julia Child.jpg, logos julia child
Share:

Saturday, August 11, 2012

How To: Embed Wiki Audio

Inserting external images, audio files, video files, etc., is not possible on Wikipedia. All images and audio must be uploaded to Wikipedia, where it is subject to deletion (if necessary). Videos, however, are not uploadable nor embeddable.

As was said, the closest you'll come is creating a link to the video. But it'll probably be removed if it's irrelevant or just plain silly.

The "insert HTML code" button in the wiki toolbar enables you to insert any type of HTML code, which is particularly useful for directly embedding content from youtube, prezi, google maps, and numerous other websites.
Share:

Google Logos - 2012 Closing

Here's the 17th Doodle �London 2012 Closing Ceremony� for the London 2012 Olympic Games. Get ready for a star-studded musical send-off.

The Closing ceremonies of the London 2012 Summer Olympics will be on 12 August in the Olympic Stadium. The worldwide broadcast will get under way at 21:00 BST (UTC+01) and aim to finish by 23:45. There will be an estimated global audience of 750 million.

The ceremony will include a handover to the next host city for the 2016 Summer Olympics, Rio de Janeiro.

Read more on Official website london2012.com/

Google Logos - 2012 Closing Ceremony.jpg, logos 2012 closing ceremonies, google olympics logo 2012

Google Logos - 2012 Slalom Canoe
Google Doodle - 2012 Hurdles
Google Logos - 2012 Basketball
Share:

Friday, August 10, 2012

Google Logos - 2012 Gymnastics

Here's the 16th Doodle �London 2012 Rhythmic Gymnastics� for the London 2012 Olympic Games. After the 4th animated doodle, Google Homepage page back to static doodle.

One of just two women-only disciplines in the Olympic Games, Rhythmic Gymnastics is a combination of gymnastics and dance.

Venue:

North Greenwich Arena: Located on the Greenwich peninsula on the banks of the River Thames

London 2012 Closing Ceremony

Google Logos - 2012 Gymnastics.jpg, logos 2012 rhythmic gymnastics, london 2012 google logos

Want to play doodles:

Google Logos - 2012 Slalom Canoe
Google Doodle - 2012 Hurdles
Google Logos - 2012 Basketball
Share:

Thursday, August 9, 2012

Google Logos - 2012 Football

Here's the 4th animated London 2012 doodle. I love to play with this doodle but I only get a 2 star.

The Slalom Canoe Doodle is the fourteenth and Football is the fifteenth doodle posted by Google during the ongoing London 2012 Olympics.

London 2012 Closing Ceremony

Google Logos - London 2012 football.jpg, logos 2012 football, Olympic Games

Try also to play:

Google Logos - 2012 Slalom Canoe
Google Doodle - 2012 Hurdles
Google Logos - 2012 Basketball
Share:

Wednesday, August 8, 2012

Google Logos - 2012 Slalom Canoe

Here's the 3rd animated Doodle for the London 2012 Olympic Games the "Slalom Canoe."

I love playing whitewater Canoe Slalom �more click - more clik,� The result I got 30.2 second with a one star score same on the Google Logos - 2012 Basketball.

Play it here and beat my score.

Google Logos - 2012 Slalom Canoe.jpg, logos 2012 slalom canoe, Olympic Games

This is my score, I Got a 1 star:
Google Doodle Slalom Canoe Score.jpg, google doole


Try also to play:

London 2012 Closing Ceremony
Google Logos - 2012 Football
Google Doodle - 2012 Hurdles
Google Logos - 2012 Basketball
Share:

Facebook Page - 5 Category Owners and new Roles

Here's the Facebook Page Owners: 5 New Admin Roles now available on Facebook!!

Learn now about the NEW admin roles:

Role: Manager
Managers can manage admin roles, send messages and create posts as the Page, create ads, and view insights.

Role: Content Creator
Content Creators can edit the Page, send messages and create posts as the Page, create ads, and view insights.

Role: Moderator
Moderators can respond to and delete comments on the Page, send messages as the Page, create ads, and view insights.

Role: Advertiser
Advertisers can create ads and view insights.

Role: Insights Analyst
Insights Analysts can view insights.
This is great news because finally you wont have to worry about someone from an agency deleting your Page. Make sure you change the rights accordingly!
Share:

Tuesday, August 7, 2012

Great Britain wins Gold Medal for Dressage Team

The host team was looking for more Equestrian gold in the Dressage Team Final at the London 2012 Olympics.

Here are your medal results:

Results:

Gold: Great Britain

Silver: Germany

Bronze: Netherlands
Great Britain wins Gold Medal for Dressage Team.jpg, Olympic Games
L-R: Britain's Carl Hester, Laura Bechtolsheimer and Charlotte Dujardin celebrate after taking gold i (AFP, John MacDougall)
Share:

Google Logos - 2012 Basketball

Finally this is one of my favorite Doodle for the London 2012 Olympic Games the "Basketball."

I am so happy that i can dribble and score in this 13th Google Doodle.

Please try to play basketball right here:

London 2012 Closing Ceremony

Google Logos - 2012 Basketball.jpg, logos 2012 basketball, Olympic Games

This is my score, I Got a 1 star:
London 2012 basketball Google doodle one star.jpg

Try also to play:
Google Doodle - 2012 Hurdles
Google Logos - 2012 Slalom Canoe
Share:

Monday, August 6, 2012

London 2012 Olympics Fonts - Free Download

Here's the free download font of the �The 2012 Summer Olympic Games, officially the Games of the XXX Olympiad.� Finally i installed this in my Adobe Photoshop CS6.

Olympics Fonts available as free downloads its work both Macintosh and Microsoft Office.

Special hundred thanks to Author: Smuggle Sisters

License Free, with (13 Kb).

London 2012 Olympics Fonts - Free Download, Olympic Games, Free Fonts

Font name: London Olymppics 2012
Version: Macromedia Fontographer 4.1.5/21/11
OpenType Layout, TrueType Outlines
Here's the Link.
Share:

Google Logos - 2012 Hurdles

Here's 12th edition of Doodle for the London Olympic Games, I cannot score this is the most fun Olympic doodle ever. Check out my score below:

Google London 2012 hurdles doodle shows a 110 metres men's race with 10 hurdles. The World Record in the event is 12.87 seconds and the Olympics Record stands at 12.91 seconds. In the little time we played with the doodle we could easily shatter the records.

Google Logos - 2012 Hurdles.jpg, logos 2012 hurdles, Olympic Games

What can you say about my score??
wwwgooglecomdoodleshurdles 2012 results.jpg

Play Google London 2012 hurdles doodle


Try to play also:

Google Logos - 14th Birthday 2012
London 2012 Closing Ceremony
Google Logos - 2012 Football
London 2012 basketball
Google Logos - 2012 Slalom Canoe
Share:

Sunday, August 5, 2012

Google Logos - 2012 Javelin

The Google Logos - 2012 Swimming is the 10th Google Doodle.

Today London 2012 javelin is the 11th Google doodle with a purple color.

The javelin throw is a track and field athletics throwing event where the object to be thrown is the javelin, a spear approximately 2.5 m (8 ft 2 in) in length. Javelin is an event of both the men's decathlon and the women's heptathlon.

London 2012 Closing Ceremony

Google Logos - 2012 Swimming, logos 2012 javelin, Olympic Games

Do you wan't to Play London 2012 Olympics Doodle?

Google Logos - 2012 Hurdles
Google Logos - 2012 Basketball
Share:

Google Logos - 2012 Swimming

Today Google Doodle is London 2012 synchronized swimming. I am a good swimmer but just for a survival.

List of Olympic medalists in synchronized swimming

Here's the Nation Rank with a Gold Medal:
1   Russia (RUS)  6  Gold Medal
2   United States (USA)  5   Gold Medal
3  Canada (CAN)  3   Gold Medal

News for London 2012 synchronized swimming

Google Logos - 2012 Swimming, logos 2012 swimming
Share:

How to Hide �ads by nuffnang� Logo

Hello googler.. our topic today is about �ads by nuffnang footer sigature (How to remove, How to delete.) I am, giving you a simple tricks to remove the logo.

Personally, the logo looks ugly, that's a NuffNang signature, adding thier logo can have a more space.

Here's the simple code.

in a blogger template Option One

/* Remove Nuffnang footer*/
#nnadsfoot img {display: none;}

Post the code above anywhere in your style.css or <style type='text/css'> (your default theme) and you�re good to go!

in blogger and wordpress template Option Two

Find first this code:
</b:skin>

Then paste this code:
#nnadsfoot img {display: none;}

Before </b:skin.>
#nnadsfoot img {display: none;}
</b:skin>

I�ve read the entire TOS, but couldn�t find anything that will get me sued for the above code.

ads by nuffnang, How to Hide NuffNang Footer Logo, 728x60 Leaderboard

Check out the ouput here:

Update:

Apparently the guys at NuffNang are working hard to combat this grey act. They modified their codes to keep displaying their logo, so did I, to prevent the logo from appearing.

Finally were done.
Share: