
Search In
Material Design was launched in Google I/O 2014 for Android developers in 2014 with the purpose of revitalizing and improving the user interface, although it also works for iOS and web. However, it was something else. Material Design is a visual desi
If there is one industry that sees multiple new innovations, that would be the technology sector. Every day new solutions, devices, and services are created to deal with different emerging issues. Tech trade shows are the blood of the tech industry.
Many people link video game use, which continues to rise among American children, to various adverse outcomes, such as:
Obesity
Aggression
Antisocial behavior
Addiction
However, recent studies have suggested that playing games
While showing the locations based on the latitude and longitude you need to display the images associated with that object you are displaying the locaton for.
This is the database where we have stored the image info
What is node js module?
In node js module are JavaScript libraries, or set of functions you want include in your application. Also, each module can be placed in a separate.js file under separate folder. Node js module make your application more stru
The logistics involved in mastering and maintaining a site’s performance on search engines can be overly overwhelming, especially if you are still new in the game. This shows you that it's not an easy thing running a website. In addition to
In Javascript, when we define any variable(string, object, integer, function etc..), some memory is allocated with it and free’d when they are not in use by garbage collector and this process is called garbage collection. This whole process we can de
Steps to Create a WCF service in Visual Studio 2010
1.To create a new WCF service application project, go to File->New->Project. Then select WCF under Visual C# installed templates and then select wcf service application.
2.In the solution ex
JavaScript Validation for Mobile Number in Asp.Net
Validate Mobile number in a web page using JavaScript validation in ASP.Net.
In this example I am using one TextBox . The TextBox accepts Mobile number, it only allows 10 digit numbers.
<%@ Pag
Important Tags Used in HTML5
In this tutorial I have mentioned some important html5 tags are with there example.
article : The article tag is used for self-contained content. We can use it in blog posts, news article, forum posts or user comments.
