IT0326-User-Interface-Design-lab

INSTRUCTIONAL OBJECTIVES

After successful completion of the course, the students should be able to

•Implement various GUI components like menu bar, toolbar, command button, toggle button, option button, text box, dialog box, list box, etc.,

•Use validation checks for reducing input errors

•Design effective user interface applications using specific guidelines for UI design and data entry

•Evaluate websites based on UI principles and guidelines

•Analysis of different search engines

<!-- track PDF downloads -->

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>

<script type="text/javascript">

$("a[href$='pdf']").each(function(index) {

pdfLabel = $(this).attr('href');

pdfOnClick = "_gaq.push(['_trackEvent', 'PDF', 'Download', '" + pdfLabel + "']);";

$(this).attr("onClick", pdfOnClick);

});

</script>