topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday November 10, 2025, 2:37 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 30next
101
Hello Phil, you need to setup a SaaS on a Windows VPS with payment provider integration (Paypal IPN, other).

There must be a running HTTP service on the VPS that handles translation of the user input that comes from the browser and maps it to your Windows app.

If it is a remote terminal emulator you're after, I can see a service based on something like Xtermjs (http://xtermjs.org).

If it is forwarding input to the GUI of your Visual Basic 6 app, then any front-end framework that matches the input fields you have can do (Foundation, SemanticUI, other).

If you want pixel-by-pixel mirroring of the VB6 program to the web client, that's harder to do yet possible. You don't want VNC, you want to redirect/buffer a single Window instance per paying customer into the authorized web browser.

This is not a trivial project. Since it is more on the commercial/enterprise side, you may want to negotiate with an "old timer" full-stack developer that understands both modern front-end and traditional back-end. Ideally, someone with experience since the DOS/VB6 era who's also active with modern technologies.

Good news: I fit the bill & suit the skills! :up:

Anyone interested in solving this problem?
-OptimalDesigns (November 03, 2023, 11:28 AM)

I can do it for a most-reasonable fee (you may ask on the freelancing websites but full-stack developers aren't usually on the cheap. Side-stepping via hiring multiple programmers and demanding them to work together as a team can prove to bring ever higher costs).

In this case, it's better to stick with a single developer who understands all the moving parts.



A very fair setup would be $100 upfront + $100 on completion.

That is more than fair for developing such a commercial app (it is actually a "fellow DC member" price!).

Of course, the downside being you'll have to accommodate me doing it as a side project, which means at least a couple weeks realistically.

I doubt hiring a dedicated full-stack developer or developers full-time demanding fast completion would give you this price to be honest. They may try squeezing your pocket leaning more to the 4-figure side.

You are also supporting more free releases for the community since any and all of your support is accounted as going toward our PD project, including you in the supporters list  :-*

What do you say? A good ol' hire for a fixed amount :)

Cheers!
Vic
102
PublicDomainVic / Re: BeastBoard by @luvnbeast
« Last post by publicdomain on November 04, 2023, 02:41 PM »
You're right regarding the repo, I'm pushing it all in one fell swoop. I've been doing it like this since some releases ago... it's not ideal but the end-product is all that matters (even if the micro-management of functions and code changes is not commented upon  :-[).

EDIT: N.A.N.Y. 2024 - BeastBoard by luvnbeast v1 :Thmbsup:

Cheers & many thanks again!
Vic
103
PublicDomainVic / Re: BeastBoard by @luvnbeast
« Last post by publicdomain on November 01, 2023, 05:42 PM »
Apologies indeed :-[ The good news: yours is the very next release :Thmbsup:

I'm aiming at having it delivered complete/fully-featured, to fulfill your requirements entirely

(making it worth the wait!)

Thanks 🤗
104
PublicDomainVic / nkDot-corners v0.1.0
« Last post by publicdomain on October 31, 2023, 08:22 PM »
nkDot-corners

Sequential dot on the North-West, South-East, North-East and finally to the South-West corner, in a loop.

Downloads:


Made for: nkormanik

Original thread: Single Dot in Graphics Window

Source code: nkDot-corners @ GitHub

Targets Microsoft .NET framework v4.5

v0.1.0 notes:
  • Reuses nkDot-editor.
  • Dot color.
  • Dot size.
  • Dot redraw interval.
  • Running time.
  • Background color.
  • Location.
  • Size.
  • Maximized.
  • Always on top.

Day #304, Week #44 @ October 31, 2023

==========

Images:









==========

Release supporters:
  • Jesse Reichler (A.K.A. Mouser from DonationCoder.com)
  • Max P.
  • Kathryn S.
  • Mateusz D.
  • Cranioscopical
  • Tomos
  • luvnbeast
  • nkormanik
  • Deozaan
  • Will you be our next supporter? :)


💗 Support:

One-time Paypal @ https://www.paypal.com/paypalme/victorvls

Our Patreon page @ www.patreon.com/publicdomain.

Email/Paypal: publicdomainvic@gmail.com

Thanks & keep on rocking! 👍
Vic
105
PublicDomainVic / Re: Single Dot in Graphics Window
« Last post by publicdomain on October 31, 2023, 07:37 PM »
Enjoy nkDot-corners v0.1.0:


You can simply add it to your current nkDot folder so you can easily share the editor for both programs.

Cheers! :-* :Thmbsup:
Vic
106
PublicDomainVic / Re: Single Dot in Graphics Window
« Last post by publicdomain on October 31, 2023, 04:02 PM »
You program's code is 100% complete & pushed to GitHub :)

Source @ https://github.com/p...tCorners/MainForm.cs

I'm now making the .exe release package to call it done
107
PublicDomainVic / Re: Single Dot in Graphics Window
« Last post by publicdomain on October 31, 2023, 08:09 AM »
Hi Nick! I'm back in the saddle. Your program is 99% done so it's the next one :Thmbsup:

It uses the same settings-data format hence the same nkDot editor is valid for both versions.

Thanks again for your patience (It's exactly what you requested, so it's worth it).

Cheers!
108
PublicDomainVic / Re: BeastBoard by @luvnbeast
« Last post by publicdomain on October 31, 2023, 08:06 AM »
The hotkey idea is definitely doable as long as the hotkeys are definable in settings, but multiple menu hotkey bars autohiding might work too..  :-*

Hey! I'm back (albeit overworked), sorry for the delay. Currently giving it the final touches to upload/publish  :Thmbsup:

Thanks for your confirmation!
109
PublicDomainVic / Re: BeastBoard by @luvnbeast
« Last post by publicdomain on October 14, 2023, 08:01 PM »
this project would be frameless and the menu bar would be on autohide.

One last question: is the menu bar mandatory? Autohide is doable but it's currently easier to simply invoke via hotkey with the borderless RichTextBox covering the form.

Thanks.
110
PublicDomainVic / Re: BeastBoard by @luvnbeast
« Last post by publicdomain on October 13, 2023, 08:16 PM »
Alright! Going to begin pushing code this weekend as planned  :Thmbsup:

Hope it works the way it's meant to!
111
PublicDomainVic / Re: BeastBoard by @luvnbeast
« Last post by publicdomain on October 12, 2023, 09:27 AM »
Wonderful to hear, I look forward to testing the prototype...  :-*

A working couple* of program are scheduled for the weekend as I'm currently focused on delivering BeastBoard right now :-*

* There is an extra "BeastConfig" program, since BeastBoard defaults to frameless. This way the BeastBoard-settings.xml file can be configured independently (or invoked by hotkey) :Thmbsup:
112
Hello David, there is this:

filter_ffs.png

https://freefilesync.org/manual.php?topic=exclude-files



If you need more elaborate file exclusion, it can be worked via .ffs_batch file, like:

<Exclude>
<Item>\System Volume Information\</Item>
<Item>\$Recycle.Bin\</Item>
<Item>\RECYCLED\</Item>
</Exclude>

So, a tiny script/utility can be coded to exclude further complex filtering into the ffs batch.

Cheers!
113
PublicDomainVic / Re: Single Dot in Graphics Window
« Last post by publicdomain on September 27, 2023, 12:29 PM »
Vic, I'd prefer nkDot-Corners be a separate program, so that when one double-clicks on it it just does its thing.  No muss no fuss.  Exactly as nkDot-Random does.

nkDot-Corners repo opened:

https://github.com/publicdomain/nkdot-corners

Hang in there. It's coming :Thmbsup:
114
General Software Discussion / Re: Move/Copy files with script
« Last post by publicdomain on September 13, 2023, 06:55 PM »
I have recurring tasks of moving and copying files from one path to another.
I would like to have a desktop shortcut (maybe even put it in the Windows task planner) ...

Hello again Pareidol! Are they always the same files/directories?
115
Changed "max-height" to "height" in code and job is finished :)

Thanks for all the help.

My pleasure  :-*

I am reviewing client-side ways for highlighting (FORTRAN keywords, to give more professionalism to the site :Thmbsup:)
116
PublicDomainVic / Re: BeastBoard by @luvnbeast
« Last post by publicdomain on September 10, 2023, 06:10 PM »
Thanks for the clarification; I'm programming BeastBoard for Windows 10 now :Thmbsup:

Stay tuned in the next following days  :-*

Cheers!

117
PublicDomainVic / Re: BeastBoard by @luvnbeast
« Last post by publicdomain on September 08, 2023, 11:11 PM »
... beast approved!

Awesome! What's the minimal Windows version BeastBoard should run on?
118
Hi Phil, thanks for your PMs/messages; I've replied them all already

FortranCalculus it is!
119
Not sure what you mean.  Keywords?  Highlight?

The keywords you feed to the parser/lexer to generate grammars to highlight.

If you don't have them, please don't worry about the keywords; kindly tell me the name of the language :-*



What's the name of the programming language you are trying to get into the "msg window"? :)

(Fortan? I see you mention some languages on your page: https://goal-driven....lus-programming.html)




P.S: just sent you a PM regarding "creative freedom"
120
*.gz file ... assume that's some type of compressed file.  How does one un-compress it in Windows OS?

Updated example-code.txt file and attached it.  There are several <DIV> stmt.s now.  They look okay?  Now need to get GESHI PHP uploaded to my website.

Hi Phil, just edited the style a bit to:

<style>
.code
{
    display: block;
    padding: 10px;
    background: #eeeeef;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    color: #000000;
    font-family: monospace;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #aaaaaa;
    margin: 1px auto 1px auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
    max-height: 40em;
}
</style>

A windows-friendly .zip file is available:

https://github.com/GeSHi/geshi-1.0/releases/download/v1.0.9.1/GeSHi-1.0.9.1.zip

Instructions for unzipping & installing GeShi are on the official site:

http://qbnz.com/highlighter/geshi-doc.html#extracting-geshi



There is a discrepancy though since DonationCoder.com is powered by Linux and PHP, while you are on Windows and using Server side includes... At this point I don't know if you already have a way to invoke PHP from your current server pages.

Now, if it proves too convoluted to match (Linux/PHP vs Windows/SSI) please allow me to work a client-side/browser-only solution. It can be done within the week..



Finally, please provide all the keywords to highlight, for me to create a custom highlighter suitable to your use case :)

Cheers & many thanks!  :Thmbsup:
121
Yes.  Downloaded geshi.tar.gz now what?  Yes, PHP is on my server.

That's great to hear Phil! :up:

Let's first do the proper container ("msg window"); once you approve it as suitable, we can focus on completing the highlighting :).



Okay, the DonationCoder page uses a <div> instead of a <code> tag, so in order to match it, as you require, you must add this style to the <head>:

<style>
div
{
    display: block;
}

.code
{
    padding: 10px;
    background: #eeeeef;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    color: #000000;
    font-family: monospace;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #aaaaaa;
    margin: 1px auto 1px auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
    max-height: 40em;
}
</style>

And then when you want to insert some code, you can use:

<div class="code">
...Insert here...
</div>



I took the liberty to attach a modified "example_code.txt" file with highlighter tags removed, as well as <pre><code> replaced with the new <div> (see attached)
122
When I enter a 'code' line here on donationCoder, it gives my the 'msg. window' I'm trying for just like here on this reply.

Hello again dear Phil!  DonationCoder uses GeShi for the code tag functionality:

https://github.com/GeSHi/geshi-1.0

Is your requirement is to have the exact software powering the DonationCoder code tag on your website?  If so, then PHP is needed.

Do you have PHP on your server?

(BTW I can also make you a highlighting file for your language if you provide all the keywords)



...I'm willing to keep working on this until you are totally happy/satisfied with the implementation/results --that is, it is just as you require!

Cheers!  :Thmbsup:
123
It just grays the code

Perhaps it's interfering with the highlighter... Better to use the style on each as you've been doing, like:

<pre><code style="height: auto; resize: vertical;">

(If you really need to use bulk code highlighting we can create different classes, change highlighter, etc  :))
124
PublicDomainVic / BeastBoard by @luvnbeast
« Last post by publicdomain on September 02, 2023, 05:34 PM »
User @luvnbeast requested this frameless notepad-inspired editor:

... the project would be like notepad, but it would be better.

In notepad for an example, you could grow your text but upon restarting notepad, the text size would be back to the system default text size. I would like the program to remember this setting so it could start with a big size text.

Next topic font color and font change to unicode fonts. These changes should be temporary ended with the spacebar. So for an example if I were to make 𝖆 𝖘𝖎𝖑𝖑𝖞 𝖘𝖊𝖓𝖙𝖊𝖓𝖈𝖊  𝐈 𝐜𝐨𝐮𝐥𝐝 𝐜𝐡𝐚𝐧𝐠𝐞 𝐢𝐧 𝐚𝐧 𝐢𝐧𝐬𝐭𝐚𝐧𝐭 𝐭𝐨 𝐬𝐨𝐦𝐞𝐭𝐡𝐢𝐧𝐠 𝐦𝐨𝐫𝐞 𝐬𝐞𝐫𝐢𝐨𝐮𝐬 and then back to normal. Maybe with a right click menu, have 3 different color options default, red, and user defined. Then 3 or 4 options for text changes. All of those changes would be temporary on a word by word basis going back to the default text font but not size. The temporary changes could be cycled through quickly by double and triple clicks of the left and right and middle mouse buttons. So for an example: This (double click) 𝐜𝐨𝐮𝐥𝐝 (space) be (triple click) 𝖆 (triple click) 𝖛𝖊𝖗𝖞 (triple click) 𝖘𝖎𝖑𝖑𝖞 (triple click) 𝖘𝖊𝖓𝖙𝖊𝖓𝖈𝖊. Color changes could be handled with a triple or a double click of the middle mouse button.

Notepad has a frame and a menu bar, this project would be frameless and the menu bar would be on autohide. So it could appear as a  frameless block to write on to display to students.

The color of the board is user defined, and the board's size should be adjustable maybe with autohide edges. However the size, color and font size should be remembered upon reopening of the program.

Repository @ https://github.com/p...licdomain/beastboard
125
PublicDomainVic / Re: Timed Key Repeat, With Variable Timing
« Last post by publicdomain on September 02, 2023, 05:24 PM »
Okay! This program is being developed for delivery @ this month (September 2023) :Thmbsup:
Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 30next