Skip to main content

Transparent Phone a near future and craze for kids.


Would you like to have a transparent phone? If you ask the same question to some people around you, "YES" would be the answer from most of them. Do not forget to ask yourself.


Now lets get into some detail. A transparent phone is not a future anymore. Technology has got a long way ahead, and the day is not far away when everyone will be having transparent smartphones.


In the film Iron Man 2, billionaire inventor Tony Stark’s slim, transparent cellphone is easily one of the most eye-catching gadget. And when i was searching for a phone like that i came across a video which was quite alike the one shown in the movie. This movie is just an idea of how it would probably be after some days in near future.
Even if we get transparent phones from market, some issues of SIM card and memory card will still remain which will be a challenge to developers of next decade. When this concept of  transparent phone hit the minds of geniuses they started their run to get this concept running. After Sony launching the "James Bond" phone, next up may be the "Iron Man" phone. Polytron is looking to launch such phones this year.There are many news of this transparent phones hitting up the market soon. Polytron, a company which will most probably launch this phones in near future are not much sure about the product. Even the concepts are not new and near transparency is achieved. Soon we  can see host of people using transparent phones.


Comments

Popular posts from this blog

Facebook Login In PHP

As we all know Time is Money. When there's a long form on your site for registration you could sometimes lose your visitors. To make this registration step a success, adding a small social login button to your site may cut down lot of burden on visitors side and will help you in getting more attention on your data rather than wasting time on the lengthy registration process. By doing so visitor will be glad to see that you care for their precious time.   What do you think will there be anyone in this small world who is not having a Facebook account? According to recent stats 1 in every 13 person in this world is using facebook.

USB Boot Procedure

Simple step-by-step solution to create a bootable usb in cmd: 1)   Take a pen drive of more than 4gb . 2)   Now the most important step is to open cmd from start->search program and files->type cmd . 3)   Now in the new window, type diskpart and hit enter. 4)   Type the command list disk . Now, note the disk which have size identical to that of your pen drive. eg. disk 1. 5)   Type the command select disk 1 . 6)   Then type clean and hit enter. 7)   Just type create partition primary and press enter. 8)  Then run the command list partition . 9)  Type select partition 1 and hit enter. 10) Format it using the command format fs=ntfs . 11) Type the commands active , assign and exit in sequence. Now just copy all the files from Boot-able disc of  windows 7 to the pen drive and your pen drive is ready to be used as a boot-able device.