
Search In
If you want to show web pages without opening browser application in your android application then make the use of webview as I have done below:-
1) to make your application access the internet use the permission"<uses-permission android:nam
As in my previous post I have already explained that AngularJS1 is a javascript library which is prefect for single page application(SAPs). Angular js is nothing just a javascript library which extends HTML with new markups. Single page application a
Hello Readers.
There are situations when we have to decide to use either an <img> tag or a background-image. But then we think of the same visual outcome and choose at random among the two. Let us learn about the two and the criter
Hi Readers,
Every app needs to parse JSON data coming from server and ObjectMapper is a powerful tool to achieve that. It can be easily done with provided pod which can be install by adding following line into podfile:
pod 'ObjectMapper'
No
When it comes to Google ranking algorithm, your SEO efforts will never be enough. When you think you have got everything figured out, Google will invent something new to keep you on your toes. For a while now, the aim of most websites SEO has been to
"Custom Error pages in Asp.Net MVC"
In this article we will learn how to make custom error pages in Asp.Net MVC.
Getting Started:
By default if we get any exception while running our code, we are red
Design is like a food, the taste varies from person to person. Like for some it may be delicious & some would see it with aversion.
The part of the food experience applies what we know about people and how we apply that to the UX design. A design
"MultiView in Asp.NET and how is it different from Panel control"
MultiView control is a asp.net web server control, used to create multiple views of a single page.It helps not to create multiple pages for making different in
In this tutorial I am going to explain how to change the font size of text content in a paragraph dynamically using jquery. We can change the font-size using jQuery css() function.When page will load font-size will be 14px .When user w
We can simply add an iscroll in our page so that the scrolling becomes smooth in iphone. You simply need to download the js file and inject it into your HTML.
Here is an example code:
<html>
<header>
<h1 class="ui-title"&
