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

Search In

How to upload files to Server using JSP Servlet

Step 1: Configure web.xml, add <multipart-config> <multipart-config> <max-file-size>1234</max-file-size> <max-request-size>5678</max-request-size> </multipart-config> Step 2: Con

Recursion in c

In C programming language when a function calls itself over and over again , that function is called recursive function .The process of function calling itself repeatedly is known as recursion . Recursion is supported by C programming language i.e.

Kotlin or Flutter - Which is Better for App Development? - A Brief Comparison

Are you working with a Software Development Company in India and you want to decide  Kotlin and Flutter for your upcoming project? In this article, we’re going to briefly compare both software as simple as possible and give you a better un

How to handle Error 404 in ASP.NET MVC

In the following article we will learn how to handle 404 errors in ASP.NET MVC gracefully. The first step will be to set up the custom errors page by making the following settings in web.config: <system.web> <compilation debug="fal

How would I set the dict[value] to correspond to its dict[key] where the value itself is a dictionary?

How would I set the dict[value] to correspond to its dict[key]  where the value itself is a dictionary ?  I have a csv file where I am trying to count row[3] then connect it with row[0]      row[0]      row[3

Collapsed navigation for all screen sizes in Bootstrap 3

Hi there. Navigation bars have become really easy to work with in Bootstrap 3. Since Bootstrap 3 is mobile first, the navigation bar remains in place for a certain screen size, collapses at a certain screen size and a grid like button appears. Thi

Live() method in jQuery

live() method: Live method is used to attach events to selected elements and also used to specify a function when the event occurs. It is similar to bind method but live method also attach event handler to elements generated using script while bind

How to Add Items in Spinner By using SQLite DataBase

In the below example code I have created and example, to add item in Spinner By using SQLite Database. here In activity_main.xml layout I have added EditText, Button and Spinner. Now See programming area, here I have Created a DataBaseHelper Class fo

Add, Search and Remove Items from Concurrent Dictionary

Concurrent dictionary is the advance version of dictionary that provides a big advantage over dictionary, that is Thread Safety. Concurrent dictionary allows multiple instances to access the object of concurrent dictionary. ConcurrentDictionary type

Bouncing Ball Animation

Hello, Readers! Here in this blog, we can see the power of css3, by using only CSS. This bouncing ball will give the effects of bounce and touches its shadow, this will be possible by using Keyframe and  animation. We have here three main div wo

1 282 481
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: