Archive of Old Announcements
Important announcements related to the course will be posted in the class CMSC 198N home page. Old announcements will be moved here.
Wed May 9, 6:33 pm: Project #6: Animation and Clock points are not under "Javascript" but rather "Service Form Implementation."
Wed May 9, 6:33 pm: Project #6 scores are now available through grades.cs.umd.edu. If you have any grading concerns see Chris tomorrow Thursday (Office hours 10:00 am-11:00 am).
Wed May 9, 6:19 pm: Project #7 Update: You do not have to worry about the coloring of the cells (all the board can be white).
Wed May 9, 3:34 pm: Office hours during final exams: TAs will have regular office hours until (including) Tuesday May 15. No office hours will be held on
Wednesday May 16.
Nelson will have the following office hours:
Friday May 11: 1pm-1:30pm, 3pm-4pm
Monday May 14: 12:30-1:30
Wed May 9, 3:24 pm: Regarding Project #7
1. Deadline changed to Monday May 14: NOTICE THAT THERE IS NO LATE DEADLINE. THIS IS THE ONLY DEADLINE.
2. To get full credit for the project:
You must be able to create a table (using createBoard) 50 pts
ValidateRows button validates the sudoku rows 50 pts
3. You will receive extra credit (that can only be applied to Midterm #3) for each of the following:
ValidateColumns validates the sudoku columns 3 pts
ValidateSquares validates the sudoku squares 3 pts
ValidateSudokuBoard validates sudoku board 3 pts
4. Demos
TAs and Nelson will be able to grade your project on the spot. Just stop by during office hours, show us your project and we will grade it. It will really help us a lot if you can do these demos.
Wed May 9, 10:45 am: Final exam practice questions can be found at: FinalExamPracticeQuestions.pdf
Wed May 9, 10:13 am: Final exam information is available at: FinalExamInformation.pdf
Mon May 7, 8:37 am: On-line course evaluations are now available here. Please enter your comments by Thursday, May 10. Future 198N students will thank you.
Sat May 5, 5:40 pm: Midterm #3 scores are now available through grades.cs.umd.edu. You have until Wed, May 9 to see Saket regarding any grading concerns. The graded midterm will be returned on Monday.
Wed May 2, 6:06 pm: Project #7 posted.
Sat Apr 28, 6:17 pm: Quiz #5/Quiz#6 scores are now available through grades.cs.umd.edu. You have until Monday May 7 to see Chris (Quiz #5) or Saket (Quiz #6) regarding any grading concerns.
Tue May 1, 8:12 am: Saket will be available for office hours today Tuesday May 1 from 3:20-3:50 pm.
Wed Apr 27, 6:17 pm: Midterm #3 will be on Wednesday, May 2. The exam will cover any material we discuss until (including) Friday April 27 and any material covered by projects #4, #5, and #6. A set of practice questions can be found at: practiceQuestionsExam2.pdf
Wed Apr 25, 3:58 pm: On Friday, April 27, the lecture will take place in CSIC 3117.
Tue Apr 24, 7:07 pm: On Friday, April 27, Nelson will hold office hours from 9:30am to 10:30am instead of his regular hours (3pm to 4pm).
Tue Apr 24, 7:28 am: Quiz #4 grades are now available through grades.cs.umd.edu. You have until Monday April 30 to see the TA (Chris) regarding any grading concerns.
Mon Apr 23, 6:44 pm: Worksheet for Quiz #6 has been posted.
Sat Apr 21, 5:44 pm: Project #5 scores are now available through grades.cs.umd.edu. You have until Monday April 30 to see the TA (Saket) regarding any grading concerns.
Sat Apr 21, 5:44 pm: Information on how to password-protect a WAM web page can be found in the resources section of the class web page.
Fri Apr 20, 5:21 am: Next week Saket (TA) will hold office hours according to this schedule:
Mon: None. Wed: 11:30am-1:30pm Fri: 1-2pm
Fri Apr 20, 5:21 am: Midterm #3 will be on Wednesday, May 2.
Fri Apr 20, 5:21 am: Quiz #6 will be on Friday April 27. A worksheet will be posted on Monday.
Thu Apr 19, 8:41 am: Project #6 posted.
Wed Apr 18, 11:43 am: Today's lecture slides and code examples have been updated.
Wed Apr 18, 11:31 am: Monday's animation example has been updated.
Mon Apr 16, 8:30 am: Worksheet for Quiz #5 can be found in the Quizzes section of the class web page.
Fri Apr 13, 8:47 am: I updated my web page (http://www.wam.umd.edu/~nelsonp/198/) with what is expected for the take home. This should clarify any doubts you might have.
Wed Apr 11, 6:01 pm: About the take home: Make sure that in addition to your 198 folder you have a web page (e.g., index.html) in your /pub/YOURDIRECTORYID. If you check your web site (e.g., http://www.wam.umd.edu/~YOURDIRECTORYID) and you see "Index of ..." and a list of files/directories then you do not have a wam web page. Look at how my web page looks like: http://www.wam.umd.edu/~nelsonp. By the way, in the wam system your web page can be named Welcome.html rather than index.html, however use index.html.
Tue Apr 10, 2:57 pm: Take home quiz posted. You will find the description in the quizzes section of the class web page.
Tue Apr 10, 8:30 pm: Monday's lecture examples have been updated.
Fri Apr 6, 6:15 pm: A reference to the software equivalent to F-Secure in Macs (Fugu) has been posted on the resources section of the class web page.
Wed Apr 4, 6:18 pm: This reference provides documentation about the JavaScript language.
http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference
The reference can also be found in the Resources section of the class web page.
Wed Apr 4, 6:18 pm: Regarding Project #5: The extension of the image files (congratulations1.JPG and congratulations2.JPG) are in uppercase, but the congratulations.html file refers to the images using lowercase extensions. This is fine in Windows, but can cause problems in Macs or other operating systems. Anyways, just rename the image files with lowercase (.jpg) extensions.
Wed Apr 4, 3:50 pm: Please start working on Project #5 today. This project is not as easy as previous ones. Office hours will be busy if you wait until the last minute.
Tue Apr 3, 5:52 pm: Monday's slides and code examples have been updated.
Tue Apr 3, 3:29 pm: A validator for the links of a web page can be found at: http://validator.w3.org/checklink/
Tue Apr 3, 3:29 pm: Saket's office hours for Friday April 6 will be from 3-4 rather than 11-12.
Tue Apr 3, 3:29 pm: Information about GET vs. POST can be found in the documents section of the class web page.
Mon Apr 2, 5:57 pm: JavaScript Lint is a tool that reports syntactic errors in your JavaScript code. Try it first with a simple JavaScript program you are familiar with. The JavaScript Lint site is: http://www.javascriptlint.com/online_lint.php NOTE: When using Lint, it is recommended you fix the first error found and then run lint again. Process each error using this approach.
Mon Apr 2, 5:13 pm: Project #4 scores are now available through grades.cs.umd.edu. You have until Tuesday April 10 to see the TA (Chris) regarding any grading concerns.
Fri Mar 30, 3:34 pm: Today's lecture's code has been updated with another version for congratulations.html named congratulationsV2.html. Peter, I hope this is OK with you :)
Fri Mar 30, 8:30 am: Class schedule has been updated.
Fri Mar 30, 8:30 am: Project #5 posted.
Mon Mar 26, 8:30 am: Midterm #2 scores are now available. You have until Monday April 2 to see the TA (Saket) regarding any grading concerns.
Mon Mar 12, 8:30 am: Quiz #3 scores are now available. You have until Wed March 14 to see the TA (Chris) regarding any grading concerns.
Fri Mar 9, 5:48 pm: Midterm #2 Review questions can be found in the file: practiceQuestions.pdf
Thu Mar 8, 12:36 pm: Early Warning Grades are now available through grades.cs.umd.edu. We have also submitted grades to the registrar's office. If the letter grade submitted to the registrar's office differs from the one you see in grades.cs.umd.edu, let us know.
Thu Mar 8, 12:17 pm: Project #3 scores are now available. You have until March 14 to see the TA (Saket) regarding any grading concerns.
Thu Mar 8, 10:52 pm: About Worksheet #3: there was a typo in problem #5: person's name should be person's age.
Thu Mar 8, 8:22 pm: About Project #4: You can assume the user will provide valid values for all the programs you are implementing. You do not need to add code that handles invalid input.
Wed Mar 7, 3:39 pm: About Project #4: The percentage in the description should be 5 rather than 3. This typo has been fixed.
Wed Mar 7, 3:39 pm: About Project #4: You can compute the power of a number by using the Math.pow() function. For example, to compute 2 to the 3 you will write Math.pow(2,3).
Wed Mar 7, 9:03 pm: Important message about Project #4: Keep in mind that the TAs and Nelson will not be available during the weekend (even through e-mail). So, if you have any concerns about Project #4 you must address them between now and Friday.
Wed Mar 7, 9:03 pm: If you find a tool, resource or interesting site please let me know so I can share that information with the rest of the class.
Wed Mar 7, 9:03 pm: CSS Cheat-Sheet - You will find a good summary of CSS at:
http://www.ilovejackdaniels.com/cheat-sheets/css-cheat-sheet/
I want to thank Robert Alex for letting me know about this resource.
Tue Mar 6, 6:07 pm: Komodo - Free HTML/CSS/JavaScript Editor available at:
http://www.activestate.com/store/download.aspx?prdGUID=20f4ed15-6684-4118-a78b-d37ff4058c5f
This is a great Editor. It is free, and it works in both PC and Macs. If you are a Mac user I would definitively encourage you to use it. PC users should be fine with PHP Publisher, although give Komodo a try. Make sure
you try the "View as Language" option for html/css/JavaScript files.
Mon Mar 5, 5:34 pm: Midterm #2 will be on Wednesday March 14.
Mon Mar 5, 5:34 pm: Quiz #3 will be on Friday March 9. A worksheet has been posted.
Mon Mar 5, 5:27 pm: Regarding Project #4 Description: There was a typo in the simple interest formula (rate should be divided by a 100). The typo has been fixed.
Mon Mar 5, 4:47 pm: Today's slides have been updated.
Fri Mar 2, 5:28 pm: Project #3 deadline changed to Sat March 3, 6:00 pm.
Fri Mar 2, 5:28 pm: Project #4 deadline changed to Sun March 11, 6:00 pm.
Fri Mar 2, 5:28 pm: In the submit server, for project #4 you may see a link under "download starter files". Ignore that link. There are not starter files for that project.
Fri Mar 1, 7:42 pm: There is no quiz today.
Fri Mar 1, 7:42 pm: Project #4 posted. IMPORTANT: When submitting project # THREE make sure you use the correct entry in the submit server. DO NOT SUBMIT project # THERE using the project #4 entry.
Thu Mar 1, 1:33 pm: If you want to show us your project during office hours submit the project (using the submit server) and we will then be able to download it during office hours. We are having problems with thumb (USB) drives.
Wed Feb 28, 4:48 pm: Today's examples have been updated (correction of typos found in class).
Wed Feb 28, 9:43 am: Project #2 scores are now available online. You have until March 7 to contact the TA (Chris) regarding any grading issues.
Mon Feb 26, 9:33 am: Exam #1 scores are now available through grades.cs.umd.edu. We will be returning the graded exam, today in lecture. You have until Monday March 5 to contact the TA (Saket) regarding grading concerns. Notice that we keep copies of your exams.
Fri Feb 23, 7:57 am: Project #3 update: The project has been updated with the following information:
-
You cannot use tables (<table> tag) to define the layout of the web page.
-
The display property allow us to define the display type of a box. Two helpful values are inline and block. For example, you can change the display type for items in a list from block to inline.
Thu Feb 22, 6:56 pm: Project #3 has been posted.
Wed Feb 21, 6:30 pm: Today's class examples have been updated (we corrected the percentage error pointed out in class).
Wed Feb 21, 10:36 am: Taco HTML Edit (Free HTML Editor for Mac): http://tacosw.com/main.php
Fri Feb 16, 4:20 pm: Project #1 scores are now available through grades.cs.umd.edu. You have until Friday Feb 23 to see the TA (Saket) regarding any concerns about the grading.
Thu Feb 15, 7:07 pm: Class schedule has been updated.
Thu Feb 15, 4:29 pm: Midterm Information: Make sure you are familiar with the following file for the midterm: cssInfo.css
Wed Feb 14, 9:47 am: Quiz #2 scores are now available through grades.cs.umd.edu. You have until Wed Feb 21 to see the TA regarding any concerns about the grading. Please see Chris for this quiz.
Wed Feb 14, 8:21 am: Regarding Friday March 16 (Friday before Spring Break). Nelson will not hold lectures that day. His office hours for that day are cancelled.
Wed Feb 14, 7:38 am: Midterm #1 date has been changed due to the closing of the University. The midterm will be on Monday Feb 19, 2007.
Wed Feb 14, 7:38 am: Project #2 deadline has been changed due to the closing of the University. The new deadline is Saturday Feb 17, 2007.
Mon Feb 12, 3:23 pm: Message from Nelson in response to our conversation in lecture: In case someone has not remind you lately, you are very very unique, fo' shizzle.
Mon Feb 12, 3:49 pm: Class examples updated.
Mon Feb 12, 10:17 am: Quiz #1 scores are now available through http://grades.cs.umd.edu. Graded quizzes will be returned today in lecture. You have until Friday to see the TA (Saket) if you have any concerns about the grading.
Fri Feb 9, 6:34 pm: Project #2 has been posted. NOTICE THE PROJECT IS DUE ON THURSDAY NOT FRIDAY.
Fri Feb 9, 6:34 pm: First Midterm will be on Friday Feb 16 starting at 2:00 pm.
Thu Feb 8, 3:14 pm: Regarding Project #1: If you are having trouble seeing your logo then check this link:
https://forum.cs.umd.edu/showthread.php?p=8036
Wed Feb 7, 5:43 pm: The second quiz will be on Friday Feb 9. Information about the quiz can be found in the worksheet available through the Quizzes link of the class web page.
Wed Feb 7, 8:08 am: If you want to show us your project (e.g., you have a problem you cannot find), submit it (through the submit server) and we will then be able to download it during office hours.
Mon Feb 5,
6:33 pm: Regarding office hours: In addition to Nelson's office
hours, TAs are also holding office hours. Check the "Contact" link of
the class web page for information about TAs' office hours (and where).
For example, tomorrow Tuesday they are holding office hours.
Mon Feb 5, 6:33 pm: Regarding Project #1 - Do not wait
until Thursday or Friday to attempt submitting your project. Even if
you have not started the project try submitting it.
Thu Feb 1, 4:16 pm: Project #1 has been posted. You can find the description via the Projects link of the class web page.
Thu Feb 1, 10:54 am: Tomorrow's quiz has been postponed until Monday Feb 5.
Wed Jan
30, 3:17 pm: Do not install any software in the textbook CD (in
particular Dreamweaver). I will let you know when (we do not want to
waste the 30-day trial period). :)
Tue Jan 30, 8:18 am: To find the "Get Extensions" option in Firefox 2.0 use "Tools->Add-ons".
Mon Jan 29, 5:56 pm: A forum is now available through the Forum link in the class web page. We will discuss the use of the forum on Wednesday.
Mon Jan 29, 5:56 pm: The first quiz will be on Friday Feb 2. Information about the quiz can be found in the worksheet available through the Quizzes link of the class web page.
Fri Jan 26, 8:30 am: Message from Nelson: I will be teaching beginner's salsa dancing classes every Thursday on February (Feb 1, 8, 15, 22). Time: 5pm - 6pm, Location: CSI 1121. No experience necessary and is free. Everyone (CS students, faculty, staff, UMD students, etc.) is welcome to attend.
Wed Jan 24, 4:24 am: Office hours are now available through the contact section of the class web page. TAs' office hours will start next week. Nelson's office hours will start this Friday.
Wed Jan 24, 4:24 am: Saket (TA) will not hold his regular office hours next Monday.
Wed Jan 24, 9:49 am: Welcome to cmsc198N.
