
Search In

So when we talk about iteration on arrays in JavaScript, first thing comes in mind is traditional loops, but here we are discussing something that might surprise you that is array reduce() method, so first I’ll tell you, how does array reduce()
Have you wondered what is the secret behind bloggers getting 100+ comments & plenty of social shares on networking sites? Here, in this article we have presented you a guide, inspired by many top bloggers, breaking down the ways to promote your b
Hello friends, today we will learn how to implement push notification functionality in PhoneGap project. So please follow each step one by one to add push notification:
1. Plugin Instlation
For push notification in IOS you have to install push plug
CSS Media types
CSS media types is an important feature of CSS style sheet which specify how to format or present a document on different media i.e on screen, on paper, with speech synthesizer.
There are following different ways to sp
In asp.net, there are different ways to retain scroll position on postback. After Postback vertical scrollbar leave its position and access the same position on the page so to resolve this problem asp.net gives a property: “MaintainScrollPositi
In this blog we illustrate how we can upload a file using ASP.Net MVC and AJAX.
Follow the below steps to upload a file:
Firstly we need to create model which contains the properties such as name, length and type of the file.
ANCHORS-
Anchors represent hyperlinks. A hyperlink is used to navigate or if we want to move a user from one page to another or download a file or external resources.
Anchors are also used to link to particular section of the same page by giving #
Overview In the dynamic landscape of the digital world, where information competes for our attention at every turn, the role of banner advertising has never been more crucial. Banner ads, those visually striking rectangles and squares that adorn


This blog is useful in setting up your own Sharepoint development environment on local server.
I am assuming that you have already installed Sharepoint 2013 into your development server and now you want to start development for Sharepoint.
Small br


Hi Friends,
Today I will tell you about using Code First approach using entity framework. There are some situations where you need to create the table(when it does not exist in the database). So to do this we will
use entity framework 6.0.0.0
