Create terms and conditions check box in bizform (Kentico CMS) with required

How to create Terms and conditions check box in bizform (Kentico CMS) with required In this post I am explain about how to create Terms and conditions check box in bizform (Kentico CMS) with required. Bizform is the one of the best feature of Kentico CMS. We can create one Bizform in Free edition. We can create bizform with just mouse clicks and few inputs (Like display name ...). No code :) You can also check with my video too [youtube=http://www.youtube.com/watch?v=pOayb25gFu0] Steps:- If...
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