Hi, I found these days on our trolltech internal ml some hints about what to avoid/use in Qt4.6 within webkit. Maybe interesting for rekonq's internal html sites like "home" or html-error pages.
Optimizations in HTML code running on top of QtWebkit: - use HTML5 canvas if possible - Keep things in one page, to avoid re-parsing of Javascript - show/hide elements instead of modifying the DOM - Use webkit animations if possible, they're native. - Try to use native function like document.querySelectorAll instead of high- level javascript frameworks - Don't be tempted to use vector graphics (like webkit rounded rectangles or SVG), always prefer static images. Cheers, Johannes On Tuesday 08 September 2009 02:52:55 Andrea Diamantini wrote: > During my last work trip, I had occasions to play a bit with css and > Javascript. > I also had a little course about. So, I started thinking about rekonq home > page. No, not rekonq website home page.. its "home", the url you load > pressing "home" button (or creating a new tab, thanks to Lindsay patch). > So this evening, from 21pm to now, I created this. It's a first draft of > rekonq new home page. > You can find it in the HomePage branch on gitorious. > Hope you like it :) > > Comments, hints, ideas are really welcome! > > Cheers, > _______________________________________________ rekonq mailing list [email protected] https://mail.kde.org/mailman/listinfo/rekonq
