The company behind Magic was an Israeli one, Magic Enterprises, IIRC.
Update: I googled, this is their site:
magicsoftware.com
and they do have a free/trial version. Will check it out a bit later.
101–110 of 114 posts
The company behind Magic was an Israeli one, Magic Enterprises, IIRC.
Update: I googled, this is their site:
magicsoftware.com
and they do have a free/trial version. Will check it out a bit later.
FileMaker Pro has been around forever and is still supported with new versions as far as I know.
There are quite a few products that attempt to be a web based equivalent of Access. The two that seem to be the closest to me are Google's AppMaker ( https://developers.google.com/appmaker/ ) and Bubble.is ( https://bubble.is/ ). I call these two out because they both allow for coding when the "default path" runs into a wall, and both include more than just forms and tables. However, they both still have warts. Appma…
Is this Twitter's business model? Buy every company they can and shut them down?
I'm working on such CRUD app builder, which might be interesting to you. It's self-hosted and because it's written in Golang the entire server is a single binary - users can simply download the binary, run it and that's it. The data is stored in PostgreSQL. The form builder generates JSON, which is stored in the database and the server builds the resulting app on the fly. I'm building the first demos as we speak. So…
Looks good! Heads up: Youtube video on https://www.formbolt.com/demos/walkthrough/deployed/ is broken on Desktop Safari Version 10.1.2 (12603.3.8). On creating an app (locally), app error-ed, but the app was visible after refreshing the page, (sorry I couldn't replicate again to get the exact wording). Might want to add "chmod +x" to the README for non-technical users. You might want to link to the apps over at local…
One of the things several colleagues have said to me over the years is that Access tended to be a dangerous tool in a large organisation: like Excel but on crack. You end up with a large number of autonomous, undocumented systems built on an ad-hoc basis by personnel who were often not even in a technical role. Personally I think that sounds like a great way to leverage the domain expertise of lots of different emplo…
You also end up with a mess of VBScript code that isn't versioned. When something breaks and someone calls IT, it really helps if IT knows the system exists. In a large organization, supporting disjointed business processes (or worse, fragile amateurish integrations) costs more than the software. At scale, consistency matters more than performance variance in some areas. Access is also a nightmare from a security sta…
Modern XBase clones like Flagship (Clipper clone, sort of), Harbour project (ditto), and many others come close. You still have to do some programming, but it is not too difficult for an IT-savvy non-programmer to pick up. Clipper apps still run many small businesses in India (I know for sure) and likely many other countries too. Data entry in such apps is extremely fast once the operator gets used to the app. They d…
Modern XBase clones like Flagship (Clipper clone, sort of), Harbour project (ditto), and many others come close. You still have to do some programming, but it is not too difficult for an IT-savvy non-programmer to pick up. Clipper apps still run many small businesses in India (I know for sure) and likely many other countries too. Data entry in such apps is extremely fast once the operator gets used to the app. They d…
Company I work at still has their core HR, payroll, security, inventory, customer service, and other systems in a Visual FoxPro application backended by a SQL database.