-
25Aug 2012
Create a Shutdown tile - Windows 8
3 clicks seem way to much to shutdown my computer so I decided to put a tile in the Start Page to make it easier. Plus, since I am running the RTM since day one my laptop manufacturer didn't get the …
Read More -
When you need to construct a LineString object from C# you can use the SqlGeographyBuilder class located in the Microsoft.SqlServer.Types dll to help you do it. This is how: var points = ...;//a …
Read More -
16Jan 2012
Four aspects when evaluating feedback
Feedback is an incredible tool to use for changing something ( a product, a behavior, an repeated action etc.). If not interpreted correctly though, the emerging change might not be always for the …
Read More -
4Jan 2012
Android-Binding and GreenDroid
If you want to use android-binding along with GreenDroid’s ActionBarActivity (GDActivity, GDMapActivity etc.) you might stumble into some issues. I know I did. That’s why I created a …
Read More -
3Jan 2012
WP7 Extended ASCII Characters
If you want to display a Greek string that you receive from the Web but all you get are characters like %32, %B6 etc you can do the following Add this class to your project: using System; using …
Read More -
Although this post differs from my blog routine I am writing because I haven’t found an efficient way of displaying a list of GeoPoints to a MapView. This is often useful when you want to …
Read More -
7Aug 2011
LinkedIn OAuth Library Update
Version 0.3 of Linked OAuth Library is available via Nuget. This release has a dependency in Hammock Nuget package. I have also uploaded the source code at Bitbucket and it’s available to …
Read More -
13Jun 2011
RazorJS - Source code available!
As of today you can find RazorJS’s source code available on BitBucket. Feel free to download the code and change it to fit your needs. After that you can push any changes you think are useful …
Read More -
Windows Phone 7 don’t have support for Greek. There is a way to add support for not only Greek but for many more languages using a standalone wp7 app that does some tweaking. ------------------ …
Read More -
14May 2011
PetaPoco and Spatial Data Types
PetaPoco is a micro-ORM for .NET and Mono. If you haven’t see it yet I suggest you to check it out. Alternatives to PetaPoco are Massive and Dapper. (If you know more projects let me know). …
Read More