uri

Argotic and YahooMediaSyndacationExtension problem (url encoded)

I'm using the Argotic syndacation framework to write an RSS feed, and I've found a strange behaviour, that may be a bug. I want to add, trough the YahooMediaSyndicationExtension, a <media:thumbnail /> tag to link a 200 pixel miniature of a certain item, and to build the miniature I used an image handler that requires the width specified...

Safe routing in my own framework using PHP - how

Hello. As almost every programmer, I'm writing my own PHP framework for educational purposes. And now I'm looking at the problem with parsing URLs for MVC routing. Framework will use friendly URLs everywhere. But the question is how to parse them in front controller. For example the link /foo/bar/aaa/bbb may mean "Call the controller's...

What's the correct way to write an Uri ro a resource inside a Silverlight Class Library

I have a Silverlight Business Application project. I also added a Silverlight Class Library to be used from my Silverllight app (of course). Inside that library (let's call it helper) I have a folder and some small images. In that same library I have a child window with a Image control which I need to change the source info at runtime (...