Am I mobile addict? You may be thinking of this question as this is second post in technology which falls in mobile technology. Not really. But these small pieces of plastic or fiber or whichever material they are made up of make our life a lot easy. We have to keep up with them. So this is another post. Last week I received an e-mail regarding this phone. And I was really surprised with the concept. It is just mind blowing.
So far you have a certain shape of mobile set in your mind. Mobile phone means it will have a screen and on backside a cover with battery to change. There will be buttons from 0-9 and some extra. Some mobile may have music related buttons. A port to connect to PC or laptop and a charger. Isn’t it? Now change your mind. Here comes a phone which will shatter the traditional image of mobile phones. Here is Nokia 888.
Read the rest of this entry »

Everybody is talking about iPhone. What’s so special about this gadget? What is making this different from others? I am not suppose to be reviewing this gadget. And I will not and cannot do that as I can’t afford this phone. Maybe some guy will allow me to use this phone and then i can review. But till then let’s get some cool features and technology behind this phone. Also the reason for this post is due to it’s launch in India. It is now provided by Airtel and Vodafone at a price which will make a deep hole in your pockets.
Apple is a brand known for user interface and user friendliness. After watching many videos and reviews I think it’s true. The first thing in features is the memory. This phone has inbuilt flash memory, It comes in two variants 8GB and 16GB. This is one of the greatest achievement in phone arena. Till date phones were running on memory based on cards which is slow. Flash memory is inbuilt and is much faster than memory card. That will improve performance but if you loose phone it’ll be difficult to recover data unlike cards which can be removed and can be read in card reader. Read the rest of this entry »
This is a fantasy. We have been watching many films and read stories about people who have the power of being invisible. Sometime back I saw films like “Hollow man” and “Mr. India“. That sometime was a long ago you can say. I always wished to have that power and use it against the evil. The first film here though frames the dark side of being invisible. I think everyone will love to be invisible.
Scientists are a step closer to being invisible. This will not only make humans invisible but any object. Scientists have engineered a new material which can control the direction of visible light. The logic is simple. Just bend the visible light away from the object and it becomes invisible. There is no injection or any kind of drug required. This can also hide large objects like ships and plane. Read the rest of this entry »
Human eye is one of the best creations and it’s one of the best part of our body. The best part varies from person to person. The news is about an eye shaped camera which resembles human eye. It was successfully designed by the US scientists using standard sensor materials. Looking at the picture it looks to be an ideal solution for bionic eye.

This is a great boon to those who are blind. This breakthrough should help them to see this beautiful world again. The scientists have said that this could be well used for an artificial retina. I don’t have to tell you how important is this retina for our eyes. It is first time that the camera is demonstrated on curved surface to make it look like human eye. Picture tells us how successful the attempt is.
The surface may well look curved but is made up of very small squares. These tiny squares hold the photo detectors and electronic components. The squares are connected to each other with tiny wires which help the squares to mould into curve surface. It is difficult task to mount the circuit boards on curved surface as they come only in flat shape. The above solution helped to mount the components without breaking them.
Another good use of it may be in the robots. Current generation robots could be improved to a great extent with the use of this eye shaped camera. They will also resemble human beings more precisely. Only time will tell us where this ground breaking invention will lead us. Till that time comes you can keep reading my blog and..
Think Nonsense…
rundll32.exe is a process which executes DLL’s and places their libraries into the memory, so they can be used more efficiently by applications. This program is important for the stable and secure running of your computer and should not be terminated. Nowadays many virus, Trojans, worms use this to affect the computers. But if you study this process it can be very useful. So I’m starting some tips and tricks on this in coming blog posts.
The syntax for using Rundll32.exe is as follows:
RUNDLL32.EXE <dllname>,<entrypoint> <optional arguments>
The DLL name should not contain any spaces, commas or quotation marks. If the DLL name does contain spaces, use the short (8.3) version of the file name. This is the name which you’ll see if you use that file in DOS environment. Note the comma between the DLL name and the entry point. Also, the name of the entry point function is case-sensitive and there should not be any spaces between the DLL name, the comma, and the entry point function name. Full path of DLL should be given unless it exists in system folders.
There are a number of commands employing Rundll32.exe that can be entered into Start -> Run, a command window, or used in scripts. A common use is to open various Control Panel applets. (Another method specific to Control Panel is discussed here.) For example, to open the Control Panel applet for configuring the display settings enter
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3
Different tabs for the Desktop applet can be opened by changing the number at the end that is part of the argument. All of the Control Panel applets and their tabs can be opened this way by using the relevant CPL file and the appropriate tab number as arguments. The operating system also uses this method to display Control Panel. In fact, Control Panel applications are the most commonly mentioned examples in discussions of using Rundll32.exe.
To be Continued…