Simple Steps to enable google+ comments for your blogger

google+ comment looks like this












Now Follow these Steps
Step 1.Go to Google+tab in blogger dashboard 
and tick the option " Use Google+ To comment on this blog" !





Step 2:Click edit html tab.Press CTRL+F.And search for the below code

    <b:if cond='data:post.showThreadedComments'>


Step 3:Paste the below code the searched code.

<div class='cmt_iframe_holder'expr:data-href='data:post.canonicalUrl'expr:data-viewtype='data:post.viewType'/>


Please note one think that If you find the Step 2 code more than once ,you need to add step 3 code Before all those codes.

 
 Step 4: Save your template and view

Continue Reading

Steps how to Change your hotmail domain address into outlook domain

Step 1. visit http://www.outlook.com
  •            Sign in with your hotmail domain







 

Step 2. Go to Account Setting
  •            then go to Account aliases and change there















Step 3. Login with new Account  Alias

Continue Reading

Hotmail.com finally updates into outlook.com

 











Microsoft has announced that the company has completed the transfer of data from email service Hotmail to Outlook.com, this means that Hotmail officially decommissioned.
software company renowned for that, the convert 300 million active Hotmail accounts to Outlook.com is really hard work of the company by the company to protect more than 150 million gigabytes of data, including email, calendar, contacts, folders and facilities personal preference. According to the latest statistics, there are approximately 400 million people are using Outlook.com.Microsoft takes 6 weeks to transfer data to the new service. Users can still use @ Hotmail email address, however, instead of the traditional interface, the user interface will be provided by Outlook.com beautiful and modern.Additionally, Microsoft also announced further 2 new features of Outlook service, which is capable of supporting standard SMTP allows users to send emails from multiple addresses and the ability to further integrate with online storage service SkyDrive. Interface Hotmail service. (Image: Microsoft). "We believe that when people start using Outlook with new experiences, they will spend a lot of affection for this service than Hotmail. persevere We are listening to what customers Our client says and we'll adjust supply to ensure users the best experience possible, "said Microsoft's leadership. Reportedly, e-mail service introduced by Microsoft Outlook.com first time in the summer of 2012. This is considered a new email service to replace traditional email service Hotmail - was born in 1996. Outlook.com email services are more integrated features and services Modern global users. goal of Microsoft is to achieve 1 billion users worldwide.
Continue Reading

html5 development roadmap

html5 development roadmap
  1. Interface with an NVDL+RelaxNG engine for validation of compound XML documents (coding the interface will be similar to the one done for hTML5 engine)
  2. Choose the right NVDL+RelaxNG engine. relaxed and validator.nu provide such capability, and of course there is the option to roll our own (jing, etc).
  3. Change check code to send multiple-namespace XML documents to NVDL+RelaxNG engine
  4. Interface with the feed validator, RDF validator and CSS validator programatically (instead of redirecting, as done

    Mulitilingual tool

    The Markup Validator receives 1M requests per day, and is only in English. Making it multiligual would make the tool easier to use for web developers and designers worldwide. Although this may be technically tricky (given the number of message/engine sources), the community would be very excited in participating in the translation effort.

    Site-wide services->

    The markup validator currently checks a single page. Some companion software (such as the log validator) could be made into a web service to provide crawling, batch validation, scheduled checks etc.

    Check beyond markup->

    This may be in the roadmap for Unicorn rather than the markup validator, but it fits in the "long-term" vision of developing the W3C Web Quality services. Checking of RDDL, RDFa, microformats and other rich markup are in scope. Many other checks could be added to the validators, such as:
    • document cacheability
    • spell checking
    • semantic extraction
    • accessibility evaluation


    Less finger pointing, more problem solving->

    Most of our tools, and especially the "star" HTML validator, have a binary "valid/invalid" way of presenting their results. While this is useful for some, it tends to make people look away from the "big picture" of web quality. A new one-stop quality checker could help bring a paradigm shift by showing diverse aspects of web quality, while systematically suggesting solutions for every problem. This would involve working with designers to find ways to present aggregated quality information in a clear and positive manner.
Continue Reading