Pure HTML Validation in Blazor

There’s been a lot of talk about Validation in the Blazor gitter chat recently.

The Blazor dev team have added some validation routines in that closley mimic the way validation works in ASP.NET MVC and many folks have been playing with them to see what they can do with them.

Chris Sainty has even produced a blog post [https://chrissainty.com/using-fluentvalidation-for-forms-validation-in-razor-components/] showing how to wire in the “Fluent Validation” libraries to make form validation even more awesome.
Continue reading “Pure HTML Validation in Blazor”

Bootstrap 4 Succinctly Released

The 8th book Iv’e written to date for Syncfusion’s ever popular Succinctly eBook series, and the third one one Bootstrap.

As Bootstrap continually gets better and more feature rich, then there is a need to keep up to date with the latest offerings it provides.

In this book, I take you on a just over 100 page tour of what’s new, and what it can now do (Hint: Flexbox rules!!!) and show you how to produce some interesting layouts.

Best part about it all is it’s free!!!

You can grab a copy here: Succinctly eBooks

 

HTML5 Validation

I recently got asked what HTML5 validation looks like.

Needless to say this was a bit of a strange question, but as I read on through the question, I realized that is wasn’t a case of not knowing what HTML5 validation looks like, but a case of where jQuery validation stopped and the HTML5 stuff started.

In this quick post, I’m going to briefly cover the HTML5 validation stuff in the hopes it’ll clear a few things up.
Continue reading “HTML5 Validation”

2013 Year end

As I sit here on Christmas eve, and look over what I’ve done this year I realize I’ve not blogged anywhere near as much as I said I would. Beacuse of this, I’m really going to try my best to blog at least once a month in 2014, and if I don’t then feel free to shout at me on twitter via @shawty_ds

So what have I learned this year…. well technology wise I’ve really got stuck back into using non .NET tools.
Continue reading “2013 Year end”

Firebug – and some major geek kudos.

I don’t often write about individual teams, unless I have something really great to say, or some special thanks to give, and in this case it’s a little of both.

Those of you out there that are developers like me, and especially those in the web arena will know just what a PIA it is to debug client side code in Javascript.  What’s more, those of you who have to do this task often will (I hope) know about Firebug.

Continue reading “Firebug – and some major geek kudos.”

Jquery (The easy path to Ajax goodness)

I bought another book yesterday, one I’ve been on the look out for, for a while now.

The book is entitled "Learning jQuery 1.3", and is published by "Packt Publishing" under ISBN 9781847196705. I’ve been using JQuery for some time now, but am by no means an expert in it, so this book will serve as a reference to sit alongside my other books on my already overcrowded desk. You can see it on Amazon Here (Learning jQuery 1.3)

Continue reading “Jquery (The easy path to Ajax goodness)”