Feb 252013
 
 February 25, 2013  Posted by at 1:21 pm Code, Windows 8, Windows Store App, WinRT 1 Response »
Example: Compressing and decompressing files in a Windows Store App with GZipStream class

I don’t know about you, but working with streams in WinRT has proven to be a challenge- at least for me. I keep expecting things to be there that aren’t and my reads and writes collide in my mind. Aside from WinRT, there has also been changes in (welcoming changes) in .Net 4.5, and I [...]

Feb 142013
 
Settings panel: Windows Store Apps JS/HTML and C#/XAML side by side

In Windows Store Apps the Settings of an app has to be accessed the same way, through the settings charm in the charms bar. Both app and system settings can be accessed there. You add commands to the pane itself, and that’s all you can do with the pane. Each command can invoke one settings [...]

Feb 072013
 
Error: Visual Studio 2012 hangs or crashes when adding new folder in Windows Store App with Javascript and Html

A couple of days ago I had the weirdest problem in Visual Studio 2012. I was working on some demo applications, Windows Store Apps, and in JavaScript and Html. But whatever I did I could not create or rename a folder. Whenever I did Visual Studio would hang, and become completely unresponsive until I basically [...]

Jan 292013
 
 January 29, 2013  Posted by at 11:24 pm 365 Stupid Questions, iOS, WinRT No Responses »
Stupid Question 138: In RE to WinRT development what is the hardest bit to grasp/interesting for an iOS dev?

[To celebrate my first year of programming I will ask a 'stupid' questions daily on my blog for a year, to make sure I learn at least 365 new things during my second year as a developer] Yesterday I had the pleasure of doing a talk for the Cocoaheads Gothenburg user group on the topic [...]

Jan 282013
 
 January 28, 2013  Posted by at 10:04 am Windows 8, Windows Store, Windows Store App, WinJS, WinRT No Responses »
Confused about WinRT? Best in-depth article!

Still confused about WinRT? Today I came across one of the best articles I’ve read on WinRT, a very well written in-depth article that explains the story, the details and the discussion. I recommend everybody to read this! The article is written by Peter Bright (Twitter @drpizza) and is 7 pages long, and as several [...]

Jan 252013
 
WinRT comparison JS/Html and C#/XAML: Using a grid for app layout

In XAML we often use the Grid element to create a fluid layout but at the same time keep the controls where we want them to be in relation to each other. Of course we don’t use just the grid, but it often serves as a main frame- or skeleton, for the app. If you [...]

Jan 192013
 
 January 19, 2013  Posted by at 3:32 pm Windows Store, Windows Store App, WinRT Tagged with: ,  6 Responses »
The Windows Store App margin guidelines cheat sheet

If you do Windows Store App development you know they want you to get those margins correct! I got tired of looking up the margins guidelines for each app as my mind has problems remembering numbers (I can remember all my clothes and all the thousands of combinations I can create, but cannot remember a [...]

Jan 182013
 
Connecting your website to your Windows Store App with meta tags

A pretty cool thing you can do to better connect your website with your Windows Store App Oddly enough most developers I’ve talked to are unaware of this little cool thing you can do to connect your Windows Store App with your website so I’ve decided to write up this little blog post, and also [...]

Jan 142013
 
Geolocation: Windows Store Apps JS/HTML and C#/XAML side by side

I’ve gotten quite a few requests in regards to blog posts showcasing JS/HTML and C#/XAML side by side. Seems appropriate as I’m just about to start the step by step guide for JS and HTML Windows Store Apps. I have to admit, JS is not my strongest language, so feel free to correct me if [...]

Jan 122013
 
What you must know about pen and touch in Windows Store Apps

Did you know there are different types of pens, two main ones? One that is considered as touch and one as pen? Let’s take a step back and get some basics down. Responding to user interaction in Windows Store Apps is very easy. Reacting, filtering and responding to user interaction. Since Windows Store Apps are [...]