Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Chapter 2: HTML5 syntax

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.    

Chapter 2: Bootstrap Grid System

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

Behaviour of launchMode "singleTop" in Activity (manifest)

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

sessionStorage Object in js

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

find_each method with options in Rails Active Records

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 in jQuery

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

SystemJS and main.ts AngularJS 2

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)

Dependency Injection in .Net

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.

Convert Hexacode to UIColor in objective c

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

LESS- Mixin

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.

1 600 633
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: