Web Development

TwitterFacebook
Get flash to fully experience Pearltrees

How to implement RESTful authentication - Synopse - blog.synopse.info (HTTP)

How to handle authentication in a RESTful Client-Server architecture is a matter of debate. Commonly, it can be achieved, in the SOA over HTTP world via: - HTTP basic auth over HTTPS; - Cookies and session management; - Query Authentication with additional signature parameters. We'll have to adapt, or even better mix those techniques, to match our framework architecture at best. Each authentication scheme has its own PROs and CONs, depending on the purpose of your security policy and software architecture. http://blog.synopse.info/post/2011/05/24/How-to-implement-RESTful-authentication
How do you answer the Internet Explorer 6 question? Design for better browsers, then design alternative solutions to handle IE6 bugs? Write a remedial IE6 stylesheet to address layout issues? Use JavaScript to bootstrap CSS support in IE6? Make your site look exactly the same in IE6 as in any other browser? Develop to better browsers and spend no development time or testing for IE6?

Universal Internet Explorer 6 CSS | Stuff & Nonsense - stuffandnonsense.co.uk (HTTP)

http://stuffandnonsense.co.uk/blog/about/universal_internet_explorer_6_css

ie7-js - A JavaScript library to make MSIE behave like a standards-compliant browser. - Google Project Hosting - code.google.com (HTTP)

IE7.js is a JavaScript library to make Microsoft Internet Explorer behave like a standards-compliant browser. It fixes many HTML and CSS issues and makes transparent PNG work correctly under IE5 and IE6. Current version: 2.1 beta4. http://code.google.com/p/ie7-js/
http://raphaeljs.com/reference.html Creates a copy of existing animation object with given delay. delay number number of ms to pass between animation start and actual animation

Raphaël Reference

JavaScript