Web Snippets
Labels
Algorithms
Architecture
Big Data
Cloud services
Cognitive technologies
Data Analytics
Machine learning
Node
SQL
Friday, September 11, 2015
Font awesome image in a button
Font awesome image in a button
we can have font awesome icon in button as shown below
Reference
Note : we need to specify hexadecimal value
output
Button Loading animation
Button loading animation
we can use javacript to animate laoding text change for a button
Html
output
Thursday, September 10, 2015
Kendo Grid Check All
Kendo grid check all functionality
if we need a check box to check and uncheck all rows . This is the code snippet
Output
Kendo bind local data
Kendo bind local data
Binding data using local data or through http get
Sunday, September 6, 2015
Validate Http:Post
Validate $HTTP Post using Fiddler
Today I would be talking about validating a Restfull http Post using fiddler.we can validate if the post was successful.
Steps invloved
Open fiddler and specify the Post Url in the composer
Specify the action method as Post
Create a request body (Data which would be sent)
Validate the response message as shown in the snapshot
Output
Thursday, September 3, 2015
Angular http
Using angular for http
Using angular it is simple to get JSON data and display it in a view.
Edit in plunker
HTML
Read more »
Wednesday, September 2, 2015
Angular two way data binding
Two way binding in Angular
Today i would show you a simple example of two way binding in Angular.
Note:
Like Knockout we do not need any observable.
Less amount of code
When view changes model changes. When model changes view changes. This is known as two way binding
Edit in Plunker
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Labels
Algorithms
(52)
Apache Kafka
(7)
Apache Spark
(21)
Architecture
(8)
Arrays
(23)
Big Data
(98)
Cloud services
(6)
Cognitive technologies
(12)
Data Analytics
(3)
Data Science
(6)
Design
(1)
Hadoop
(26)
Hive
(11)
Java
(2)
JavaScript
(65)
JavaScript Run-time
(12)
Machine learning
(11)
Maths
(6)
MySQL
(1)
Networking
(3)
No SQL
(2)
Node
(20)
Python
(28)
SQL
(40)
Security
(4)
Spark Grpahx
(1)
Spark MLlib
(1)
Spark Sql
(3)
Spark Streaming
(4)
Sqoop
(2)
Strings
(13)
devOps
(1)
mongoDb
(2)
ssis
(3)