Home » Page 6
  • Use ColdFusion to Revert HTMLEditFormat()
    This is a brilliantly simple solution I have seen somewhere on the web sometimes back and I needed it yesterday, but my rather fussy brain forgot where it was. And web is too big and the page was too small, Google could not find it. Gladly I remember bit of it, so I recreated it.HTMLEditFormat()  can covert special characters and symbols such as & or © in to html special character codes like & or ©. (more..)
    4 Comments Post Comment Thursday 09.09.2010 by Saman W Jayasekara
  • cfcollection, cfindex, and cfsearch - A Simple Tutorial
    cfsearch is one of the most helpful and powerful ColdFusion function that most of developers seems to continues to ignore. Here is a very basic step by step explanation how to use cfcollection, cfindex and cfsearch to create a powerful search function for our websites. Why cfsearch? Why not SQL search?Basic SQL searches are fine for search with a specific keyword, employer name or a phone number. (more..)
    7 Comments Post Comment Monday 06.09.2010 by Saman W Jayasekara
  • USPS Shipment Tracking with ColdFusion
     USPS tracking API is extremely simple. All you need is API login from USPS and cfhttp tag to get it to work… well almost. Here I put together a custom tag to track USPS shipping details. (more..)
    0 Comment Post Comment Tuesday 31.08.2010 by Saman W Jayasekara
  • Draw HTML with ColdFusion ImageDrawText() function
    ColdFusion image text writing functions are relatively simple. It can write text on an image quite fast with some styles, but it’s not capable of go to the next line or handle text styled with multiple fonts. There is lot more space left for draw text function to be improved. Last week I had to convert html formatted string of text to an image and ColdFusion native image functions could not do that. (more..)
    1 Comment Post Comment Friday 27.08.2010 by Saman W Jayasekara
  • ColdFusion Working Date Add function
    DateAdd() function is fine, it add number of days or hours or any other time unit to an given date. But today I had to add couple of working days, not just days, to the ‘order date’ of an item and display the ‘shipping date’ of it. DateAdd() function have little direct help in that since it calculate through weekends and Labor Day and all other days that we all don’t like to wake up early. (more..)
    1 Comment Post Comment Tuesday 20.07.2010 by Saman W Jayasekara
  • A Simple ColdFusion Image Manager for TinyMCE
    I was listening to Ray Charles and coding on my blog application, trying to improve it a bit with beautifully developed tinyMCE Editor and realize I need a simple image manager to go with it. There is ColdFusion File Manager, a wonderful application with lot of functions, but I wanted something simpler, just images, if possible with thumbnails. I wrote simple bit of coding, with help of JQuery and here it is. (more..)
    19 Comments Post Comment Saturday 26.06.2010 by Saman W Jayasekara
  • IE Max-Height and Overflow:auto Hack Using JQuery
    I use JQuery on everything, on my coffee, on my bread and even to fix IE. I was posting FCBKcomplete ColdFusion wrapper few hours ago and I notice my code coloring box acting really wired inside IE. FireFox fine. Chrome is beautiful. I use max-height:500px; overflow:auto; white-space:nowrap; and all I wanted was, if my code box contents height is more than 500px, then display the scroll bar, if not, just dont do anything to my height. But it is absolutely too much for IE. (more..)
    0 Comment Post Comment Wednesday 02.06.2010 by Saman W Jayasekara
  • A Facebook-Like List auto complete Using FCBKcomplete, JQuery and Coldfusion
    FCBKcomplete is a JQuery based facebook-like AJAX capable auto complete input filed and it’s beautiful. Click here for the demo page. Click here to download. Emposha, the brilliant dude behind this neat piece of coding releases regular updates. So make sure to download the latest version. (more..)
    3 Comments Post Comment Wednesday 02.06.2010 by Saman W Jayasekara
  • A Simple JQuery TextArea MaxLength Function
    There are about 25,900 TextArea Maximum Length functions out there, Google said. I searched for a simple function that work on typing (Key Press) and on Copy and Paste, and able to use across the site without calling from each textarea. After few minutes of Googaling, I did not find any that fit my requirements, so here I put together a simple function You need JQuery to run this. (Download Here). (more..)
    13 Comments Post Comment Tuesday 18.05.2010 by Saman W Jayasekara
  • ColdFusion Error 500: Post Size Exceeds the Maximum Limit
    I was trying to upload large file, around 200 MB from my form to the server, and I received the error 500ROOT CAUSE: coldfusion.filter.RequestThrottleFilter$PostSizeLimitExceededException: Post Size exceeds the maximum limit.Not really nice of ColdFusion I thought, I wanted to upload large files. In ColdFusion “Maximum size of post data” set to 100 MB, which was large enough before HD video and all other use of large files comes to play. (more..)
    0 Comment Post Comment Tuesday 11.05.2010 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