By tag: html5
0
kicks
.NET Book : Visual Studio 2012 and .NET 4.5 Expert Development Cookbook (Must Read)
It is my great honor to tell you that my book has finally been released this week. If you have ever liked any of my blogs or internals, you would like this book for sure. There are lot of things to learn from the book and I can assure you that you wont be upset with this book if you buy it.
The "Vi...
0
kicks
ASP.NET 4.5 TextBox TextMode Property
Right now everybody is talking about HTML5 and its contains lots of new features like web sockets, canvas, new intput types with validation etc.
ASP.NET 4.5 text mode property enhancement:
With HTML5 new input types is going to be one of coolest feature and in future more and more people are going ...
0
kicks
Using HTML 5 and the Web API for AJAX file uploads with image preview and a progress bar
AJAX file uploads used to be a client / server process in HTML 4. They required a round trip to a server side module, usually using an IFRAME and constant querying of the number of bytes uploaded, then reloading a progress bar inside the IFRAME with the current progress value.
Luckily HTML 5 has a l...
0
kicks
Selectors and Style Properties in CSS3
Cascading Style Sheets is basically collection of selectors and property values. This post outlines the Selectors and Properties in CSS3. Selectors are way to determine what about your HTML is going to be affected and different ways that you can use are
0
kicks
Semantic Structures in HTML5
What is HTML5 Semantic Structures? Semantics are meaning of subject, like a word or sentence. This post shows the HTML5 tags that you can use for developing Windows Store Applications. How do you or machine interpret these semantics are matter? Example
0
kicks
HTML editor enhancement in visual studio 2012
In this post I am going to explain about HTML Editor Enhancement in visual studio 2012. I have been writing few post about Visual studio 2012 new features and this post will also be part of that. You can read whole series at following link.
Visual Studio 2012 feature series
Tag highlighting in Visu...
0
kicks
HTML5 Interactive Map using SVG Path and Polygon
Recently I was revisiting the article Silverlight - Creating Image Map with Hotspots that I wrote couple years ago using Silverlight and Expression Blend 3.0. I decided to redo it using HTML5. This brief tutorial demonstrates on how to implement the interactive map using HTML5, KineticJS and jQuery....