All | Platform and tools | Voice of developers | Training
Andrew Knight shares technical tips about debugging your Nokia Series 40 web apps. Using the Nokia Web Tools development environment, Andrew gives you a quick and informative look at how to debug web apps on Nokia Series 40 phones, including the new Asha range.
In this Series 40 web app training module, based around a BBC Reader app, your will learn how to use the features of the Nokia Web Tools to debug you web apps.
In this Series 40 web app training module based around a BBC Reader app, you will learn how to implement error handling in your web app effectively and efficiently.
In this Series 40 web app training module based around a BBC Reader app, you will learn how to use the console to assist with your web app development.
In this Series 40 web app training module based around a BBC Reader app, you will learn how to use JavaScript templating to create HTML.
In this Series 40 web app training module based around a BBC Reader app, you will learn the techniques that can be used to open and display the details from a web article.
In this first steps training module get started with a Series 40 web app by creating a button that triggers an action. The module introduces the MWL library APIs for showing and hiding elements on page.
In this first steps training module learn how application state (in this case, the value of the counter) can be retained on the Series 40 web app Proxy Server. The client never knows the actual value of the counter, receiving updates to its HTML only.
In this first steps training module you will see how to implement “screens” or “pages” in a web app and navigate between them. No server communication takes place – the application runs entirely on the client.
In this first steps training module you will discover how to animate elements on your pages by changing their positions and implement an effect to transition between web app pages.
In this first steps training module learn how to use Ajax to communicate with other servers from your web app. You will use jQuery and geolocate service to explore the use of Ajax and observe the behaviour of web app in Local and Cloud Preview from the Nokia Web Tools.
This getting started video provides you with the essential information needed to use Nokia Web Tools to create, edit, preview, package, and deploy a Series 40 web app. This video complements the getting started guide document available from Web Developer Channel and has been updated for Nokia Web Tools 1.5.
In this how-to video, Andrew Knight from the Nokia development team shows you how to code a Series 40 web app to use geolocation services and maps. You will see how to create a project in the Nokia Web Tools, code the basic container for displaying a map, obtain latitude and longitude from the geolocation API, use that information to obtain a map image for Nokia Maps, and display it in your app.
Andrew Knight, from the Nokia development team, shares technical tips on creating page animations for Series 40 web apps. Using the Nokia Web Tools development environment, Andrew provides a quick and informative look at implementing the options available to you when developing for Nokia Series 40 phones, including the new Asha range.
Andrew Knight shares technical tips about localizing your Series 40 web apps. Using the Nokia Web Tools development environment, Andrew gives you a quick and informative look at how to develop web apps that can be localized for different languages on Series 40 phones, including the new Asha range.
Mohammed Diab discusses the success of his new application, I'm Feeling...!, which fetches your friends status from social networks and tries to classify them into specific categories. Mohammed states that in the future the app will support different languages, as well as different platforms.
Independent developer James Mwai talks about his experience developing for the Series 40 platform using Nokia Web Tools. Mwai's application, AroundMe, was the Grand Prize winner for Create For Millions: In the Know.
Girish Gaitonde, CEO and founder, and Aaron Benjamin, senior product manager, of Xoriant Solutions Ltd, talk about the opportunities created by Series 40 web apps and Nokia Web Tools. Xoriant has created a web app that enables mobile users to access the content of Wikipedia.
GaoFei Wang, vice president, and Zheng Wei, technical manager, of Sina Wireless talk about the opportunities created by Series 40 web apps and Nokia Web Tools. Sina has delivered Sina News as a Series 40 web app to provide domestic and international news to consumers in China.
Edi Taslim, business general manager, and Roy Nainggaolan, mobile systems and development, of PT. Kompas Cyber Media talk about the opportunities created by Series 40 web apps and Nokia Web Tools. Kompas has delivered a web app that enables mobile users to access the news content of the Kompas.com website.
Arthur Surya, director of KapanLagi.com, talks about the opportunities created by Series 40 web apps and Nokia Web Tools. KapanLagi.com has delivered a web app that enables mobile users to access the entertainment news content of the KapanLagi.com website.
Manish Malik, general manager, and Noaman Kazi, product manager, of Hungama Digital Media Entertainment Pvt. Ltd, talk about the opportunities created by Series 40 web apps and Nokia Web Tools. Bollywood Hungama has created a web app that enables mobile users to keep up-to-date with the latest Bollywood film and star news.
Houman Forood, Senior Product Marketing Manager at Nokia provides an update on the Series 40 web app development platform, which was launched in April 2011. In this video, Houman walks you through the basics of Series 40 web apps, the advances since launch, and the steps you take to get started.
Houman Forood, Senior Product Marketing Manager at Nokia continues to discuss the new features in the recently released Nokia Web Tools 1.5 and updated web apps capabilities in Nokia Browser for Series 40.
Houman Forood, Senior Product Marketing Manager at Nokia provides a guide to the UI improvements that have been introduced in the latest Series 40 web apps environment. You will see many improvements since the initial release.
Houman Forood, senior product marketing manager at Nokia, provides an overview to Series 40 web apps. Representatives from Hungama Digital Media Entertainment Pvt. Ltd, PT. Kompas Cyber Media, KapanLagi.com, Sina Wireless, and Xoriant Solutions Ltd provide feedback on their experiences with Ovi Browser, Series 40 web apps and Nokia Web Tools.
Andrew Knight shares technical tips about debugging your Nokia Series 40 web apps. Using the Nokia Web Tools development environment, Andrew gives you a quick and informative look at how to debug web apps on Nokia Series 40 phones, including the new Asha range.
In this Series 40 web app training module, based around a BBC Reader app, you will learn how to use the features of the Nokia Web Tools to debug your web apps. Download the source code used in this module here.
In this Series 40 web app training module based around a BBC Reader app, you will learn how to implement error handling in your web app effectively and efficiently. Download the source code used in this module here.
In this Series 40 web app training module based around a BBC Reader app, you will learn how to use the console to assist with your web app development. Download the source code used in this module here.
In this Series 40 web app training module based around a BBC Reader app, you will learn how to use JavaScript templating to create HTML. Download the source code used in this module here.
In this Series 40 web app training module based around a BBC Reader app, you will learn the techniques that can be used to open and display the details from a web article. Download the source code used in this module here.
In this first steps training module get started with a Series 40 web app by creating a button that triggers an action. The module introduces the MWL library APIs for showing and hiding elements on page. Download the source code used in this module here.
In this first steps training module learn how application state (in this case, the value of the counter) can be retained on the Series 40 web app Proxy Server. The client never knows the actual value of the counter, receiving updates to its HTML only. This show how intensive computation and large amounts of data can be processed by the server, while the client receives small updates, saving battery and bandwidth. Download the source code used in this module here.
In this first steps training module you will see how to implement “screens” or “pages” in a web app and navigate between them. No server communication takes place – the application runs entirely on the client. Download the source code used in this module here.
In this first steps training module you will discover how to animate elements on your pages by changing their positions and implement an effect to transition between web app pages. Download the source code used in this module here.
In this first steps training module learn how to use Ajax to communicate with other servers from your web app. You will use jQuery and geolocate service to explore the use of Ajax and observe the behaviour of web app in Local and Cloud Preview from the Nokia Web Tools. Download the source code used in this module here.
This getting started video provides you with the essential information needed to use Nokia Web Tools to create, edit, preview, package, and deploy a Series 40 web app. This video complements the getting started guide document available from Web Developer Channel and has been updated for Nokia Web Tools 1.5.
In this how-to video, Andrew Knight from the Nokia development team shows you how to code a Series 40 web app to use geolocation services and maps. You will see how to create a project in the Nokia Web Tools, code the basic container for displaying a map, obtain latitude and longitude from the geolocation API, use that information to obtain a map image for Nokia Maps, and display it in your app. After watching this guide, you will be able to add rich map features to your web apps for Series 40 phones, such as those from the Asha range.
Andrew Knight, from the Nokia development team, shares technical tips on creating page animations for Series 40 web apps. Using the Nokia Web Tools development environment, Andrew provides a quick and informative look at implementing the options available to you when developing for Nokia Series 40 phones, including the new Asha range.
Andrew Knight shares technical tips about localizing your Series 40 web apps. Using the Nokia Web Tools development environment, Andrew gives you a quick and informative look at how to develop web apps that can be localized for different languages on Series 40 phones, including the new Asha range.
Mohammed Diab discusses the success of his new application, I'm Feeling...!, which fetches your friends status from social networks and tries to classify them into specific categories. Mohammed states that in the future the app will support different languages, as well as different platforms. His best piece of advice for aspiring developers is, 'If you have an idea, go for it'.
Independent developer James Mwai talks about his experience developing for the Series 40 platform using Nokia Web Tools. Mwai's application, AroundMe, was the Grand Prize winner for Create For Millions: In the Know. The application helps users find businesses and services, wherever they're located.
Girish Gaitonde, CEO and founder, and Aaron Benjamin, senior product manager, of Xoriant Solutions Ltd, talk about the opportunities created by Series 40 web apps and Nokia Web Tools. Xoriant has created a web app that enables mobile users to access the content of Wikipedia.
GaoFei Wang, vice president, and Zheng Wei, technical manager, of Sina Wireless talk about the opportunities created by Series 40 web apps and Nokia Web Tools. Sina has delivered Sina News as a Series 40 web app to provide domestic and international news to consumers in China.
Edi Taslim, business general manager, and Roy Nainggaolan, mobile systems and development, of PT. Kompas Cyber Media talk about the opportunities created by Series 40 web apps and Nokia Web Tools. Kompas has delivered a web app that enables mobile users to access the news content of the Kompas.com website.
Arthur Surya, director of KapanLagi.com, talks about the opportunities created by Series 40 web apps and Nokia Web Tools. KapanLagi.com has delivered a web app that enables mobile users to access the entertainment news content of the KapanLagi.com website.
Manish Malik, general manager, and Noaman Kazi, product manager, of Hungama Digital Media Entertainment Pvt. Ltd, talk about the opportunities created by Series 40 web apps and Nokia Web Tools. Bollywood Hungama has created a web app that enables mobile users to keep up-to-date with the latest Bollywood film and star news.
Houman Forood, Senior Product Marketing Manager at Nokia provides an update on the Series 40 web app development platform, which was launched in April 2011. In this video, Houman walks you through the basics of Series 40 web apps, the advances since launch, and the steps you take to get started.
Houman Forood, Senior Product Marketing Manager at Nokia continues to discuss the new features in the recently released Nokia Web Tools 1.5 and updated web apps capabilities in Nokia Browser for Series 40. You can now take advantage of geolocation, native messaging, and other features to build rich applications using your web development skills.
Houman Forood, Senior Product Marketing Manager at Nokia provides a guide to the UI improvements that have been introduced in the latest Series 40 web apps environment. You will see many improvements since the initial release. Houman also explains that new UI guidelines are available to assist you in designing web apps for Nokia Series 40 phones.
Houman Forood, senior product marketing manager at Nokia, provides an overview to Series 40 web apps. Representatives from Hungama Digital Media Entertainment Pvt. Ltd, PT. Kompas Cyber Media, KapanLagi.com, Sina Wireless, and Xoriant Solutions Ltd provide feedback on their experiences with Ovi Browser, Series 40 web apps and Nokia Web Tools.