
Search In
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,
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
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")
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
<!
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
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
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"
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
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
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
