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

Search In

Middleware in Express JS

Middleware is the core idea of Express.js used behind processing the request and routing. By seeing how middleware functions, you can make more maintainble applications with less code. The minute a solicitation is gotten by an Express.js application,

SSL By Pass

When we have a client/server application. There is certificate(SSL installed) in server side. So In that case we have a problem , how to extract data.In this case we can by pass the SSL just writing few lines of code. Write the below code before

How to Send AJAX Request Using YAHOO User Interface Library?

If you want to send ajax request using yahoo user interface library, for that follow the below mentioned code step by step. First Import Yahoo libraries in page you want to access them Include namespace echo (reference path) YAHOO.namespace("echo")

Set Menu locatin in wordpress

Hello reader's, In this post we discussed about "How to set Menu location in wordpress". You can use the below code for creating menu and set their location, when you import data file in xml. You can put this code into functions.php file <!

How to make drag an drop in website

Hello Reader's if you want to use drag and drop feature in website then you can use the code as below:- First create file drag.html and paste the following code in it. <img id="source" src="../files/images/yourimage.jpg" draggable="tr

How to encode string using MD5 in Java?

Generally we need to encode the password in our Applications for security purpose and we can use MD5 for this purpose. Example - In the below method I'm encoding sting by using MD5 import java.security.MessageDigest; import java.security.NoSuc

Ask to complete the class

Hi, I was given a test to complete but unsure how I can use the apache commons in some methods. I have attached the file. Appreciate all your help.   package interview; import java.text.ParseException; import java.text.SimpleDateFormat; imp

How to show multiple items in a textbox, using auto completion in Javascript

"How to show multiple items in a textbox, using auto completion in Javascript" In this article we will make a project that will select multiple items from the autocomplete list and display them in the textbox as tags using Javascript. For acheivin

Discussion on Authenticate Application in CakePHP Using Auth Component

Hi Reader's, Welcome to FindNerd,today we are going to discuss on authenticate application in CakePHP using Auth Component. If we are developing a web application in CakePHP then some time we have to use Authenticate user for login functionality

Node JS Installation and Create Your First Application Using Node JS

Here we are explaining about Nods Js features and how to create your first application using Node JS.    Node.js is a popular open source platform . It work in run-time enviornment for developing server-side web applications. Ryan Dah dev

1 130 408
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: