In web application widgets / modules are small part of web application that is control unique feature, action of web site.
In Video Starter Kit each unique feature is control by a module, which simplify customization and maintainess tasks for developer.
There are two types of modules in Video Starter Kit, both have similarities.
Website Specific Modules are those modules which specifically used to control website main features. e.g
Independent widgets and modules are those which can be develop separately and use on any page to display content information, statistics and more to increase richness of web application and provide more user interaction and fun within website. Sample usage of independent modules are
It is not possible that we develop module for every task but using our existing modules you can create any level of modules that meet with your website requirements.
Sample screenshots of website specific modules:
Sample screenshot 1:
Sample screenshot 2:
Sample screenshot 3:
and hundreds of more.
Sample screenshots of Independent Widgets and Modules:
Sample screenshot 1:
Sample screenshot 2:
and hundreds more.
Using Widget / Modules on Pages:
You can simply drag module where you want to display. e.g sample module code should be look like
Display recent video module on front page,
<div class="item">
<uc1:rec_vd ID="rec_vd1" runat="server" />
</div>
You can create hundreds of more modules based on existing modules, customize existing modules to add more interactivity in your web application.