Nokia представи необичайното зарядно устройство Charging Plate DT-600

Nokia не само пуска мобилни телефони и смартфони, physician но също така работи и над създаването на допълнителни аксесоари за тях. Например, в асортимента на компанията присъства нетбукът Booklet 3G, а сега компанията представя на нашето внимание и едно необичайно зарядно устройство с наименованието Charging Plate DT-600.

Тук е моментът да споменем, че това не е първият опит на компанията с подобни аксесоари. Още през юни месец, тя представи своята алтернатива на зарядно устройство Nokia Bicycle Charger Kit, състоящо се от електрогенератор, който се прикрепва към една от гумите на велосипеда и заряден модул със стандартен 2-милиметров конектор. Що се касае до Charging Plate DT-600, то това е апарат предназначен за зареждането на едновременно до пет устройства.

Аксесоарът представлява малка площ, на която може с лекота да се поставят няколко зареждащи се джаджи. В страничната част на тази площ присъстват три кабела в ъглите: два със стандартен 2-милиметров конектор и един с microUSB. В четвъртия ъгъл се намира сменяем кабел, който се включва към един от двата присъстващи в Charging Plate DT-600 порта USB.

В комплекта на устройството присъства преходник за mini-USB, който е за телефоните на LG, Sony Ericsson и два за устройствата на Samsung. Вторият порт USB, потребителят може да използва по свое усмотрение, например за зареждането на портативен плейър или друго съвместимо устройство. Първата публична демонстрация на Charging Plate DT-600 е била проведена на мероприятието Nokia World в Лондон. За размера на цената и датата на официалното представяне на аксесоара от Nokia все още нищо не се знае.

Improving the Map App Developer Experience

Since we released the Bing Map App SDK publicly in June, here thousands of developers around the world have downloaded it and many have provided us with feedback on their experiences. One of the most frequent comments was that the debugging and testing aspect was, treat well, cumbersome. As a company that prides itself in its developer tools and its ability to make a developer’s job easier, we felt—no, we knew—we could do better.

I am excited to announce the culmination of work based on your feedback: support for one-click debugging of map apps from Visual Studio (aka “F5 debugging”). But wait, there’s more: we’ve also streamlined the entire developer workflow, improving the user interface for the Map App Test Tool and Bing Maps Account Center so you can take the output of your build and submit it directly to our tools and portal without any intermediate steps. These improvements significantly increase developer productivity; what used to take dozens of clicks to complete can now be done in just one. And they’re now available as part of the updated Bing Map App SDK (registration required with Microsoft Connect).

At the core of this update is a new version of the Bing Map App template, the “starter project” for creating your map app (from the File menu, click New, then Project…, and then look under Visual C# Silverlight). Unlike the previous SDK release, the template now packages your map app into a special XAP archive, which can be passed directly to the Map App Test Tool via a permalink or the user interface. This archive contains your map app binaries, along with the metadata and icon necessary to create your card in the map app gallery.

This new template also creates a companion web project, which is automatically added to your solution. Don’t fear—you don’t need to write any more code to make it work—it’s configured out-of-the-box for the project you just created. When you press F5 to start debugging, the web project launches the Visual Studio Development Web server to host your XAP locally. It then launches your default browser under a debugger with a permalink that tells the Map App Test Tool to load your map app from your local machine, and voil?, your map app is now running on Bing Maps under a debugger! (Note: this feature only loads map apps from your local machine.)

Once you’ve tested your app and are ready to share it with the world, head over to the Bing Maps Account Center to submit it for review. On the Submit a map app page, simply select the Custom map app XAP option, select your XAP from your build output directory (make sure to submit only Release builds!), accept the submission addendum, and click Submit.

You’ll be prompted to confirm the metadata associated with your map app; this is read directly from the metadata.xml file included in your project (see prior screenshot for a sample). If you wish to make any changes, simply edit the file in Visual Studio and rebuild your XAP. You can also preview what your card will look like by opening the gallery after pressing F5. When you need to update your map app (including any of its metadata), just follow the same process and upload your new XAP.

We’ve also incorporated the Coin Search sample into the SDK, and updated both samples to support the new one-click debugging functionality. We hope you find these changes provide a significant efficiency gain in your workflow, and let you focus more on building great map experiences. If you have any questions on this new feature, such as how to migrate your existing map app projects to use it, head on over to the Map App Development forum for help. More importantly, please keep the feedback coming!