![]() |
2010-01-04
, 15:29
|
|
Posts: 1,217 |
Thanked: 446 times |
Joined on Oct 2009
@ Bedfordshire, UK
|
#61
|
![]() |
2010-01-06
, 00:30
|
Posts: 14 |
Thanked: 28 times |
Joined on Nov 2009
@ Helsinki
|
#62
|
Qt provides the possibility to create hybrid application, you can take a look at e.g. http://qt.nokia.com/forms/whitepaper...tepaper-hybrid
![]() |
2010-01-06
, 05:44
|
Posts: 25 |
Thanked: 22 times |
Joined on Dec 2009
|
#63
|
If you were to change that wording to sometimes differ I would agree however that is definately not the case with the Software Engineers that I work with.
The arguement above could actually be used to assert that scripting pool ought not to be allowed to develop as they are artistic not technical
![]() |
2010-01-06
, 09:35
|
|
Posts: 1,217 |
Thanked: 446 times |
Joined on Oct 2009
@ Bedfordshire, UK
|
#64
|
I am talking about the groups in aggregate, not every single case. In technical terms, my experience suggests that, for example, AVG(c.technicalSkill) > AVG(j.technicalSkill) and AVG(c.usableInterfaceSkill) < AVG(j.usableInterfaceSkill), where c = all C (or lower-level) programmers and j = all Javascript (or higher-level) programmers.
That's grossly oversimplifying, and I don't believe all the differences can be stated that simply, but anecdotally there are substantial differences.
If you've ever used software developed by electrical engineers, you'll immediately understand the kind of difference in skills that I'm talking about...
I certainly wouldn't trust your average Javascript developer to write a decent OS kernel, any more than I would trust your average C developer to write a decent webmail application. That's not to say that one can't learn how to do the job of the other well, but it takes much more than just knowing how to do a thing in theory before you can do that thing well.
![]() |
2010-01-13
, 20:59
|
|
Posts: 3,105 |
Thanked: 11,088 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#65
|
![]() |
2010-01-13
, 21:25
|
|
Posts: 3,105 |
Thanked: 11,088 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#66
|
![]() |
2010-01-13
, 23:41
|
Posts: 4 |
Thanked: 8 times |
Joined on Jan 2010
@ Mountain View
|
#67
|
What about using common js libraries (ie. jquery). Will you need to have it a part of your local "widget" or will there be some ones available system wide? I'd hate to have 5 widgets all using a common library and each having to load its own copy of a single library.
The Following User Says Thank You to rajeshlal For This Useful Post: | ||
![]() |
2010-01-13
, 23:43
|
Posts: 4 |
Thanked: 8 times |
Joined on Jan 2010
@ Mountain View
|
#68
|
![]() |
2010-01-13
, 23:46
|
Posts: 4 |
Thanked: 8 times |
Joined on Jan 2010
@ Mountain View
|
#69
|
Will flash be supported in the n900 web runtime?
If not, will a js interface to phonon or similar be provided for multimedia capabilities?
This would be preferable anyway, and would be the only way such apps could work on s60 I imagine.
Any timeframe for when this will become available for Maemo5?
![]() |
2010-01-13
, 23:49
|
Posts: 4 |
Thanked: 8 times |
Joined on Jan 2010
@ Mountain View
|
#70
|
Thanks for the info qgil
Will it be possible to disable same-domain restrictions in web runtime apps? i.e. will it be possible to perform AJAX calls to external domains from within a web runtime app.
Still really curious about multimedia access from web runtime, what (if any) will be the preferred way to play audio/video?
Is there any documentation available for this that isn't a slideshow?