Please sign in to access this page
Database of sim racing gear in NZ for quick and easy price / product comparison
Solar
Check their projects out: ExplainThat! Discord Edition, ExplainThat!, ConvertThat, WordGuessr, ConvertBox, Cascade Browser, Orb Browser, EsoHype, BitRender
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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!
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.
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.
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.