Jump to content

Joshua Swafford

Members
  • Posts

    15
  • Joined

  • Last visited

About Joshua Swafford

  • Birthday 12/11/2005

Previous Fields

  • Languages
    HTML and CSS

Profile Information

  • Gender
    Male
  • Location
    Texas

Recent Profile Visitors

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

Joshua Swafford's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Would there be a way to bypass this? Or somehow run a server on localhost that goes to the website which then can be linked to?
  2. Did HTML update to where you can't go to a site with a Iframe anymore? If you try to go to a site in a Iframe now you get these errors: 1. Refused to frame 'https://www.w3schools.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self' https://mycourses.w3schools.com". 2. Refused to display 'https://www.google.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
  3. Hi Eugene, this should help you. It was pulled from this link <form> Select Gender:<br> <label> <input type="radio" name="gender" value="male" required> Male </label><br> <label> <input type="radio" name="gender" value="female"> Female </label><br> <label> <input type="radio" name="gender" value="other"> Other </label><br> <input type="submit"> </form>
  4. @Rolandu First off you can't make a music player without JavaScript. So that would be something you would want to learn. As for your question, I don't know what your question is. Do you want audio player links or do you want help with your editor? If you don't want to put in a ton of effort you should probably quit. This is a learn or quit kind of thing because code builds on the things you know and remember.
  5. You should really really not use notepad. I started with it and it just sucks. You may want to switch to either Atom or Visual Code.
  6. 1. Who are you talking to? 2. What is the point of giving <p> or <hx> a title?
  7. So I am having trouble with collision. My basic game which is below is not working and I don't know why. I made the code where if I touch the green wall the game stops, but the wall is somehow invisible from the edges and stops the game before you visibly touch the wall. Plzzz help W3Schools Game.html
  8. Why does this line of code look the way it is? header img#elizaPic { float:left; } header img#barbosPic { float:right; transform:rotate(180deg); } When you call an id it always should look like #elizaPic { float:left; } #barbosPic { float:right; transform:rotate(180deg); }
  9. So anyone who has ever tried to make a discord bot has the code written for them in a tutorial. Then it it hosted either by a website, or locally via NET. I want to make the local option more attractive by making a Windows/.exe, Linux, Mac interface. What needs to happen is to make a working project with HTML, JavaScript, and/or no CSS. Then it can be made into an application using Electron. The main problem is that I want to make the interface have buttons that turn options on or off. If you ever tried setting up Mee6 you would understand. Does anyone have any ideas how this could be accomplished? This by no means would be easy to make.
  10. I have made a custom browser in Visual Studio with Visual Basic. The browser works great but does not run JavaScript so websites think I'm outdated. Does anyone know what I could do to let my browser run JS?
  11. Ah sorry for being an inconvenience then. As a note I did not join just to recruit people; it just seemed like a good first post.
  12. Yes I do. I have made login pages, multi page sites, and more. Now I want to make a game. (Besides the 2d platformer I am working on)
  13. Should this be in general then?
  14. I want to make a RPG game that can be run in a browser. The goal of the post is to see if I can get other developers to help. I know HTML and CSS but don't know JavaScript, which is a big part of game. ( I am learning it now ) I want the graphics to look similar to pixel dungeon. The people who sign up will get equity of the game. While this game is to be made for fun it could also make money. For more details about the game details ( such as classes, levels, etc. ) contact me.
×
×
  • Create New...