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

Search In

Calling Stored Procedure from Java Code

Let say you have requirement to call stored procedure from your Java code. You can use following sample code for your reference. Change the connection source as per your requirement and call the method. package com.app.util; import java.sql.*; pub

Properties of the jquery fineuploader

Hello Guys Jquery introduce plugin for upload the files from client to server in javascript is known as fineuploader. FineUploader have many properties to use according requirements. Here, We have define the fineuploader properties as below :

Angular Material Introduction

Angular Material is a UI component framework and reference implementation of Google's  Material Design for Angular JS developers. It helps in creating responsive, attractive, functional websites in faster manner.   Features of Angular

Use of Transaction in DBMS

A transaction is any unit of work done against the database.A transaction can be used to save the changes made to the database, it can be used to rollback the database to any save point. For example say if you are creating or updating a record or de

Login Form and Authentication Application with Server Side Validation in cakephp

A Login Form that uses cakephp auth component to login and logout and access is denied if user is not authorized. step 1:  users database table. First create users table in your database: CREATE TABLE users ( `id` INT UNSIGNED AUTO_INCRE

Findnerd Product Release - 27-Oct-2022

Findnerd Product Release - 27-Oct-2022Important Notesa. Please ensure that you clear the browser cache to ensure proper functioning of the changed user interface. Steps to clear browser cache :press Ctrl-Shift-Delete (Windows) or Comma

Setting up enviornment for Angular 2 project in Visual Studio

Ever wondered how to start with setting up environment for a simple Angular 2 project, here are following steps that you may follow to get it done easily. Open Visual Studio and create a new ASP.NET Empty Web Site. Provide it with a location path

How to make SMS sent confirmation program in android

If you want to create sms delivery app you can use my below code. In the below code I have used Intent , PandingIntent and Broadcastreceiver. In the below code I have also used Toast function to deliver SMS notification. See the below example it will

Validation in AngularJS

Hello Readers, Hope you are doing good today. Today on My blog, I am going to explain how you use Form Validation in AngularJS. First, you need to use the AngularJS library in your page. AngularJS provides client-side form validation. Validation no

Page Processing in PHP

PHP has three types of modules which are as following. A) Core PHP : This modules handles requests, error handling as well as file streams. B) Zend Engine: It convert the php code into machine tokens or opcode and it will execute it in a virtual ma

1 14 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: