All Posts filed under »T’tips« Follow This Topic

October 28, 2011

0 Comments

Share We recently saw an article on how UC Browser can be used to track data usage almost across all mobile platforms.Now let’s see some tips to reduce data usage on your mobile devices.Following these tips will surely make a huge difference in the long run.Whether you are using a limited data plan or a [...]

April 26, 2011

0 Comments

Share Windows operating system still remains the widely used OS despite all its criticism.Microsoft Desktop Applications are widely used as Windows OS itself.It’s known for its easy to use interface and rich functionality.I am sure that Microsoft Office Suite is an integral part of most IT corporates using it day in and day out.We might [...]

April 10, 2010

12 Comments

Share Though many don’t like Windows OS ,it still remaining the world’s widely used OS especially Win XP .It is an undeniable fact! For many Windows user the application provided by it becomes inevitable.Ones like calc ,mspaint are some of them. Some times we might land up deleting them or uninstalling them. Here is a [...]

November 21, 2009

44 Comments

Share Mobile phone have become integral part of our day today life.So does the memory card for mobile phones.Mobile Phones internal memory cannot hold large amount of data thats were memory cards becomes inevitable.Most often we transfer our data to our PC and free up occupied space in memory card. Are you facing this problem [...]

August 5, 2009

14 Comments

Share Are you flashed with the below error message(“cannot create directshow player“) when ever you try to see videos online or online tv? What is the reason for the error? Standard WMP plugin (npdsplay.dll) is no longer being supported because of a security flaw and also Windows Vista and some versions of Windows XP do [...]

July 27, 2009

2 Comments

Share Here is a easy way to access Windows registry from Java the easy way via API .Else you should be writing JNI code to access registry which is a demanding job for a newbie. Here are two API that you can use to access Registry directly API’s to access Windows Registry from Java 1. [...]

July 27, 2009

11 Comments

How to use Windows API in Java?-Solution

Share We all know that Win32 API’s are Powerful and provide great features and ability from getting Window handles,Spawning new process,killing process ,Send Keystrokes ,Tweaking Registry, Logging lots and lots more. But how to use Windows API in Java ,this is sure to make your Java Application Power packaged and versatile and also eases your [...]

May 6, 2009

7 Comments

How to run your program in a isolated memory space

Share Its always good to run your program in isolated memory space so that it does not interfere with programs .Doing so literaly avoids possibility that any malicious program without your knowledge trying to infect other files! So how to run your program in isolated memory space or closed environment? Sandboxie comes up with solution.Its [...]

April 9, 2009

47 Comments

How to take Screenshot of c/c++ graphics program in turbo c without using Windows98

Share Many face problem of how to take Screenshot of C/C++ graphics program done using Turboc.Especially students.The reason is Print Screen nor any screen Capture software work in Graphics Mode of Turboc.End result not able to show output to their teachers or doing paint work in MS paint Here is a simple solution to it.. [...]

March 4, 2009

0 Comments

Share Here is a easy and simple way to install GCC compiler in Linux. First check whether its already installed by typing cc in terminal .The command should be recognized if compiler is installed. How to install? 1.Insert your Live CD. 2.Open explorer window 3.Search GCC in the search box available. Result will provide you [...]