Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Compatibility Testing

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

Keyboard Shortcuts for Wordpress

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

An Ultimate Guide to Scaling Freelance Business in 2017

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

Help me increase my Twitter followers!

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 sort in C

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:

  • 339
SQL Server : Useful datetime functions to find specific dates

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) '

How to do styling of a page header layout to fit in tablet & smart phones?

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

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 in C++

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

How to use Google Search

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

1 15 481
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: