
Search In
Compatibility Testing
Testing the application on different hardware and software platforms is known as compatibility testing.
Whenever the Test engineer has to check for the compatibility test with respect to different OS(Operating System) and brow
In my previous blog Keyboard Shortcuts for all Web Browsers, I discussed about some commonly used keyboard shortcuts every Web Developer or a Web Designer will love to use. In this blog I will tell you about some keyboard shortcuts you can use while
According to Innovation, Science and Economic Development Canada’s June 2016 report, the Canadian economy has totaled 1.17 million employer businesses out of which 1.14 million (97.9 percent) were small sized businesses, 21415 (1.8 percent) wer
Hey Guys! I made the twitter account in 2010 while I graduated from college. Back then, Twitter wasn’t that cool, neither hyped nor important so I stuck to FB and Orkut. But now, I’m in an immediate need to get my Twitter channel fl
Shell sorting was first introduced by Donald Shell.
It compares the element in the list that lies far apart for exchanging . The execution time is dependent on the gap it uses.
Algorithm for Shell Sort
step.1:
Following are some useful SQL Server Date functions to find specific dates.
1) Today
SELECT GETDATE() 'Today'
2) Yesterday
SELECT DATEADD(d,-1,GETDATE()) 'Yesterday'
3) First Day of Current Week
SELECT DATEADD(wk,DATEDIFF(wk,0,GETDATE()),0) '
I have this page header and i need to make responsive so it can fit in tablet and smart phones and i need to direct form right to left and how can i use pure javascript to achive that (no Jquery needed)
<!DOCTYPE html>
<!--[
JavaScript Math Object
The JavaScript math object is used to perform mathematical operation.
The Math object includes several mathematical methods.
Below are certain math objects with examples:
1)Math.sqrt(n)
this method returns the square root of
Sort function is used to sort a given range in ascending order. This function is defined in the header algorithm.
There are two version are defined of it.
template< class RandomIt >
void sort( RandomIt first, RandomIt last );
template< cla
In this 21st century, Search Engines are the backbone of every internet user. Here are some of the hidden Tips & Tricks which will help you in improving your search on Google:-
Quotation Marks(“”) - Use of quotation m
