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 ‘programming’ 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) [...]
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 [...]
Iframe Injection Attack!!!
Posted in programming, tagged iframe injection on June 8, 2009 | Leave a Comment »
I am trying to compile a list of steps to prevent iframe injection attacks. Hopefully, we are able to stop the problem coming back to us.
Develop a scheduler to scan for iframe injection and run daily to check and email to us
Download / open all the files and scan for iframe injection and take them [...]
Aptana Studio – Javascript HTML Editor
Posted in programming, tagged aptana on March 16, 2009 | 3 Comments »
Cool… javascript editor… looking for coldfusion plugin…
Url: http://www.aptana.com/docs/index.php/Main_Page
Url: http://coldfusion.sys-con.com/node/317564
Url: http://support.aptana.com/asap/browse/STU-284
Adobe AIR
Posted in programming, tagged adobe air on March 16, 2009 | Leave a Comment »
Heard about it but never used it before. My company is into ajax since last year so it involves HTML and alot deal of javascript + coldfusion. Now researching if Air can help with our javascript development?
AIR stands for Adobe Integrated Runtime.
Steps:
Download and install AIR runtime
http://labs.adobe.com/downloads/air.html
AIR application requires application.xml to run the HTML or flash
http://www.senocular.com/air/tutorials/air101/
Download [...]
Tooltip from Javascript to jQuery?!?!?
Posted in ajax, programming, tagged jquery, tooltip on November 27, 2008 | Leave a Comment »
Most of the time I use title to display description text but it does not support html like bold and break. DHTML script fixed tooltip from dynamic drive website works fine but it has problems detecting the position when the div is scrollable. Another one is overlib but it seems to be bit complicated. I [...]
A memory leak detector for Internet Explorer
Posted in ajax, programming, tagged memory leak on November 21, 2008 | Leave a Comment »
Trying Drip, a memory leak detector for IE
Url: http://outofhanwell.com/ieleak/index.php?title=Main_Page
Url: http://www.quirksmode.org/blog/archives/2005/10/how_do_i_create.html
Url: https://ieleak.svn.sourceforge.net/svnroot/ieleak/trunk/drip/docs/index.html
Url: http://www.codeproject.com/KB/scripting/leakpatterns.aspx