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.

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 they have fixed this in their latest version of Internet Explorere - 11.

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 which helps attacker to perform malicious activities.Both terms are correlated and we can say Information leakage can contain Sensitive data exposure and vice versa.

Background:

You can read previous article of this series from below links :