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 [...]
Archive for the ‘ajax’ Category
Coldfusion Ajax Programming (cfform, bind)
Posted in ajax, coldfusion, tagged cfajaxproxy, cfform, dateField on May 7, 2009 | 2 Comments »
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 [...]
Rounded Corners
Posted in ajax, design, javascript, tagged memory leak, rounded corners on March 12, 2009 | Leave a Comment »
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
Javascript Closures for Ajax
Posted in ajax, tagged closures on December 2, 2008 | Leave a Comment »
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
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
jQuery MultiSelect + Autocomplete
Posted in ajax, programming, tagged multiselect on November 18, 2008 | Leave a Comment »
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
New Problem Arising from Ajax Implemention – Memory Leak
Posted in ajax, programming, tagged memory leak on November 14, 2008 | Leave a Comment »
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