Category Archives: Implementation

Ajax Form and Button’s Value

I encountered a bug similar to the one posted on stackoverflow.com while working on my latest pet project. I figured out an elegant workaround and I was writing the post when I found out that it might have not been … Continue reading

Posted in Implementation | Tagged , , , , | Leave a comment

Using Your Physical, Full-size Keyboard with Windows Phone 7 Emulator

When you click your mouse on one of the input fields in a form, you will get the onscreen keyboard on Windows Phone 7 emulator. It’s worse than using your thumbs on your real phone because you actually has to … Continue reading

Posted in Implementation, WordPress for Windows Phone | Tagged , , | 1 Comment

Verbose WHERE Clause with LINQ to SQL

If you come from the world of always-use-stored-procedures or at least you always write your own SQL query, you’d be curious how LINQ to SQL translates your C# code to SQL query. Say you have table Persons with fields PersonId, … Continue reading

Posted in Analysis & Design, Implementation | Tagged , , | Leave a comment

Test Soon and Often

In this imperfect world of browsers inconsistency, you want to test your web pages as frequent as possible while developing them.

Posted in Framing the Sky, Implementation, Testing | Leave a comment

Setting Up Development Environment

Downloading the SDK… 23 minutes remaining. Reading the following resources in the meantime. Programming for Windows Mobile 6.5 Welcome to Windows Mobile 6 Documentation Developing Widgets for Windows Mobile 6.5

Posted in Implementation, WordPress for Windows Phone | Leave a comment

“Clutter Free” Joins the Party

Custom Write Panel lets users display (virtually) everything they want and hide (virtually) everything they don’t want. And here’s what you get when you display only what you want and hide only what you don’t want. Want a clutter-free Write … Continue reading

Posted in Custom Write Panel, Implementation | 34 Comments