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

Search In

Form Validation Using PHP

  What is form Validation ? This is the process to validate web form according to our data format, when the user try to submit wrong data in the field, server will not submit wrong data because we have restricted(validate) the all field accordi

Rails Command Line Tools

Rails is a language particularly known for its rapid development and shortcut commands that make development of applications and its modules fast and easy. Today I am going to tell you about few most basic commands of rails: 1. rails new: This com

Saving Details With BelongsTo Associations in cakePHP 3

Hello Reader's , Hope your are doing good today. Today in my blog i am going to explain how you can save details with BelongsTo Associations in CakePHP 3. If you have multiple record for a single user, then you need to split your record into se

SqlCommand class in ADO.NET

While working with ADO.NET you need to understand the thing why SqlCommand is used.   We have two kind of operations related to database:   1 That will make changes in the database  Insert Update Delete   2 That will n

How to create progress bar for uploading file using PHP

Hello Reader's!, If you are developing the html 5 based form and need to show the progress bar of file uploading then you can use the following code written in PHP and Javascript:- The PHP html file will be go like this:- <?php //get unique id

Hibernate One to One Mapping

Basic Hibernate Mapping: One to one mapping One to one mapping is performed by one-to-one element. No foreign key is created in primary table. Let us see one simple example, in which we are using bidirectional association. There are two persist

An element could not be located on the page using the given search parameters

I tried to run the below code public class TestSelendroidApp { public static AndroidDriver driver; public static void main(String[] args) throws MalformedURLException, InterruptedException { File app = new File("E:\software\selendroid-t

Difference between INNER JOIN, LEFT JOIN, RIGHT JOIN and FULL JOIN in MySQL

In MySQL join is used to combine records from 2 or more tables based on a common column between them. INNER JOIN: It returns all rows when there is a match in both tables. LEFT JOIN: It returns all rows from the left table and matched rows from the

Will Cloud Computing Continue to Roil in 2019?

There has been an increase in IT spending. It is estimated to be $3.5 trillion as compared to the spending which was about 2.4% lesser than what it is now in the year 2016.   These estimates are based on reports from bmc.  This is inde

Executing Stored Procedure using Spring JDBC Template

Technology: Spring-jdbc is the abstraction framework, it take care the below following list:   1) Defining connection parameters 2) Open Connection 3) Specify the statement 4) Prepare and execute statement/prepared statement 5) Iterate thr

1 139 161
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: