September 2007

14 articles published in September 2007

  1. BlogEngine.NET 1.2 is released

    · 2 min read

    The release announcement of BlogEngine.NET 1.2

  2. New events in BlogEngine.NET 1.2

    · 2 min read

    A list of all the events exposed by BlogEngine.NET 1.2

  3. Evolution of code lines

    · 2 min read

    Code metrics for all the releases of BlogEngine.NET

  4. Translators for next version of BlogEngine.NET needed

    · 1 min read

    Please help us translate the next version of BlogEngine.NET

  5. Remove default HTTP modules in ASP.NET

    · 2 min read

    Remove the unused HttpModules that is default in ASP.NET

  6. URL rewrites and the HtmlForm action attribute

    · 3 min read

    A custom HtmlForm that renders the action attribute correct for use with URL rewriting

  7. Worst spam day so far

    · 2 min read

    I've never recieved as much spam as I did today. Comment, trackback and referrer spam.

  8. Load user controls from an HttpHandler in ASP.NET

    · 2 min read

    A way to load a user control from an HttpHandler (.ashx) using reflection

  9. HTTP compression of WebResource.axd and pages in ASP.NET

    · 3 min read

    A HttpModule for compressing .aspx pages and the WebResource.axd handler in ASP.NET using C#

  10. Resolve and shorten URLs in C#

    · 3 min read

    Shows how to auto resolve URLs in a text string, turn them into hyperlinks and shorten the anchor text

  11. New search feature

    · 2 min read

    The new search feature of BlogEngine.NET 1.2 is demonstrated

  12. Cookies and Unicode characters

    · 2 min read

    Remember to URL encode your cookie values for Unicode support

  13. I’m ashamed – very ashamed

    · 2 min read

    I just got my first computer virus. Ohh the shame...

  14. User control injection in BlogEngine.NET 1.2

    · 2 min read

    Shows how to inject user controls directly into a blog post