Date Range
Date Range
Date Range
Here is an application that uses coldfusion server to stream MP3 using an M3U file. An M3U file is basically just a playlist. m3u file to a media player, it should play the data in the m3u file. M3u file contains data like, location of the MP3. Locate all your MP3 files and put them in a folder.
I know there are JavaScripts available that help you achieve this, and the DataSet object in VB. All you do is enable paging. But how do you do it in ColdFusion? The following tutorial is a small script that lets you achieve it. Begin with the usual cfquery, query a database, and retieve a dataset! SELECT ColumnName1, ColumnName2, ColumnName3, ColumnName4.
This is just like a cfgrid tag. Although a cfgrid tag lets you bulk insert, bulk update or bulk delete, the dataset object does it one by one. But cfgrid is slower, and may give users Java errors, depending on their browser settings.
The program resized all the images to 250 px width and the average size for each of these was 8k.
Using Coldfusion to Import CSV Files. Using Coldfusion to Import data into mySQL. Many times we need a quick and easy way of importing data into our website databases. The CSV file format is one of the defacto standards for moving data between databases easily. Virtually all databases allow exported to CSV format. And virtually all database support importing a CSV formatted file.