JIbu
Member since May 28, 2010
- Profile: /members/6118-jibu.htm
- URL: http://jibuas.com
- Comments: 4
Recent Blog Comments By JIbu
-
Creating Base64-Encoded Data URLs For Images In ColdFusion
Posted on Apr 12, 2014 at 3:33 AM
@JIbu, How to solve this ?... read more »
-
Creating Base64-Encoded Data URLs For Images In ColdFusion
Posted on Apr 11, 2014 at 2:51 AM
transparent PNG image transfer to base64 shows black background color. http://prntscr.com/38xc6h My code newFilePath='D:\www\dev\busimg/myimage.png'; img = imageNew(newFilePath); baseimg=toBase64(img); WriteOutput('<img src="data:image/*;base64,' & baseimg & '" />');... read more »
-
Using Session Timeout And CreateTimeSpan() - Subtle Caveat
Posted on Jun 21, 2011 at 9:17 AM
I have website with a mailinglist admin login /maillist/admin/ and another login for same site in /secure/ If i put an application.cfc in /maillist/admin/ folder with the same application name and a longer timeout, would that work to allow it to share session variables with the /secure/ programs, ... read more »
-
Creating Web Site Thumbnails Using ColdFusion And WebShot v.1
Posted on May 28, 2010 at 7:05 AM
i got an error : Output location [ ... ] Browser width [800] Browser height [600] Image quality: [100] Navigating web browser [ http://www.mySitename.com ] Error: Server not responding, cannot navigate to page Stopping web browser Navigation complete File download window blocked Web browser closed ... read more »