• Editing postit.js file to include a header

    From Diamond Dave@VERT/DMINE to All on Sat Dec 3 08:04:33 2011
    I'm new with Javascript, so bear with me :)ããI'd like to modify the postit.js file (the Javascript file that is a clone ofãthe original Post-It oneliner program that was written in Baja back in 2000).ããThe current program doesn't have a header that says what it is. It just startsãby displaying previous posts and the option for the user to add a new post ifãthey'd like.ããI'm sure it's a real simple mod to the file, I'm just not savvy enough toãfigure it out myself :)ããAny help is appreciated! :)ããã*** Diamond Dave ***ãã*** Diamond Dave ***ãã---ã þ Synchronet þ Diamond Mine Online BBS - bbs.dmine.netã
  • From Digital Man@VERT to Diamond Dave on Sat Dec 3 17:07:52 2011
    Re: Editing postit.js file to include a headerã By: Diamond Dave to All on Sat Dec 03 2011 08:04 amãã > I'm new with Javascript, so bear with me :)ã >ã > I'd like to modify the postit.js file (the Javascript file that is a cloneã > of the original Post-It oneliner program that was written in Baja back inã > 2000).ã > The current program doesn't have a header that says what it is. It justã > starts by displaying previous posts and the option for the user to add aã > new post if they'd like.ã >ã > I'm sure it's a real simple mod to the file, I'm just not savvy enough toã > figure it out myself :)ã >ã > Any help is appreciated! :)ããBefore "function main()" add some print() calls to print the header you wish?ãã digital manããSynchronet "Real Fact" #24:ãThe Digital Dynamics company ceased day-to-day opperations in late 1995.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Diamond Dave@VERT/DMINE to Digital Man on Sun Dec 4 07:45:01 2011
    Re: Editing postit.js file to include a headerã By: Digital Man to Diamond Dave on Sat Dec 03 2011 05:07 pmãã > Before "function main()" add some print() calls to print the header you wishããI thought it was like a C/C++ program where you couldn't put anything beforeãthe function main() call? I guess Javascript is more foregiving?ããã*** Diamond Dave ***ãã---ã þ Synchronet þ Diamond Mine Online BBS - bbs.dmine.netã