Name: Marty Schrader
Member since: 2003-12-29 00:51:05
Last Login: 2008-05-07 14:39:28
Homepage: http://www.theschraderfamily.com/Marty/
Notes:
I have recently moved into the realm of free software development to support interactive web sites. Wow! I was surprised to find so much stuff available. This is bizzare to me, coming from an embedded systems background. Embedded products are always produced on dedicated hardware and have very tightly closed licensing for the box and its software. This is like a breath of fresh air.
You can see what kind of work I do at
http://www.parsecsystemsinc.com
I plan to provide a lot of support of PHP scripting for server-side application solutions. Flip me some email if you feel a need to discuss anything I post here.
There's nothing wrong with the C2 Wiki and there never was. My ISP had been blocked in a group with other IPs that Ward Cunningham had discovered were huge spam sources.
The Triumvirate project is plodding right along at a snail's pace. I have settled on a mechanism for doing the PHP interaction with the user, at any rate. Now I have a scheme by which I create a before script, an after script, and an HTML page to present to the user. The before script sets up all the data access and looks up everything that the HTML page needs to show the user. The HTML page formats everything and puts it into a source form that is easily understood by even the script challenged. (Yes, I know the HTML could go right into the PHP setup script, but I wanted to separate things for a variety of reasons -- modularity being one of them.) The after-action script processes and publishes the results of the decisions the user makes on the HTML page. If there is a complicated format to the results then all that can go on to a second HTML page containing all the formatting.
The Triumvirate code itself hasn't gone anywhere because I am still in discovery about how the simplest user operations are going to happen. It would be nice if I had some help here, but I don't know anybody who deals with this web application junk and nobody I know is interested in farting around with it. [sigh] Oh, well.
In other news, the C2 Wiki is still off the air. I was intending to get a hold of Ward Cunningham to see if he intends to ever put the thing back up again. There is lots of useful, valuable content there that I'd like to see made available again.
One of the page threads on the C2 Wiki is (was?) about electronic voting machines. We were working on putting together a specification for electronic voting machines that could be Open Sourced. I wonder if there is such a project here? How would one find such as thing?
http://sourceforge.net/projects/triumvirate/
Let me know if this project interests you.
A buddy of mine created a startup commercial cleaning service. He did a couple of years' worth of research and then started buying equipment and making other investments. One of the investments he is making is an interactive web site with a communications facility (Connection) for his customers, cleaners, and account managers to all share info on what's happening. There were some existing commercial software solutions that were either too expensive or insufficient to the cause. So, he came to me to build him a new system.
I am doing all the PHP and MySQL work to get this Connection thing built. My local graphics design partner is doing all the look and feel stuff to make the site more pleasing to the eye. The real breakthrough here is that the end user just wants a system that meets his needs and is configured for him to use it without grief. He doesn't want to own the code or sell the service; he just wants to use it his own bad sef. I can put the code in the public domain as Open Source and maybe get other geeks to contribute.
The cool part of all this is offering the service of installing and configuring the Connection service to other businesses. Unless these end users are hip to installing and whatnot they will pay to have the Connection service hosted on somebody else's server with just a login or a link on their own site. Eh? Profit through ignorance. I love it.
<!-- Login.php Customer Connection login -->
<?php header("Location: PrincipalHome.html"); ?>
and this?
<?php header("Location: PrincipalHome.html"); ?>
No comment line! Well, bunkie -- guess what? Some Apache varieties apparently think that HTML comment line is, in fact, a header start line. Yank it. Maybe I'll go back and retrofit PHP comments into the straight-up PHP sources. I probably makes more sense that way anyway. I guess.
I just hate finding out this kind of stuff The Hard Way®.
MartySchrader certified others as follows:
Others have certified MartySchrader as follows:
[ Certification disabled because you're not logged in. ]
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!