Menu

Sparse-PHP / News: Recent posts

Sparse 1.11b released

Sparse, the framework that makes creating web applications easier, faster, and more robust (and throws in instant Ajax to boot) has released a new version. This update includes a new "toolbox" which allows you to create controls such as navigation, searching, and sorting in a separate area of the page or even a separate frame. Also adds support for auto-increment, and has numerous major bugfixes (update immediately!).

Posted by Daniel Orner 2006-11-29

Sparse 1.1b released - now with Ajax!

A big new update for Sparse, the HTML-based framework for writing CGI applications easily and quickly. Now, the generated forms output in fully degradable Ajax, meaning that if a user doesn't have Javascript available or if an error occurs, the regular functionality will still work. Documentation has also had a significant overhaul. If you haven't tried Sparse yet, now's the time!

Posted by Daniel Orner 2006-10-23

Sparse 1.06b released

It's been a while, but there's a new release out! Besides for the inevitable bugfixes (and there were a few embarrassing ones) you now have a button for saving as CSV, and a tag that lets the user view specific results. I've also implemented a warning log, which should help if something goes wrong.

Posted by Daniel Orner 2006-09-08

Sparse 1.05b released

A significant new release, which introduces some changes that are not compatible with previous versions. Upgrading isn't hard, don't worry! New features include a support for sorting data and for printing out the number of results, further useful attributes for quick templates, and a "tag referencing" system which acts similar to CSS classes in that it allows you to reuse attributes from previous tags, or to import them entirely from a separate page. You can define default attributes for all tags as well as "classes" of attributes. As usual, testers are needed!

Posted by Daniel Orner 2006-07-03

Sparse 1.04b released

New release of Sparse! Sparse now uses sessions, which streamlines the code and should cut down on the big forms that were formerly created. Also, a "reset" button has been added; "default" enumsets (for use in quick templates); ability to deal with tables that have no primary keys defined; and better usability of documentation.

Posted by Daniel Orner 2006-06-12

Sparse 1.03b released

Some great new features in the new Sparse release: removal of all external dependencies, ability to embed Sparse tags inside other tags or attributes, and the addition of a search mechanism. Please see the documentation for a fully-detailed discussion of the new features!

Posted by Daniel Orner 2006-05-31

Sparse 1.02b released

A new release includes a lot of code cleanup and some great new features:

* The sqlnavigation tag. You can now print a complete set of page links to navigate amongst your data, and fine-tune which links appear.
* Added the query attribute to enumsets; you can now populate them on the fly from your database.
* PHP code can now be executed whenever and wherever you like, and includes the ability to conditionally execute Sparse code.
* Added a new sqlfield calendar type and the calType attribute.

Posted by Daniel Orner 2006-05-26

Sparse 1.01b released

A few minor new features, code cleanup, and bugfixes.

Posted by Daniel Orner 2006-05-22

Sparse 1.0b - new framework for simplifying MySQL programs

Sparse is a new project whose aim is to allow web developers to create MySQL-backed programs without actually having to program them. Sparse takes care of handling the data, navigation, displaying errors, input validation, and caching. Using a few extra HTML tags allows surprising power, yet remains easy to use and very customizable. It can save a lot of time and effort during development!

The Sparse homepage is here: http://sparse-php.sourceforge.net/

Posted by Daniel Orner 2006-05-18
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.