Popular Posts

Wednesday, August 14, 2013

To Avoid exponential notation for long numbers in excel


<quote>
I had this with list of long numbers, about 14000 entered into one column. I highlighted the column, Data -> Text to Columns -> Fixed length -> Don't create any break lines. Clear any that show up -> Select column data format text -> Finish. Worked like a charm.
</quote>

Wednesday, July 31, 2013

To register multiple dlls or ocx in a folder ... (regsvr32)

to register all dlls in a folder go to the folder and execute the following command:

for %i in (*.dll) do regsvr32 %i


replace *.dll with *.ocx to register ocx files

Thursday, May 2, 2013

Solution: Terrible lags/delays when dialing a number on Android phones

Solution: Terrible lags/delays when dialing a number on Android phones

I was fed up with this problem. I tried every possible thing i could thing. Finally what worked out for me was disabling the usb debugging and mock location settings.

Goto Settings->Application->Development
and uncheck usb debugging and mock location settings.

After this dialing has not been a problem.

Total Pageviews