Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - BitCoder

Pages: [1]
1
µTasker general / The Web Pages are not correctly displayed with IE9
« on: July 26, 2012, 02:39:02 PM »
Somewhere in march 2011 Microsoft released IE9. Since then all web pages will not displayed correctly, unless the compatibility mode will be turned on. After a bit of investigation I found out that the used CSS file will not be loaded from the browser. The following error message will be output in the developer mode of the IE9
SEC7113: Das CSS wurde aufgrund eines fehlerhaften MIME-Typs ignoriert. Style.css.
This leads me to the conclusion that the web server of the uTasker gives a wrong MIME Type back.
Am I right or is there a possibility of changing the code in a web page to overcome this problem? Otherwise a correction of the web server is needed. Is there already a fix available?

All other browsers that I use (Firefox and Chrome) do not have this problem. Even not in the newest version.

Regards
Tom

2
I am wondering how I can connect to a device that runs the uTasker Web Server from the Internet? I have define the IP as 192.168.0.90, the Submask as 255.255.255.0 and the Gateway as 192.168.0.1 witch is our default Gateway to the server.

Thanks
Tom

3
I am working on a device that measures forces and give the computed value back on a display. This value should be continuously updated for every one or two seconds on a Web Page without loading the entire page every time. How can I achieve such a behavior?

Pages: [1]