Author Topic: Developing Web Applications  (Read 24351 times)

Offline perezprograms

  • Single posting newcomer
  • *
  • Posts: 6
Developing Web Applications
« on: September 11, 2021, 01:43:08 am »
Dear Administrators,

Perhaps I need to take a course in College on how to properly find the right part of a Forum for posting certain questions. Would you let me know, where I ought to ask about how to use Code Blocks to create Web plugins? More specifically, I own https://www.astrology-tarot.com. I am hoping to create embedded plugins (now you may see why I am confused by those two topics) that allow the user to:
  • Request an automated tarot card reading based on their query
  • Store that reading for later use by the user.
  • See their birth chart after telling the site their birth date (and optionally place and time of birth).

Please note, I am not asking in this thread for the answer on how to create web plugins. I am merely asking which is the best place to seek this answer. Is this the right topic for posting questions like how to use Code Blocks, Siteground, and Word Press to take that website to the next level?

Or is there a better place to post this sort of questions?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7576
    • My Best Post
Re: Developing Web Applications
« Reply #1 on: September 11, 2021, 03:02:13 am »
This is the Website for the Code::Blocks IDE it is primary an C/C++ development environment and text editor.

The below link has Code::Blocks IDE as number 18 in the list.
https://www.codeleaks.io/ide-for-web-development/

Anyone using C::B to do web development? If so, what language? And, any non standard plugins?

Tim S.
 
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Commaster

  • Almost regular
  • **
  • Posts: 171
Re: Developing Web Applications
« Reply #2 on: September 11, 2021, 05:52:32 am »
I wrote a website once in C++ using a FastCGI lib. Can confirm the possibility of web-dev  ;D

Offline perezprograms

  • Single posting newcomer
  • *
  • Posts: 6
Re: Developing Web Applications
« Reply #3 on: September 13, 2021, 04:28:52 am »
Thank you both for your responses to my thread.
Is this a good thread to ask you questions about how to develop web applications? Basically, I am hoping to allow for a small fee, any user to be able to:
1. Submit their birth date (month, day, year of birth) to see their birth chart. Optionally, they may include the time and place for a more comprehensive chart.
2. Tarot card readings and perhaps the ability to submit a reading for a different site and hear my analysis of that reading.
3. The plugin would also allow them to save information from other sites and my own for later use.

Please note, I will do my best to answer this sort of question on my own, but I find it helpful even knowing there are others willing and able to help me, when my solo acts are not quite enough.