How can the cfin开发者_如何学编程put tag be set to validate the minimum input length? (E.g. To a minimum of 8 characters long)
I am working on upgrading our codebase from MX7 to 9. I have the Developer Edition of 9 installed on my 10.6 Mac with MAMP Pro 1.9 to verify everything works before we buy upgrade licenses. Many thing
I\'m trying to create a select menu where one can select a department and then select employees in that department. Related Selects...
{ MESSAGE = LoginWelcomeBackMessage; SUCCESS = 1; USER =开发者_高级运维 { AcceptAllFriendRequests = 0;
I\'m currently using flexigrid to display data in a current project, but am running into issues with its ability to properly sort certain columns that contain dates or numbers. The data is being sent
I am trying to get the debugger (CF extension for Eclipse) working for last few hours. And struck in strange situation.
How do you NOT use a query of queries inside a loop to solve the problem of having to build a select list for each row?
Trying to implement the excellent jQuery bidirectional infite scroll as explained here: http://www.bennadel.com/blog/1803-Creating-A-Bidirectional-Infinite-Scroll-Page-With-jQuery-And-ColdFusion.htm
This is the query that I have. <cfquery name=\"qryname\" datasource=\"dsn\"> UPDATE ticketlist SET status= <cfqueryparam cfsqltype=\"CF_SQL_VARCHAR\" value=\"Expired\">
how does twitter and facebook etc. make unique url eg. twitter.com/billgates if i would like to do the same (give my users unique urls with username), is it a application or do you crate a dire开发者