background preloader

Nokia Developer - Your idea. Our tools.

Nokia Developer - Your idea. Our tools.

How do our favorite tech companies make money? JavaScript API for Office MPP Viewer Download source files - 130.55 KB Introduction MPP Viewer is a simple viewer for Microsoft Project files. It allows you to perform open, export to Excel. It works fine with Project 2000/2003/2007 files. I have used MPXJ open source library to read project files. I have published MPP Viewer on sourceforge.net at I have used TreeListView control shared here. MPP Viewer Allows You To Do the Following View tasks in hierarchy View details of the task View resources with associated tasks View details of resources Export the project task and resource information to Allows multiple project documents to be open at the same time Allows printing tasks in the project file Filter tasks by Completed, Not Complete, Completing Today, Completing today Highlight tasks not complete passed due dateView Tasks with hierarchy Supports Microsoft Project 2000, 2003, 2007 I have not validated with other versions of Microsoft Project. Class Diagram History

Speech Enabled Calculator For Windows Phone 8 This article explains how to create an voice controlled calculator app for Windows Phone using the Voice Command and Speech APIs. Introduction Windows Phone 8 introduces new Speech APIs which includes Voice Commands API. Which is one of the great features Windows Phone 8 provides for creating awesome applications. In the following sections you will learn to: Create a basic calculator application which can perform simple mathematical operations by taking input from layout button. Tip: We can also use Voice Commands to take speech input for performing operations. Project Setup Make sure you have downloaded and installed the Windows Phone SDK 8.0. Required Capabilities The application requires some capabilities for using the Speech and Voice Commands APIs. User Interface In the solution explorer, double click on MainPage.xaml which contains a default layout of the app. There are always numerous ways for creating a layout. Observations from the layout code Basic Calculator Code For "C" button. <?

What's new in Windows Phone 8 Introduction The release of Windows Phone 8 marks a significant milestone in the evolution of Microsoft's operating system for mobile phones. For users this new release means expanded hardware access, support for high-end gaming, and better OS integration - all of which will soon be seen on the Nokia Lumia 920 and Nokia Lumia 820 phones. For developers the changes are no less significant, bringing many new APIs. Through the article an example application is used to show the practical code you need to write to make use of these new features. Native: DirectX, C++, and Direct3D graphics A subset of DirectX has been introduced into Windows Phone 8 to allow for native high-end high-performance games. In Visual Studio 2012 you can create a “Windows Phone Direct3D Application” which uses these new features. New Windows Phone Direct3D application Run the default new project and you will see a spinning 3D cube. 3D spinning cube in Direct3D Direct3D isn't magic. 3D spinning tetrahedron in Direct3D <?

Chuleta de comandos para Git Git es el popular sistema de control de versiones creado por Linus Torvalds, actualmente es utilizado por millones y millones de desarrolladores independientes, empresas y startups alrededor del mundo para tener un control más organizado sobre el código de sus respectivos software, aplicaciones o productos. Ha sido tal el crecimiento de Git en la comunidad de desarrolladores en el mundo que existe Github, una red social de código basado en Git, la red social hace más fácil la colaboración entre los desarrolladores, la revisión del código y la discusión sobre el mismo. Vía: Tower

blakeembrey/code-problems Windows Store App Design – Windows Dev Center Envisioning Plan up front to create a winning vision and design a fluid, responsive app. Visual identity Define and deliver a powerful visual experience for your brand and your app. Guidelines Browse the comprehensive list of UX guidelines for layout, controls, user interactions, text, and more. Downloads Get the templates for Adobe Illustrator, Adobe Photoshop, Balsamiq, and PowerPoint. Color Reflect your app's personality with the colors you choose. Edges Swipe from the edges to access commands, navigation, charms, and apps. Live tiles Invite users into your app with a fresh, alive, up-to-date tile.

design principles Microsoft ist bei der Technologie in vielen Bereichen und mit einer Vielzahl von Produkten schon lange führend. Vor Kurzem führten dann Veränderungen dazu, dass das Design noch stärker in den Mittelpunkt rückte. Auslöser dieser Veränderungen waren ansteckende, aufregende Ideen basierend auf einem soliden Fundament, umfassenden Möglichkeiten und dem Gefühl, dass alles andere einfach antiquiert erschien. Grundlagen des modernen Designs Es erscheint zwar angebracht zu sein, unser modernes Design als "flaches Design" zu bezeichnen, aber dabei würde ein Großteil der Tiefe, des Charakters und des Hintergrunds verloren gehen. Bauhaus: Ab 1919 fördert diese Ikone der Designschulen eine mitreißende Designphilosophie: radikale Reduktion auf die Kernfunktionen, Beseitigung überflüssiger Zusätze und Schönheit durch Einfachheit. Weitere Informationen zu diesen "Säulen" finden Sie unter Modernes Design bei Microsoft. Prinzipien des modernen Designs Microsoft Design Principles Schnell und flüssig

Download Issues Tracker Password Forgot? Download Cocos2d-x Written in C++ and OpenGL ES 1.1/2.0, runs on iOS, Android, BlackBerry, Bada, Marmalade, Windows, Windows Phone, Linux and more. Download v3.0 Download v2.2.3 Looking for an older version? Cocos2d-JS Include Cocos2d-html5 and Cocos2d-x javascript binding. Download v3.0alpha2 Download v2.2.3 Download Builder Looking for an older version? CocoStudio A game development tool kit based on Cocos2d-x, containing UI Editor, Animation Editor, Number Editor, Number Cruncher, and Scene Editor. Download v1.3.0.1 V1.3.0.1 + Cocos2DX 2.2.3 V1.3.0.1 + Cocos2D-X 3.0 Looking for an older version? Copyright © 2010 - 2013 Cocos2d-x.org Follow us:

Porting Cocos2d-x Games for Windows Phone 8 This article shows how to port existing Cocos2d-x games for Windows Phone 8 with an example game. Note that it uses the instructions in Creating a New Cocos2d-x Project for Windows Phone 8, which explain how to add Cocos2d-x to your Windows Phone 8 project and prepare a "bare bones template" suitable for creating a new game of copying in the resources of the game you want to port. Introduction This article will demonstrate how to port existing Cocos2d-x games to Windows Phone 8 by porting the game Tweejump. TweeJump in Github License: The code is released under the MIT License. All images are copyrighted by Sergey Tikhonov. You can download the TweeJump project windows phone 8 project from You can also take a look at the original Tweejump project page at Preparation OK, then we can start by creating a new Cocos2d-x project for Windows Phone. Differences between Windows Phone 8 and other cocos2d-x applications

Creating a New Cocos2d-x Project for Windows Phone 8 This article explains how to create a new Cocos2d-x project for Windows Phone 8. Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}. This article was created for cocos2d-x v2.0.3 beta port for Windows Phone. While the approach for creating new projects remains similar, newer integrations you should follow the official cocos2d-x instructions at cocos2d-x environment setup Introduction Cocos2d-x is a very popular 2D game framework. You can download the Cocos2d-x Windows Phone 8 variant from their website. You can import the Cocos2d-x project to Visual Studio, but soon you'll notice that the whole framework is actually built inside a HelloWorld application. Setting up the project Download the Cocos2d-x Windows Phone 8 version. Cocos2d-x Application Structure

Learn to develop for Windows Phone 8 in one weekend with Channel 9 You can never have too many hobbies. You also shouldn’t be living life not accomplishing goals you’ve set for yourself in concrete or passing. Learning how to develop is rewarding in and of itself. But once you learn how to develop there isn’t much standing between you and apps you want to use that don’t exist yet. Odds are you’re reading this on a Windows Phone device, so why not combine all these little things and learn how to develop apps for Windows Phone 8? Channel 9 is Microsoft’s community site for developers. If you want to develop for Windows Phone 8 there’s a new series called Windows Phone 8 Development for Absolute Beginners. Before we bake a cake, we need to make sure we have all the ingredients. Other than that, you’ll basically need to be on a machine that has Windows 8 installed. The video series on Channel 9 is presented was put together by Bob Tabor, Clint Rutkas, and Larry Lieberman. Ready, set, learn. Source: Channel 9

Grunt: The JavaScript Task Runner

Related: