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

Search In

Some Useful shortcuts to be used in Sublime Editor

1> To go-to any particular page(i.e to search the files by name) Ctrl + P (and then type the name of the page you want to navigate to) 2> To go-to a particular word in the file you are currently working on Ctrl + ; (and then type the

How to solve #NUM! error in excel?

Hello friends, Many times while doing a calculation in excel we got stuck with errors such as, #N/A, #REF!, #NAME?, #DIV/0!, #NULL!, #VALUE! or #NUM!. So here in this blog I am picking up #NUM! error and providing you the solution for this, please

Conditional Statements in Javascript

Conditional Statements: Conditional Statements are those statements which run different block of codes according to the condition or we can say these are those statements which perform different actions. Following conditional statements are used i

MACROS IN C

MACROS A macro is a piece of statements(code) which we provide a name or give that piece of statements a name. so whenever we used that name which we provide to that piece of code in the program, that code get replaced by the contents of the macro

How to calculate time between two time using Dropdown box

Hello Reader's!,if you want get difference between two time, then I wrote this blog for you.It only contain JAVASCRIPT and HTML code. First you need to create your HTML code where you will get your time difference Put this HTML Code inside <b

Data Definition Language

These statements define the structure of the database. DDL consist of those statements that create,alter and drop database objects and statements that grant and revoke privileges and roles to user  of the database. Statements under this categor

To pass class as list in MVC model

In MVC while working in API for making restful services you need to know your request and response.   You can pass data or entity from your model as you want.     But in any case, you have a requirement of passing multiple recor

  • 110
Distinct keyword

It is used for conjunction with the select statement to eliminate the all the duplicate record and fetch only the unique record. There are many situation that we found duplicate data on the database and better to get unique ones. SELECT DISTINCT c

Storage Classes in C

The storage class in C are the one which defines the scope or life time of the variable and functions Four Different storage classes of C are : Auto  Register Static  Extern Auto Storage Class  Auto storage class are the one

How to export data in PDF file from database

Data fetch from database according to the user's entry in the database table in the pdf format, benefit of using this format for saving our data in compact and secure form, this will help to user to store the data in the file. Here is simple line

1 69 156
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: