Quantcast
Channel: ColdFusion 9 and more...
Browsing all 8 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Adding dynamic charts in spreadsheets using ColdFusion 9

Using spreadsheets is a new feature in ColdFusion 9. Do you know how to add dynamic charts in the spreadsheets?The following code shows how to do it:<cfchart format="png"...

View Article



Installing ColdFusion 9

If you want to install ColdFusion silently, follow these steps:coldfusioninstaller.exe -i silent -f <property file>The silent property file example is as...

View Article

Searching for synonyms..

Solr supports searching synonym words. This means that if you have word called "computer" in your index, you can search using its synonyms like CPU, PC etc. To achieve this you will need to do the...

View Article

Tuning ColdFusion Solr: Part 1

In ColdFusion administrator, under "Solr Server", click on "Show Advanced Settings" and you will see a text box labled "Solr Buffer Limit". This is set to 40. This means when indexing documents,...

View Article

Tuning ColdFusion Solr: Part 2

Don't forget to tune Solr Server for increased performance. First thing to do is to increase the Xmx value for Solr Server. To do so:1) In windows - * Shutdown Solr service * Open solr.lax under Solr...

View Article


Image may be NSFW.
Clik here to view.

Dynamic Power Point presentation using ColdFusion

The below code snippets will show you how you can generate a dynamic power point using ColdFusion 9.This is the start of the code:<cfpresentation format="ppt" destination="f:\test\a.ppt" title=""...

View Article

ColdFusion Updater 9.0.1 and Solr

There are lot enhancements done in ColdFusion wrt Solr in 9.0.1. There are few issues but: If you are running into this exception ""java.lang.NoClassDefFoundError: org/ccil/cowan/tagsoup/Parser" while...

View Article

ColdFusion SpreadSheet enhancement in 9.0.1

ColdFusion 9.0.1 also adds few enhancements for interacting with spreadsheets. There is significant performance improvement over formatting large number of rows and columns. Also added was a neat...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images