Off the Top: Web apps Entries

Showing posts: 196-200 of 200 total posts


November 8, 2001

Matt points out a Web-based bookmarking tool b.. This can be collaborative in nature if you should so choose.


November 6, 2001

ASP2PHP does a solid job handling converting ASP (active server pages) to PHP. The report that Sun sponsored to hopefully show JSP (java server pages) taking over the site scripting market, not only showed JSP had shrunk in market share, but ASP had dropped drastically. The big winner in this survey was Perl with about 40 percent of the market and PHP was ahead of ASP.

Microsoft has given itself problems with ASP this past year or so as the next generation of ASP requires complete rewrites of your ASP code to work on the next version of server. The code is different enough that it will not port, it must be rewritten. This stopped ASP development to a large degree. Some folks have tried running ASP on UNIX with ChiliSoft, but that is only advisable as a patch until you can recode the application, as it is quite resource intensive and you adding another layer of interpretation, which never helps.



November 1, 2001

The Dev Shed offers a scenario many of us gone through in their Time is Money article. It walks through a tough scenario of delivering an intricate project with few requirements. In all it is a nice over view of developing a web based application using PHP and MySQL.


Finding the source of phpMyAdmin was a chore. It is a great tool for those with MySQL databases and have PHP on the box. It is a GUI interface to ease management of the tables and properties. I have used it for quite some time on another site and now it is time to take it to work. It is free so the price is right. It does not do ERD, but it is better than command line interfaces.


I have been playing with Intuit's QuickBase and finding it to be a really nice Web application for your database needs. It is rather straight forward to set up and has some nice features and functionality with out having to code. The sorting columns and creating your own views is very nice.


This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License.