Yekasov web applications

makima
Buttons:

Hi, this is not my best website, but it's where I'm learning how to create sites. I hope that someday I will become a proficient programmer and build outstanding websites.

12.01.2024

Tantsud login vormiga

I really liked this project because we learned how to create a login form and assign specific rights to users of this table using PHP.

This PHP code manages a login form. Upon form submission, it validates inputs, sanitizes them, and checks against a database for matching credentials. If found, it initiates a session, redirects users based on admin status, and displays an error message otherwise. The HTML section contains a login form, and a stylesheet ('style.css') is included for presentation.

19.12.2023

Anekdootid

I enjoyed working on this project. It was fun to find all those jokes, and surely, making the site was really interesting too. I learned how to categorize jokes into groups or "days" of the week.

In summary, this code generates a webpage with jokes categorized by days of the week. The jokes are randomly selected from a database, and the page has a simple design with navigation links and a footer crediting the designer.

22.12.2023

Jõulukaart

It was good to create a Christmas tree in JavaScript before Christmas.

The code combines HTML and JavaScript to create a digital postcard with an animated Christmas tree, snowflakes, and a changing background. The canvas element is utilized to draw various elements, and JavaScript functions handle the drawing logic.

08.12.2023

2 tabelid

I disliked this project the most because it was challenging for me to comprehend all the PHP code. However, I persevered and almost completed it.

This project may seem simple to others, but for me, it posed a challenge. It's unique because it involved the initial attempt to create an editable database table using two tables.

01.12.2023

Wordpress

We spent a lot of time working on it, but in the end, it looks great. I'm pleased with the results we achieved.

We used a lot of WordPress plugins, such as Yoast SEO, to optimize our site for Google search. Now, anyone can find my site using the search bar.

27.11.2023

Oma rühma

It was a bit challenging for me as well, especially with CSS. Getting the styles right was difficult, as I always strive to maintain a consistent look across all my works. Fortunately, I didn't face any issues with the database."

This PHP project involves working with databases. The main function retrieves data from a table and places it into specific slots. That sums up the core functionality.