Date Range
Date Range
Date Range
Setting up an AIR App. Setting up your AIR Application. Line 45 deals with the window around our application. In every application your operating system places a window around the guts of the application visible components. Next move the label component to the stag.
This is a little problem I ran into when I first got started in CFML. I see this question asked a lot so I figured I would address it.
There are already a couple of tutorials on EasyCFM that show how to create simple recordset paging but most have them have a common factor in that they are quite inefficient. The technique they use involves grabbing all the records from the query and then looping through them using the maxrecords attribute for cfloop. This works fine if your query has a couple of hundred records but what if you were dealing with a query that had hundreds of thousands of records? .
There used to be a tutorial on how to make a tip of the day program here. It was lost when the server got hacked. I thought I would make a new one. Can be accomplished in many ways but here is the solution that I found. I prefer to use MySQL but any database will work. I made 2 tables. The 1st table stores . The Tip of the Day information and has the following columns.
After doing some research on doing this on my own site, I thought I would show the end product to everyone at easycfm. This can be accomplished in as little as 1 file or as many as 3. I am going to show how to do it using an external CSS. Of course you can just use inline styles do accomplish all of this.