Home » Page 2
  • Face Detection with ColdFusion and Jviolajones
    I was trying to do face detection with ColdFusion and JJIL Java library last week. Today I gave Jviolajones library a stab and it turn out quite well. It misses some faces, occasionally returns false positive results, but overall it did pretty good job. My final goal is to create thumbnails of image cropped around faces, not rather crucial face detection. Jviolajones seems to be a good candidate for that. (more..)
    6 Comments Post Comment Sunday 19.05.2013 by Saman W Jayasekara
  • Face Detection with JJIL Library and ColdFusion (Experiment)
    I was trying to do face detection with Faint Java library and noticed quite disappointingly it only works with 32bit processers. Looking elsewhere found the JLIL Java library build to do face detection in mobile applications and also quite a nice blog post by Richard Nichols. It was a good start. I suggest you to read that post first since I build a new copy of JJILCore.jar with Richard's updated codes. (more..)
    0 Comment Post Comment Friday 17.05.2013 by Saman W Jayasekara
  • How to setup IronGate as the ColdFusion Site-Wide Error Handler
    If you have administrator access to your server, it is better to have server wide error handler than setting up individual error handlers on each application. It is easy to manage and you do not have to set it up over and over again. IronGate is easy to install as the Site-Wide Error Handler. Download IrongGate, unzip into your web site and browser to it. It will prompt you to the installation wizard. (more..)
    4 Comments Post Comment Monday 13.05.2013 by Saman W Jayasekara
  • IronGate : ColdFusion Error Handling Application
    IronGate is a ColdFusion Exception Manager software that helps you to keep track of errors occurred in your applications and provide you with all possible information you need to sort them out. When an error occurs in your application anytime anywhere, IronGate logs the families ColdFusion error message for you and display a friendly error message to the user. Also send you an email if you wish. Not only that, it also records all available surrounding variables and server statues. (more..)
    22 Comments Post Comment Wednesday 08.05.2013 by Saman W Jayasekara
  • Solved : ColdFusion ImageGetEXIFMetaData() Error
    It seems working with EXIF like a game of whac-a-mole. Everyone have their own standards and when you settle one, something different show up some other place. To be fair to EXIF standards, this is not unique to EXIF. Even simple dateformat() are all over the place. CF9 and 10 ImageGetEXIFMetaData() function use metadata-extractor-2.4.0-beta-1 by Drew Noakes and current version is 2.6.4. (more..)
    6 Comments Post Comment Friday 05.04.2013 by Saman W Jayasekara
  • Exporting ColdFusion Scheduled Tasks
    I had to move couple of CFM server into AWS from our data center and there were quite a lot of scheduled tasks were in those servers.  With CF version update between old servers and new servers there weren’t an easy way to transfer CF administrator settings. A settings import and export function in CF admin would be a nice tool, even though there is infrequent need for something like that. (more..)
    1 Comment Post Comment Wednesday 27.03.2013 by Saman W Jayasekara
  • Track Amazon AWS SES email bounce and complains with ColdFusion
    In the previous post I talked about how to send emails using Amazon SES (Simple Email Service) SendRawEmail call and fetch the message-Id assigned to the email by Amazon mail servers. With that ID in hand, if the mail bounced back into our email box, we can use CFPOP to fetch that mail, fish out the message-id and update our mail table. (more..)
    0 Comment Post Comment Saturday 16.02.2013 by Saman W Jayasekara
  • Sending emails with Amazon SES API SendRawEmail in ColdFusion
    It is quite easy to use Amazon SES (Simple Email Service) with ColdFusion, just use CFMAIL tag and send mails out thought Amazon SMTP. Also bit more difficulty we can use SES API to do the same thing too. Now, why? The biggest advantage, probably the only advantage of using the API instead SMTP call is API call returns the "message-id" assigned to our emails. This simple ID is immensely useful for tracking down emails if they bounces. (more..)
    7 Comments Post Comment Thursday 14.02.2013 by Saman W Jayasekara
  • Amazon AWS EC2 API URL Signature format with ColdFusion
    I was trying to connect to EC2 API this weekend and it left me feeling rather weary. I was not trying to do a heart surgery, but just to format a string in a particular way and encoded it. No matter what I tried AWS slammed me with the error: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details Here Amazon explains their Signature Version 2 format. (more..)
    7 Comments Post Comment Tuesday 05.02.2013 by Saman W Jayasekara
  • Solved : CFFTP returns wrong LastModified Date
    Unexpectedly knocked my head on a pretty ugly "bug" yesterday - not sure actually if that is a CF bug or not - but I guess this is something that CF should have handled, so I am tentatively blaming CF bellow. Quick Google search revealed people have been complaining about this since 2005 (I'm on CF9). I was trying to FTP into a folder and figure out new files/folders that has been created within last hour. (more..)
    2 Comments Post Comment Tuesday 29.01.2013 by Saman W Jayasekara
Previous Posts   Home   Recent Posts
  • Search
  • ColdFusion File Manager for TinyMCE 4
  • IronGate : ColdFusion Exception Manager Application
  • Teapot : ColdFusion Blog Application Software
  • An Unofficial ColdFusion Developer Salary Survey
  • Topics
  • AWS
  • Barcode
  • ColdFusion
  • Image Processing
  • inDesign Server
  • JavaScript
  • Shipping API
  • Teapot Blog
  • This and That
  • Recent Posts
  • ColdFusion File Manager for CKeditor 4
  • ColdFusion File Manager for TinyMCE 4
  • How to Create ColdFusion Snippets in Sublime Text
  • Switch to Sublime Text IDE for ColdFusion Developers.
  • BootStrap Popover Essential Tricks


  • Archive
  • 2013 November (1)
  • 2013 October (1)
  • 2013 September (2)
  • 2013 July (1)
  • 2013 June (1)
  • 2013 May (6)
  • 2013 April (1)
  • 2013 March (1)
  • 2013 February (3)
  • 2013 January (1)
  • 2012 December (3)
  • 2012 October (1)
  • 2012 September (2)
  • 2012 July (1)
  • 2012 June (1)
  • 2012 March (2)
  • 2011 November (3)
  • 2011 October (1)
  • 2011 September (1)
  • 2011 July (1)
  • 2011 January (2)
  • 2010 December (4)
  • 2010 November (1)
  • 2010 October (5)
  • Drop me a Note


  • rss
Powered by Teapot ColdFusion Blog