Feeds:
Posts
Comments

Archive for the ‘coldfusion’ Category

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 [...]

Read Full Post »

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) [...]

Read Full Post »

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 [...]

Read Full Post »

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 [...]

Read Full Post »

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 [...]

Read Full Post »

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 [...]

Read Full Post »

Url: http://cjordan.us/index.cfm/AjaxCFC

Read Full Post »

AJAX /DIV Findings

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 [...]

Read Full Post »

Progress Meter

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

Read Full Post »

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/

Read Full Post »

Older Posts »