> 1) slow - takes 13 seconds to parse my 109k yahoo > bookmark file. How can I speed up the function
I'd look at making use of the DOM that's already built in to IE - since the netscape bookmarks file is an HTML page, you should be able to loop through the elements, grabbing the information you want, without having to parse the file yourself. > 3) incorporate the menus into the dqsd menu instead of > having a separate menu popup I'd just make the bookmark parsing routines add the bookmarks as new "searches" that don't take any parameters. The way to do that, is to take advantage of the "addsearch" function, which is the first function in the file "loader.js" Actually, you might be better off with calling "addalias" instead. I didn't realize that the aliases made the menu (since I don't really use the menu much) Hope this helped somewhat. Greg ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ DQSD-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-devel
