by Bojan Vrhovnik
10. February 2011 15:31
MVC has a great option to provide a validation with attributes in System.ComponentModel.DataAnnotations. There’s a great tutorial on ASP.NET MVC homepage. MVC 3 brings something new under the table. In previous version we could use few default attributes (or write our own). For example, Required, Re...
[More]
by Bojan Vrhovnik
9. February 2011 13:49
Lately I'm playing around with ASP.NET MVC, a great framework to built dynamic web pages on top of .NET framework. If you have used ASP.NET in the past, the common layout has been available as a master page. Even better, you had an opportunity to “nest” masterpages and thus provide a unique layout f...
[More]
by Bojan Vrhovnik
7. February 2011 19:23
This is a tip I found in Jquery from novice to ninja. I’m not an css expert, but I’m eager to learn.
How do we set a property (attribute) on an element? Usually the answer would be, we use css. We create a rule, class and set the class with it. Fairly simple, but what if we want t...
[More]
by Bojan Vrhovnik
7. February 2011 18:41
I'm reading a great book Jquery from novice to ninja. After reading first two chapters, i can't stop. Its addicted. Author knows his stuff. I was never fan of client side development, but with jquery i found it interestingly. So this blog post (i'll probably have a serie) will be focused on a new th...
[More]