Web - Community
Most active public projects
MeeBible
- MeeBible is a Bible reader for MeeGo platform
Read more ›
WhereAmI
- A simple hybrid application example demonstrating the use of HTML5 Geolocation API. The example is implemented with Qt Quick for Symbian and with Silverlight for Windows Phone, and demonstrates also the use of Nokia Maps JavaScript APIs.
Read more ›
Discussion boards
-
Re: Launcher App / UID questions
-
Discussion
by isalento
28 November 2011
-
2) UID is expected to remain unchanged within the platform. In other words, an app should have the same UID across all Symbian^3 devices. Ovi store uses UID as one of parameters, to detect if there is a update to app, so different versions are likely to have same UID.
-
Bondi/Bondi porting expertise?
-
Discussion
by hamishwillee
28 November 2011
-
Hi There are a number of documents in the wiki that demonstrate aspects of using Bondi with Symbian Web Runtime. These are all broken in some way because bondi resources have moved over the last couple of years, and some may no longer be available Is there anyone in the community with expertise who could look and these and update some or all of these.
-
Re: Launcher App / UID questions
-
Discussion
by isalento
27 November 2011
-
Hi Ludger, 1) You could try filtering by using UserInstalledPackage criteria Br, Ilkka
-
Launcher App / UID questions
-
Discussion
by lorion84
26 November 2011
-
Hi, I'm developing a launcher-style application. I now have some questions about the return value of so.IAppManager.GetList(criteria). I get the following result (abridgment): Code: CAPTION | UID | SHORTCAPTION Custom Dictionary|0x2002bc8a|Custom Dictionary MCSInstaller|0x2002abde|MCSInstaller Communicator|0x2002b425|Communicator MCSAppServer|0x2002abe2|MCSAppServer MCSStartupClient|0x2002abda|MCSStartupClient mcsContacts|0x2002abdc|mcsContacts McsConfiguration|0x2002abdd|McsConfiguration Commun...
-
Re: Network Permission
-
Discussion
by fonurr
24 November 2011
-
"window.onoffline = function(){...}" works like magic, thank you!
View more »
Wiki articles
-
Create a WRT podcast application using the Guarana API
-
Wiki
by hamishwillee
10 May 2012
-
In this article you will learn how to create a WRT 1.0 compatible podcast player application that loads XML formatted RSS feed data and MP3 podcasts. You will learn about using Nokia’s Guarana API JavaScript framework to create WRT application interfaces, how to use the jQuery framework to conveniently load and parse RSS feeds, and how to manage sound downloads in the WRT environment.
-
Widgets Usability
-
Wiki
by hamishwillee
09 May 2012
-
ArticleCreated: naresh99 (20 Jun 2009)Last edited: hamishwillee (09 May 2012) The widget is used to refer to either the graphic component or its controlling program or to refer to the combination of both.
-
Typography in Mobile Devices
-
Wiki
by hamishwillee
09 May 2012
-
ArticleCreated: User:Aadhar14b (19 Oct 2009)Last edited: hamishwillee (09 May 2012) Original article published at Little Spring Design Web site under Attibuttion 3.0 Mobile typography is about the selection and use of all the type elements within the design.
-
Designing appealing mobile web pages
-
Wiki
by hamishwillee
09 May 2012
-
ArticleCreated: jaaura (28 Jun 2009)Last edited: hamishwillee (09 May 2012) 12 Jul2009 Designing effective web pages for mobile is challenging because of the slow and often costly Internet connections and varying device screen sizes.
View more »
Blogs
-
Dynamic backgrounds without artifacts
-
Blog
by simonmadine
03 May 2012
-
This is the second part of the post on the City Pages header images. If you want to read more about background-size:cover, start there. Now you have your large, dynamically scaling image, it's time to make it better.
-
Little Touches - Left Click
-
Blog
by simonmadine
12 April 2012
-
One of the most fulfilling aspects of web development is being able to add nice little touches that most people wouldn't even notice. These are the kind of things that web devs put in for professional pride and knowledge of a job well done.
-
Reliable Image Replacement
-
Blog
by simonmadine
05 April 2012
-
Web developers hardly have to deal with network-related issues. Most of the time the resources they have to deal with are completely under their control: images are served from a directory in the web server where the web site is hosted and perhaps cached by a content delivery network.