Importing Course Listing Widget to Your WebsiteThis feed puts the entire course listing information for HD into a JavaScript variable called graduateCourses_HD. Begin by importing the script into your web-page as shown below.
<script type="text/javascript" src="https://secure.graduateschool.vt.edu/graduate_catalog/course-listings.js?subjectCode=HD"></script>
After you have imported the JavaScript library to your web-page you can use a JavaScript framework like dojotoolkit to display the data using the JavaScript variable graduateCourses_HD as your data-source. Here's an example web-page you can start with which utilizes dojox.grid.DataGrid to display the data on a table. |