Finally, the cfdocument to print out all the mesages bug is fixed. Last time, the server was Coldfusion 7 so the print all was working. Then when upgraded to Coldfusion 8, it did not work because of
tag. I have replaced it with fake break that is <p></p>.
keke…
<!— EA 5 Aug 2009 – <br> cannot [...]
Archive for the ‘coldfusion’ Category
cfdocument java.io.IOException: Parsing problem occured during the rendering process of this document.
Posted in coldfusion, programming, tagged cfdocument, Parsing problem occured, rendering process on August 6, 2009 | 2 Comments »
Roles & Rights for Expanding System
Posted in coldfusion, programming, tagged roles and rights on July 28, 2009 | Leave a Comment »
With expanding system with more and more new modules and new functional and field filtering requirements, how can we manage the navigation and the view of the data? I am currently doing a research on this to get more depth.
What we have currently are:
- manage users
- manage roles which are broken down into navigation (module) [...]
cfx excel format cell problem for date format
Posted in coldfusion, sql, tagged cfx excel date format on July 8, 2009 | Leave a Comment »
I am still kicking alive… have been very busy with work and family to post here haiz..
Found great solution to my long term problem using cfx excel. Tried to format the date display so many times or make the format cell working till like failed! here’s the good solution at this url!
Solution:
1) Make sure the [...]
Remedy to Code Injection
Posted in coldfusion, programming on June 16, 2009 | 2 Comments »
My colleague managed to solve the code injection:
1. Set all the folders to read-only by editing its folder or file properties
2. Use remote connection to the server and remove readonly. Then overwrite the codes or upload the files. Then set back to read-only. (in this way, the hacker will not write into the files)
3. Run the scheduler [...]
Coldfusion Ajax Programming (cfform, bind)
Posted in ajax, coldfusion, tagged cfajaxproxy, cfform, dateField on May 7, 2009 | 2 Comments »
We use cfinput where by the type is datefield as a datepicker instead of some external javascript calendars. Faced growing problems using this but managed to overcome most of them except that it still does not overlap the form fields below it.
- Chrome cannot work –> solved by placing the cfform outside the table and add [...]
CFForm and Javascript not evaluating when using xmlhttprequest
Posted in ajax, coldfusion, tagged cfform, innerhtml, update on April 17, 2009 | Leave a Comment »
During all my working years with coldfusion, I have never dealt much with cfform because I thought it has been hard to integrate javascript functions. cfform is supposed to make our lives easier by generating the javascript that we may want.
Currently, the company is moving into cfform for more convenience. Some colleagues are happy to [...]
AjaxCfc + jQuery = branch of AjaxCfc
Posted in ajax, coldfusion, programming, tagged ajaxcfc, jquery on September 19, 2008 | Leave a Comment »
Url: http://cjordan.us/index.cfm/AjaxCFC
AJAX /DIV Findings
Posted in ajax, coldfusion, programming, tagged ajax on September 16, 2008 | 2 Comments »
My team and I were so busy revamping the project to use totally div layer and ajax like loading page, sending data and so on. There were hiccups and problems faced but the design looks visually better.
Here’re the mixed findings that we have found over the past few days regarding div, ajax and design.
—————————————————————————
AJAX /DIV [...]
Progress Meter
Posted in coldfusion, programming, tagged progress meter on August 15, 2008 | Leave a Comment »
How I wish there’s an open source for Progress Meter custom tag. Anyway, I found a simple method as in http://www.adobe.com/devnet/server_archive/articles/understanding_progress_meters_cf5.html which needs to wrap the processing codes inside the loop so that the progress meter will roll…
Url: http://www.adobe.com/devnet/server_archive/articles/understanding_progress_meters_cf5.html
JQuery Accordion & Dialog
Posted in ajax, coldfusion, programming, tagged accordion on August 14, 2008 | Leave a Comment »
Finally, I am going to use an accordion to display information for the project.
Url: http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-apple.htm
Url: http://dev.jquery.com/view/tags/ui/latest/demos/functional/#ui.draggable
Url: http://dev.jquery.com/view/trunk/plugins/accordion/demo/