Please sign in to access this page

SimDB

SimDB

4 devlogs
9h 3m
Created by Convy32

Database of sim racing gear in NZ for quick and easy price / product comparison

Timeline

First major change was I created the wheel base page, and added a sample and actual base.
I also enabled rewrite engine, and created a rule to transform the old URLs for wheels into a much nicer look. Previously it was:
localhost/base.php?id=sample
Now it is:
localhost/base/sample
A much nicer change to make the addresses much cleaner and simpler
I also updated the styling to keep the image the fixed 3:2 ratio, and fixed up some minor details with units and completing another wheel entry.
Up next is creating the pages for Pedals, Chassis and Bundles!

Update attachment

I have implemented PHP to create a dynamic wheel page, and created a wheel database from PHP too. This functions by calling using for the information through wheel id on the URL. Added more info for wheels and adjusted picture ratio to 3:2.
Up next will be creating boiler plates and datasets for all separate categories.

Update attachment

Finished a baseline page for the wheels. I will work on data storing and implementation next before fully styling the page and adding any extras. Will focus on predefined info and calling for items before starting scraping.

Update attachment

First Commit!
I have spent time creating the navbar, ensuring that the sizing's are right and I picked the categories for the drop down. Next I will focus on making the template for the product in HTML, and then start learning how to implement php for all of the variables.

Update attachment