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

Exception in php

Welcome to FindNerd. We are going to discuss the Exception,what is it and how we can use it in php? First question araised that what is Exception? Exception is nothing but a runtime error. It depends totally upon the values passing at run time. We ca

SIF API to Search a data in Base Object

If you have a requirement to search data in Base Object, you can use SearchQueryRequest SIF API for same. Following example illustrate fetching first name of employee using employee id. SearchQueryRequest request = new SearchQueryRequest(); request.

Import & Export Category in Magento

How to import and export category in magento If you want to add all categories of one project to your new empty project in magento, then You have to download Mage works import- export extension from the Zip File which is given in the end of this blo

SQL Server : How to insert values in identity column programmatically?

Identity field is typically used as a primary key in database. When a new record is inserted into a table, this field automatically assigns an incremented value to this column.However, inserting our own value into this column is not straightforward.I

Validations in .NET

In .NET we do validations to restrict wrong entries and making valid values to be entered through the forms. Validation on a form or UI page can be done on two sides 1 Server Side Validation 2 Client Side Validation Server Side validation we pr

What is procees to print HTML page with tags using PHP ?

Hello all welcome to findnerd, today we are going to discuss How to print HTML page with tags using PHP ? The htmlspecialchars() Function is very useful print HTML page with tags using PHP Firstly let know what does htmlspecialchars() Function ?

How to integrate PHP Mailer

Hello Reader's! If you want to send email some other than php mail then php mailer is the best option. PHPMailer provides an object oriented interface, but in case of php mail() is not object oriented. Let's see how to integarte php mailer function.

Split a video into multiple parts using FFmpeg

Hello Readers, If you want to break a large video into the two or more smaller clips without using re-encoding, just now ffmpeg can help you for the same. Most of the hosting servers only provides for a certain dimensions regarding data file to

Comparison of using File System vs Database for storing large amount of files

In the below artice we disucss the pros and cons of using File System vs Database for storing large amount of files: Following are the problems associated with storing files on file system: 1) Using file system for storage leads to fragmentation o

1 287 949
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: