Jump to content

Melford

Members
  • Posts

    7
  • Joined

  • Last visited

Previous Fields

  • Languages
    English

Profile Information

  • Gender
    Male
  • Location
    United Kingdom
  • Interests
    Cyber Security, Golf, Video Games, Web Development

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Melford's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I'd like to transfer the already created table into the grid css table format, so for example; the first item added to the table will transfer to the Promotional box, second the Seasonal box and so on; I've attempted to change the names around and integrate the table into the grid format however I've fluffed it every time @Funce
  2. Hi, so I've created a basic template for an online store and was wondering if someone could help me in converting my already made table into a CSS List div; I have the CSS List code that I'd like to use as well as the table code I already have however I've tried multiple times to shift the old table into the new div boxes however I can't seem to do it. To prevent confusion I've only attached the 2 html files, the csslist template which I created and the buying table which I'd like to replace. If somebody could help me make it so every added item from the local storage would fill 1 item into each box that'd be more than helpful, thank you so much in advance! If any additional files (such as the database/css) is required please let me know! buy.html csslist template .html
  3. Oh sorry to make it more clear so if you don't want to you don't waste your time, I'm basically asking for assistance in making the database (if I need one) or the php(?) as I've been looking to make one for days but I can't find anything on indexeddb and I think I may be over-complicating things with it which is why I'm seeking help from people with experience and who aren't brain fried from having issues with the same problem. I thought I could use my indexeddb database which I got working for the buy/sell functions on my site however after trying to implement it, it met a catastrophic failure so I went back to my backup and decided maybe that wasn't the right way to approach.
  4. Essentially the goal is to create a template for a sales website, I'm looking for more the basic side of things as I'm a beginner breaking into the scene of CSS, HTML and Javascript etc so I'd like to have my Login.html and Register.html files both access a client side storage system like indexddb which I have however is tied to the Buy/Sell functions of my site. Naturally you being considerably more wise regarding these things you'd bring up multiple registrations via 1 device however I really am just looking for the bog standard, anyone can make any amount of accounts so long as the information is stored on to a database and accessible via the login.html where they can have their user login. I'm basically making a skeleton of a site to then work on it throughout the year making it more advanced.
  5. Hi, I've been working on a website the past few weeks now as a project, I'm currently trying to figure out how to store information saved when filling the Registration form and being able to use said information in the Login form. I've been stuck for days with setting up a database as I'm currently trying to use indexeddb as I'd like to use client-side storage. Any assistance to help me create this would be heavenly as I've started to give up as to be quite honest with you, I'm awful at it and slow at learning I've attached the login.html and register.html files that I'd like to use to store and access said information for user perms, if any information is required please feel free to ask as I'm sure this is beyond vague and I'll get back to you asap. Once again thanks for the assistance to anyone involved! login.html register.html style.css
×
×
  • Create New...