Tech Days Links 09 March 2013 Guus-Beltman Developing, Visual Studio, Html5 Last 2 days I attended the Microsoft Tech Days in the Hague. It was fun and inspiring to see all those technical presentations. I am thinking about to write a review of both days. For now I only would like to share some related links to presentation, code and blogs. Maurice Beijer about Modern... [More]
Great image resizing module for asp.net 23 January 2013 Guus-Beltman Developing, C# code snippets, ASP.NET Just found a great ASP.NET module for resizing, crop, rotate and watermarking images. You can find it on imageresizing.net. What’s so great about it is it’s simplicity, after installing, you can resizing images by url: image.jpg?width=300 It’s support a lot of image formats and can also re-encod... [More]
Notepad++: Use regular expressions to clean text with ease 12 December 2012 Guus-Beltman Developing Today I need to write some CMS documentation for an SDL Tridion implementation. As I am a programmer, I should be lazy and use the easiest method to get things done. Tridion uses Xml Schema’s to describe the content data and I need to describe the field names. The XML is like this: <tcm:Label El... [More]
Sometimes html comments make you wonder.. 05 December 2012 Guus-Beltman Developing, Html5 So the other div elements are optional and can be removed safely?
Using .NET methods in your XSLT 21 November 2012 Guus-Beltman Developing, C# code snippets, XSLT Not many people know that it is possible to use a .NET object as an extension object when transforming XML with XSLT. Imagine that you want to recalculate the price of a book and round the result number. Impossible to calculate within XSLT, since it’s a transformation language and not a programming ... [More]