Cristian Costantini

Ruolo Senior ColdFusion developer
Referenze
Website www.millemultimedia.it
it.linkedin.com/in/cristiancostantini
twitter.com/millemultimedia
www.facebook.com/chris.kolle

Loading tweets...

Riaforge projects

Last Update 15-01-2011

 

Barcode manager

A coldfusion wrapper of barbeque and zxing.

Create barcode 1D and 2D and read Qrcode.

Last Update 07-04-2011

 

Cache Management

Features
==================================


* Multiple eviction policies: LRU, LFU and FIFO.
* Caches can be in memory or on disk.
* Disk Stores can be persistent between VM restarts.
* Supports multiple Caches per CacheManager, and multiple CacheManagers per application.
* Acts as a pluggable cache for Hibernate.
* Event listener management with ColdFusion or Java.
* Mode sync or async for invoke the listener.
* Dynamic load library from path.
* Adapter for ModelGlue framework.
* New Ehcache core 1.6 beta 5 included
* Load ehcache with javaloader or createObject (compatible for distributed cache)
* Cache monitor with chart or html

API Doc http://labs.millemultimedia.it/cfcdoc/

Special thanks to Andrea Campolonghi for Railo's test.

Last Update 09-06-2009

 

CF YAML

YAML parser library for ColdFusion.

More info read here: jyaml.sourceforge.net

Last Update 03-04-2009

 

ColdFusion Collection Framework

ColdFusion Collection Framework, manage array and struct coldfusion.

Last Update 28-01-2011

 

ColdFusion File Manager

Manage your fileSystem with GUI Ajax.

You can browse directories and files on server.
You can also copy, mode, delete, upload and download files, create new directories.

Main Features are:

* Copy & Move Files and Directories by Drag&Drop
* Directory Tree with on-demand loading of subdirectories
* Rename, Delete or Create new Directories
* Upload or Download files just as you like
* User Management with different permissions
* Install, uninstall and update plugins

Plug-in:

- Trashbin
- FreeSpace
- Zip and Unzip
- Pdf creator word-ppt to pdf (only CF9 OpenOffice required)
- PluginManager
- ImageResize

- Media player (coming soon)
- Image maniputation (coming soon)


UnAvailable demo Features:

Upload files ( Available only Images )
Create PDF
Rename File

Group: http://groups.google.com/group/coldfusion-filemanager
API doc: http://labs.millemultimedia.it/cfcdoc/


Special thanks to: Massimo Foti, Luca Bianchi, Dario Mauri and CFMentor UG.

Usage and install doc are included into the blog.

RC2 is avaiable to download.

Checkout from SVN for last code update.

Last Update 28-01-2011

 

Easy Blog

Easy Blog is a new blog engine.

Manage Posts, Comments, Categories, Users, Files( with ColdFusion File Manager ), Theme and many more..

To Install

Unzip the source code into your directory.

Database:

Create your SQL Server Database
Execute SQL script inside install directory.

Note: MSSQL.sql for create Table and Data.sql for create the configuration

Create your data source configuration with coldfusion.

Edit config.ini.cfm file with your DSN.

[datasource]
name=myDSN
username=myPW
password=myUID

Install ColdFusion File manager (Riaforge project) into your webroot


For manage your blog call /index.cfm/admin, default username and password is admin (case sensitive).

Last Update 15-01-2011

 

Event Manager

A simple event management in a single CFC, XML or configuration less.

API Doc: http://labs.millemultimedia.it/cfcdoc/

Last Update 15-01-2011

 

Secure Password

Custom tag for control over the security of your password.

It's a wrapper HTML input and password checking with JavaScript regular expressions.
Extendible with Javascript events.