INFO PROPERTY | VALUE |
---|---|
Repo Name | Base LAMP NO WordPress |
File Name | README.md |
Date Created | 07/03/24 |
Date Modified | -- |
Version | 00.01.00 |
Programmer | Eric Hepperle |
awa-index.php: Top / header:
awa-index.php: Bottom / footer:
single.php
LAMP
PHP
Coding
From Scratch
MySQL
Blog Site
Custom Codebase
Database
ELSMS
This repo is to help me learn how to code a LAMP/PHP/MySQL WordPress-like blog from scratch. We are only pushing the files, not the database.
My approach is to follow Awa's tutorial on building a blog site with HTML/CSS/JavaScript, then since he builds off of that in his LAMP/PHP tutorial, I will follow that. In the end, I hope to have a greater understanding of best practices for LAMP site development from scratch
- jQuery: Multipurpose JavaScript DOM library
- Slick JS: JavaScript slider plugin
- Google Fonts:
- Fontawesome:
Notes are located in ./notes/main.md
- Good Color Names and Shades website: https://www.html-color-names.com/lightgreen.php
- How to Create a Blog PHP & MySQL database #1 | Login & Signup
- https://www.youtube.com/watch?v=_O3UCmObj5k&ab_channel=JamalProgrammingTips
- https://chatgpt.com/c/58d0fbbc-9016-4f1d-9707-6c4ce979c5a7
- https://www.youtube.com/watch?v=0YLJ0uO6n8I&list=PL0eyrZgxdwhwBToawjm9faF1ixePexft-&index=37&ab_channel=DaniKrossing
- How to create a blog PHP and MySQL database #5 | Reusable database functions selectAll()
- How to create a blog PHP and MySQL database #8 | selectOne
- https://docs.emmet.io/abbreviations/syntax/
- Designing a responsive Navbar with dropdown using HTML/CSS | Designing a blog website HTML/CSS #2.1
- https://docs.emmet.io/cheat-sheet/
- https://yapanss.github.io/docu_page/
- https://kenwheeler.github.io/slick/
- https://stackoverflow.com/questions/23842320/get-all-style-attribute-colors
- https://careerkarma.com/blog/git-remove-remote/
- https://xenovation.com/blog/source-control-management/git/push-code-into-two-git-remote-repositories
- How to push to multiple git remotes at once. Useful if you keep mirrors of your repo
- https://jeffkreeftmeijer.com/git-multiple-remotes/