Create ASP code for your database with ASPRunner: This is pretty good software. I downloaded the demo, walked through the wizard, and within 3 minutes (from download to finished interface) I had a complete set of pages to view, edit, add, print, search, and export a database table on my SQL Server.
Of course, I’m too anal retentive about my stuff to actually use it, but this makes me want to get therapy so I could loosen up a bit.
ASPRunner Professional creates a set of ASP pages to access and modify Oracle, SQL Server, MS Access , DB2, MySQL, or FileMaker databases, or any other ODBC datasource. Using generated ASP pages, users can search, sort, edit, delete and add data into a database.
The wizard gives you tons of configuration options about how you want to interface to appear, and I think you could build it so no one would even know it was generated.
At $249, it’s little spendy, but how many hours of programming will it save, and how much are those hours worth? (Better yet, how many hours can you bill the client for?)
This would be great for prototyping. I hate building admin interfaces, especially when requirements are still up in the air (like they always are). On this note, see my review of the phpMyAdmn book for ways you can get that interface to do the same thing.
Does anyone know of a PHP version of a tool like this? (Update: Since this entry was written, PHPRunner has been released for PHP/MySQL platforms.)
Finally, I’ve been seeing a lot of hype about automatic code generation in general. There’s an entire book on it, in fact. I’ve been meaning to read it.
Bribing Bloggers: This is a really interesting post from Spolsky about the ethics of bloggers accepting free stuff from vendors. Apparently Microsoft offered to send Joel a new Ferrari laptop pre-loaded with Vista, for free. [...] I've decided that from this point forward I'm not accepting anything, full…
Blog wine Stormhoek doubles sales: Seriously, give us free stuff. Cars would be nice. Computers are good too. Anyway, this South African winery was really upfront about a blogging-focused marketing campaign, and it appears to have paid off. Around 100 bottles of the Stormhoek Shiraz 2004 and Sauvignon…
PHPRunner - PHP code generator for your MySQL database: A few weeks ago, I talked about ASPRunner, which is a code-generation engine to build ASP pages to manage ODBC databases. At the end of that post, I whined that I wanted something similar for PHP/MySQL. Well... PHPRunner creates set of PHP pages…
phpMyAdmin is usually installed quickly, out of acute necessity. You need to do something with your database, and you can't do it via telnet or SSH or anything else, so you download the latest version, FTP it up, and away you go. More often than not, the install…
That program looks very similar to a program available from http://www.stpworks.com
It is "FREE" for personal use and $59 per site for other use. I have used it with great success on a couple of sites.
BasaOne is a similar program that DOES use PHP, though the program itself is for MacOS X.
There is a tool for PHP that does that and much more. It is called PHPmaker. They also have programs for ASP (ASPMaker) ASP.net (ASPNETMaker), JSPMaker, CFMMaker ansd even XMLMaker
They also have a "suite" with all of the above included.
The prices are pretty resonable too.
Alejandro beat me to the punch.
For 1/2 the price of ASPRunner, I purchased the 'bundle' from ASP Maker which included ASP .Net maker, XML Maker and PHP Maker.
The biggest problem I have with the product is that you have to slug it out with the templates before you can get it to create XHTML compliant code. Having done that though, it works pretty well.
Tried this software and it works well with PHP. It is somewhat basic but for beginners its is worth the price. (Note : When installing odbc's for mysql I was unable to get them to load on any of my xp machines. So I used an old ME machine. This is a mysql problem with some notes on their site. Hopefully I'll figure out how to load it on XP.)
A good Code Generation information resource is the website "Code Generation Network" (http://www.codegeneration.net)