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

Search In

Pasword Reset Link in .NET

While resetting password of users you need to email link to the registered user for changing their passwords   For doing that you have to perform the following line of codes   /*    To send mail function is being created  

Steps to Install Express JS

Express JS is a Node JS web application framework. Here I am telling about the installation of Express JS  and create your small  test application using MEAN . Also I am assuming you have already installed Node.Js and MongoDB in your system

How to create a smoke effect in illustrator

In this tutorial we'll learn how to make smoke effect.   Step 1: To create a smoke effect, First we need to open a new document of any size. Make sure your color mode is in RGB mode. Step 2: Now goto the rectangle tool and make

Computer Graphics: Different Spaces

To get a 3d model visible on a screen, all of its vertices needs to be transformed through 4-graphic spaces, these are as follows. Objects space Objects are created in its own co-ordinate system and position of object vertices are defined with r

Encryption/Decryption function in Sql Server

To encrypt and decrypt a string we have a predefined functions in Sql Server 2008 that are easy to use. Suppose we want to save some data that doesn't need to be exposed as a plain text then in such case we can use these functions, in real scenario a

How to export GridView to Excel in .Net

Hello all, In asp.net we show our database records in tabular format using GridView control and to export that GridView Data to excel, we can use following code packet. protected void gridViewExportToExcel() { if (GridView.Rows.Count &

What is Prototype in JavaScript

Prototype in JavaScript A prototype is nothing but an object from which other objects inherit their properties and every object in JavaScript has a prototype by default. Objects in JavaScript is primitive data type which may be Null, Undefined

Fetching Latitude and Longitude On Basis Of Address

Hello Friends, In order to fetch the latitude and longitude of a location based on its address,you may use the following code:   double latitude = 0; double longitude = 0; Use the google api along with your address NSString *req = [NSStr

Compare content of two arrays

Many times we face a situation where we have to assert the content of two tables in a web-page. The best solution of this problem is that we first put the content of both the tables in an array and then compare the content of these two arrays.  

Creating toolbar in your component and Backend actions in Joomla

Joomla Toolbar are the buttons that we have used several time for performing the functionalities. Whenever you open any component of Joomla from admin section you have seen buttons such as New, Delete, Edit, Publish, Unpublish and Parameter

1 40 193
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: