Search
Welcome
-
Latest Courses
Visual Studio Mac
Click for video
Learn to Program
Click for videoC# 7 First Look
Click for Video
Your First Mobile Application With Xamarin.Forms
Click for Video Presentations
Archives
Tags
Ajax Angular Animation ASP.Net BestPractices Blend C# C# 8 Community Competency convert Data FullStack GetStarted HVP i2WTutorial JavaScript JSON Mac migrate Mini-Tutorial Observations Open Source Opinion Patterns Pluralsight Presentations Reactive Reactive Programming ReactiveUI Review Tips Tools Video VSM WebSvc Windows Phone WindowsPhone wp7Tutorial WPFS Xamarin Xamarin.Forms Xaml XML YapCast-
Web hosting by Media Temple
License
JesseLiberty.com by Jesse Liberty is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Based on a work at JesseLiberty.com.
The opinions expressed here do not necessarily reflect those of my employers, publishers or anyone else; void where prohibited, your mileage may vary, not valid in Sector C.
Category Archives: Kendo
KendoNg–Part 2–Data
This is the second in my new series on Kendo UI and AngularJS, which I’m guarantee affectionately calling KendoNg Continue reading
AngularJS and Kendo UI–Part 1–Getting Started
Today I launch a new series of postings, bringing together two themes I’ve been developing for the past few months: AngularJS and Kendo UI. These technologies go together like peanut butter and chocolate, and both share two characteristics that are … Continue reading
Posted in AngularJS, Kendo
2 Comments
Learning Kendo? This is the book!
OK, it is somewhat questionable for me to recommend a book that I contributed to and that is published by the company I work for, but I honestly believe that Falafel Software’s new Kendo UI Nuts And Bolts is the … Continue reading
Posted in Kendo, Training
5 Comments
I’ll be speaking at DevIntersections/Angle Brackets
April 13-16, 2014 at JW Marriott Grande Lakes, Orlando Florida I’m thrilled to say that I’ll be speaking at Angle Brackets. Angle brackets is “a conference for lovers of the Web.” It has been described as “the conference for those … Continue reading
Posted in ASP.NET, Community, JavaScript, Kendo, Languages, Learning, MVVM, One ASP.NET, Presentations, Training
Tagged Presentations
Comments Off on I’ll be speaking at DevIntersections/Angle Brackets
Programming Style–Kendo & jQuery
Which of the following do you prefer? Which is easier to read? Which is easier to write? Which is easier to maintain? var dataItem = this.target().closest(“.k-grid”).data(“kendoGrid”).dataSource.getByUid(this.target().closest(“tr”).data(“uid”)); Or… var dataItem = this.target() .closest(“.k-grid”) .data(“kendoGrid”) .dataSource .getByUid(this.target().closest(“tr”).data(“uid”)); Or… var grid = … Continue reading
A Baker’s Dozen on Web Applications
I am in the middle of unrolling on Pluralsight, a complete entry-level program in developing Web Applications, with a focus on free and open-source software. At its heart are these courses: Getting Started With ASP.NET MVC, ServiceStack and Bootstrap Building … Continue reading
Posted in AngularJS, ASP.NET, Community, CSS3, Essentials, HTML5, JavaScript, Kendo, Learning, MVC, MVVM, News, One ASP.NET, Patterns & Skills, Pluralsight, Programming, Tools and Utilities, Training
Tagged Pluralsight
1 Comment
New Pluralsight Course: Kendo And MVC From Scratch
Very pleased to announce my latest Pluralsight course: Kendo and MVC From Scratch. Kendo is rapidly becoming one of the most popular frameworks for building professional looking web applications. More than just a beautiful set of widgets and data-visualizations, … Continue reading
Posted in Kendo, Pluralsight, Training
Tagged Pluralsight
Comments Off on New Pluralsight Course: Kendo And MVC From Scratch
Kendo UI & DataViz training
Very pleased to announce that starting in October I’ll be conducting Kendo UI and DataViz training for Falafel Software. Kendo UI bundles everything you need to create modern web applications in one box. No more searching the web for the … Continue reading