
Search In
In a web application, we often use common section in most of the pages i.e. Menu, Side Navigations, Footer etc. So in order to not write the same code in all the pages, we have the provisions of Layout view in MVC.
Layout view works in the same way
Hi All,
In my earlier blog I discussed about the essentials needed to create a simple chat application using signalR, if you guys missed you can have a look at http://findnerd.com/list/view/Essentials-for-Chat-Application-using-SignalR-in-MVC/24292/
Hi Readers!
This blog post will discuss the basic concepts of HTML5 SVG element.
SVG stands for Scalable Vector Graphics. It is used for describing 2D-graphics and graphical applications in XML. SVG is used to define vector-based graphics in XML.
s we know checkboxes look and feel is dependent on the operating system in which we are seeing them .For windows operating system they look different and for mac operating system they look different. It is very difficult to change the look of the che
1- System Requirements
1- PHP version 5 or greater
2- MySQL version 4/5 or MSSQL Server 2005/2008/2012 or PostgreSQL 9.2-9.5
&n
Here in this blog I am going to explain about the JQuery CLONE WITH CHANGING ID, for doing this we have to know about the clone() method so this method used for performing a deep copy of the set identical elements, it is useful for moving copies of s
Hey Readers!
We visit uncountable web pages in a day. We read reviews, news, blog posts etc.
In many of these pages, you might have seen a star rating.
A star rating consists of a series of stars. A star rating is required to know the user’s
We have different types of data structures like array, linked list, tree etc but which one is better so this is basic question that comes in mind every time when we have large data set.
In this post we can find out the best data structure type in va
In this blog i am explaining how to create a overlay effect in image with the help of css3 . Overlay effect on image is an awesome approach to include some decent interactivity to your website.
In image overlay effect when we take our cursor o
Cordova provides cordova-plugin-network-information that checks the cellular and wifi connection of the device and also it can check the internet connection.
Installation:
To install this plugin run the following command
cordova plugin add
