Posts: 11
Threads: 3
Joined: Apr 2022
Reputation:
0
So, I'm back and in search of wisdom from all of your wealth of knowledge. I have a program I wrote in QB64, and it works fine. Apparently, there is thinking that it would be nice to integrate it into a website that uses WordPress. And I know squat about WordPress. What I do know says that WordPress sites use HTML, CSS, PHP, or Javascript. Neither of which I know anything about. Is there any outside chance, that there is some sort of conversion process to take QB64 code and turn it into one of those four? Even if it is from the source code? I'm thinking that would probably be what is wanted in the end since it could be maintained within the WordPress site. Probably not, but I figured I'd ask the experts. Thanks, Michelle
Posts: 190
Threads: 15
Joined: Apr 2022
Reputation:
4
in the old forum of qb64, there is someone who developed a program of conversion of qb64 towards the javascript. I do not remember the name but a track to be followed perhaps...
Posts: 2,445
Threads: 247
Joined: Apr 2022
Reputation:
125
Also, see the post dbox made here:
https://qb64phoenix.com/forum/showthread.php?tid=34
Good luck,
Pete
Shoot first and shoot people who ask questions, later.
Posts: 190
Threads: 15
Joined: Apr 2022
Reputation:
4
Looks like we posted at the same time Pete. It's good that this project is coming to this forum
Posts: 11
Threads: 3
Joined: Apr 2022
Reputation:
0
Well, thank you all for your very quick replies. The Javascript converter looks very promising. Thanks, Michelle