Posts

Showing posts with the label Tutorial

Adding META tag to your blogger page layout

When I wanted to submit my blog for Google AdSense, I had to first confirm the ownership to my blog. It can be proved in two ways: either by adding a META tag in the HEAD section or by adding a HTML file in the site. Since I have my blog in the blogger.com, the easiest way for me to confirm my ownership is to add a META tag in my blog layout. It is very easy to add this tag. Follow these steps. Login to your blogger account Click on Layout and then Edit HTML Search for the following phrase: all-head-content . This is the line that tells the blogger engine as to what needs to be included in the HEAD tag. Just before this line, not just before all-head-content, but before the line , include your meta tag. Most likely you will be including a META tag that looks like: meta name = 'verify-v1' content= "Some base64 encoded string" / > Save your changes and view your blog and confirm that your new META tag appears on the header. Remember that though you specify name and...

Availability calculation

I wanted to understand how the availability is calculated for systems. I came across an excellent article and found it very useful. You can read it from here .

A useful regular expression tutorial

This is one of the most useful regular expression tutorials I have seen in the recent times. The tutorial is not only clear and concise, it just hits what is actually needed to be fully productive. BTW, the tutorial was written by a high school student!