Here are the links required to prepare a Silverlight 5 development environment for those that need to target Silverlight 5.0.61118.0 even when Microsoft remove the links to the downloads from their download site(s). Both the Developer runtime and normal runtime for 32-bit and 64-bit are included.
[ Continue Reading... ]Welcome to the new site, spazzarama.com. If you have any email subscriptions you wish to keep from the previous site you will have to re-subscribe on this site. Old links will now automatically redirect to this site. Cheers, J
[ Continue Reading... ]With the release of Silverlight 5 it is of course now difficult to find a download for the latest Silverlight 4 Developer Runtime for those of us developing for restricted client environments (again). Silverlight 4 Developer Runtime 4.0.60831.0 http://silverlight.dlservice.microsoft.com/download/D/C/2/DC2D5838-9138-4D25-AA92-52F61F7C51E6/runtime/Silverlight_Developer.exe Silverlight 4 Runtime 4.0.60831.0 http://silverlight.dlservice.microsoft.com/download/D/C/2/DC2D5838-9138-4D25-AA92-52F61F7C51E6/runtime/Silverlight.exe Silverlight 4 SDK 4.0.60310.0, April 2011 Update http://download.microsoft.com/download/B/9/B/B9BDD218-6974-4816-A309-0FC85A105521/sdk/silverlight_sdk.exe (from here: http://www.microsoft.com/download/en/details.aspx?id=15636). You should install this after …
[ Continue Reading... ]Here is a snippet that I use in my base view controller class to handle scrolling views that would be hidden by the keyboard when it appears. Any view within a UIScrollView can be made to scroll automatically to be visible when the keyboard appears over it. This is based on the following Apple documentation example: Managing the Keyboard: Moving …
[ Continue Reading... ]
So it’s been almost a year and I have finally got around to finishing a new version of my screen capture project that supports Direct3D 9, 10, and 11! This solution still uses SlimDX for the Direct3D API wrapper along with EasyHook to perform the remote process hooking and IPC between the host process and target process. Some of the …
[ Continue Reading... ]This one is for anyone who has had to deal with Company Standard Operating Environments (SOE’s), and the red tape involved with deploying updates to applications such as Silverlight. We have been working on a Silverlight 4 application, and along the way our development environment had its Silverlight Tools and Runtime updated to a more recent version than what the …
[ Continue Reading... ]
Giving a UIView a curved border and then adding a drop shadow is much easier than I first thought it would be, but as with anything with iOS development it took some time to work out. Here is a UIView descendant “UIViewBordered”:
[ Continue Reading... ]
Since investigating screen capture techniques for Direct3D applications a year ago I have wanted to look into hooking the Direct3D API to utilise the much faster GetBackBuffer for my screen captures. Well here it is at last – a mostly managed C# solution providing easy and safe hooking of the Direct3D 9 API thanks to EasyHook, supporting both 32-bit and …
[ Continue Reading... ]Yeah, what the title says, its now been a year since starting this thing There’s been a steady stream of visitors over the past year and hopefully I will have many more bits and pieces to post in the coming year. With the upcoming April release of VS 2010, SharePoint 2010, and .NET 4.0 there is sure to be a …
[ Continue Reading... ]For mostly my own future reference here is a table of List Type Id’s found within SharePoint:
[ Continue Reading... ]
