Use only HTML/CSS. Attached below are the resources needed. Code accordingly.
Take note:
- Google fonts to be used: Literata (Regular, Medium, Bold) and its pairing Roboto or Source Sans Pro
- mouse able to hover over each category and an orange line appears
Additional (if applicable within your ability):
- Geometric line to animate when user is scrolling down the page.
Use only HTML/CSS. Attached are the resources needed, based on the mock-up example given, fully code and style accordingly.
Take note:
- Google Fonts to be used: Literata (Regular, Medium, Bold) with pairing of Roboto or Source Sans Pro
-Colours: #FCAC3F, #1A3295, #F5F5F5, #707070
- nav bar to hover over each category
Additional (if possible/within your ability to do so):
- the geometric line to appear slowly (animate) as user scrolls down
Programming Assignment 3 Instructions
This week you are going to take your youth camp program further and utilize subs and functions. The user will enter the values and the program will determine the total cost of the trip based on the entry from the user. The program will use a function to determine the cost and a sub to clear the data.
Form Setup
You must save your project using your initials in the name** This is required and the project will not be accepted otherwise.
Design your screen to look like the one below.
Update the backcolor to the color of your choice.
Lock all controls.
Use appropriate naming conventions for controls and variables.
Txt for textbox
Lbl for label
Frm for form
Chk for checkbox
Lst fo
Assignment Instructions
Create a PowerPoint presentation with following (Save as w8_firstname_lastname.PPTX).
We did not cover PowerShell in this course; you are tasked to use PowerShell as your scripting language.
Create at least 9 Slides to cover the following:-
1) The role of scripting in system administration
2) How to apply security measures in scripting
3) What is PowerShell
4) Can PowerShell run in other platforms
5) How to Assign variables
6) How to use if-then
7) How to use loops
8) How do I apply security on PowerShell scripts
9) How do I use PowerShell Scripting in everyday tasks?
Note: Please explain the above 9 requirements in your own words. Go into detail on each slide so it is clear that the concepts you are stating are explained and understood by you. For example, a list of security protocols will not be sufficient for full cr
This week you are going to create a Visual Basic program which produces a quote for youth groups to go to camp. The user will enter the values and the program will determine the total cost of the trip.
Form Setup
You must save your project using your initials in the name** This is required and the project will not be accepted otherwise.
Design your screen to look like the one below.
Update the backcolor to the color of your choice.
Use appropriate naming conventions for controls and variables.
Tab Control must flow in order and not go to the total textbox
All buttons have access keys
Total Textbox must be read only
Lock the controls on the form.
Choose 4 locations of your choice for camp and create a radio button for each:
Locati
This assignment is to load data from CSV, populate them in a SQLite database, and run in-database analytics with SQL. I am confused on where to start so all the help I can get would be appreciated! When I submit it, I typically need the code I did and screenshots of the code/finished product. I attached the homework file as well. Thanks!
https://paste.ofcode.org/kAfW4zJk2Vt45YEkKzhPDv
if (rowList.size() == 0) I click on column name and wait case will appear. When rowList.size() != 0 my test should go to if (verifyRow(predicates, i)) { if true to this action in method, }else if (!verifyRow(predicates, i)){ my method should click on selector 10 times and wait 10s after click and wait untill case will appear.
If case after clicking will appear then my test should do
List<WebElement> row = rowList.get(i);
WebElement cell = row.get(1);
action.doubleClick(cell).perform();
selectionResult.addMatchedRow(i);
this action.
For now I have error
org.openqa.selenium.StaleElementReferenceException: stale element reference: element is not attached to the pa
https://webdevcit.com/notes/activities/CDM2_Interactive_Activities_Brief_2020.pdf - assignment brief.
- In this module the first assessment will involve you proposing a game design. The second assessment will
involve implementing that game with HTML/CSS/JavaScript.
This gameplay will be proposed by you and should not be based on one that already exists. The
implementation of the game should be approached using the concepts covered in class.
E.g. When designing your game bear in mind the limits of what you are able to do.
We will be covering the following in this module.
Repetition (functions, loops)
Storing complex data (Objects)
Storing Collections of data (Arrays)
Randomising, Sorting, & accessing data (arrays, sort functions, random
numbers)
Animating elements (via javascript and CSS)
Capturing Events (clicks, mouse movements, key presses etc.)
Changing graphics, text, CSS properties (DOM scripting)
etc.
There are several requ
Assignment Instructions
# This is the flower box and it should at the beginning of each assignment
# You must add comments to your code
# Program name : Wk7_firstname_lastname.py
# Student Name : first name last name
# Course : ENTD220
# Instructor : My instructor
# Date : Any Day
# Copy Wrong : This is my work
You are going to enhance the prior assignment by doing the following
1) Create a class that contain all prior functions
2) Test the application
Sample output
Use the same output from last assignment
Submission Instructions:
Make sure that you save your code in a text file in this format;
W7_firstname_lastname.py
Assignment Instructions
# This is the flower box and it should at the beginning of each assignment
# You must add comments to your code
# Program name : Wk7_firstname_lastname.py
# Student Name : Ymmas Azaba
# Course : ENTD220
# Instructor : My instructor
# Date : Any Day
# Copy Wrong : This is my work
You are going to enhance the prior assignment by doing the following
1) Create a class that contain all prior functions
2) Test the application
Sample output
Use the same output from last assignment
Submission Instructions:
Make sure that you save your code in a text file in this format;
W7_firstname_lastname.py