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