CSC 216/s08/own career: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
===Formatting Resources===
===Formatting Conventions===
[http://meta.wikimedia.org/wiki/Help:Wikitext_examples Formatting Help Guide from MetaWiki]
<blockquote style="border: 1px solid black; padding: 6pt; line-spacing: 140%; background-color: #D8BFD8;"><tt>
<b>Java Code</b> will look like this.
</tt></blockquote>


==Place Title of Exercise Here==
<blockquote style="border: 1px solid black; padding: 6pt; line-spacing: 140%; background-color: #C1CDC1"><tt>
<b>PseudoCode</b> will look like this.
</tt></blockquote>


Give the title of your exercise, which may include the name of the topic you are covering, or some other catchy title.
<blockquote style="border: 1px solid black; padding: 6pt; line-spacing: 140%; background-color: #C1FFC1;"><tt>
<b>Commands</b> will look like this.
</tt></blockquote>
 
<blockquote style="border: 1px solid black; padding: 6pt; line-spacing: 140%; background-color: #FFFF66; text-align: center;"><i>
<b>Tip:</b> Tips will look like this.
</i></blockquote>
 
A string of menu commands will be marked as follows:<br>
<span style="padding: 3pt; margin: 4pt; background-color: #EEDD82;">File => Save As</span>
 
A string of keys will be marked as follows:<br>
<span style="padding: 3pt; margin: 4pt; background-color: #FFDAB9;">[Ctrl]+[Alt]+[Delete]</span>
 
Instructive Graphics Will appear as follows:<br>
<div style="border: 5pt solid #FFE303; margin: 0; padding: 2px; background-color: black; float: left;">http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment-guide/upgrade-guide/images/java_logo.gif</div><div style="clear: both; float: none;">
 
==Using Eclipse with JUnit for WebCAT==
 
This activity will guide you through basic usage of the Eclipse IDE and JUnit for use with Webcat. Please have a computer available on which you may install Eclipse IDE. Also, please note that the following conventions will be used to draw attention to different parts of the article.


===The problem===
===The problem===

Revision as of 00:02, 27 March 2008

Formatting Conventions

Java Code will look like this.

PseudoCode will look like this.

Commands will look like this.

Tip: Tips will look like this.

A string of menu commands will be marked as follows:
File => Save As

A string of keys will be marked as follows:
[Ctrl]+[Alt]+[Delete]

Instructive Graphics Will appear as follows:

http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment-guide/upgrade-guide/images/java_logo.gif

Using Eclipse with JUnit for WebCAT

This activity will guide you through basic usage of the Eclipse IDE and JUnit for use with Webcat. Please have a computer available on which you may install Eclipse IDE. Also, please note that the following conventions will be used to draw attention to different parts of the article.

The problem

Describe what you are attempting to teach students by this exercise.

Participants and props

How many students will participate? What else do you need (e.g., old tennis ball, Powerpoint slides, software).

The script

Describe how to do your exercise.