Posts Tagged Mac OS

SuzanneHTML Tools: Haml 2.3.0

Friday, February 26th, 2010

Haml 2.3.0 is a markup language, which is used to describe the HTML of any web document easily and simply, without the use of inline code.

It is compiled into XHTML, similarly to ERB, and attempts to fix many flaws in templating engines like explicitly coding HTML into the template.

Haml itself is a description of the HTML, with code to generate dynamic content. And it functions as a replacement for inline page templating systems such as PHP, ASP, and ERB.

Example:
The #foo Hello World! line of code will output this HTML line of code: <div id=”foo”>Helo World!</div>

Automatically, Haml handled the end tag and tag defining. For CSS stylings, SASS does the same thing as Haml does for HTML. SASS is bundled with Haml by default.

Platform: Windows/ Linux/ Mac OS/ BSD/ Solaris
Language: Ruby

http://www.all1martpro.com

http://www.all1sourcetech.com

Tags: , , , , , ,
Posted in Purely Technical | No Comments »

NaggieApache Commons Transaction 1.2

Friday, February 26th, 2010

Apache Commons Transaction 1.2 has been updated for download.

Apache Commons Transaction 1.2 is the Java library, which contains implementations for multi level locks, transactional collections and transactional file access

Commons Transaction aims at providing standardized, lightweight, well tested and efficient implementations of utility classes commonly used in transactional Java development.

Apache Commons Transaction thumb Apache Commons Transaction 1.2

Initially there are implementations for multi level locks, transactional collections and transactional file access.

There may be additional implementations when the common need for them becomes obvious, however, the complete component shall remain compatible to JDK1.2 and should have minimal dependencies.

Platform: Windows / Linux / Mac OS / BSD / Solaris

Language: Java

http://get-a-designer.com

http://www.all1sourcetech.com

Tags: , , , , ,
Posted in New Product Release, Purely Technical | No Comments »