Entries Tagged as "Ajax"
Drag and Drop Multi File Upload with ColdFusion
Posted by Kris Korsmo in ColdFusion Builder , Ajax , ColdFusion , JavaScript , jQuery on March 9, 2013
My cousin Winston Yee (@winston_yee) hit me up the other day for a file uploader that was able to pause mid-upload, assuming the user was interrupted, and then resume where it left off. I remembered reading something recenctly in @Appliness on my iPad about a JavaScript drag/drop file upload, so I pointed him at that. As it turns out, that wasn't what he was looking for, but I thought I'd write a quick blog post about it anyway, because I think it's cool. Sorry to let you down again, Winston ;)
Making CFGRID Layout Vertically
Posted by Kris Korsmo in Ajax , ColdFusion , JavaScript on March 24, 2012
I love CFGRID's functionality right out of the box - it instantly gives you the ability to sort data ascending and descending, stripe alternating rows, insert, edit and delete data inline and more. It's a really useful piece of EXT code which takes just a little time to master (probably wouldn't say I've mastered it, but I'm decent enough to make it work properly most the time ;). I recently ran into a case for using CFGRID, but I wanted it to layout vertically rather than horizontally.
CFSlider Example
Posted by Kris Korsmo in Ajax , ColdFusion , JavaScript on October 17, 2011
CFSlider example
Recent Comments