Let's go invent tomorrow instead of worrying about what happened yesterday|mail@jankowskimichal.pl

Michał Jankowski

avatar

About Michał Jankowski

Microsoft MVP Azure, an architect, designer, team leader and trainer. He began programming in the early ’90s from Basic and Assembler for 8-bit computers. During most of his career, he was delivering .NET platform targeted application for the world’s largest companies. Currently, he is specialising in the development of web applications and Azure environment. A great enthusiast of software craftsmanship, unit testing, software design and other topics related to software development. In his free time, when he is not playing with the code, he likes travelling, photography and writing a technical blog.

T9 Keyboard 1.1

In next few days new version of application will be available in Windows Phone Store. Below you can find the important changes: - 3 new languages (Bulgarian, Russian, Ukrainian),- add unknown number as a recipient,- removal of national characters from message,- more ergonomic space button,- possibility to copy entered message,- improved algorithm.

By |2013-09-01T15:35:47+02:0014 August 2013 |Categories: Projects|Tags: , , |0 Comments

Poland – come and complain

In Internet you can find new campaign that promotes Poland and Polish culture in a rather unusual way. The campaign tries to promote Poland by showing ironic movies that base on stereotype that Poles constantly complains. Movies are made professionally and caused smile on my face. But on the other hand I wonder, whether foreign tourists will be able to understand the joke.

By |2019-03-10T16:56:50+01:0012 August 2013 |Categories: Culture|Tags: , |1 Comment

Keyboard shortcuts in WP8 emulator

Below you can find the list of keyboard’s shortcuts that can be used in Windows Phone 8 emulator: - F12 (first press) – turns off and locks the display,- F12 (second press) – shows lock screen,- Page Down – enables to use keyboard connected to PC in emulator,- Page Up – disables to use keyboard connected to PC in emulator,- F1 – simulates pressing Back button,- F2 – simulates pressing Start button,- F3 – simulates pressing Search button.

By |2013-09-01T15:39:52+02:0025 July 2013 |Categories: Software development|Tags: , |0 Comments

T9 Keyboard 1.0

Since last Thursday there is a possibility to download my new program - T9 Keyboard. This application bring back to Windows Phone feature that enables you to compose messages by using T9 dictionary. For each of [mark]28th supported languages[/mark] there have been prepared list of [mark]50000 the most used words[/mark]. From those words you are able to create messages. Of course each time you are able to add new words to the dictionary. For more information please visit portfolio page.

By |2013-09-01T15:40:04+02:0017 July 2013 |Categories: Projects|Tags: , , |2 Comments

Dev Center for 19$

Once again Microsoft is trying to attract developers to its platform by reducing original price for developer account to 19$. This promotion will be valid till 27th August 2013. I encourage people who would like to start developing applications for Windows Phone platform to consider using this promotion. This price is also attractive for developers whose account is almost expired. More details can be found at Dev Center web page.

By |2013-09-01T15:40:32+02:002 July 2013 |Categories: Software development|Tags: , |0 Comments

Secure your code

Software piracy has become the scourge of our times. We are downloading from Internet everything: – music,- books,- movies,- software. The worst is that the Polish society accepts that behaviour. A few years ago, the normal situation was to install illegal OS by computer shops when you purchase PC. Due to larger number of controls that behaviour has been stop. There was too much to lose by shops. Right now similar situation is with mobile applications. Sometimes I am surprised that people can spend over than an hour to find somewhere app that cost 1 euro. What is more strange, [...]

GUID + VS2012 + R#

Sometimes really small features that are implemented in add-ins can make developer feel happy. This small features can speed up software development process. Last time I had to prepare an application installer – I have chosen WiX. In this solution you need to add to each element in installer GUID. Hopefully I am using R# with Visual Studio 2012. And the R# generates GUIDs out of the box. You only need to enter [mark]nguid[/mark], press [mark]tab[/mark] button and choose proper format.

By |2013-05-28T10:32:43+02:0028 May 2013 |Categories: Software development|Tags: , , , |2 Comments

dynamic – Code review

With each new version of .net framework Microsoft tries to add some new elements to the language, which in theory should improve the possibilities of language and comfort of the software developer. In .net 4.0 new keyword – [mark]dynamic[/mark] – has been introduced. This type enables the operations that will be resolved at run time. It means that we can use any name with dynamic object and compiler will not show any error during compilation – even if there is no method with used signature. The error will occur when the running application will not find used method. [...]

By |2013-05-14T12:48:47+02:0014 May 2013 |Categories: Software development|Tags: , |5 Comments
Go to Top