Muthukumar Rajamani : Interaction Designer/Manager, Bangalore
Author Archive
How to make the IE8 render content as it is rendered in IE7.
How to make the IE8 render content as it is rendered in IE7. Two options: First, we can add the following meta tag
Second, we add the following to the .htaccess file Header set X-UA-Compatible IE=EmulateIE7 More info here… http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx
Gmail should let me…
#Gmail should let me write,customize & assign rules contextually & globally. for Eg. email notifications from that I’ve subscribed to I receive them assign rule/s to this email/email alias create new rule and assign rule/rules to this email/email alias
ECN
Engineering Collaboration via Negotiation is a socio-technical group decision making activity. The term ‘Socio-technical’ signifies mutual consideration of true integration / synergy between the social (teamwork) and the technical (task work) aspects of engineering activities. – Alistair Cockburn Collaborative Engineering is a socially mediated technical activity. Negotiation activity is best carried out by a co-construction process.
Android vs iPhone : Front End Dev
On Android phones, to set the initial page zoom level and disable the user controlled zoom, add the following code. meta name=”viewport” content=”width=device-width; initial-scale=1.3; minimum-scale=1.3; maximum-scale=1.3;”/. Ensure that the scale have a min value of 1.3 For iPhone, add this code meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;”/