Tuesday 12 January 2016

What is High Availability testing?


High availability(HA) means undisrupted functioning of a system for a long time so that users face no troubles in accessing the system almost all the times. Customers expect from companies that their services will be highly available 24x7x365, especially when services that are linked to life, health, well-being etc could be paralyzed due to system failures. It’s important to note that high availability does not mean a system will never face a failure. HA means a system that is designed to manage failures and minimize downtime (time period for which system service is not available) so that services can be restored with negligible adverse impact on users. Uptime is used for a time period during which a system is in operation.
high
A system failure occurs due to failures of components in the system, resulting into downtime and non-availability of system resources, which is technically called as an outage.
Read more about High Availability Testing at FindNerd.

Monday 11 January 2016

How to create SEO friendly responsive web page using CSS

css.png
All the website are open from various screen sizes from a small mobile phone to large screen computer, so we required a webpage which adapt according to the various screen size and OS system like android phone, iPhone, Linux Ubuntu, Windows PC and Mac computers.
In my previous blog post, we discussed about How to create SEO friendly responsive web page in HTML5 . you can use css programming for the same. for making an responsive web page you required to have a separate css file or you can add some line of code to you html file. In this tutorial, we are focusing on link to external css file.
  1. <div class="w3-container w3-teal">
  2. <h1>CSS File Header</h1>
  3. </div>

  4. <img src="img&#95;car.png" alt="Car" style="width:100%">

  5. <div class="w3-container">
Here is not the end. To view the full Blog about How to create SEO friendly responsive web page using CSS visit Findnerd.
Also Explore Findnerd to view such more blogs on various Technologies such as iOS, Android, Java, C, C++, Javascript Blogs etc.