Developer

Unibia.net Open Source Software Section

Super Simple Template System for PHP: Salsa Template

One of the most messy things when designing a PHP web application is the page display. Embedding application logic code with your HTML can make future maintenance of your project very unappealing, especially large complex web applications. MVC frameworks exist to help you separate your logic code from the HTML code. However using a MVC framework usually involves investing time to learn how to use the framework. Now there is a better way, I introduce the Salsa PHP Template System.

New Version of the Simple MySQL Library for Java

A few years ago I released a the SimpleMySQL Java library allowing programers to utilize the MySQL database in a simple way similar to PHP and MySQL. Today I am please to announce a new version with several improvements and new features.

Full source code, instructions, and documentation can be found on this dedicated page:
http://www.unibia.com/unibianet/simple-mysql-library-java

Pages