New pages
- 19:38, 19 November 2024 WebFund 2024F Lecture 18 (hist | edit) [9,543 bytes] Soma (talk | contribs) (Created page with "==Video== '''Video is still processing''' Video from the lecture for November 19, 2024 is now available: * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec18-20241119.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec18-20241119.cc.vtt auto-generated captions] ==Notes== <pre> Lecture 18 ---------- Lecture will start at 12:35, will go to 1:55 PM (one hour late, as announced on Teams)...")
- 22:52, 14 November 2024 WebFund 2024F: Tutorial 8 (hist | edit) [26,018 bytes] Soma (talk | contribs) (Created page with "'''This tutorial is not yet finalized.''' ==Code== [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/code/authdemo.zip Download authdemo.zip] ===authdemo.js=== <syntaxhighlight lang="javascript" line> <syntaxhighlight> ===authdb.js=== <syntaxhighlight lang="javascript" line> <syntaxhighlight> ===templates.js=== <syntaxhighlight lang="javascript" line> <syntaxhighlight> ===static/index.html=== <syntaxhighlight lang="html" line> <syntaxhighlight> ===s...")
- 20:03, 14 November 2024 WebFund 2024F Lecture 17 (hist | edit) [3,668 bytes] Soma (talk | contribs) (Created page with "==Video== Video from the lecture for November 14, 2024 is now available: * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec17-20241114.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec17-20241114.cc.vtt auto-generated captions] ==Notes== <pre> Lecture 17 ---------- - Assignment 2 grades are mostly out - if you submitted late or there was a formatting issue, still need to clean tha...")
- 22:59, 12 November 2024 WebFund 2024F Lecture 16 (hist | edit) [5,675 bytes] Soma (talk | contribs) (Created page with "==Video== Video from the lecture for November 12, 2024 is now available: * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec16-20241112.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec16-20241112.cc.vtt auto-generated captions] ==Notes== <pre> Lecture 16 ---------- - midterm is being graded, should hopefully be done by end of the week - Assignment 2 should finally be uploaded later...")
- 21:32, 7 November 2024 WebFund 2024F: Assignment 3 (hist | edit) [4,266 bytes] Soma (talk | contribs) (Created page with "'''This assignment is not yet finalized.''' Please submit the answers to the following questions via Brightspace by November 20, 2024. There are ?? points in ?? questions. Submit your answers as a plain text file following [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/templates/comp2406-a3-template.txt this template]. Name your answer file "comp2406-assign3-<username>.txt" (where <username> is your MyCarletonOne username). Please make sure to use your corr...")
- 19:49, 7 November 2024 WebFund 2024F Lecture 15 (hist | edit) [8,217 bytes] Soma (talk | contribs) (Created page with "==Video== Video from the lecture for November 7, 2024 is now available: * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec15-20241107.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec15-20241107.cc.vtt auto-generated captions] ==Notes== <pre> Lecture 15 ---------- - I am behind on Teams messages & email - should be caught up by Saturday afternoon - Assignment 3 coming out in the next...")
- 02:37, 7 November 2024 WebFund 2024F: Tutorial 7 (hist | edit) [17,914 bytes] Soma (talk | contribs) (Created page with "In this tutorial you will be playing with [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/code/submitdemo.zip Submission Demo], which is an integration of the code from Tutorial 5 and Tutorial 6. ==Tasks== # Create a file that validates correctly and upload it. Then, check the listing and analysis pages: is your upload reflected there? # Create a file that does not validate and attempt to upload it. W...")
- 20:40, 5 November 2024 WebFund 2024F Lecture 14 (hist | edit) [15,205 bytes] Soma (talk | contribs) (Created page with "==Video== Video from the lecture for November 5, 2024 is now available: * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec14-20241105.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec14-20241105.cc.vtt auto-generated captions] ==Notes== <pre> Lecture 14 ---------- - Assignment 2 grades should be out by end of tomorrow - Midterms should be graded by middle of next week, interviews...")
- 18:40, 31 October 2024 WebFund 2024F Lecture 13 (hist | edit) [2,198 bytes] Soma (talk | contribs) (Created page with "==Video== Video from the lecture for October 31, 2024 is now available: * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec13-20241031.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec13-20241031.cc.vtt auto-generated captions] ==Notes== <pre> Lecture 13 ---------- For tutorial 6, you'll be playing with a (slightly) cleaned-up version of the validator application we've been using. Not...")
- 15:14, 31 October 2024 WebFund 2024F: Tutorial 6 (hist | edit) [7,806 bytes] Soma (talk | contribs) (Created page with "In this tutorial you will be playing with [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/code/tut-validator.html Tutorial Validator] ==Code== Runnable version: [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/code/tut-validator.html Tutorial Validator] (Save the page locally to edit.) <syntaxhighlight lang="html" line> <!DOCTYPE html> <html> <head> <title>COMP 2406 2024F Tutorial Validator</title> <style> body { padding:...")
- 19:44, 26 October 2024 WebFund 2024F Midterm QA (hist | edit) [8,147 bytes] Soma (talk | contribs) (Created page with "==Video== Video from the midterm exam question & answer session on October 24, 2024 is now available: * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-midtermqa-20241024.m4v video] ==Notes== <pre> Midterm Q&A Session ------------------- * What is the format of the midterm? - same as the assignments, except you'll be working from a PDF posted to brightspace, and it is time limited (11:35-12:55 unless otherwise arranged) * Will we...")
- 17:52, 17 October 2024 WebFund 2024F Lecture 12 (hist | edit) [2,183 bytes] Soma (talk | contribs) (Created page with "==Video== Video from the lecture for October 17, 2024 is now available: * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec12-20241017.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec12-20241017.cc.vtt auto-generated captions] ==Notes== <pre> Lecture 12 ---------- Solutions to Assignment 2 are posted (bottom of the Assignment 2 page, as before). You can still submit T3 & T4 through t...")
- 18:39, 15 October 2024 WebFund 2024F Lecture 11 (hist | edit) [2,707 bytes] Soma (talk | contribs) (Created page with "==Video== Video from the lecture for October 15, 2024 is now available: * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec11-20241015.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec11-20241015.cc.vtt auto-generated captions] ==Notes== <pre> Lecture 11 ---------- Agenda for today - answer questions on A2 - solutions will be discussed on Thursday - begin review of first half of...")
- 18:16, 10 October 2024 WebFund 2024F Lecture 10 (hist | edit) [1,957 bytes] Soma (talk | contribs) (Created page with "==Video== Video from the lecture for October 10, 2024 is now available: * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec10-20241010.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec10-20241010.cc.vtt auto-generated captions] ==Notes== <pre> Lecture 10 ---------- Today: Assignment 1 solutions & Tutorial 5 I forgot to put up the A2 validator & template, will upload after class There...")
- 04:13, 10 October 2024 WebFund 2024F: Tutorial 5 (hist | edit) [12,143 bytes] Soma (talk | contribs) (Created page with "'''This tutorial is not yet finalized.''' In this tutorial you'll be playing with [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/code/domdemo.zip domdemo], a version of Assignment 1's dbdemo2 modified to use some client-side JavaScript. Once you have the application up and running you should do the following tasks. ==Tasks== # Change dbdemo so that it support sorting of the listed records. Specifically, it should support the...")
- 19:48, 8 October 2024 WebFund 2024F Lecture 9 (hist | edit) [5,723 bytes] Soma (talk | contribs) (Created page with "==Video== Video from the lecture for October 8, 2024 is now available: * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec09-20241008.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec09-20241008.cc.vtt auto-generated captions] ==Notes== <pre> Lecture 9 --------- I'm happy to answer any questions, but otherwise will be moving on to new material. If you want to work on your code locally...")
- 03:23, 8 October 2024 WebFund 2024F: Assignment 2 (hist | edit) [13,469 bytes] Soma (talk | contribs) (Created page with "'''This assignment is not yet finalized.''' Please submit the answers to the following questions via Brightspace by October 16, 2024. There are 20 points in ??? questions. Submit your answers as a plain text file following [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/templates/comp2406-a2-template.txt this template]. Name your answer file "comp2406-assign2-<username>.txt" (where <username> is your MyCarletonOne username). Please make sure to use your corr...")
- 21:26, 3 October 2024 WebFund 2024F Lecture 8 (hist | edit) [3,739 bytes] Soma (talk | contribs) (Created page with "==Video== Video from the lecture for October 3, 2024 is now available: * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec08-20241003.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec08-20241003.cc.vtt auto-generated captions] ==Notes== <pre> Lecture 8 --------- Assignment 1 is due on Monday, Oct. 7th, will discuss solutions in class on Tuesday. If you ware working on Windows, you nee...")
- 23:07, 2 October 2024 WebFund 2024F: Tutorial 4 (hist | edit) [9,388 bytes] Soma (talk | contribs) (Created page with "==Code== All code: [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/code/dbdemo.zip dbdemo.zip] To install, unpack, and run dbdemo in the class VM: wget https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/code/dbdemo.zip unzip dbdemo.zip cd dbdemo deno run --allow-net --allow-read --allow-write dbdemo.js ===dbdemo.js=== <syntaxhighlight lang="javascript" line> // SPDX-License-Identifier: GPL-3.0-or-later // Copyright (C) 2024 Anil Somayaji // // d...")
- 19:15, 1 October 2024 WebFund 2024F Lecture 7 (hist | edit) [7,740 bytes] Soma (talk | contribs) (Created page with "==Video== Video from the lecture for October 1, 2024 is now available: * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec07-20241001.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec07-20241001.cc.vtt auto-generated captions] ==Notes== <pre> Lecture 7 --------- We've got lots of languages on the web - HTML - CSS - JavaScript (client side) - SQL - (server side language, which coul...")
- 17:32, 26 September 2024 WebFund 2024F Lecture 6 (hist | edit) [2,839 bytes] Soma (talk | contribs) (Created page with "==Video== Video from the lecture for September 26, 2024 is now available: (NOT YET) * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec06-20240926.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec06-20240926.cc.vtt auto-generated captions] ==Notes== <pre> Lecture 6 --------- * Assignment 1 is based on simpleserver2.js, which is a simplified version of formdemo.js * Assignment 1 will b...")
- 15:08, 26 September 2024 WebFund 2024F: Assignment 1 (hist | edit) [6,979 bytes] Soma (talk | contribs) (Created page with "'''This assignment is not yet finalized.''' ==Code== [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/code/simpleserver2.js Download simpleserver2.js] <syntaxhighlight lang="javascript" source> // SPDX-License-Identifier: GPL-3.0-or-later // Copyright (C) 2024 Anil Somayaji // // simpleserver2.js // for COMP 2406 (Fall 2024), Carleton University // // Initial version: Sept 26, 2024 // // run with the following command: // deno run --allow-net --allow-read...")
- 02:07, 26 September 2024 WebFund 2024F: Tutorial 3 (hist | edit) [8,201 bytes] Soma (talk | contribs) (Created page with "In this tutorial you'll be playing with [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/code/formdemo.zip formdemo], a simple Deno application demonstrating how to accept and process HTML forms. ==Code== All code: [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/code/formdemo.zip formdemo.zip] ===formdemo.js=== <syntaxhighlight lang="javascript" line> // SPDX-License-Identifier: GPL-3.0-or-later // Copyright (C) 2024 Anil Somayaji // // formdemo.js /...")
- 04:38, 19 September 2024 WebFund 2024F: Tutorial 2 (hist | edit) [3,988 bytes] Soma (talk | contribs) (Created page with " ==Code== ===[https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/code/simpleserver.js simpleserver.js]=== <syntaxhighlight lang="javascript" line> // SPDX-License-Identifier: GPL-3.0-or-later // Copyright (C) 2024 Anil Somayaji // // simpleserver.js // for COMP 2406 (Fall 2024), Carleton University // // Initial version: Sept 18, 2024 // // Originally inspired by Rod Waldhoff's tiny node.js webserver // https://github.com/rodw/tiny-node.js-webserver // functio...")
- 17:01, 12 September 2024 WebFund 2024F Lecture 5 (hist | edit) [5,766 bytes] Soma (talk | contribs) (Created page with "Note that this lecture will be asynchronous for most of you, as it is being recorded earlier due to Anil's travel schedule.")
- 17:01, 12 September 2024 WebFund 2024F Lecture 4 (hist | edit) [5,561 bytes] Soma (talk | contribs) (Created page with "Note that this lecture will be asynchronous for most of you, as it is being recorded earlier due to Anil's travel schedule.")
- 17:01, 12 September 2024 WebFund 2024F Lecture 3 (hist | edit) [4,031 bytes] Soma (talk | contribs) (Created page with "Note that this lecture will be asynchronous for most of you, as it is being recorded earlier due to Anil's travel schedule.")
- 14:46, 12 September 2024 WebFund 2024F: Tutorial 1 (hist | edit) [7,539 bytes] Soma (talk | contribs) (Created page with "'''This tutorial is not yet finalized.''' In this tutorial you will be studying and extending two implementations of simplegrep, included below. grep is a standard UNIX utility for returning lines from a text file that match a given pattern. First, with the sync version, try the following: * Make the search pattern into a [https://developer.mozilla.org/en/docs/Web/JavaScript/Guide/Regular_Expressions regular expression]. * Give it an additional argument that causes ma...")
- 22:28, 10 September 2024 COMP5900 COMP4900 2024F: Openstack Instructions (hist | edit) [1,700 bytes] Lianyingzhao (talk | contribs) (Created page with "You can create a VM instance on the [https://carleton.ca/scs/tech-support/scs-open-stack/ SCS openstack] cluster for the assignments, by doing the following: Obvious steps are skipped. You can always reach out to the TA or the instructor for any technical questions. # [https://carleton.ca/its/help-centre/remote-access/ Connect to Carleton's VPN] (if not on campus). # Log in to [https://openstack-stein.scs.carleton.ca/ https://openstack-stein.scs.carleton.ca/] # Most of...")
- 18:33, 10 September 2024 WebFund 2024F Lecture 2 (hist | edit) [9,732 bytes] Soma (talk | contribs) (Created page with "==Video== Video from the lecture given on September 10, 2024 is now available: * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec02-20240910.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec02-20240910.cc.vtt auto-generated captions] ==Notes== <pre> Lecture 2 --------- * Tutorials are released on Thursdays, may be available before but may note be finalized (Tutorial will say whether...")
- 13:59, 10 September 2024 WebFund 2024F Lecture 1 (hist | edit) [2,763 bytes] Soma (talk | contribs) (Created page with "* Lecture 1: [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec01-20240905.m4v video], [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec01-20240905.cc.vtt subtitle file], [https://homeostasis.scs.carleton.ca/~soma/webfund-2024f/lectures/comp2406-2024f-lec01-20240905-notes.txt in-class notes] Note the subtitle files can be used with VLC or similar players, just download the files and watch locally.")
- 04:58, 28 August 2024 COMP5900 COMP4900 2024F: Reading list (hist | edit) [8,296 bytes] Lianyingzhao (talk | contribs) (Created page with "You can only sign up for papers with an asterisk (*) at the end of their title. * Introduction to the course and trusted computing ** The ten-page introduction to Trusted Computing ** Hardware-Based Trusted Computing Architectures for Isolation and Attestation ** Trusted Execution Environment: What It is, and What It is Not * Trust ** Bootstrapping Trust in Commodity Computers ** Reflections on Trusting Trust (Turing Award lecture, 1984) ** SafeKeeper: Protecting Web P...")
- 15:57, 27 August 2024 Fundamentals of Web Applications: Fall 2024 Course Outline (hist | edit) [10,580 bytes] Soma (talk | contribs) (Created page with "==Course Information== *'''Course Number:''' COMP 2406 *'''Term:''' Fall 2024 *'''Title:''' Fundamentals of Web Applications *'''Institution:''' Carleton University, School of Computer Science *'''Instructor:''' [http://people.scs.carleton.ca/~soma Anil Somayaji] (anil.somayaji at carleton.ca): By appointment via Zoom; message on Teams to schedule. *'''Teaching Assistants:''' *'''Lectures:''' Tues. and Thurs. 11:30-1 PM online via Zoom and asynchronously *'''Tutorials:'...")
- 15:11, 27 August 2024 Fundamentals of Web Applications (Fall 2024) (hist | edit) [8,272 bytes] Soma (talk | contribs) (Created page with "==Course Outline== Here is the course outline.")