Category: Web Building

Beginning Eclipse CVS – Basics 1: Getting Started

Eclipse is an open-source software development platform or IDE that has CVS (version control) functions built-in. Although Eclipse was originally built for Java development, it is very useful for working in other languages as well because of it’s open plugin-based architecture. It is often used as the foundation for new applications because it is so easily extended. This series will focus on the basics of using Eclipse for for version control, for web designers or beginning developers.


Continue reading below break…


Continue reading

Drupal: Use Taxonomy Access Control Lite to protect content areas for each course

Drupal is often used in education these days, and a common requirement for course sites is to create protected areas for each course. You could simply have a separate Drupal site for each course, but sometimes that is not an option, or not efficient, particularly if you want to have some common areas, and other areas which are restricted by course.

There are many approaches you could take to do this using various Drupal modules, but one relatively simple method is to use the Taxonomy Access Control Lite module. This tutorial will help you get started with managing rights in Drupal course sites. In a later tutorial, I’ll cover forums, wikis and and blogs.

Continue reading

IE8: Navigation to the webpage was cancelled

With the advent of IE 8, I started getting calls about a new error when accessing our learning management system.

“Navigation to the webpage was cancelled.”

This error can be caused by many things, but in this case, I believe it has to do with the fact that the LMS has both secure and insecure assets in the frameset. Unfortunately, many times messages will come up asking people whether they want to view both types, and they will click “no” without knowing that the page requires them to function.

Since I can’t ever really know what is going on with a user’s home computer’s security setup, I simply tell them to reset their Internet Explorer to its default settings.

Continue reading