Archive

Archive for May, 2009

NTFS Junction with USB disk

May 10th, 2009 admin No comments

1. Right click, select “Pick link source”
2. select which directory to be dropped in
3. Right click, drop as Junction

Source: USB disk, NTFS partition, with lots of files in directories names by date.
Target: Application root. NTFS partition, need input lot of files, but has limited free disk space.
Object: temporarily mount another directory in another NTFS partition.
Software: NTFS Junction by “Link Shell Extension

Free Flash Chart Tool–FusionCharts

May 3rd, 2009 admin No comments

FusionCharts provides lots of  charts with multi-code method.

URL: http://www.fusioncharts.com/

FusionCharts’ usage is very simple. The distribution package has a good example for each type of chart, and you can draw professional chart within 3 minutes.

It has a free version and a commercial version. Free version is powerful enough to meet most needs.

This is free version URL: http://www.fusioncharts.com/free/

Free version document URL: http://www.fusioncharts.com/free/docs/

Also, they have another tool, PowerCharts. I don’t test and code with this product. From the document, it seems more powerful than the free FusionCharts.

I use PHP code to select data from MySQL, and generate XML for FusionCharts.

More charts can be shown in a single webpage. In your PHP codes, just do as following,

<?php

echo yourchart1

>

<?php

echo yourchart2

>

Notes: table or DIV can be used for layout.

Categories: Freeware, PHP Tags: , , , , ,