DotNetStories
I am going to start a new series of posts that focus on
HTML 5. HTML 5 is something I wanted to learn and
finally I have covered enough ground to feel
confident.HTML 5 gives us things like Semantic
tags, the possibility to add video and audio in our
pages without any plugins.With Canvas we can have
very rich animations to our web pages.
I see
that now with all these emerging technologies there are
many things you can do on the client. JQuery is
amazing and you can do so many things. Please have a
look at my posts on JQuery. CSS3 is
another big player that all developers should look
into.
Some people might argue that front-end
developers cannot use HTML 5 and
CSS3 right now, because there are many browser
versions from various vendors that do not support them
or support them partially. IE6- IE8 do not support CSS3
(or there is a little support) but IE 9 supports many of
them.In general (with some exceptions) IE9, Opera 10+,
Firefox 3.5+, pretty much any reasonably recent version
of Chrome, and Safari 3+ support CSS3.
CSS3
comes with
Color enhancements,Transforms,Shadowing,Rounded corners and much more.
This another post that is focusing on how to use JQuery in our ASP.Net applications. If you want to have a look at the other posts related to JQuery in my blog click here
In this post I will demonstrate how to extend the functionality of the web server controls by adding client side functionality with Javascript.
In this post I would like to continue talking about validation in ASP.Net applications. I will look into the validation controls that ASP.Net provides. You can have a look at the first post in my blog regarding validation.
I am going to start a new series of posts and I am going to cover in depth all the validation mechanisms/techniques/controls we have available in our ASP.Net applications.