Monday, September 10, 2012
Single Sign-On
How to configure IIS7 and IE for Single Sign-On using Windows Authentication: http://support.etouch.net/cm/wiki/?id=78151
Thursday, September 6, 2012
WebSocket
- Node.js and WebSocket
- http://socket.io
- http://martinsikora.com/nodejs-and-websocket-simple-chat-tutorial
- http://www.nodebeginner.org/
- WebApp framework for node js http://expressjs.com/
- Is binary transferable using websocket?
- What happen if a connection is disrupted ?
- Need to handle manually, see http://stackoverflow.com/questions/3780511/reconnection-of-client-when-server-reboots-in-websocket
- Socket.IO seems to have this supported
- How can I simulate disconnected connection for unit test
- Difficult but doable, see http://stackoverflow.com/questions/7268419/how-can-i-kill-a-websocket-connection?rq=1
- How about Proxy ?
- Good question ...
Thursday, August 9, 2012
Wednesday, August 8, 2012
Wednesday, July 25, 2012
Friday, July 20, 2012
Cookies
How to detect cookie in Javascript
http://stackoverflow.com/questions/8112634/jquery-detecting-cookies-enabled
Delete cookie for a specific site by clicking bookmark
http://labnol.blogspot.jp/2006/12/how-to-delete-browser-cookies-of-any.html
Cross-domain communication, 3rd party cookie problems:
- http://vimeo.com/24705559, options:
- PostMessage
- JSONP
- CORS Cross Origin Resource Sharing
- Document.domain Hacks
- Window.name Hacks
- IFrame Hacks
Creating P3P compact policy:
- http://blog.sweetxml.org/2007/10/minimal-p3p-compact-policy-suggestion.html
- http://stackoverflow.com/questions/5774014/iframe-cant-read-nor-set-cookies
- http://viralpatel.net/blogs/how-to-set-third-party-cookies-with-iframe/
http://stackoverflow.com/questions/8112634/jquery-detecting-cookies-enabled
Delete cookie for a specific site by clicking bookmark
http://labnol.blogspot.jp/2006/12/how-to-delete-browser-cookies-of-any.html
Cross-domain communication, 3rd party cookie problems:
- http://vimeo.com/24705559, options:
- PostMessage
- JSONP
- CORS Cross Origin Resource Sharing
- Document.domain Hacks
- Window.name Hacks
- IFrame Hacks
Creating P3P compact policy:
- http://blog.sweetxml.org/2007/10/minimal-p3p-compact-policy-suggestion.html
- http://stackoverflow.com/questions/5774014/iframe-cant-read-nor-set-cookies
- http://viralpatel.net/blogs/how-to-set-third-party-cookies-with-iframe/
Thursday, July 5, 2012
Monday, July 2, 2012
Uploading files to Web server
Using ASP.NET MVC
* (Only available from .NET 4.0) http://haacked.com/archive/2010/07/16/uploading-files-with-aspnetmvc.aspx
* http://stackoverflow.com/questions/569565/uploading-files-in-asp-net-without-using-the-fileupload-server-control
* (Only available from .NET 4.0) http://haacked.com/archive/2010/07/16/uploading-files-with-aspnetmvc.aspx
* http://stackoverflow.com/questions/569565/uploading-files-in-asp-net-without-using-the-fileupload-server-control
Localization/Globalization
How to make ASP.NET to follow client's language:
http://www.hanselman.com/blog/GlobalizationInternationalizationAndLocalizationInASPNETMVC3JavaScriptAndJQueryPart1.aspx
http://www.hanselman.com/blog/GlobalizationInternationalizationAndLocalizationInASPNETMVC3JavaScriptAndJQueryPart1.aspx