
Search In
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)
Hello!!
Captcha is stands for "Completely Automated Public Turing test to tell Computers and Humans Apart". It is a test for checking that the response is coming from human. People have tried to abu
Hello readers, today I will guide you "Why we use Google/jQuery CDN to load JS/CSS library files".
Here are the following reasons on behalf of Why we should use Google/jQuery CDN to load JS/CSS library files.
1) This increas
Hello readers , Today in my blog I will discuss a new technology introduced by Microsoft i.e METRO UI .
Introduction :-
It is basically known as a Design language that is created by Microsoft for enhancing the user interface .
It is call
Hello Readers,
In today's post we will discuss about media plugin for Cordova apps. This plugin allows to record and play back audio files on a device. This plugin defines media constructor. We need to use this plugin with the device ready event
In my previous blog Integrating SAML with Rails Application, I told you how we can integrate SAML in your application and also told you few things regarding the Service Provider and Identity Provider. So once you have a ready Identity Provider, every
render is used to provide response of a request in rails. There are multiple kinds of responses that you can send with request. Lets see one by one:
1) actions:
By default if nothing is specified as render, actions are rendered withing in the curr
Hello readers, Today in my blog I will discuss Scaleable Vector Graphics Images.
Introduction:-
It is an XML-based vector images created for 2D graphics.
Using the Vector Graphics we can create geometric objects such as lines and curves.
Hello readers,
InBelow in this blog I will discuss some terms used in JavaScript with their meaning and the context in which they are used.
So here they are :-
Arity :- The term Arity basically means to refer the number of argume
First of all, thank you for trying to help me. It should be simple , but I think I am missing something
I have an HTML file that it’s used to produce a pdf file and gets date from a screen selection
It is about string manipulation (extraction
