Skip to content

SiteKickr Web Development

search
search
Mar19March 19, 2012Algorithms, ColdFusion, Security

Strong form SPAM prevention technique

To emphasize the necessity for some form of SPAM prevention, consider this example. You have an HTML form, such as: <form action="send.cfm" method="GET">   <input…

Jan04ColdFusion

ColdFusion AJAX tags reference inaccessible location

If you're trying to use a ColdFusion AJAX-related tag, such as <cffileupload>, you will notice that your HTML source now includes references to JavaScript files,…

Dec31December 31, 2011ColdFusion, CSS, Style & Presentation

Cross Browser CSS: No JavaScript, No Conditionals

You may or may not be familiar with the various methods of forcing non-compliant browsers to conform to your style needs. JavaScript and Conditional IE…

Dec14ColdFusion

ColdFusion lists – issue with empty strings

I can't believe after all these years using ColdFusion, that this is the first I've encountered this issue with the way lists are manipulated. Without…

Nov28November 28, 2011ColdFusion

ColdFusion CFFile rename – source attribute invalid

While this quick troubleshooting tip is aimed at ColdFusion, it actually has some application to other scripting languages when performing file system operations. If <cffile>…

Oct05Brick Wall, ColdFusion

ColdFusion Query max 64000 bytes

You may have run into this issue when using the MySQL Group_Concat function, or perhaps when retrieving a record with a very large text column.…

Sep28ColdFusion

ColdFusion 9 Tags and Eclipse / CFEclipse

If you've recently switched to a version of ColdFusion which isn't yet supported by your IDE, in this case, Eclipse with the CFEclipse plugin, you…

Sep08ColdFusion, HTML

Generating safe, valid id attributes

Depending on your circumstances, it may not be straightforward to generate unique or valid id's for your HTML elements. If you are looping over database…

Sep03September 3, 2011Brick Wall, ColdFusion, SQL / Database

ColdFusion Data truncated for column at row 1

You may receive this error when attempting to insert an empty string into a numeric database column. This logic should provide a good example on…

Aug20August 20, 2011ColdFusion, SQL / Database

cfqueryparam in order by, group by, etc

I've seen quite a few posts on this, many come to the same conclusion that using a (possibly length) switch statement is the best way…

Posts navigation

Previous 1 2 3 4 Next
© 2023 SiteKickr