
Search In
In this article we will see how we can use multiple submit buttons inside a single form tag in ASP.NET MVC view page, where each submit button will target different actions based on its value. It is important to note that we will use a single POST ac
1. Install pod " pod 'MBProgressHUD', '~> 0.9.1' " in your Xcode project
2. Once pods are installed successfully close your Xcode project & now open Xcode xcworkspace.
3. Now import mbprogress hud as #import "MBProgressHUD.h" in your desir
Validation is an essential part of any web application. It is used to validate user input data. Before sending the user's input to different layers it must be validated.
Validation is of two types:-
1. CLIENT SIDE- client side validation is conside
Hello Readers!
If you want set face detection in iOS (iPhone) follow the steps given below.
First of all we need to add opencv framework to our project. There are severel ways to do that. But the most simple is as follows:
Make framework via CMake
What is Link Building?
There is no any standard definition found for link building. It’s not like link building is a secret many surveys has shown that 75% of companies that are active in SEO work are spending $1,000 or more in a mo
In the past year, We were using Javascript and jQuery for image slideshow(image Slider), But nowadays we can make slideshow easily with the help of HTML5. In this blog I am going to discuss about how to make slideshow in HTML5 with complete explanat
Hello Reader's If you want to know more about the PHP JSON Object then this blog will helps you. Lets see how to handle the working data of it.
<?php
$trends_url = "http://search.twitter.com/trends/daily.json";
// initialise the session
$ch = c

Blog 1 :- Skeleton animation in Unity
Hey Guys, this blog is part of a series "Skeleton Animation in Unity" . In this i'll try to explain "how to instantiate spine objects in Unity".
For this make sure you have "spine-u
While designing webpage there are scenarios when you want to create menu for navigating different pages from a single page.
Sometimes you have situations when you want to build these menus horizontally and sometimes vertically
For doing that yo
In this blog, we will learn about form validation in AngularJS. From Angular 1.3 onwards, ngMessages module has been introduced and we will be using the same for form validation. Before the addition of this module, developers had to make use directiv
