Code & Projects


Wordpress

Wordpress e-commerce
February 2, 2015

Note: Wordpress page is now down due to changing web hosting providers

I wanted to increase my skills in WordPress so I decided to create a basic e-commerce website where the customer can purchase products. In my example on the page I have a pair of shoes and a book. For the shoes it allows you to choose the size of the shoe, prices may vary depending on the size. For the book it allows for a digital download and it is set to only allow the user to purchase one copy. This was a fun experience experimenting and trying to advance my knowledge with WordPress. I will be doing more of these in the future, also if you would like a webpage similar to this system please contact me.

 


Dreamweaver

Java GUI Temperature Converter
January 15, 2015

I had recently found an older project of mine for Java written in Eclipse. Since I no longer have Eclipse on my computer I have opened it up in Notepad++. This was a school project that would build an interface when it was run with text fields, buttons, and labels. Each button would have a listener that would allow the button to perform an action when clicked, it would take the number entered in chosen text field (kelvin, celsius, fahrenheit) and fill the other text fields with the converted values. The regex seen in the code is to stop the user from entering any characters other than numbers and decimals. I recived a 100% grade on this assignment.

 


Dreamweaver

Web design final exam template
January 7, 2015

This was my web design exam from last semester. It is all done in html and css, it includes media screens to adjust to screen size, transitions on the navigation as well as the use of google fonts. Overall this is a clean and simple web template. I also have another template very similar to this but with the nav down the left side. I received a perfect mark on this exam.

 


 

Dreamweaver

SQL-Banking Project
January 6, 2015

This is part of my project I did for my database class, in this project I had to create a stored procedure that would take in multiple arguments such as the amount, account(Saving, Chequing), customer name, deposit or withdrawal and some other minor details. The procedure would than attempt to adjust the account based on the given information. If the transaction was successful it would save the transaction information into a transactions table and the account balance would be adjusted. Another point I had to add was the service charge. The service charge would be nothing for a deposit but different for a withdrawal from chequing or savings, also if the customer could not afford withdrawal both the money and pay the service charge (example customer tries to withdrawal all the money) than the transaction would be declined and the customer would be given a message. Once I had this finished the next step was to make a stored procedure that would reverse the transaction if something were to go wrong. This procedure only takes in the ID of the transaction from the transaction table and sets everything back to before the transaction. I received a 100% grade for this assignment.

 


 

HelpDesk

Employee Data

c# code

Client Server- WCF, Asp.net
January 3, 2015

This was a large project of mine that was assigned through the school that was very difficult. I had spent countless hours trying to perfect this project with constant debugging and coding. I really loved this project beacuse of the challange it brought with it. This project uses C#, javascript, HTML, and CSS as well as a connection to the database which I built in SQL Server 2014 using SQL. It operates on 4 layers the Server, model, view model, and web form layer. The model layer holds the C# functions that allow me to use C.R.U.D and the view model layer is for added security. When you change something on the webform layer when it is running it will alter the information in the database. I recived a perfect grade on this project. Since this is a school project I will not be giving this away, but feel free to message me for more information on how it works.

 


c++ code

Note Creator
January 3, 2015

A friend of mine had requested the idea of a way to add notes to a vector using c++ having the title, body, signature, and date but if more than 20 notes were entered the oldest note would be automatically deleted. Aswell as having a 500 character max in the description and being able to view the notes. I had also made a function so the date is automatic. In the picture it shows some of the code I had used to build the constructor.

 


Dreamweaver

First Website
January 3, 2015

This website was created in January 2015, it is my first public facing website coded with HTML, CSS, JavaScript, and PHP