Technical

Issue in Display of Apps on Differernt Mobile

  • by Tejash Shah
  • April 26, 2013

If you have gotten around to using PhoneGap for developing mobile applications now, you have probably gotten an UI that you are satisfied with. However, have you tried launching the application on

General

How to set viewport only for iphone or ipad?

  • by Tejash Shah
  • February 12, 2013

One solution… <!-- in head --> <meta id="viewport" name='viewport'> <script> (function(doc) { var viewport = document.getElementById('viewport'); if ( navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i)) { doc.getElementById("viewport").setAttribute("content", "initial-scale=0.3"); } else if ( navigator.userAgent.match(/iPad/i) ) { doc.getElementById("viewport").setAttribute("content",

Technical

Cell Counting Techniques – Excel

  • by Tejash Shah
  • July 18, 2012

Excel provides many ways to count cells in a range that meet various criteria: The DCOUNT function. The data must be set up in a table, and a separate criterion range is

Technical

Summing hh:mm Time Values in Excel

  • by Tejash Shah
  • December 28, 2011

Question We have a column of cells in an Excel spreadsheet containing times like, 3:15, relating to the time spent on a task. At the bottom of the column I’ve used AutoSum