Feeds:
Posts
Comments

Archive for the ‘ajax’ Category

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 »

It appears that rounded corners used in curvycorners causing memory leak. Sometimes increase by 1MB per click. Now trying to figure out solution for IE7.
Url: http://www.curvycorners.net/
Url: http://msdn.microsoft.com/en-us/library/bb250413.aspx
Url: http://www.nutrocker.co.uk/corners.html

Read Full Post »

Javascript Closures for Ajax

Url: http://swik.net/Ajax/Ajax-Development-Gotchas
Url: http://www.softwaresecretweapons.com/jspwiki/javascriptrefactoringforsaferfasterbetterajax
Url: http://livollmers.net/index.php/2005/12/14/using-closures-to-support-object-oriented-ajax/
Url: http://ajaxian.com/archives/javascript-closures-for-object-oriented-ajax
Url: http://blog.stchur.com/2007/05/16/ie-innerhtml-memory-leak/
Url: http://blog.morrisjohns.com/javascript_closures_for_dummies.html
Url: http://jibbering.com/faq/faq_notes/closures.html

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 »

Was looking for multi selectbox using jquery. If with autocomplete, will be good.
Url: http://abeautifulsite.net/notebook.php?article=62
Url: http://jquery.bassistance.de/autocomplete/demo/
Url: http://devthought.com/wp-content/articles/autocompletelist/test.html

Read Full Post »

 I believe we need to do further research on IE Leak Patterns and it is possible to improve the way of js coding for httprequest?
 Url: http://ajax-prototype.blogspot.com/2006/06/ie-ajax-memory-leak.html
Url: http://msdn.microsoft.com/en-us/library/bb250448.aspx
Url: http://siteexperts.spaces.live.com/Blog/cns!1pNcL8JwTfkkjv4gg6LkVCpw!338.entry
Url: http://www.developer.com/lang/jscript/article.php/3660546
Url: http://jibbering.com/faq/faq_notes/closures.html#clMem

Read Full Post »

Older Posts »