Tim's tech blog
Welcome! This is my tech blog, my personal feed, and generally home to some of my private ideas, thoughts, rants, etc...
This blog is powered by my latest blog-engine, which I've built using the powerful frameworks and technologies provided by the awesome Microsoft Web Platform. I developed the web application with the ASP.NET MVC rapid web development framework, and the elegant C# programming language. I crafted the data access layer using ADO.NET Entity Framework. The web application is powered by the IIS web server, and the database is SQL Server. (And Sesame Street was brought to you today by the letter C, etc...)
-
Replacing JQuery slider with MS Ajax slider – a definite win! (08 February 2010)
Allow me to share with you my experience of migrating an important slider control, on the main page of a high-profile web application, from JQuery UI slider to ASP.NET Ajax slider. It was a definite win! var liveFeatures = 'width=380,height=660,t ...
Comments: 0
-
Highlights from Silverlight User Group UK #11 (04 February 2010)
My top highlights from last night's 11th Silverlight User Group UK at Microsoft's customer service centre in London. [Google's cache of official blog post by the community organisers (blog currently down)] - Event Twitter hashtag: #SLUG ...
Comments: 0
-
Global Radio launches new online media player (01 February 2010)
The UK's biggest commercial radio company, Global Radio, launched a new version of their famous online radio player today, which I built over the past few weeks using Microsoft's web platform. Powered by the newest and most exciting new web technologies c ...
Comments: 7
-
Talk to me! (21 January 2010)
Comments page for your general feedback on any topic Use this page to tell me what you think! Speak your mind. Speak freely. Try to think in terms of an open, two-way conversation. Tip: if you use a fake email address, your co ...
Comments: 5
-
Take control of your website’s URLs in ASP.NET with a custom HttpModule (17 December 2009)
How to set-up a custom HttpModule to enforce site-wide URL rules In this article I'll show you how to add a custom HttpModule to your website, using my RedirectModule as a simple, quick and easy example. Why use custom HttpModules? When creating a ...
Comments: 0