Feeds:
Posts
Comments

Archive for November, 2008

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 »

My Baby Becomes a Toddler

My baby turned one year old last month but he has not started walking by himself fully yet… Heard that he managed to walk 3 steps from sofa to pram at mother in law house. When I tried to encourage him to walk toward me, he thought of playing with me by falling so that [...]

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 »

Ha… Because I was supposed to teach a bunch of kids Photoshop, I went to study my teacher’s materials notes and discovered digital scrapbooking keke… I had so much fun teaching my dear students today … more fun than teaching dreamweaver keke…
Okay back to scrapbooking, there’s a video tutoral on how to make scrapbook using [...]

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 »