roger's blog

Web Application Testing

The Web Standards Project is a grassroots coalition fighting for standards which ensure simple, affordable access to web technologies for all.

They have developed several test suites to test browsers compatibility to the w3c standards.

The most interesting JavaScript cross browser test suite is probably: http://code.google.com/p/js-test-driver/

Using jslint within the build process is possible with http://code.google.com/p/jslint4java/

Some WebKit Hybrid Stuff

Yeah, two of my favorites (C++ and WebKit) become much closer!
QT's WebKit Hybrid Stuff gets more drive and users with their advanced examples!

Some WebKit Hybrid Stuff - So, for starters, we’ve now added a complete example of how to use a QWebView inside a C++ application, integrate it with native QObjects, and how to use that in the context of a real application.
In addtiion, there’s full documentation of the webkit hybrid development functionality, most of its options and sub-features, and architectural recommendations.
Also, for a more advanced/hacky example, check out the new Graphics Dojo example (Ariya would forgive me for hijacking his old playground repo) that shows how to use QtNetwork to perform custom rendering in C++ and use the result in HTML. This is a rather minimalistic example that shows you how to use HTML tags with a custom src URL, and how to deal with the mechanics of handling that URL and passing back image data that would be meaningful to WebKit. This is something I’ve used in several occasions when the rendering options in HTML weren’t flexible enough and I wasn’t to delegate it to C++.
Hope you find this useful,
No’am
Links:
http://doc.qt.nokia.com/4.7-snapshot/webkit-imageanalyzer.html
http://doc.qt.nokia.com/4.7/qtwebkit-bridge.html
http://qt.gitorious.org/qt-labs/graphics-dojo/trees/master/url-rendering
[Planet HTML5]

However doing simple things like, exchange data between the browser and the OS stays as simple as it was over a year ago;-)

Syndicate content