QB64 Phoenix Edition
A retro calendar for embedding in HTML pages - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: QBJS, BAM, and Other BASICs (https://qb64phoenix.com/forum/forumdisplay.php?fid=50)
+--- Thread: A retro calendar for embedding in HTML pages (/showthread.php?tid=2096)



A retro calendar for embedding in HTML pages - CharlieJV - 10-15-2023

Definitely not pretty, however kind of cool in a nostalgic way: aside from a few mods, it is GW-BASIC code used to create a simple calendar that can be embedded as a kind of gadget via an iframe:

Calendar (a GW-BASIC program ported to BAM)


RE: A retro calendar for embedding in HTML pages - Pete - 09-15-2025

+2. Inspired me to look at embedding my calendar routine. At some point I'd like to start using BASIC code in place of some of my website JavaScript routines, as well. Oh, and I still use Pearl/CGI to run forms. Can you dig it!? Big Grin

Pete


RE: A retro calendar for embedding in HTML pages - CharlieJV - 09-15-2025

(09-15-2025, 04:10 PM)Pete Wrote: +2. Inspired me to look at embedding my calendar routine. At some point I'd like to start using BASIC code in place of some of my website JavaScript routines, as well. Oh, and I still use Pearl/CGI to run forms. Can you dig it!? Big Grin

Pete
I definitely can dig it.  Good old tried and true to do things that work (good enough if not perfect), instead of requiring the new-fangled stuff?  That floats my boat something silly.