Link Checker and Validation Module in Kentico CMS

Broken Link Checker and XHTML Validation Module in Kentico CMS is available now Wow!, another cool feature is now available in kentico cms. This is best module and important module too. The Link Checker and Validation Module provides a simple way to check a page for broken links and validate its compatibility with standards for accessibility, (X)HTML and mobile websites. It uses on-line services, so the page that you're checking must be published and publicly accessible. The tool integrates dir...
More

How to set default home page in Kentico CMS

In this post I am going to explain about set default home page in kentico CMS with youtube video too.. For this demo I used personal site template only Youtube Video:- [youtube=http://www.youtube.com/watch?v=xN_XCFcMeK0] Set default home page in kentico cms is very easy. No Code!  No  Keybord! and No Hard!, just with few mouse click. Steps: 1) After log in as administrator user, just switch to site Manager 2) Click on settings, select your site which you’re going to set or change default hom...
More

Break and continue in jQuery each function(loop)

This is post I am going to explain about break and continue in jQuery each function(loop). jQuery’s functions like $.each( Object obj, Function fn ) or $().each() are not loops.These are iterative functions. $().each() is used to iterate jQuery object and you can use $.each( Object obj, Function fn ) to iterate over anything (for example, an array). jQuery loops are not like javascript (for and while loop) loops. We can use ‘break;’ and ‘continue;’ inside a loop in javascript. But it will not...
More