> From: Feed > > Thanks Ian, it seem to be working perfectly. I just have one more > question: isn't there a big performance impact using this > piece of code? It looks like the page it taking a while do > load, but I guess you have to choose between the time the > page takes to load and the time you take to do everything > manually.. am I right?
You can make it go faster. Try the second example from my previous message - it should be a little faster. You can even make it quite a bit faster than that with slightly different code - but first I'd verify whether this function is actually what's slowing down your page. The Firebug profiler is a great tool for checking that. -Mike