DesignBais Tip – Radio Buttons

Welcome to the first product usage tip for DesignBais on this blog! Radio buttons are mutually exclusive, round check boxes. Selecting one of them unsets all of the others. DesignBais does not yet natively support radio buttons, but we can simulate them using the image technique for toolbars and other controls (to be discussed in another tip).

The DesignBais Audience

DesignBais is a great product and perfectly suited to the Pick developer who doesn’t know or care about .NET, ODBC, sockets, ActiveX, Java, PHP, Perl, or any of these other tools that we discuss in public forums. I tend to say DesignBais is not for us, the geeks in the crowd, but that’s not entirely accurate.

What is DesignBais? Part 1

As many of you know I have been working with DesignBais for a while now. I’ve been impressed with it from the first time I saw it. This article contains excerpts from various forum postings I’ve made, and new material, to describe the product and explain my relationship with DesignBais International (DBI).

Technology choices: Windows, .NET, and mv.NET

This article discusses why I have chosen to work with Windows, the .NET Framework, and mv.NET for interfaces to MV DBMS applications. Feel free to disagree with my choices but maybe my reasoning will make sense to others who are trying to find their "home" amongst all of the available options.

Why mv.NET?

Connectivity into MV / Pick databases from object-oriented languages and mainstream products used to be difficult. These days it’s not tough at all, and highly affordable as well. There are many tools in our market that can do communications between MV and others, but I’ve settled on one tool that satisfies almost all of my needs for communications development. This […]

Separation of UI, rules, and data

I’m honored that one of the reasons why companies contract with me and Nebula R&D is because they want well organized code, not just functional code. Almost anyone can write functional code, that’s an exercise with syntax and debugging. A company tends to have more appreciation for code that’s truly "designed", not just "written", only after they’ve paid a lot […]

How many licenses do I need?

This is an in-depth explanation of how web clients consume licenses with a back-end MV DBMS. It might be too basic for some people but it should help to bring everyone up to a common level for discussions on this important topic.

Web Services from MV

A recent U2 forum inquiry asks about using the SoapRequest functions in BASIC to make a Web Service Client call via SOAP. I think it’s inefficient to do things like this directly to/from MV DBMS platforms.

AntiVirus Software and D3NT Files

I was just installing Norton AntiVirus 2006 from Symantec, and as I was setting up the Exclusion list of files to not scan I figured I’d share my list with you.

Linux and .NET

I’m starting to get more questions about .NET with Linux, using ASP.NET with Apache, writing Web Services in C# with Mono, etc. I’m providing some excerpts and paraphrasing here of recent exchanges I’ve had with prospects and clients.

Master Pages and w3HtmlInsertSection

Whenever I read about ASP.NET Master Pages I’m immediately reminded of how they are just like FlashCONNECT w3HtmlInsertSection. See the code for the Template: Multiple Sections demo, then see this for a short intro to master pages: CodeGuru: An In-Depth Coverage of ASP.NET 2.0’s Master Pages: Part 1 of 3