Friday, May 18, 2007

Roner - Rounded Corner Generator

I was inspired by the article google's own cornershop and wanted something similar application that we could integrate with our application (or server).

Came across this article later, Rounded and Shaded Corners

Modified the source Tapestry Contrib, fixed few transparency bug and enhanced few more options.

This project is on google's Subversion Repository reach it via http://roner.googlecode.com/svn/

Roner Documentation

Tuesday, May 15, 2007

Compact Policy For Cookies

If your website has an iframe and its pointing to someother website, the cookie restriction is applied for that iframe. Please look into the reference's below, if not you might end up wasting lot of time to figure out why things work on Firefox but not on IE.

http://www.w3.org/TR/P3P/
http://www.sitepoint.com/article/p3p-cookies-ie6/2
http://www.duxcw.com/faq/webmastr/privhttp.htm
http://www.microsoft.com/windows/ie/ie6/using/howto/privacy/config.mspx
http://www.w3.org/TR/P3P/#guiding_principles
http://www.eder.us/projects/p3p-gen/
http://www.oreillynet.com/pub/a/javascript/2002/10/04/p3p.html

Look at the source code, to get more information about P3P Header: http://www.eder.us/projects/p3p-gen/p3p-gen.tar.gz

This page is powered by Blogger. Isn't yours?