Author: ellen

Beginning Eclipse CVS – Basics 3: Import an existing set of project files into CVS

<= Back to previous section “Create a Project from Scratch”

  1. Once you have created a workspace, you need to add files to it somehow. If you already have existing files that you want to use in your project, you’ll need to import them. You can also check out an existing project from CVS or import files from a zip archive, among other possibilities.

    Continue reading below break…

Continue reading

Beginning Eclipse CVS – Basics 2: Create a new project from scratch

<= Back to previous section “Getting Started”

    Eclipse Terminology-“Perspective”:

    The word “Perspective” is used to denote a window panel in Eclipse with a specific purpose. There are Eclipse perspectives for different functions, like the Resources perspective for viewing workspace assets or resources, the Team Synchronization perspective for viewing CVS synchronization information, and the CVS perspective for viewing CVS Repositories, to name a few.


    Continue reading below break…



Continue reading

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