Feeds:
Posts
Comments

Archive for the ‘programming’ 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 »

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 »

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

Read Full Post »

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

Read Full Post »

Adobe AIR

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

Read Full Post »

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

Read Full Post »

As I develop more and more ajax + div, sometimes the divs or the sample features work fine in the author websites but do not behave well in the local development. It seems the html header is very important to follow in order for the features to work. Trying to understand HTML standards another time..
For [...]

Read Full Post »

I could download the script from script.aculo.us and create a slider to make it into red timeline which you can scroll from left to right or vice versa. Interesting, that is what I want for tomorrow.
Include this in header:
<head><title>Text effects tests</title>
<script type=”text/javascript” src=”../../lib/prototype.js”></script>
<script type=”text/javascript” src=”../../src/scriptaculous.js”></script>
</head>
 

Include this in body:
<div id=”track1″ style=”width:100%;height:5px;position:absolute;”>
<div id=”handle1″ style=”width:5px;height:1000px;background-color:#f00;cursor:pointer”> </div>
</div>
Include this in [...]

Read Full Post »

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

Read Full Post »

Older Posts »