Sign in TopomorphRSS Feed
Just moments way from Silverlight 3 that will bring us the so needed element to element binding, I post a solution to do this in Silverlight 2 (YABS! Yet Another Binding solution) [More]

Fillet and the point inside

about 1050days ago by thimp
A while ago Yu-Chung Chen commented on my post The fillet pseudo code. He reminded me of a small issue that remained unsolved. I decided to make a small Silverlight demonstration and showed a point , or rather I didn't. [More]
Create the solution Add a post build action utility project Add the Silverlight projects to the web project Create the settings  of the gadget 1 Create the solution If you have installed the templates I wrote about in a previous post, you can find a new solution template here... [More]
I use an extension for BlogEngine.net to tweet my new posts (you can find it here). In the tweet there’s a tiny url link. It works great, but can’t be traced. So I’ve made a few alterations to make it work with tr.im: //<trim> // <status result="OK" code="200" message="tr.... [More]
Cropper is a great tool by Brian Scott for making snapshots of the screen. It is easy to use, open source (C#) and extendible [More]

The fillet pseudo code

about 1104days ago by thimp
To find the arc segment that forms the fillet between two line segments you first have to find the centre of the arc by intersecting the offset of the two lines:     The start and end point of the arc are found by creating lines through the new found centre, perpendicular to the tw... [More]
Categories:   C#
Actions:   E-mail | del.icio.us | Permalink | Comments (7) | Comment RSSRSS comment feed
There is a lot written about code, elegance and the quality of software. If it’s not a truth that elegant code is efficient, maintainable and a joy to write, its absence sure is a razor sharp tool to indicate you’re on the wrong track.  I was working on a simple Silverlight control that sho... [More]
Just to remind myself: When copying a dependency property to a different class you will have to adjust the class of the ownerType. Always Neglecting to do so will get you the very clear and helpful  AG_E_PARSER_BAD_PROPRTY_VALUE  Exception somewhere along the line: The stats so ... [More]