MMMaria Midkiffinmariamidkiff.hashnode.dev·Aug 17, 2023 · 2 min readPomodoroAfter trying several different Pomodoro timers, the one I have settled on and use daily is YAPA 2. I use it on my desktop. Pomodoro Timer and see here: Pomodoro Site I set up a spreadsheet to keep track of the number of Pomodoro rounds I complete eac...00
MMMaria Midkiffinmariamidkiff.hashnode.dev·Aug 13, 2023 · 3 min readRevise Homework in Git HubOpen File Explorer to find the project so you can see where the project files are located Open Git Bash - navigate to the desired directory using the cd command. Use quotes or escaping for names of files with spaces. Example: cd c: and then cd "100D...00
MMMaria Midkiffinmariamidkiff.hashnode.dev·Aug 13, 2023 · 2 min readPost Homework to GitHubFor a project that has not been uploaded before: Open File Explorer to find the project so you can see where the project files are located Open Git Bash - navigate to the desired directory using the cd command. Use quotes or escaping for names of f...00
MMMaria Midkiffinmariamidkiff.hashnode.dev·Aug 7, 2023 · 1 min readGoogle Fonts - Use and ChangeGo to Find Fonts Pick the one to use. Make sure the View Selected Families is visible (top right). Copy the code into the <head> of the HTML. Past it at the end, just above </head>. <link rel="preconnect" href="https://fonts.googleapis.com"> <link ...00
MMMaria Midkiffinmariamidkiff.hashnode.dev·Aug 2, 2023 · 1 min readHow Did I Use chatGPT today?Q: Why is .onclick not typed .onClick in javascript? A (my words): It's convention. It's the way event handler properties are named. Historic reasons. Consistent with how HTML attributes are named. So just memorize the darn thing! .onclick .onclick ....00