Search results for 'httphandler'


HttpHandlers in ASP.NET without regions "  I work a lot with httphandlers (.ashx) in ASP.NET – mostly to generate dynamic XML files for Macromedia/Adobe Flash consumption. It works great and the performance is great in ..." Type: Post
Categories : ASP.NET
Tags : httphandler
http://madskristensen.net/post/HttpHandlers-in-ASPNET-without-regions.aspx
Load user controls from an HttpHandler in ASP.NET A way to load a user control from an HttpHandler (.ashx) using reflection Type: Post
Categories : ASP.NET
Tags : reflection, httphandler
http://madskristensen.net/post/Load-user-controls-from-an-HttpHandler-in-ASPNET.aspx
ASP.NET HttpModules and HttpHandlers A list of the modules and handlers I've released on this blog during the years. Type: Page
Keywords : module, handler, c#, asp.net
http://madskristensen.net/page/ASPNET-HttpModules-and-HttpHandlers.aspx
XML-RPC ping endpoint in C# and ASP.NET Shows how to receive XML-RPC ping requests Type: Post
Categories : ASP.NET, Server-side
Tags : xml, api, httphandler
http://madskristensen.net/post/XML-RPC-ping-endpoint-in-C-and-ASPNET.aspx
Localize text in JavaScript files in ASP.NET Use a simple HTTP handler to localize your .js script files Type: Post
Categories : ASP.NET, Client-side, Tips and tricks
Tags : httphandler, javascript, localization
http://madskristensen.net/post/Localize-text-in-JavaScript-files-in-ASPNET.aspx
Access client information server-side "Today, I was playing around with HTTP request headers and for some reason started thinking about how limited information they provide about the requesting browser. All they really provide is the u ..." Type: Post
Categories : ASP.NET
Tags : httphandler, httpmodule
http://madskristensen.net/post/Access-client-information-server-side.aspx
How to use the IHttpAsyncHandler in ASP.NET Shows how to use the IHttpAsyncHandler interface in C# and ASP.NET Type: Post
Categories : ASP.NET
Tags : performance, httphandler
http://madskristensen.net/post/How-to-use-the-IHttpAsyncHandler-in-ASPNET.aspx
Add variables to standard CSS stylesheets in ASP.NET "After reading a post on The Cafes about the lack of dynamics in the CSS language, I found myself inspired to do something about it. It became clear that something had to be done and that ..." Type: Post
Categories : ASP.NET, Client-side
http://madskristensen.net/post/Add-variables-to-standard-CSS-stylesheets-in-ASPNET.aspx
Combine multiple stylesheets at runtime "I often use multiple stylesheets in a single website to keep things nicely separated. The only problem is that the client has to make multiple HTTP requests to get them all. Today, I thought it was ..." Type: Post
Categories : ASP.NET
Tags : performance, httphandler, optimization
http://madskristensen.net/post/Combine-multiple-stylesheets-at-runtime.aspx
Remove whitespace from stylesheets and JavaScript files "There is a lot of whitespace in both stylesheets and JavaScript files. This is because of indented text and line breaks to name a few. They are typically also filled with comments to make ..." Type: Post
Categories : ASP.NET
http://madskristensen.net/post/Remove-whitespace-from-stylesheets-and-JavaScript-files.aspx
Optimize WebResource.axd and ScriptResource.axd How to minify, compress and combine all WebResource.axd and ScriptResource.axd on a page Type: Post
Categories : ASP.NET
Tags : httphandler, httpmodule, optimization, compression
http://madskristensen.net/post/Optimize-WebResourceaxd-and-ScriptResourceaxd.aspx
Compress WebResource.axd in ASP.NET A module and handler to compress the WebResource.axd Type: Post
Categories : ASP.NET
Tags : performance, httpmodule, httphandler, compression, javascript
http://madskristensen.net/post/Compress-WebResourceaxd-in-ASPNET.aspx
Beware of Client Callbacks in ASP.NET "The built-in AJAX feature of ASP.NET 2.0, also known as Client Callback, is simple to utilize but a beauty in disguise. I’m not talking about the “Atlas” toolkit for ASP.NET but th ..." Type: Post
Categories : Random thoughts
Tags : simplicity
http://madskristensen.net/post/Beware-of-Client-Callbacks-in-ASPNET.aspx
My 10 common mistakes in ASP.NET A list of common mistakes made by ASP.NET developers seen from a test lead. Type: Post
Categories : ASP.NET
Tags : quality, commenting, localization
http://madskristensen.net/post/My-10-common-mistakes-in-ASPNET.aspx
Create vCalendar items from ASP.NET "I recently build a web application that would let visitors add calendar items to their calendar program like Outlook or windows mobile smartphone, just by clicking a link and download the ..." Type: Post
Categories : ASP.NET
http://madskristensen.net/post/Create-vCalendar-items-from-ASPNET.aspx
Reduce the weight of stylesheets by 35% at runtime "It is always desirable to produce the smallest amount of client-code at any given time. That includes HTML, JavaScript and CSS files. The more client-code you produce, the longer it takes ..." Type: Post
Categories : ASP.NET
http://madskristensen.net/post/Reduce-the-weight-of-stylesheets-by-3525-at-runtime.aspx
Use JavaScript to cancel Adobe Flash requests "Internet Explorer can only make 2 connections at a time, which means that only two elements can be loaded while the rest is queued up. Imaging a web page with 10 Flash movies, then only t ..." Type: Post
Categories : Client-side
http://madskristensen.net/post/Use-JavaScript-to-cancel-Adobe-Flash-requests-.aspx
Events in the file and image handlers Explanation of the events fired when an image or file is served to the client in BlogEngine.NET Type: Post
Categories : BlogEngine, ASP.NET
Tags : blogengine, httphandler
http://madskristensen.net/post/Events-in-the-file-and-image-handlers.aspx
Keeping web services simple Create custom cross platform web services that can use both POST and GET. Type: Post
Categories : ASP.NET
Tags : httphandler, api, xml, simplicity
http://madskristensen.net/post/Keeping-web-services-simple.aspx
Old school AJAX call that just works An old school AJAX call using the JavaScript Image object Type: Post
Categories : ASP.NET, Client-side
Tags : javascript, httphandler
http://madskristensen.net/post/Old-school-AJAX-call-that-just-works.aspx

About the slave

Mads Kristensen Mads Kristensen
Web developer at ZYB and founder of BlogEngine.NET. More...

LinkedIn ZYB Facebook Last.fm Twitter View Mads Kristensen's profile on Technorati

The Lounge

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008