/india-vs-pakistan.

india-vs-pakistan.

sachin-tendulkar-man-who-became-god.

sachin-tendulkar-man-who-became-god

india-vs-england-2012-2nd-t20i-preview.

india-vs-england-2012-2nd-t20i-preview.

sehwag-gambhirs-smug-overconfidence.

sehwag-gambhirs-smug-overconfidence.

all-proteas-players-to-be-given-game.

all-proteas-players-to-be-given-game.

Thursday, July 25, 2013

Best 50 ways Blogger follow when begins or start:Beginners guide.

 Hey the bloggers every workers need to earn more money by any ways.But the blogging path is not difficult or not also easy.

  • Make Plans before launching your blog.
  • Choose your blogging niche wisely, choose a niche in which you are expert.
  • Register a simple, unique and easy to remember domain name for your blog
  • Signup with some affordable and cheap WordPress hosting like Hostgator or Bluehost.
  • Use WordPress, It’s the best blogging platform with lots of features than Blogspot
  • Choose a perfect, SEO friendly and fast loading theme for your blog. I recommend Elegant Themes and ThemeJunkie
  • Learn SEO, it is too important if you want to take your blog to the next level
  • Don’t copy from anyone else blog. Instead Post unique content on your blog.
  • Make a STRONG network around your blog niche, it’ll help you to increase online presence as well as will make you famous soon
  • Update Blog Regularly. Don’t just publish another blog post instead publish something that your readers would love.
  • Start blog commenting and write guest post for other blogs to increase website traffic, Backlinks and exposure
  • Don’t dream big, instead set up goals.
  • Don’t always get topics from other blogs.
  • Build an Mail list. It is really important. Use Madmimi email marketing service, it’s free up to 2.5K subscribers and it’s too cheap as compared to mailchimp or aweber
  • Keep your posts simple. Write for readers not search engines. Because readers are the one who can make your blog post go viral.
  • Be kind towards your readers. Solve their problems, provide them freebies.
  • Blogging is not an overnight success. It require lot of time, efforts and hard work.
  • Don’t overload your blog with widgets. Use clutter free theme
  • Make your blog SEO friendly. Use premium themes and plugins like SEOPressor for WP
  • Link to other blogs in your niche more often, in return they would do the same!
  • Ask opinions about your blog from it’s readers (like I did)
  • Reply to every comment on your blog. It’s important!
  • Reply to almost every email that you get in your inbox from your blog readers, try to help them as much as you can.
  • Don’t use too many ads on your blog, remember your readers want to learn something new, they don’t just want to see ads on your blog.
  • Don’t copy others images to add them on your blog instead create your own images or use any free sites to get images for your blog posts
  • Quality of your content matters, not quantity. Write awesome content and detail article.
  • Subscribe to other blogs in your niche. Don’t just focus on your blog instead do focus on other blogs as well. If you follow this, your blog will be successful in short time.
  • Add useful pages in your blog like About, Contact, Archives and Privacy related.
  • Make Subscribing, Commenting and Contacting on your blog easier. Award your commentator as well.
  • Don’t quit blogging if you don’t not earning enough. Instead use blogging to learn new things and to build your name around. Blog to help people, not ‘just’ to earn.

How to add a form on a blogspot

To add a form on the blogspot,follow the steps:
  • First open the site www.google.com.Then at the top there is a "Drive" option.click on it.
  • When the page will open,at the top,there is a Create  option,open it,Then there are many document to make,Then see that there is a 'form' option.click on it.

  • Then there is a lot of forms to choose,chose the form which you liked.Then a page will display filled the required box and click on'Send form' button.

  • After clicking it a box will appear on the screen look like this:

  • Then click on the Embed after the link to share now you will get a code,paste that in your blog.



Wednesday, July 24, 2013

How to add Youtube embeddable subscribe button to your blogger blog or websites.

How to add Youtube embeddable subscribe button to your blogger blog or websites.

Google now makes it easier for YouTube video creators to gain more followers from across the web.
YouTube introduces embeddable subscribe button

Google has introduced a new embeddable subscribe button for YouTube channels. The new button is likely to help video creators score more subscribers outside the video sharing network.

The new feature, said to be inspired from RSS feed opt-in and Twitter's follow, allows users to follow their favourite YouTube channels from anywhere. The feature also shows the subscribed channel on their YouTube homepage across the devices.

The subscribe button can be added to a site through an iFrame code for a YouTube video. Google gives creators an option to customise the style for standard and paid YouTube channels. So far, there are three button types – default, Full layout (includes avatar), and Full layout, dark theme for the standard channels. The button language defaults to the user's language settings or is set based on the user's location for logged-out users.
The code what i am using for my subscription button:
<script src="https://apis.google.com/js/plusone.js"></script>
<div class="g-ytsubscribe" data-channel="Scholarsclubs" data-layout="full" data-theme="dark"></div>
        or

<a href="javascript:void(0);"
        onclick="renderYtSubscribeButton('Scholarsclubs')">Click here for a button!</a>
  Display button here: <div id="yt-button-container-render"></div>
  <script>
    function renderYtSubscribeButton(channel) {
      var container = document.getElementById('yt-button-container-render');
      var options = {
        'channel': channel,
        'layout': 'default'
      };
      gapi.ytsubscribe.render(container, options);
    }
  </script>
Change scholarsclubs to your youtube username
Google has also laid out some conditions for use of the new feature. “By using the YouTube Subscribe Button, you agree to the YouTube API Terms of Service and all other relevant API documentation, including without limitation the Monetization Guidelines and Branding Guidelines. The YouTube Subscribe Button does not allow you to use the YouTube brand in any way not expressly authorized by the API Terms of Service and API documentation,” says Google on its developers page.

Google also warns you not to use the embeddable feature in the following ways:

You may not offer or promote prizes or rewards of any kind in exchange for clicking on a YouTube Subscribe button.
Buttons must be fully and clearly visible.
You may not use a Subscribe Button to track any data about a user related to the user's actions or browsing activity, including without limitation whether or not a user clicks on a YouTube Subscribe button. This prohibition includes but is not limited to using pixels, cookies, or other methods of recognizing when a user clicks on a YouTube button.
Learn more about YouTube's embeddable subscribe button here.
Conditions of use

By using the YouTube Subscribe Button, you agree to the YouTube API Terms of Service and all other relevant API documentation, including without limitation the Monetization Guidelines and Branding Guidelines. The YouTube Subscribe Button does not allow you to use the YouTube brand in any way not expressly authorized by the API Terms of Service and API documentation.

For clarity:

You may not offer or promote prizes or rewards of any kind in exchange for clicking on a YouTube Subscribe button.
Buttons must be fully and clearly visible.
You may not use a Subscribe Button to track any data about a user related to the user's actions or browsing activity, including without limitation whether or not a user clicks on a YouTube Subscribe button. This prohibition includes but is not limited to using pixels, cookies, or other methods of recognizing when a user clicks on a YouTube button.
Retrieve your channel ID

You can use the form below to retrieve your channel ID or another channel's ID.


  • To retrieve your own channel ID, authorize the request by setting the Authorize requests using OAuth 2.0 button at the top of the form to ON. Then send the request by clicking the blue button at the bottom of the form.



  • To retrieve the channel ID for any channel that has a YouTube channel name, set the forUsername property in the form below to the channel name and the mine property to false.

Unreal Engine 4 to support PhysX and Oculus Rift

Epic Games has announced that the next version of its extremely popular game engine-Unreal Engine-will be integrating middleware technologies and software.This is part of the Unreal Engine 4's Integrated Partners Programs(IPP).Middleware Rift and Nvidia's PhysX,will be included in Unreal Engine 4.The software and technology included in Unreal Engine 4 as part of IPP are Audiokinetic's Wwise, Autodesk's Gameware,Donya labs' Simplygon,Geomerics' Enlighten,IDV's SpeedTree for Games,Intel Threading Building Blocks,NaturalMotion's morpheme and euphoria,Nvidia's PhysX and APEX,oculus VR's Oculus Rift,Rad Game Tools' Bink Video and Telemetry Performance Visualiser,ReaID Development Kit, Umbra Software's Umbra 3,and Xoreax's IncrediBuild-XGE.

Need for speed:Rivals coming to Xbox 360,PS3 and PC on November 19

Electronic Arts has announced that the newest game in its long-running Need for Speed franchise,Need for Speed: Rivals, will hit the PlayStation 3 and the Xbox 360 on November 19.The company has also announced plans to release the game for the next-gen consoles-the Xbox one and the PlayStation 4-sometime this year.EA hasn't yet revealed if the Wii U will be getting a version too.
     Muvh like the previous game,Need for Speed: Most Wanted,NFS: Rivals will feature an open world and will have challenges and collectibles.The game is being developed by EA's new studio.Ghost Games, and will place greater emphasis on most wanted's cops vs racers machanic.

Gamer City z

Free for your eye videos