
Search In
Hi All,
HTML5 is much smarter, so its need simple syntax to specify it, Few of them are below:
Quotes are optional for attributes.
Uppercase tag names.
Closing empty elements are optional.
Attribute values are optional.
Basically, grid is a format which is divided into div columns. This is a very useful method to manage HTML layout and users can make easily.
In bootstrap it is based on 12 columns, you can group the columns together to create wider columns.
Acco
How launchmode parameter in activity behaves
<activity android:name=”.FirstActivity”
android:launchMode=”singleTop”></activity>
Let us assume different activity as A ,B ,C ,D ,E
1 android:launchMod
Hello Readers! In this blog we will be saving the data temporarily in the browser. Earlier we use to achieve such task by using the cookies. But now for a change we will be doing this with the help of sessionStorage object. The sessionStorage object
When creating web applications, always a need arises when we have to iterate over a large number of records.
This process is called retrieving multiple objects in batches. This can be done through find_each method.
The find_each method by default i
Change Event:
Change event triggers when value of an element changes. It works only for form fields (<input>,<textarea> and <select> elements).
In case of select menu,checkboxes, and radio buttons change event occurs when user m
Hello everyone,This is the third tutorial of our ongoing series on AngularJS 2.
Now, let's look at the main.ts file:
import {bootstrap} from 'angular2/platform/browser';
import {AppComponent} from './app.component';
bootstrap(AppComponent)
Hi Friends,
Today I will brief you about Dependency Injection. In this blog I will cover up the following topics :-
About Dependency Injection
Real Life Scenario of Dependency.
Benefits of DI.
To convert the hexacode to color we can create a category of UIColor and implement the following code -
it will return the code corresponding to that hexacode
Hexa code can be in following format
1- #RGB
2 -#ARGB
3- #RRGGBB
4- #AARRGGBB
How to Cr
Mixin in LESS are group of CSS properties which have similarities to functions in other programming languages. LESS mixins allow us to include all the properties of an existing class or ids into another by including the class/id name as its property.
