Entries Tagged as "Ajax"

Drag and Drop Multi File Upload with ColdFusion

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 ;)

Read more...

2 Comments

Making CFGRID Layout Vertically

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.

Read more...

No Comments

CFSlider Example

CFSlider example

Read more...

No Comments