Posted by: Imran Panhwar on: November 26, 2009
Good to know that the editor of the blog likes the the recommended plug-in for the children literacy website. That was one of the volunteer works i happened to go for. And all links and referrals I found on idealist.com, which has been a good source for knowing whats new people are looking from me. [...]
Posted by: Imran Panhwar on: November 23, 2009
I found the following site that let’s you plug in a URL to see how a page renders in IE. http://www.ipinfo.info/netrenderer/ It doesn’t let you do functionality testing, of course, but could be a good tool for quick and easy viewing of an IE specific rendering issue. This link provides : Preview web page in [...]
Posted by: Imran Panhwar on: November 12, 2009
(no javascript, just clear HTML in client browser) namespace SomeNamespace.Web.UI.WebControls { public class ResetButton : System.Web.UI.WebControls.Button { private new bool UseSubmitBehavior { get { return false; } } public ResetButton() { base.UseSubmitBehavior = true; } public override void RenderControl(HtmlTextWriter writer) { StringBuilder sb = new StringBuilder(); StringWriter tw = new StringWriter(sb); HtmlTextWriter hw = new [...]
Voices !