Consuming .NET Webservice by Javascript
I have a webService service.asmx and I would like to call and consum this webservice using XMLHttpRequest and SOAP. The thing why I would like to do this is that I have hosted a client gadget...
View ArticleNEW Version 3.6 TeamSpeak Sidebar Gadget für Windows Vista und Windows 7
Version 3.6 released NEW Added Direct Query Support for 32 bit Windows SystemsNEW Optimizied Direct Querys with the help of json.NEW Direct Querys supports multicores.NEW Direct Query Viewer shows...
View ArticleNEW Version 3.7 TeamSpeak Sidebar Gadget für Windows Vista und Windows 7
I recommend you update to the latest version 3.7. Because there was a change in direct query mode!!! Screenshots can be found here: ScreenshotsNew Video can be found here: VideoDocumentation can be...
View ArticleASP.NET Development Server "webdev.webserver.exe"
Another way to run a Web application on the system is also on the ASP.NET Development Server.This requires that we make the following...
View ArticleEnable Gzip compression in ASP.NET using web.config configuration.
Add the configuration shown below in the in web.config file. This configuration setup enable gzip compression on static and on dynamic content....
View ArticleSpecify a Vary: Accept-Encoding header in ASP.NET using web.config...
Specify a Vary: Accept-Encoding headerThe following publicly cacheable, compressible resources should have a "Vary: Accept-Encoding"...
View ArticleNEW Version 3.8 TeamSpeak Sidebar Gadget für Windows Vista und Windows7
I recommend you update to the latest version 3.8. Screenshots can be found here: ScreenshotsNew Video can be found here: VideoDocumentation can be found here: DocumentationHave fun Download Sidebar...
View ArticleUpgrade / Compile / Install Latest Nginx on armfh (Raspberry Pi)
This guide shows you how to upgrade your nginx to the latest version.1. First get requiered libs:apt-get install libpcre3 libpcre3-dev libpcrecpp0 libssl-dev zlib1g-dev2. then get the latest version...
View ArticlePound and Varnish Cache + SSL (Https Port 443) on IIS/Nginx
1. Install and configure PoundVarnish isn't listening on port 443 and doesn’t handle SSL traffic. So if you want an SSL-encrypted web site to be cached with Varnish, you need to intercept and decrypt...
View ArticleHow to get jquery to perform a synchronous ajax request
I had the problem that i dont want to do a asynchronous request with jquery ajax. So i did search for a real solution for me.I also had the difficulty that it is a crossdomain call. So i have to use...
View Article