If at first you don't succeed, call it version 1.0

Contact Me

Sarvesh Kushwaha
Email : sarveshkushwaha@outlook.com

Total Pageviews

Powered by Blogger.

If at first you don't succeed, call it version 1.0

Sunday, 8 June 2014

IE-10 right align text input issue


Remove Clear Icon - "X" from input fields of Internet Explorer Recently i added style text-align to right of an input : <input type="text" style="text-align: right;"> Issue : But when someone types number in that then the last part of the text inside the textbox isn't displayed completely in Internet Explorer 10 as soon as the textbox loses focus.It because of its "Clear Icon - x". Even...

Friday, 6 June 2014

Hack proof your ASP.NET applications from Sensitive Data Exposure and Information Leakage


Introduction: This is Part 4 of my series Hack proof your asp.net application.In this article ,I will describe How we sometimes unintentionally expose some sensitive information or leak some information to a hacker , who used that information to hack us. Keeping These terms separate "Sensitive Data exposure" which can directly harm to an individual or an organization, "Information leakage" are...