I am looking for one. You can reach me at firstname lastname @ nokia dot com I don't work for Nokia anymore
Read more »
Planet maemo: category "feed:cc35fcfb243ed70d2d823877ffe6965b"
Some might have already noticed the "launch" of the Qt Web Runtime. What is Qt Web Runtime? Simply put Qt Web Runtime provides a runtime environment for web applications, applications written using HTML/CSS/Javascript.
A question which I get often is - what are web applications and how do they differ from just pointing browser at web pages or saving web links as application shortcuts and launching them in a browser (very much like native installed applications) ? Web Application working group is a good place to start.
Web Browser consist basically of 2 parts (simplified).
If you are a web developer and own a N900 , you can take the QtWeb Runtime for a ride. It is now available from maemo extras repositories . Writing a W3C complaint widget should be relatively straight forward (Just follow the above w3c specs). You can also find some simple examples in the source code.Code is available here. Developers can discuss and provide feedback at Qt Web Runtime Forum. Remember, this is work in progress !
A question which I get often is - what are web applications and how do they differ from just pointing browser at web pages or saving web links as application shortcuts and launching them in a browser (very much like native installed applications) ? Web Application working group is a good place to start.
Web Browser consist basically of 2 parts (simplified).
- Browser application/framework (UI /chrome, process model, extensions, settings etc) and
- Web Rendering engine. This is the part which does much of the work, like fetching web pages, rendering them, running javascript etc. This is the part which implements the various W3C specifications and standards
- Widely deployed, understood and mature web technologies html/css/javascript. (enables rich client side applications to be written by web developers)
- Emerging W3C specifications e.g Widget Specifications which provide the foundations for (hopefully) a standardized environment for web application developers in crucial areas missing from the web browser paradigm like widget API, packaging & configuration, digital signing, view modes among many others.
- Provides an execution and deployment mechanism (e.g how web applications are installed, executed, transition between various view modes, integration to platform UX/chrome etc)
- Rich API's comparable to native application developers enabling the use of e.g sensors, runtime info, calender, file system (among many others) etc while developing rich web applications.
If you are a web developer and own a N900 , you can take the QtWeb Runtime for a ride. It is now available from maemo extras repositories . Writing a W3C complaint widget should be relatively straight forward (Just follow the above w3c specs). You can also find some simple examples in the source code.Code is available here. Developers can discuss and provide feedback at Qt Web Runtime Forum. Remember, this is work in progress !
I am looking to hire (permanent position) a talented web developer. He/She need to be proficient in
- HTML (4/5), Javascript, AJAX, CSS (2/3)
- Javascript UI & Animation frameworks like dojo, jQuery, script.aculo.us or similar