User contributions for Soma
3 October 2024
- 03:4103:41, 3 October 2024 diff hist +1,119 WebFund 2024F: Tutorial 4 →Tasks
- 03:1103:11, 3 October 2024 diff hist +399 WebFund 2024F: Tutorial 4 No edit summary
2 October 2024
- 23:2423:24, 2 October 2024 diff hist +43 WebFund 2024F: Tutorial 4 No edit summary
- 23:2123:21, 2 October 2024 diff hist +98 WebFund 2024F: Tutorial 4 →dbdemo.js
- 23:0723:07, 2 October 2024 diff hist +7,765 N WebFund 2024F: Tutorial 4 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..."
- 23:0323:03, 2 October 2024 diff hist +10 Fundamentals of Web Applications (Fall 2024) →Tutorials
1 October 2024
- 19:1519:15, 1 October 2024 diff hist +7,740 N WebFund 2024F Lecture 7 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..." current
- 14:4014:40, 1 October 2024 diff hist +69 WebFund 2024F: Assignment 1 →Questions
30 September 2024
- 20:2520:25, 30 September 2024 diff hist +40 Fundamentals of Web Applications (Fall 2024) →Tutorials
- 20:2320:23, 30 September 2024 diff hist +16 Fundamentals of Web Applications (Fall 2024) →Tutorials
- 20:2320:23, 30 September 2024 diff hist +170 Fundamentals of Web Applications (Fall 2024) →Tutorials
28 September 2024
- 02:1202:12, 28 September 2024 diff hist −1 Fundamentals of Web Applications (Fall 2024) →Assignments
- 02:1102:11, 28 September 2024 diff hist 0 WebFund 2024F: Assignment 1 No edit summary
- 02:0202:02, 28 September 2024 diff hist −45 WebFund 2024F: Assignment 1 No edit summary
- 01:4301:43, 28 September 2024 diff hist +28 WebFund 2024F: Assignment 1 No edit summary
27 September 2024
- 17:1317:13, 27 September 2024 diff hist −1 WebFund 2024F: Assignment 1 No edit summary
- 17:1217:12, 27 September 2024 diff hist +25 WebFund 2024F: Assignment 1 →Questions
- 17:0917:09, 27 September 2024 diff hist +240 WebFund 2024F: Assignment 1 →Questions
- 16:5716:57, 27 September 2024 diff hist +542 WebFund 2024F: Assignment 1 →Questions
- 16:4716:47, 27 September 2024 diff hist +111 WebFund 2024F: Assignment 1 →Questions
- 16:3916:39, 27 September 2024 diff hist +44 WebFund 2024F: Assignment 1 →Questions
- 16:3916:39, 27 September 2024 diff hist +98 WebFund 2024F: Assignment 1 →Questions
- 02:5102:51, 27 September 2024 diff hist +58 WebFund 2024F: Assignment 1 No edit summary
- 02:5102:51, 27 September 2024 diff hist +521 WebFund 2024F: Assignment 1 No edit summary
- 02:4302:43, 27 September 2024 diff hist +167 WebFund 2024F: Assignment 1 →Questions
- 02:4102:41, 27 September 2024 diff hist +20 WebFund 2024F: Assignment 1 →Questions
- 02:4002:40, 27 September 2024 diff hist +699 WebFund 2024F: Assignment 1 →Questions
- 02:2602:26, 27 September 2024 diff hist +36 WebFund 2024F: Assignment 1 →Questions
- 02:2502:25, 27 September 2024 diff hist +484 WebFund 2024F: Assignment 1 No edit summary
- 02:0002:00, 27 September 2024 diff hist +1,320 WebFund 2024F: Assignment 1 No edit summary
26 September 2024
- 18:0718:07, 26 September 2024 diff hist −10 WebFund 2024F Lecture 6 No edit summary current
- 17:3217:32, 26 September 2024 diff hist +2,849 N WebFund 2024F Lecture 6 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..."
- 17:2917:29, 26 September 2024 diff hist +14 WebFund 2024F: Tutorial 3 →formdemo.js current
- 17:2817:28, 26 September 2024 diff hist +74 WebFund 2024F: Tutorial 3 →formdemo.js
- 15:0815:08, 26 September 2024 diff hist −2 WebFund 2024F: Assignment 1 →Code
- 15:0815:08, 26 September 2024 diff hist +2,392 N WebFund 2024F: Assignment 1 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..."
- 15:0415:04, 26 September 2024 diff hist +29 WebFund 2024F: Tutorial 3 No edit summary
- 14:4114:41, 26 September 2024 diff hist −12 Fundamentals of Web Applications: Fall 2024 Course Outline →Course Information current
- 03:5803:58, 26 September 2024 diff hist +52 WebFund 2024F: Tutorial 3 No edit summary
- 03:4703:47, 26 September 2024 diff hist +190 WebFund 2024F: Tutorial 3 →Tasks
- 03:3403:34, 26 September 2024 diff hist +21 WebFund 2024F: Tutorial 3 No edit summary
- 03:3403:34, 26 September 2024 diff hist +1,376 WebFund 2024F: Tutorial 3 No edit summary
- 02:1202:12, 26 September 2024 diff hist +43 WebFund 2024F: Tutorial 3 No edit summary
- 02:0702:07, 26 September 2024 diff hist +6,402 N WebFund 2024F: Tutorial 3 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 /..."
- 02:0202:02, 26 September 2024 diff hist +6 Fundamentals of Web Applications (Fall 2024) →Tutorials
24 September 2024
- 17:5117:51, 24 September 2024 diff hist −166 Fundamentals of Web Applications (Fall 2024) →Lectures and Exams
- 17:4717:47, 24 September 2024 diff hist +98 WebFund 2024F Lecture 5 →Code current
- 17:4717:47, 24 September 2024 diff hist +5,584 WebFund 2024F Lecture 5 No edit summary
- 15:0315:03, 24 September 2024 diff hist +141 WebFund 2024F: Tutorial 2 No edit summary current
19 September 2024
- 05:0705:07, 19 September 2024 diff hist −39 WebFund 2024F Lecture 5 No edit summary