Home » Page 3
  • Spelling Checker for ColdFusion with Jazzy
    Spelling checking is another function I wish ColdFusion supported out of the box. This Christmas day I took over the adventure of writing a spelling checker with pure ColdFusion, so it could even works in shared hosting environments, but gave up the journey in the middle of writing a bloom filter realizing I was taking a wrong way. Unlike other adventurous, I got discouraged by my first mistake and turn into Java. (more..)
    8 Comments Post Comment Wednesday 26.12.2012 by Saman W Jayasekara
  • Working With CSV Files in ColdFusion
    I been working on few applications that use CSV files quite heavily. I wish people will move into something more sensible like XML to transfer data, but CSV seems to have some magical qualities everybody seems to like. But ColdFusion do not have native function dedicated to dealing with CSV files. Option 1: have capacity to read a properly formatted CSV into a Query object and it is quite fast. It took 5 tick counts to read my CSV file of 700 rows and return as query. (more..)
    5 Comments Post Comment Friday 14.12.2012 by Saman W Jayasekara
  • CFPDF vs iText - A small battle for PDF manipulation with ColdFusion
    I had a task in hand this week, populate a PDF form with million(s) of records, save them, create books of 200 pages and send them to the printer. This is an ongoing daily process. So I had to fine tune everything like a fine car to run faster and not to hog up the server at the same time. Now this had unexpected consequences on me. This become my Heroin addiction without any euphoric benefits. I was not able to sleep. Drank coffee by the pints. Read half of the internet. Almost. (more..)
    6 Comments Post Comment Thursday 13.12.2012 by Saman W Jayasekara
  • The Most Simplified Regular Expression Tutorial In The World
    When I was new to programming, "regular expressions" is something that intimidated me for quite some time. All those squiggly lines, slashes, and brackets made me fallen in love with it. It was lengthy and comprehensive regular expression tutorials that scared me. Regular expressions are like Italian cooking. You start with a few essential ingredients, but you can mix them up in a correct order to create a complex dish. (more..)
    5 Comments Post Comment Thursday 11.10.2012 by Saman W Jayasekara
  • ColdFusion File Manager for TinyMCE
    In the latest version of TeaPot blog application I added an complete file manager function to the TinyMCE interface. Here I tried to pull that function out as an individual module so we can use it on other things. Previously I wrote ImageManager for TinyMCE/CKEditor which is quite simple and straight forward, but this version is bit more comprehensive.  This File Manager help you browse through user's files, upload new files, create folders and keep them organized. (more..)
    58 Comments Post Comment Wednesday 19.09.2012 by Saman W Jayasekara
  • ImageFlip - Simple JQuery Mobile Image Gallery Plugin
    I been working on mobile version for the TeaPot blog application this weekend and realized I'm in a need of a mobile image gallery interface to go with the in-build TeaPot image gallery function. There are few good mobile Image gallery functions out there but I'm terribly infected with the habit of enjoy coding, so I created another one. I don't think one extra JQuery Mobile Image Gallery would do any harm to the humanity. (more..)
    44 Comments Post Comment Monday 17.09.2012 by Saman W Jayasekara
  • Code 128 Barcode string encode with ColdFusion
    There are multiple ways to generate Code 128 barcodes. Barcode4j and Barbecue are two wonderful java projects that we can use with ColdFusion; both of them generate barcode that can be saved as image files. Code 128 barcode also can be draw using a Code 128 barcode font. They are not that dificult to find, even free Code 128 barcode fonts. I guess different situations favor font over images or vise versa. But I been working on an InDesign server project, I choose to go with Code 128 font. (more..)
    10 Comments Post Comment Monday 30.07.2012 by Saman W Jayasekara
  • Image Trim with ColdFusion
    I was working on QR barcode using Zxing and the barcode generated by Zxing tend to give extra white spaces on some barcodes but my designer wanted trimmed image without extra white space around. ColdFusion does not have an image trim function, so I put together a small function to trim background of an image. This function takes two arguments. Image (required) This can take ColdFusion image object or path to an image file. (more..)
    2 Comments Post Comment Thursday 14.06.2012 by Saman W Jayasekara
  • Solved – Dreamweaver [The following Translators were not loaded due to errors]
    Dreamweaver have a habit of throwing annoying pop-up error messages when you tries to start your days work at morning and this morning it throw at me an complete paragraph:The following translators were not loaded due to errors: ICEregions.htm: had configuration information that is invalid. XSLT Transform.htm: has configuration information that is invalid. Most of Dreamweaver errors cause by its file cache system. (more..)
    80 Comments Post Comment Friday 16.03.2012 by Saman W Jayasekara
  • DNSPark DDNS update with ColdFusion
    This website is hosted in a server that laying under my TV stand for past couple of years. I blogged about my initial setup, even though the setup have improved a bit since then, I still use DNSPark.com to host my DNS records. With having a Dynamic IP, occasionally my IP address changes. Since I have not running any DDNS update client in my server as any other normal person would do, I had to update new IP address directly in DNSPark.com admin interface. (more..)
    0 Comment Post Comment Tuesday 13.03.2012 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