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

Search In

JSP Life Cycle

JSP is a server side scripting language. JSP is used to develop web applications. We can do everything on JSP which we can do with Servlet. In JSP we can add the Java code inside the HTML tags.   There are three service methods provided by JSP

RECOVERY TESTING

RECOVERY TESTING It is the process of testing the application to check how well it recovers from crashes or disasters. The steps involved in Recovery Testing are: Introduce defect and crash the application – Somebody will guide us as how and when

Upload CSV and Insert into Database Using PHP/MYSQL

Hello Readers ! We can simply upload upload CSV data into database by two simple ways. Step 1 – Data Base Connection <?php $db = mysq_connect("Database", "username", "password") or die("Could not connect."); if(!$db) die("no db"); if(!m

How to open another page with button click in jQuery?

Sometimes we need to open another page on button click. We can do this in tow ways either by using "window.location" or "window.open()". Example: In the below example I have put conditions on "blur" event for checking whether the input field is emp

What is input pattern ?

The pattern value is use in input box which tells the user, In which pattern value will store in database. If the value is according to pattern then data will store otherwise it will shows an error. Its works with following input types:- text,sear

How to pass variables and data from PHP to JavaScript ?

Welcome to findnerd, today we are going to discuss How to pass variables and data from PHP to JavaScript. In this blog we demonstrate and describe passing PHP variables containing simple data types to JavaScript. There are actually several approache

Extract RAR files in Ubuntu

Some time you need to Extract RAR file in Ubantu but In Ubuntu unrar is not installed by default, you might face the below error while trying to extract RAR files. “Could not open this file type There is no command installed for RAR archive f

Delete an azure blob by blob Name

We can delete any blob from our storage by identifying it with its name. Here is the sample code for deleting a blob from azure storage. StorageCredentials creds = new StorageCredentials("StorageAcocuntName", "StorageAccountKey"); CloudBlobCli

How to Attach File to the Project in Mobirise Builder

I started to use Mobirise builder not very long time ago. I needed to create the form, so users could attach files to it. I tried to add the code, which you can see below, to it. But I didn't have any success in that. Do yo

How to Convert Json String to Json Object Containing XML

I want to convert json string to json object. I am using the following method.   public List<BusinessProcess> convertJsonToObject(String json)             throws JsonParseException, JsonMappin

1 136 160
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: