Blogs & ArticlesLatest Blogs & Articles
Page 1 / 1
Cool C# Snippets - Dynamically GZIP compress the HTML response of your website in code, without having to configure IIS directly. Make massive savings on your websites bandwidth (Dominic Pettifer) Thursday 15th May 2008 - 2:23pm Cool C# Snippets - Ever get tired of prefixing class names with the fully qualified namespace to avoid class name and namespace conflicts (eg. System.Namespace.AnotherNamespace.User). Well there’s a way around it using Namespace Aliases. (Dominic Pettifer) Thursday 11th October 2007 - 1:43pm Technical Article - This guide will show you how to implement JavaScript code in your custom ASP.NET server controls, and implement them in such a way to decouple your custom control from the web application implementation. We’ll also look at CSS for your custom controls. (Dominic Pettifer) Monday 18th December 2006 - 1:00pm Technical Article - New in ASP.NET 2.0 is the ability to add runat="server" to the pages <head> tag. This lets you programmatically modify the head element and other elements inside it such as, Title, adding JavaScript code and style attributes, plus many more. Here I show how this is done. (Dominic Pettifer) Monday 11th December 2006 - 11:43pm
Friday 1st December 2006 - 3:08pm Technical Article - Someone asked me about the page execution time shown at the bottom of this (and every) page. So I thought I would post an article on how to incorporate a page execution timer in your own ASP.NET pages. It’s fairly simple but requires an understanding of the ASP.NET page life cycle. (Dominic Pettifer) Monday 27th November 2006 - 7:57pm
Friday 24th November 2006 - 10:32pm
Thursday 23rd November 2006 - 12:35pm
Wednesday 22nd November 2006 - 1:06am |