Bug Genie strips out HTML formatting in comments. I had a hard time with that as clients who were using this were copy pasting from third party and the formatting was lost. Initially I though that it stripped down HTML during POST and fixing that will fix my future comments. But, after few mins of fondling around I made the “awesome” discovery that, Bug Genie doesn’t convert htmlentities during post, but during printing out. This would mean, all my past comments, which have HTML will work !!
Continue reading »
Sep 042010
Have an iFrame inside a document and you need to access the iframe data and make decisions based on that data…
Few problems
- Same Origin Policy
- Frame Load incomplete.
Sep 212009
Browsers are designed to think that Images with same name don’t change rapidly so regularly. This creates a problem in some cases where you have to reuse a specific name Or a specific location for a system.
Continue reading »
Are you blindly following any ajax library to work your way.
Take a look what Rasmus is talking about AJAX
He follows the rule of simplicity as he described in his framework approach.