Sandeep Kumar Patel's Blog, page 6
July 19, 2014
Use Of Polymer Core Selector Element

Polymer provides core-selector element for element selection.In this Demo, "We will learn the use of core selector element".In the demo we have maintained a list of student detail in JSON. When user click on any student it is selected and color changes to RED/GREEN base on the mark.If the student score is more then 30 it becomes GREEN and PASS string is get attached in the right side.If the student score is less then 30 it becomes RED and FAIL string is get attached in the right side.on-core-...
Published on July 19, 2014 10:00
July 13, 2014
Polymer Nested Custom Component Use

<html>
<head>
<title>Polymer Nested Custom Element: Name List</title>...
Published on July 13, 2014 11:29
July 11, 2014
Use of Polymer async Method

Polymer WebComponent library provides async() method to handle asynchronous behavior .It is similar to Window.setTimeout() method with current context(this) attached to it.In this Demo,"We will see the use of async() method to build a clock".Below code has the definition for our ts-clock component in index.html.<!doctype html>
<html>
<head>
<title>Polymer Async Method Demo: Custom Clock</title>
<script src="http://www.tutorialsavvy.com/2014/07/...
<script...
Published on July 11, 2014 14:08
July 9, 2014
Understanding Polymer Core Ajax Element

Polymer Library provided Core and Paper Elements inbuilt in the library.As We know Polymer is a kind of Polyfill for Web Components.To help the developers with custom elements these core and paper elements are added .In this Demo, "We will Explore the Core Ajax polymer element".You can get more info and download this core package from the below link:- http://www.polymer-project.org/docs/elements/core-elements.html
core-ajax is a non visual e...
Published on July 09, 2014 09:16
July 4, 2014
Getting Started With Web Component : Polymer JS Library

Web Components are the new upcoming standard in Front end world.We can create Custom Elements Using Web Component.Polymer is a Polyfill library for Web Component development.It is developed and manged by Google.Polymer library can be downloaded from the following link:- http://www.polymer-project.org/Polymer library ha...
Published on July 04, 2014 09:37
June 26, 2014
Understanding Flex Box Element Order Property

Published on June 26, 2014 13:24
June 20, 2014
Flex And Inline-Flex Container

Published on June 20, 2014 10:26
June 15, 2014
Wrap Method In Jquery 2

Published on June 15, 2014 07:47
June 13, 2014
JavaScript Math Object's Method And Properties

Published on June 13, 2014 12:41
June 12, 2014
Enabling Web Component Feature in Chrome

Published on June 12, 2014 09:58