Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. JosiahMaybe

    How to host git server for package registries with existing website?

    I am trying to have StinomXE accessible to everyone. I am thinking use standard distribution methods. I expect I would outgrow GitHub so I am looking into how to run a git server because Swift and Go require that for their default package management. Rust and Ruby are different and provide...
  2. JosiahMaybe

    How to develop for smart TV cross platform?

    From what I know basically all that is certain for development is a screen, not necessarily a big one but probably, and up, down, left, right, and enter on a remote. Not a lot but I think I can use gamepads too on everything. I also saw some cross platform Tizen and webOS TV stuff, might try...
  3. JosiahMaybe

    How to develop for smart TV cross platform?

    Okay so all smart TVs seem to have local storage and a way to transfer and they would probably be called dumb if they could not browse Internet so I expect they can open local HTML. From what I am seeing most smart TVs are Android or a derivative with some being LG WebOS and some being Apple...
  4. JosiahMaybe

    How to develop for smart TV cross platform?

    Also, if I knew whether smart TVs had anything like local HTML and file browsers might be great for this. Unsure where to look. X E.
  5. JosiahMaybe

    Game dev, what should I use for everything?

    Honestly if it were not for iPad being a separate OS (sort of) I would just go Flutter but it is not listed and I don't have an iPad to test. X E.
  6. JosiahMaybe

    How to develop for smart TV cross platform?

    Wow, well I guess I maybe I say might work on TV but no promises. X E.
  7. JosiahMaybe

    Game dev, what should I use for everything?

    Well Flutter lists iOS as a target and some random Rust tests of iPad using iOS target worked from what I heard. Weird I know. Anyway, XCode is needed for anything Apple but things can use it as an extension like Rust building a Mac app for example. X E.
  8. JosiahMaybe

    Game dev, what should I use for everything?

    Yes but like can I consolidate anything, like Flutter for all mobile including iPad or something?
  9. JosiahMaybe

    How to develop for smart TV cross platform?

    What? Seriously? Rust has a Linux-unknown-GNU target, maybe that works for this but I don't know. X E.
  10. JosiahMaybe

    How to develop for smart TV cross platform?

    List of smart TV platforms - Wikipedia this explains some. Other than Tizen I think I got popular ones. X E.
  11. JosiahMaybe

    How to develop for smart TV cross platform?

    Oh yeah that, already read. I would prefer if it were like can dev for TV and regular Android at once but it isn't. I also already planned web versions, LG webOS is probably not that far off. Amazon Fire OS is near Android so if I get Android TV working, not far. Maybe I should start with a list...
  12. JosiahMaybe

    How to develop for smart TV cross platform?

    I am looking to make apps, games basically. X E.
  13. JosiahMaybe

    How to develop for smart TV cross platform?

    I did find LG webOS, Android, and Apple TVOS, if nothing else I can translate frameworks, what else is there?
  14. JosiahMaybe

    How to develop for smart TV cross platform?

    Hey, I have plans for about everything except smart TVs, making a game, is there a current cross platform TV development kit? I have seen React.js can do some, I will be making a SwiftUI thing with TVOS supported, and I can make an Android TV thing easily enough. Looking for a way to consolidate...
  15. JosiahMaybe

    PHP Problem with uploading an image to MySQL Database

    This might be an access between files issue, have you tried $_GLOBALS or $_SESSION ?
  16. JosiahMaybe

    PHP Problem with uploading an image to MySQL Database

    Your query looks okay but I am unsure if I would have a space between "," and next item also. X E.
  17. JosiahMaybe

    PHP Problem with uploading an image to MySQL Database

    If it does not work this time, output what query it was using and debug that. X E.
  18. JosiahMaybe

    PHP Problem with uploading an image to MySQL Database

    I am sorry, a more experienced person in this kind of thing would be able to help better. I am barely skimping by on maybe a little knowledge of this. I hope I am not hurting much. X E.
  19. JosiahMaybe

    PHP Problem with uploading an image to MySQL Database

    Actually that looks like code I have not seen yet, is it 108 of HTML maybe?
  20. JosiahMaybe

    PHP Problem with uploading an image to MySQL Database

    I mean to build your query, use variables directly to make a string, not using options, if it is not going in then something is wrong with that, if it is going in then something is wrong somewhere else. X E.
Back
Top Bottom