Subversion Server on CentOS

How to set up a subversion server with apache and CentOS

Format JSON with PHP

A PHP function for formatting and indenting a JSON string.

jQuery i18n Translation Plugin

A jquery plugin for doing client-side i18n translation.

jQuery SimpleColor Color-Picker

A very simple color-picker plugin for jQuery.

Find Prime Factors with Python

A Python function for finding the prime factors of a given number.

Default Values With Hibernate Annotations

How to set the default value of a field with Hibernate.

Adding Appfuse Dependencies

How to add a dependency to AppFuse.

Complex Constants in Java

How to assign a complex class (such as a HashMap / ArrayList etc) as a constant in Java.

MySQL Delete On Joined Tables

How to delete records from MySQL using joined fields.

Get complete AppFuse sources

How to get the complete, exploded source of an AppFuse application.

Skip AppFuse Tests

How to skip tests when compiling/running AppFuse applications.

Appfuse “failed to lazily initialize a collection of role”

Fix the failed to lazily initialize a collection of role error in AppFuse

Hibernate OneToMany Relationships

An example of a one-to-many relationship using Spring MVC and Hibernate.

Hibernate ‘TYPE=storage_engine is deprecated’

Fixing ‘TYPE=storage_engine is deprecated’ warnings in Hibernate.

Multibyte-safe CSV Parser

A multibyte-safe CSV parser i wrote for a recent project.