# | Date | Overview |
---|---|---|
84 | 6/10/2019 |
|
83 | 6/6/2019 |
Today
84 - 6/10: 30 Minutes for Projects, then presentations by Luigi, Tyler, Ryan 85 - 6/12: Presentations by up to everyone else 86 - 6/14: Remaining Presentations (if applicable) / discuss grades / your futures |
82 | 6/4/2019 | Final projects. |
81 | 6/3/2019 | Final projects - and see you tomorrow! |
80 | 5/30/2019 | Final projects |
79 | 5/28/2019 | Final projects |
78 | 5/22/2019 |
Do Now Write a PHP function for Scrabble called score_word($str) Here's an array you can use that tells you how much each letter is worth in a word. $values = array('A'=>1,'E'=>1,'I'=>1,'O'=>1,'U'=>1,'L'=>1,'N'=>1,'R'=>1,'S'=>1,'T'=>1,'D'=>2,'G'=>2,'B'=>3,'C'=>3,'M'=>3,'P'=>3,'F'=>4,'H'=>4,'V'=>4, 'W'=>4,'Y'=>4,'K'=>5,'J'=>8,'X'=>8,'Q'=>10,'Z'=>10); Your program should take a string, convert it to all uppercase, and use the $values array to determine the total points of the word. // Make this work! $str = "jaguar"; $points = score_word($str); // test it on this page: http://www.thekatespanos.com/scrabble-score-calculator/ echo "$str is worth $points points."; Homework Graded Question + Final Project Check-in |
77 | 5/20/2019 |
Do Now
Write a PHP function to replace all text in a string EXCEPT for the first and last characters, with asterisks. ie. $str = "apple"; --> a***e $str = "fig"; --> f*g If less than 3 characters, all chars become asterisks. Status Check on FPs |
76 | 5/16/2019 | Final Projects |
75 | 5/14/2019 | Continue Final Projects |
74 | 5/10/2019 | Final Projects |
73 | 5/8/2019 | Final Projects |
72 | 5/6/2019 | Go over Exam / Final Projects |
71 | 5/2/2019 |
|
70 | 4/30/2019 |
Mr. Merlis is not here this week but he will be connected on Thursday on the screen.
He'll be back in the room with you on Monday.
|
69 | 4/18/2019 | Final Projects |
68 | 4/16/2019 | Final Projects |
67 | 4/12/2019 |
Mr. Merlis will be back on Tuesday and see you then.
|
66 | 4/10/2019 |
|
65 | 4/8/2019 |
|
64 | 4/4/2019 |
|
63 | 4/2/2019 |
Optional Exam
Working on final projects |
62 | 3/29/2019 |
|
61 | 3/27/2019 |
|
60 | 3/25/2019 |
Begin Final Project
(Note: Mr. Merlis is traveling back to NY today. You will see him on Wed.) General Housekeeping Items
|
59 | 3/20/2019 |
LAB #5 EXAM: PDO, mysql, Blog Post, etc.
The exam is a Google Form. There is a PDF version linked at the top of the form (in the READ THIS section). You are welcome to refer there - but be sure to only put your answers IN the form.
|
58 | 3/18/2019 |
|
57 | 3/14/2019 |
|
56 | 3/12/2019 |
Exam next week on Lab #5 / (instead of grading it as we've done a lot of it together)
|
55 | 3/8/2019 |
Talked about final projects, fake restaurants, and ZippyReg.
Next week we will finish Lab #5 / discuss the Lab #5 test / rest of course. |
54 | 3/6/2019 |
Finish Lab #5 (Implement INNER JOINs)
(No HW) |
53 | 3/4/2019 | HW: Complete the SAVING of a blog post AND blog_posts.php (showing the entries) |
52 | 2/28/2019 |
Homework: Parts 1 and 3 of Lab #5: Blogger
|
51 | 2/26/2019 |
|
50 | 2/15/2019 |
|
49 | 2/13/2019 |
EXAM TODAY
If you have easy access to a printer: please print the exam and write your answers on the sheet. else: write your answers on a BLANK SHEET of paper. Put your info at the top just as it is asked for on the exam. Number each response.I'll be back on Friday and will collect your exams/grade them over break. Please be sure to answer all questions/read it fully. |
48 | 2/11/2019 |
Google Maps Quiz on Wed based on Lab 4 Luigi - Please Guide the class through this tutorial You are all to follow along with the tutorial. For the most part, you are 'simply' copying code. Please also REVIEW IT. Look at it and make sense of what the code is accomplishing. If not completed in class, FINISH IT for HW. |
47 | 2/7/2019 |
Announce: RPI Hackathon - March 16
Exam next WED on Google Maps
|
46 | 2/5/2019 |
Quick side note: Contract of Note
|
45 | 2/1/2019 |
|
44 | 1/30/2019 |
HW: Do Part 3 of Lab #4 - Finish It
|
43 | 1/28/2019 |
HW: Do Part 3 of Lab #4 Discuss 2nd semester. (And the D&D exams.) Address any PHP questions. Go over GMAP Lab 4 |
42 | 1/16/2019 |
|
41 | 1/14/2019 | |
40 | 1/10/2019 |
|
39 | 1/8/2019 |
|
38 | 1/4/2019 |
|
37 | 1/2/2019 |
|
36 | 12/20/2018 |
|
35 | 12/18/2018 |
|
34 | 12/14/2018 |
Howdy class! I'm flying back from CO during class today so I won't be connected.
You are to complete the lab below. Some of you may nearly complete it during class. It IS homework (due Tues) You are to follow the instructions and THEN complete 2 of the suggested extensions. We will review this on Tuesday (I'll see you then at school.) JQuery Lab #2 - JSTasker |
33 | 12/12/2018 | Finish JQuery Lab #1 |
32 | 12/10/2018 |
|
31 | 12/6/2018 |
Web Design Exam
Homework: - Work on JQuery Lab #1 (due Wed) - Bootstrap - Buttons through (including) Cards |
30 | 12/4/2018 |
HOMEWORK
JQuery Quiz on Thur Bootstrap - Examined JQuery - Lab 1 - Dig In - Due next Wednesday |
29 | 11/30/2018 |
JQuery Short Quiz next Thur.
|
28 | 11/28/2018 |
|
27 | 11/26/2018 |
|
26 | 11/19/2018 |
Show off our Assignment 7s
HOMEWORK Complete Lessons/Assignments J7, J8, and J9 from here: Javascript Tutorial Make sure you read through EACH lesson before doing each assignment. Expect to spend a few hours on this - do NOT wait until the day before class!! |
25 | 11/15/2018 |
|
24 | 11/13/2018 |
Finish CSS / Begin Javascript
|
23 | 11/8/2018 |
|
22 | 11/6/2018 |
HOMEWORK: CSS Tutorial through/including PADDING.
TRY OUT MUCH OF WHAT YOU READ. Experiment on your "table-bs.htm" page by modifying it to include more tags and apply CSS to them.
A Look Ahead (Now to December Break)
|
21 | 11/2/2018 |
General Review of tables + Assignment 6 for HW
|
20 | 10/31/2018 |
Happy Halloween!
I'm sorry I can't be with you today. Assignment #4 should be done. You are to finish that if not yet done and complete Assignment #5 (due Friday.) I WILL see you then! |
19 | 10/29/2018 |
Cryptogram Lab Test
You may use a computer for reference in all ways EXCEPT FOR EXECUTING CODE. (A2, A3 are due TODAY. [No later than 11:59PM.]) I'll be joining about 11:30AM via WebEx. Assignment 4: Images |
18 | 10/25/2018 |
YOUR HOMEWORK IS A2, A3, and study for Crypto Lab.
Crytogram Lab Test on Mon
|
17 | 10/23/2018 |
Test on Crytogram Lab on Mon, 10/19.
|
16 | 10/19/2018 |
|
15 | 10/17/2018 |
General programming day / catch up with Mr. M.
Hairy Gorilla Half... |
14 | 10/15/2018 |
Lab 6 due date moved to Fri, 10/19.
Continue work on Lab 6. Wed will be a general programming day/Mr. M present to assist individually/collectively. Friday will either be a new lesson or continued programming based upon where we generally are. |
13 | 10/11/2018 |
Finish Lab 5 and work on Lab 6.
Email Mr. Merlis with any questions. |
12 | 10/9/2018 |
|
11 | 10/4/2018 |
Programming Day
(A few students must finish test.) |
10 | 10/2/2018 |
|
9 | 9/28/2018 |
|
8 | 9/26/2018 |
|
7 | 9/24/2018 |
Written Test on Friday - Basics of Java
|
6 | 9/20/2018 |
PROGRAMMING DAY
I will be here on Monday. At that time we will review Lab #2 (the Triangle Lab, etc.) and address any other questions on Lab 1.
Such that (for example) A becomes a G, B becomes a T, C becomes a B, etc. (If somehow you finish that, solve world hunger with the remaining time in the block.) |
5 | 9/18/2018 |
|
4 | 9/14/2018 |
Continue working on Lab 1 - Part 3.
Use this to test it.
Ready to keep going? Lab #2 - Short Looping Exercises (Take up to 30 minutes to do this) These are NOT necessarily easy. Take the time to think them through. |
3 | 9/12/2018 |
|
2 | 9/10/2018 |
|
1 | 9/6/2018 |
|
if(!you.respectful())
you.getOut();
if(you.hasFood() || you.hasDrink())
if(you.hasDrink() && you.drinkType().capped())
you.canStay();
else
you.getOut();
if(!you.havingFunInThisClass())
you.getOut(); // :)