Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find...

29
Compare and Contrast : Blackboard & a Personal Web Page www3. ltu . edu /~s_ schneider / howto /faculty. htm You’ll find this presentation (and another) here :

description

Accessing the Site Personal Web page (WEB) = 24/7 Open access – constant address BlackBoard (BB) = some down time Guest account if not in the class Look at the new Preview button on the login screen!

Transcript of Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find...

Page 2: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Compare and Contrast : Blackboard

& a Personal Web PageWhat are are the pros and cons of

each, in terms of ease of use, flexibility, ability to load images/scripts/java/etc.

Page 3: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Accessing the Site Personal Web page (WEB) = 24/7

Open access – constant address BlackBoard (BB) = some down

time Guest account if not in the class Look at the new Preview button on

the login screen!

Page 4: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Posting Info on the Web BlackBoard (BB) = Very Easy!!

Just “point and click” to upload Personal Web page (WEB) =

Harder! Need web editor .. And server!

(We have one for faculty .. www3.ltu.edu)

Page 5: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Organization of Material BB – built in

common interface WEB – you have to create it

But more flexible? Also more work!

Page 6: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Fancy Text Formatting Both can do this!

WEB – you are probably already doing it

BB – you can add some simple tags See “Adding HTML to Blackboard” here :

www3.ltu.edu/~s_schneider/howto/bbtags.htm

Page 7: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Location of Files WEB – static

Always same place - constant BB – changes each term

Can be archived But, what about “image links” we explore

later?

Page 8: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Links to other web pages BOTH

BB – easy to add Also get a “world” icon

WEB – you are already doing this Could couple WEB with BB?

Store things on WEB and call from BB Best of “static” vs “changing” conflict

Page 9: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Uploading files? BB – electronic drop box!! WEB – much harder to do ..

Also, we now have Outlook Express …

Page 10: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Email?? BB – this will probably be the model!!

We will have access to our classe lists here Not sure how Banner comes into play? Limitation to one email address?

WEB (no access to student addresses) Outlook Express – maintain all students

as contacts … Unlikely!

Page 11: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Displaying images within BB? Can link to external images Can display external images

Must add a bit of HTML code Can link to “LOCAL” images!

Use a “hidden” folder Can display “LOCAL” images

Let’s try adding images ….

Page 12: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Open your BB page Then go to the

CONTROL PANEL down on the lower left – that’s where we make the changes to the BB site.

Page 13: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Making folder for images Click on the COURSE Documents to

add a new folder for our images

Page 14: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Add folder and name it Click on the Add

Folder button

Name it something (like “Images”)

Page 15: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

“Hidden” folder! Here’s a neat trick .. Make it a hidden

folder (seen by you, not by students)

(Note: You might want to make the image folder available to the students also – the following techniques will work either way.)

Page 16: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Add a “document” to Images Double-click on the

folder name (to enter it)

Click on “Add Item” to add in an image as a “document”

Page 17: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Adding an image Browse your local machine to upload

the image Create a “link” to the image

Note : You could also display it directly! .. But we will be happy just with the link

Page 18: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Find “link” to the image Right click on image link We want to copy it to the “clipboard” in IE in NETSCAPE

Page 19: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Link copied to memory Could paste it into Notepad

temporarily

Note, we are seeing the “course” info in the string, but this is on the Blackboard server – we don’t need “our own” server!!

Page 20: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

New folder/document Make a new folder and document (this

we will show the students)

We’ll put a link to the image, as well as the image itself!

Page 21: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Add some HTML code !

Page 22: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Link vs embedded Image Link uses “anchor” tag – you click to see it

<A HREF="http://mypage.com/pink.JPG">Link</A>

“inline” image uses IMG tag

<IMG SRC="http://mypage.com/pink.JPG">

Page 23: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Mixture of text and html Link uses “anchor” tag

“inline” image uses IMG tag Both of these are “external” images!

Page 24: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

What about “Local” images? Add that link we just copied from

within Blackboard!

Page 25: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Seeing the rough output Gives link (opens

image into window) – or shows the image there

Doesn’t matter if it is external or internal – both work!

But, this format is not as “pretty” – compare sideways?

Page 26: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Use “Tables” to format

Page 27: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Tables look better?

Page 28: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Other things? PERL/JAVA/PHP

BB – not right now – future? Could call up other pages with it though!

WEB – if you can host it, you can run it

Maybe BB gives us confidence to use Personal Web pages more and more .. Can couple the two for a powerful combination

Page 29: Compare and Contrast : Blackboard & a Personal Web Page s_schneider/howto/faculty.htm You’ll find this presentation (and another) here :

Conclusions? BB = very easy to use – a little limited

WEB = harder to use – more flexible

At the very least, BB + WEB would be more powerful than either alone