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

Search In

JAVASCRIPT OUTPUT DISPLAY FUNCTIONS

In javascript we use different functions to display outputs, like to display into an alert box, HTML output, HTML element,browser console we use different functions. 1. window.alert():- Used when we want to display data into an alert box. Example:-

Sending Email in bulk using Python

For sending Email to a list of receivers using python can done by using the given code. Here I am using Gmail SMTP service for this purpose (Create a separate account for this, cause it might be dangerous to use your primary email address as the Gmai

SQL Server : Error handling using TRY-CATCH

Before SQL Server 2005, the only practical way to trap errors in SQL was using the old-fashioned @@error system variable. Although this is still supported, in this blog we will learn how to use TRY-CATCH for handling errors.TRY-CATCH block is simila

SQL Server : How to Enable or Disable All the Triggers on a Table and Database?

Sometimes we need to disable trigger on a table especially when performing admin tasks on a table. Following commands provide a quick way to disable all the triggers for a table. Please note that when we are diabling triggers on a table we will ha

Generics in C#

Generics are mainly used when you dont want to specify any passing parameter data type or class return type . It will be decide on run time while invoking that method or class. Ex: using System; using System.Collections.Generic; namespace GenericA

Stack implementation in java

Stack is used to store particular type of data. Stack is a memory area where we can store all local variables and parameters used in our functions. In Stack we can perform three operations that are : Push - to add something in stack with complexity

How to create Animation button in android

In the below example I have created a animation button. Here I have added Button and TextView in activity_main xml layout then I have created new directory (anim) , In anim directory I have created new anim_traslate.xml layout. In MainActivity I have

Make A Simple Sign In User Interface Using Python For Windows

Hi All, In this blog, I will tell you , how to make a simple Sign-In/Log-In UI for User. I'm using python27 for this code. Python give you IDLE, which is a good python editor. There are many libraries to make User interface in python, but i m us

How to select second highest salary from a table?

This question is asked a lot in interviews, so here some of the methods by which one can get the second highest salary of an employee from a table. Suppose the Employee is like this ID Name Salary Table: Employee 1 P

Image opacity

Image Opacity is a method for creating transparent images.  Following are the examples for Image opacity : Creating a Transparent image. <!DOCTYPE html> <html> <head> <style> </style> </head> <body>

1 194 949
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: