Showing posts with label coldfusion. Show all posts
Showing posts with label coldfusion. Show all posts

Wednesday, 30 December 2009

Start / Stop Coldfusion Service in a Mac

There is an app for that! Use the spotlight tool to look for "ColdFusionLauncher". Then click the application to launch the jrun launcher console. You can use this console as a GUI to start & stop the CF service & admin. Retweet this button on every post blogger

Thursday, 1 October 2009

Most effective protection from copy/paste

Ever had a client ask for their content to be protected from copy/paste, or specifically tables of data? Well with Coldfusion you've a great head start.

The usual steps for doing this are to:
  • Disable copy/paste
  • Prevent drag/drop of text blocks
  • Remove right click & file bar
  • Prevent print
But this still leaves, the information available in the source code and as soon as you've downloaded that page you can do what ever you want with it...

Here's the clever bit.

A good way to get round this I thought would be to send this information in via ajax so it's not in the source code. CF steps in with cfgrid which can bind itself to a CFC for remote AJAX calls. Not only do you get an instantly cool looking grid you get the AJAX power grid.

Now, normally this would still leave the ajax call prone to a direct call to display the information, but with CF when you try to call the CFC directly you get the CFIDE login screen. Pretty sweet.

There are obviously ways to still surpass this but I would hazard a guess that even most web savvy people won't be able to get this data and it would require some of us with a little more know how. Retweet this button on every post blogger

Wednesday, 16 September 2009

Yahoo Query Language YQL

This is new to me but sounds pretty sweet. I've read that Yahoo is now providing an SQL interface into their data services. There's already a handy coldfusion package over at riaforge.

Off the top of my head, obvious opportunities are:
  • built in natural language searches on sites
  • SEO reporting tools
  • News feeds
  • Auto image displays
Retweet this button on every post blogger
 
Bookmark and Share