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 [...]
Creating and extending Kendo widgets
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 [...]
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 [...]