Uncategorized
-
This week we focused a lot more on connecting our SQL database to PHP. Last week we learned the basics of creating a table, fields, and manually inserting data into our table from the admin page. This week we learned about using a database connection with our databases information to connect to it remotely with…
-
In this weeks module we learned how to create a MySQL database, a table, insert data into that table, and how to connect to it in PHP. Our assignment this week was to simply create a database, small table, and insert a row into it. The first step is simple, we go to our infinity…
-
For this week we learned more about PHP. Specifically forms, requests, and files. Our first task is to explain the different between the build in PHP variables $_GET and $_POST. Each of these holds the corresponding information for their respective request type. The difference lies in the purpose of the request methods, and they’re pretty…
-
This module was our introduction to php. PHP is a server side language that almost acts like templating! Our first assignment was to create a function that output a string. Here was my code: This sayHello function simply created a <p> element. Our next task was to create some sort of string. Here was my…
-
For this week assignments we learned about form validation using JavaScript, along with design wireframes. We were given three tasks. The first task was to create our own example of form validation. You can see a preview of my example below: This JavaScript snippet works by getting the form and the email input. When the…
-
For this assignment we learned more about the basics of JavaScript along with Photoshop. We were given three tasks to complete. For the first task, we were to create a JavaScript snippet that contained some sort of conditional statement. For this, I created a button that checks how many times it has been clicked and…
-
For this assignment we were firstly give some code that we needed to test if it worked: Here we can see that the code does in fact work: The variables are in this code are the price1, price2, and the total. These are all declared with the var keyword. The object in this code is…
-
In this assignment we learned about HTML, CSS, and Javascript basics. We learned about many basic tags and how they function and nest along with basic css properties, selectors, and the block model. In Javascript we learned about different types, variable types, basic operators, and some built in functions. For this assignment we needed to…
-
Hello fellow students! My name is Lucas (Luke), and I am a senior pursuing an Information Science degree. In this first module we learned a lot of how web works, how the client and server may interact with each other, and how different programming languages like Javascript and PHP play a part in this. I…