Posts
-
Encode video with your graphics card, 5X faster!
Ok. this is a cool reason to buy a new Video card. ATI have a new technology that will allow you to encode video using your graphics cards GPU. Very sweet idea. Still early days (no audio, no video res changing) but it could potentially be very co...
-
Enabling Secure SSL OWA Access through the ISA Firewall Part 1 Learning the Basics with HTTP to HTTP Bridging
this article over at ISAServer.org shows you how to do web site bridging so you can serve your OWA which would usually be internal, to the web. handy, but i want the next article which will show how to so it over SSL, for security reasons. anyway,...
-
enabling HTTP compression in ISA2004 SP2
check out this second article from the Lazy Admin (the first was enabling BITS caching, which i linked to here) showing you how to enable HTTP compression, both incomming and outgoing (your clients, from your network, request external sites to be ...
-
Enabling compression to pass though ISA 2004
TristanK has this post: ISA 2004 vs HTTP Compression on his blog. ISA 2004 server, out of the box, does not accept or forward the header that tells the web server (be it inside or outside) that your browser supports HTTP compression. this is a sec...
-
Enabling Compression on IIS 6
Check out this article on how to enable compression on IIS 6. i have read a few of these articles, but i never actually managed to get it fully working without third party software. but after reading this article, i have it running on this site. d...
-
enabling compression in IIS6
Compressing web pages is a handy way of reducing bandwidth and also making your site faster. Take for example this site. Without compression, it weighs in at about 100k (which is a LOT!) with compression, that drops to 15k. 85% decreese in whats c...
-
enabling BITS caching on ISA 2004 SP2
With the release of SP2 for ISA 2004, BITS Caching is now posible. The Lazy Admin now shows you how to enable it! I have to get a new machine to install ISA 2004 on so i can play around with it. i have a virtual machine up and running, mainly for ...
-
Enable ASP.NETWebAdminFiles outsite of Visual Studio
one of the things i nearly always have a problem with when building ASP.NET 2.0 sites is the membership section. I can create users, but they end up on my local machine, and when i publish to a server, i cant login. Well, i found a solution. Jedat...
-
EMI may sell (more) DRM Free MP3s
Ok, its a rumor, but it would be nice if true. TUAW are repoing that EMI are thinking of selling more of their songs (well, technically there not their songs, but Coldplay, The Rolling Stones, and the Beastie Boys songs) online with no DRM. They h...
-
emailing exceptions for remote testing
Ok. Something I want in some of my applications, mainly web apps, is the ability for me to get an email when an unhandled exception is found, or any exception is found. So, here is some code I just hacked up as a test to show you how it works. Fir...
subscribe via RSS