AdventureWorks demo application

We would like to introduce demo web application based on popular Microsoft database AdventureWorks. The AdventureWorks database supports a fictitious, multinational manufacturing company called Adventure Works Cycles. Goal of application is to show example of multiple technologies working together. Technologies, packages and frameworks included are: Microsoft SQL database Entity Framework ASP.NET MVC KendoUI AdminLTE Demo …

Extending Kendo Grid

Kendo UI is very powerful, especially when you need to customize existing component or extend it with your features. I don’t like existing JavaScript confirmation dialog which appears when you want press delete button in grid popup or inline editing mode. On Telerik page there is example for that, but that way I would need to change …

Create content rotator with knockout.js and CSS3

There are number of ready made content rotators or content sliders on net. Here is another example how can you make one with knockout.js, few lines of JavaScript and some CSS. Let’s say that we want to display list of discounted products on sidebar that rotates every few seconds, First, let’s make HTML with knockout …