Wednesday, March 13, 2013

Microsoft releases 22 Kinect for Windows open source samplers


PC developers looking to fiddle around with Microsoft's Kinect peripheral just got a big gimme. Microsoft has released 22 different samples of Kinect for Windows code under an open source licensing agreement, meaning you're free to tinker away to your heart's content – just don't try to pass it off as your own.


What makes this different than the previously widely available software development kit? Microsoft says it has issued these samples for the sake of convenience, allowing fledgling flailers access to bite-sized segments designed for specific functionality and lessons that don't require a lengthy download of the full SDK. Convenient.



Kinect for Windows officially launched on February 1, available now for a suggested retail price of $250 – though some retailers like Amazon and Newegg have it listed on the lower side of $200.

Friday, November 23, 2012

Turning Thoughts into Action: New Advance in Brain-Controlled Computer Cursors


Washington, November 19 (ANI): In recent years, neuroscientists and neuroengineers working in prosthetics have begun to develop brain-implantable sensors that can measure signals from individual neurons, and after passing those signals through a mathematical decode algorithm, can use them to control computer cursors with thoughts.
Now, a team of Stanford researchers including Indian origins have developed an algorithm, known as ReFIT, that vastly improves the speed and accuracy of neural prosthetics that control computer cursors.
Research associate Dr. Vikash Gilja and bioengineering doctoral candidate Paul Nuyujukian led the team.
 Perfecting the computer algorithm for this translation has proven a challenge. Recently, however, researchers at Stanford University have designed an algorithm, known as ReFIT, that vastly improves the speed and accuracy of neural prostheses that control computer cursors.

The advantage of the ReFIT technology is that it allows the system to make immediate adjustments while guiding the cursor to a target, just as a hand and eye work together to move a mouse-cursor onto an icon on a computer desktop.
According to the press release:
The system relies on a silicon chip implanted into the brain, which records “action potentials” in neural activity from an array of electrode sensors and sends data to a computer. The frequency with which action potentials are generated provides the computer key information about the direction and speed of the user’s intended movement….
In side-by-side demonstrations with rhesus monkeys, cursors controlled by the ReFIT algorithm doubled the performance of existing systems and approached performance of the real arm. Better yet, more than four years after implantation, the new system is still going strong, while previous systems have seen a steady decline in performance over time.
“These findings could lead to greatly improved prosthetic system performance and robustness in paralyzed people, which we are actively pursuing as part of the FDA Phase-I BrainGate2 clinical trial here at Stanford,” said [Krishna] Shenoy.
The efficiency of cursor movement ranged from between 75-85 percent of the speed of real arms – a remarkable advancement.
Check out a video demonstrating how this algorithm offers an improvement on previous technologies:

Saturday, August 25, 2012

Lock Your Folder With Password Without Any Software..!


Paste the code given below in notepad and ‘Save’ it as batch file (with extension ‘.bat’) any name will do. Then you see a batch file. Double click on this batch file to create a folder locker.New folder named ‘Locker’ would be formed at the same location. Now bring all the files you want to hide in the ‘Locker’ folder. Double click on the batch file to lock the folder namely ‘Locker’. If you want to unlock your files,double click the batch file again and you would be prompted for password. Enter the password and enjoy access to the folder.

if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p “cho=>”
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p “pass=>”
if NOT %pass%==type your password here goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

How To Password Protect USB Flash Drives – Lock Pen Drives


Flash drives have become the storage medium of choice these days. With the increasing storage capacities available, people are beginning to store a majority of their data on pen drives. But in such cases, data security is a persistent problem. One would think twice before carrying important or sensitive data on portable media. If the pen drive is lost or compromised, sensitive data could fall in the wrong hands. But there’s a solution to this, password protection! You can simply password protect USB flash drives so that only you or authorized users can access the data. So there’s two types of protection, there’s simple password protection wherein data cannot be seen without entering a password and there’s encryption, in which the data is actually encrypted and can be decrypted and accessed only with a password. In the free tools below, we have both types of protection, so take your pick!

5 Free Software to Password Protect USB Flash Drives


1) Encrypt Stick Free




First up, we have Encrypt Stick Free. It boasts of quite an impressive list of features but unfortunately not all of them are completely available in the free version. However, if you’re looking for a free program to password protect small amounts of data this can be the software for you. It’s got password protection, storage vaults, password expiry time and a cool feature that automatically reprotects files after a certain amount of time if left idle.


2) USB Secure




USB Secure is another solution to password protect flash drives and in fact, any removable media including memory cards, external hard disks and the like. Like Encrypt Stick Free, it also provides additional features in a paid full version. Nevertheless, it does what it’s supposed to and if you need advanced features like virtual partitions, vaults and more you can buy the full version.


3) USB Flash Security




One of the simplest tools on the list, USB Flash Security lets you select your USB drive and protection is simply a few clicks away. Along with the password even a hint can be mentioned. The features are rather basic, but it gets the job done. One thing you have to keep in mind though, this is made by a Japanese company and the grammar in the program and help files can be quite horrible. If you don’t mind a few typos, language errors and such, USB Flash Security is a good tool to password protect USB flash drives.


4) Rohos Mini Drive



Rohos Mini Drive is program that lets you create a hidden, encrypted partition in the USB flash drive that can be accessed only by inputting a password. It comes in an installation as well as portable version that can be carried on removable media and used without installation. Futhermore, Rohos Mini Drive can be used to password protect files and folders even on your computer. For example, you can hide specific subfolders within an otherwise visible directory. Download Rohos Mini Drive

5) TrueCrypt



TrueCrypt is the most fully featured encryption tool and the best part is, it’s completely free and open source! It provides extremely solid protection by encrypting files, folders, you name it on both removable media and your computer. You can even choose encryption algorithms. Specific files can be used as “key files” to unlock too. TrueCrypt has an great feature where hidden, encrypted partitions can be created and accessed differently based on passwords. For example, you can create 2 partitions on an 8 GB pendrive of 4 GB each called A and B. Now, you can encrypt it such that one password unlocks and decrypts only partition A and another password does the same only for partition B. TrueCrypt is your best bet if you’re looking for an encryption solution not only to password protect USB Flash Drives but protect other data too. Download TrueCrypt

Thursday, February 23, 2012

'Genius' computer with an IQ of 150 is 'more intelligent' than 96 per cent of humans !!!


  • Software uses mixture of logic and 'human-like' thinking 

  • Score is classified as 'genius' 

  • It could 'spot patterns' in financial data


  • A computer has become the first to be classed as a 'genius' after scoring 150 in an IQ test.

    The average score for people is 100. A score of 150 ranks the artificial intelligence programme among the top four per cent of humans.

    The programme uses a mixture of mathematical logic and 'human-like' thinking, enabling it to outperform previous software on IQ tests.



    Even advanced maths programmes usually score below 100.

    The software was designed by a team led by researcher Claes Strannegård at the University of Gothenburg. His aim was to make a programme that 'thinks' like a person.
    'We're trying to make programmes that can discover the same types of patterns that humans can see,' he says.
    IQ tests are based on two types of problems - seeing visual patterns and guessing number sequences.

    The Swedish research group believes that number sequence problems are only partly mathematics – psychology is important too.
    Strannegård says 'One, two - what comes next? Most people would say 3, but it could also be a repeating sequence like 1, 2, 1 or a doubling sequence like 1, 2, 4. Neither of these alternatives is more mathematically correct than the others. What it comes down to is that most people have learned the 1-2-3 pattern.'

    he group is therefore using a psychological model of human patterns in their software.

    They have integrated a mathematical model that models human-like The group has improved the programme that specialises in number sequences to the point where its score implies an IQ of at least 150.
    'Our programmes are beating the conventional math programmes because we are combining mathematics and psychology.'

    The programme's 'human-like' thinking could have uses outside IQ tests. It can spot 'patterns' in any information that has a human component, such as financial data.

    'Our method can potentially be used to identify patterns in any data with a psychological component, such as financial data. But it is not as good at finding patterns in more science-type data, such as weather data, since then the human psyche is not involved,' says Strannegård.

    Tuesday, January 17, 2012

    IBM Shrinks Computer Memory Into Only Twelve Atoms..!

    Scanning tunneling microscope image of
    twelve iron atoms that were assembled
    into an atomically precise
    antiferromagnet.
    (Credit: IBM)


    IBM announced last week that it had successfully created the smallest magnetic memory storage yet – they were able to record a bit into just 12 iron atoms. The results of this research can be found in the current issue of Science.
    “It begins with a simple question,How small can you make a magnetic structure, and still act as a classic magnet for data storage?” - IBM researcher Andreas Heinrich. 
    The traditional way to approach this is the simple Moore’s Law approach – starting from the top down, keep shrinking storage. The other approach, which is what Heinrich’s team is working on, is to actually build the magnet up, atom by atom.
    They did this by using a scanning, tunneling electron microscope, placing iron atoms one at a time on a copper-nitrogen surface. By placing the atoms one at a time, the researchers could start to understand how small it was possible to make the storage of one bit.

    As it turns out, the absolute limit is 12 atoms – a magnetic storage unit for data just can’t get any smaller. That’s because when there are fewer than 12 atoms, quantum effects dominate. For example, a structure of six iron atoms switches quantum spin states about 1,000 times per second. At eight atoms, it was significantly less – about once per second. But at 12 atoms, there was no quantum switching at all. In other words, as long as you have at least 12 atoms, the iron structure will behave like a classical magnet, and it’s possible to store a single bit of information in the structure.
    Below you can see eight of the 12-atom structures, each storing one bit. This is one byte of information in only 96 atoms.

    Another challenge of building on such a small scale is the ferromagnetic properties of most magnetic storage. In a ferromagnetic piece of metal, like a compass needle, all of the atoms have their magnetic moments aligned, producing a large magnetic field that can be sent across large distances. While this works great for storing bits in a hard drive, “it’s bad on the nanoscale,” according to Heinrich. That’s because the atoms are packed so closely together. If the atoms have the same magnetic moment, they’ll repel each other.
    Instead, the atoms in this memory system are anti-ferromagnetic. In other words, says Heinrich, “One points north, then south, then north. Locally, the magnetic fields cancel, which means they can be packed closely together. Bits are literally next to each other on the atomic scale.”
    Of course, this is just the first step in a long road to practical application. Building bits like this are expensive. But Heinrich is optimistic about the potential. He expects practical applications in the area of spintronics within the next 5-10 years, and is also excited about the possibility of applying his methods to computation – possibly even quantum computation. “What I’m going to be doing is focusing on whether quantum effect can be enhanced to do quantum computation using the scanning, tunneling microscope,” he said. His team is looking into different materials to apply potential quantum computing applications to, including silicon.
    It’ll be interesting to see what they come up with.



    Thursday, December 15, 2011

    Online booking for Aakash tablet starts.....!

    DataWind, the Canadian company that is manufacturing Aakash, has started the online booking and pre booking of the much anticipated low cost Android tablet. Online booking is for students' version of the tablet and pre booking is for UbiSlate 7, the upgraded version of Aakash.





    Students' version of Aakash will be available for Rs 2,500 and will be delivered in seven days. The commercial version, UbiSlate 7 is priced at Rs 2,999. The payment mode for both the tablets is cash on delivery.
    The commercial version of Aakash tablet will be powered by Android 2.3 and will have a resistive touchscreen, Cortex A8-700 MHz processor and graphics accelerator HD video processor, 256 MB of RAM and 2 GB of internal memory.
    Other specifications are a one standard USB port, 3.5 mm audio jack, a 7 inch display with 800 x 480 pixel resolution, resistive touchscreen, GPRS and WiFi support.
    "The improved version of Aakash tablet will be available in retail outlets by January end," a spokesperson of DataWind told The Mobile Indian.
    The tablet was to be made available in retail stores by the end of November. "The delay in the availability of the tablet has been due to upgradation in the tablet and some unforeseen delay in manufacturing," the spokesperson said.
    To book and prebook student and commercial versions respectively of Aakash tablet, users have to visit DataWind's website and fill up the required form. In case of booking they will get a booking ID and a message which will state, "You will shortly receive an email confirmation from our support team with further details."
    In case of pre booking users will get a confirmation message which will state, "The commercial version of the Akash UbiSlate 7 would be launched in early weeks of December. After the commercial launch we would get in touch with you to deliver your device as soon possible."
    As a matter of fact, the confirmation message a reader will see is factually incorrect as The mobile Indian had reported earlier the Aakash tablet will be available only by January end.


    Datawind has however not cleared how it is going to establish the identity of students who will book the cheapest version of Aakash tablet. When The Mobile Indian contacted spokesperson of Datwind he said, "Anyone can book the student version of Aakash tablet."
    This defeats the purpose of providing students an affordable tablet as now anyone can place an order to get the tablet. Interestingly, now it has been revealed that the government has procured only 10,000 Aakash tablets for distribution in schools and colleges of the initial 1 lakh proposed.
    It looks like the company was in a hurry to start the online booking process and has not done not proper homework before staring it.




    Monday, October 31, 2011

    Uninstall Windows 8 by removing VHD and get back Windows 7 Boot [Guide]

    Out of curiosity, many of you have installed Windows 8 Bootable VHD. If you are already played enough around and claim back the space taken up by the installation and continue work with Windows 7 normally then, here is a guide to uninstall Windows 8 by removing VHD.

    So lets just focus on the topic as to How to remove Windows 8 installed VHD file without affecting your System or HDD. It’s a tried and tested procedure so let’s go step by step and follow the article below to uninstall Windows 8 VHD.

    1. Change Default OS to Windows 7





    As you can see above, the screenshots are showing the Boot Menu of Windows 8. Here you have to change the default OS as windows 7 instead of Windows 8 Developer Preview. Either way, even if you are keeping your Windows 8 though I will recommend you to keep Windows 7 Boot loader, as its faster.
    By this process your system will now be reading the boot menu of windows 7. Here we are almost done. Start Windows 7 and then restart your System. You must have to do this or it will not save the Boot Menu settings that you just changed. Now check which boot menu does your system load. It should load Windows 7 classic Boot Loader.

    Windows 7 Boot Menu looks like this



    If you are getting this Boot Menu then you are free to do the next step which is very easy, that is to Delete the VHD file in you HDD
    After Deleting the VHD file your space is recovered now. You can check it in Disk-Management, there will not be any Unallocated Partition.

    Removing the Windows 8 Developer Preview Boot Entry




    Go to Start menu and search “msconfig” open it and you will have this Window as I have shown above. There you can see Windows 7 is my Default OS. You just have to select Windows Developer Preview and delete it. Select windows 7 as default if its not showing before deleting. Apply the settings and OK. Now restart your System and you will have a HDD free from Windows 8.
    Though  the screenshots refer to Windows 8 Developer Build but it is expected that the procedure should work on all future build of Windows 8 as the concept of VHD remains same.
    Note : This is the easiest way to remove Windows 8 installed VHD file. But before doing this process, you must have to define your default OS as windows 7 to your system.
    
    

    Install Windows 8 using Bootable VHD without Formatting [Guide]

    If you are still left who hasn’t tried Windows 8 yet. Then, Installing Windows 8 using VHD (Virtual Hard Disk). Virtual Hard Disk is a single file stored on current Windows 7 system and lets you dual boot Windows 8.

    I know there are some working tricks already mentioned to install Widows 8 via VHD, but I am going through step-by-step as how I actually installed it without formatting my system. Little problems came during the process or I should say Doubts, that is what I am clearing here so you can get it installed without any risk to be taken during the process.
    Windows 8 is compatible with Netbooks with Intel Atom processor. I have installed it in my HP Notebook and its working Smoothly. Lets begin the installation of Windows 8. Its simple but I need your full attention as a small mistake can cause serious damage to your Data in the HDD.

    How to Install Windows 8 as Dual Boot using VHD

    1. Create bootable USB


    I am sure you know this procedure to create a Bootable USB drive. It’s straightforward using Windows 7 USB DVD Tool. You need a 4 GB USB flash drive. You can make Windows 8 Bootable USB Pendrive easily with SBB Tool.

    2. Create VHD



    After creating Bootable USB drive of Windows 8, Go to Disk Management [Right click on My Computer and click on Manage] then at the right side More Options and Create VHD. Now create a folder in your drive where at least 30 GB memory is free. It actually uses around 5 GB of space so don’t panic just do the steps as I have shown above.
    Must select the Dynamically Expanding, it means that windows 8 will use only the space which is needed, rest will be free to use. After creating folder in your drive, don’t browse it. Just put the exact path for your VHD file. Its not important to just put it in a folder but its for the safety of your VHD file.


    If you are right with the process, you must see the Unallocated space in Disk Management.
    Okay now after this process, Restart you system and select USB as your first boot device.

    3 : Attach VHD 



    After getting the installation screen, Do not select any drive ! Press SHIFT+F10 You will have a command prompt. Now put commands without any typing errors.

    1 :  DISKPART> select vdisk file=H:\win8\win8.vhd
    2 :  DISKPART> attach vdisk


    Drive letter “H” may vary in your case.
    After putting these commands, your command prompt must look like the Picture shown above. Here you are done. Now just go to the installation window and Hit refresh. It may take a few seconds but after that it will show you the Unallocated Drive. Select it and make a new partition. Click next to start installation.
    Its a fully working way of installing Windows 8 & must follow the steps I have given. If any doubts leave your comments.

    Note: When I can do it, you can also follow the steps accordingly and install Windows 8 VHD. My steps are correct and refers to what I implemented but Error may be sometimes on your side so be precise while commenting to get accurate solution.

    Thursday, July 28, 2011

    How to get back old Facebook Chat Easily and get rid of New Sidebar Chat






















    How to install Old Facebook Chat UserScript

    Go to http://userscripts.org/scripts/show/107159 and click on Green button saying “Install”.
    For Firefox users, you must have GreaseMonkey addon installed to install this. For Google Chrome however, it is installed directly and activates automatically on opening Facebook.com
    Note: This Hack doesn’t activate Old Facebook Chat for your Account but only when you access Facebook from the browser where script is installed.

    Tuesday, June 21, 2011

    Here Comes The World's Fist Coins With QR codes...!

    People nowadays use credit and debit cards in order to purchase products. The use of coins for buying small things is fast diminishing and the use of currency notes has become more useful for people. As a part of giving these coins its old fame, the Dutch government have decided to make their coins a little more “high-tech”.
    They have decided to produce a limited edition of QR coded coins, consisting of silver 5€ coins and gold 10€ coins. The coins will be available for the public from June 22nd.

    The coins are now coded so as to take you to a Dutch government site. But according to the officials, once they are given to the public, the codes will link to a “surprise”. There is no real explanation to what the “surprise” from the codes may be. Anyway, let’s hope it may be something worth more money!!

    The interesting part with the coin is that since the larger 10€ coin is only 33mm in diameter, the scanning will need some real practice. Take a look at the gold and silver coins with QR codes as shown below.

    
    
    Duch Coins With QR Codes.
     


    Only a limited number of coins will be initially QR coded, as in remembrance of the 100th anniversary of their national mint in Utrecht.

    Even the U.S. produces some pretty high-tech currencies, but the bills are designed to oppose counterfeit money, not necessarily to morally improve the collectors or engage smartphone users. Also, since this is a brand new idea, they may even try to implement it on all their currencies and coins. Just think about the possibilities in business with coins that can be linked to the internet. If these coins can be QR coded and widely circulated among the people, National Mints could easily auction weekly leases on the QR Code redirect. They could make money for putting ads in the links that is obtained while scanning the coin.

    MeeGo Operating System

    About :-


    MeeGo is an open source, Linux project which brings together the Moblin project, headed up by Intel, and Maemo, by Nokia, into a single open source activity. MeeGo integrates the experience and skills of two significant development ecosystems, versed in communications and computing technologies. The MeeGo project believes these two pillars form the technical foundations for next generation platforms and usages in the mobile and device platforms space.
    

    MeeGo includes:

    • Performance optimizations and features which enable rich computational and graphically oriented applications and connected services development
    • No-compromise internet standards support delivering the best web experiences
    • Easy to use, flexible and powerful UI/app development environment based on Qt
    • Open source project organization managed by the Linux Foundation
    • State of the Art Linux stack optimized for the size and capabilities of small footprint platforms and mobile devices, but delivering broad linux software application compatibility
    MeeGo currently targets platforms such as netbooks/entry-level desktops, handheld computing and communications devices, in-vehicle infotainment devices, connected TVs, and media phones. All of these platforms have common user requirements in communications, application, and internet services in a portable or small form factor. The MeeGo project will continue to expand platform support as new features are incorporated and new form factors emerge in the market.

    MeeGo 1.2 Release

    Today we are announcing the project release of MeeGo 1.2. This release provides a solid baseline for device vendors and developers to start creating software for various device categories on Intel Atom* and ARMv7 architectures.

    The MeeGo 1.2 Core OS provides a complete set of enabling technologies for mobile computing.

    Some highlights of the MeeGo Core stack include:
    • MeeGo Reference Kernels supporting a variety of Intel Atom and ARMv7 platforms.
    • QML Application Framework and extended Qt-Mobility APIs, including additional location, system, connectivity, and sensor/haptic capabilities for rapid, rich, application development.
    • Enhanced Telephony and Connectivity capabilities, including:
      • GSM, GPRS, and HSPA+ network support
      • SIM Application Toolkit
      • Expanded Bluetooth profiles
      • Expanded VPN and wireless authentication methods
      • USB, WiFi, and BT-PAN data tethering capability
      • Enhance multimedia support, including RTSP streaming with progressive download

    This release also includes the following:

    • Netbook UX 1.2 complete set of core applications for netbooks.
    • In-Vehicle Infotainment (IVI) UX 1.2 includes a sample IVI Homescreen and speech recognition enabled Application Launcher built with QML, as well as a collection of commonly used applications.
    • Tablet Developer Preview
    • MeeGo SDK 1.2 for MeeGo Core OS and supported UXs.
    Please refer to the Core and UX release notes, as well as the Developer Resources documentation pages, for a more complete list of features and supported platforms.

    Looking Ahead to MeeGo 1.3

    MeeGo development continues forward on a six-month cadence, with MeeGo 1.3 scheduled to be released in October, 2011.
    Many new features targeting MeeGo 1.3 have already been accepted in MeeGo Featurezilla. The development tree for MeeGo 1.3 is open and we are starting to integrate new components now.

    Sunday, June 5, 2011

    Windows 8 Interface First Look: Comprises of Live Tiles and it’s Awesome.


















    When Windows 8 builds were leaked, I thought it will be just minor tweaking with the UI of Windows 7 but I was wrong. Microsoft surprised everyone by uncovering the Next Generation Windows 8 user interface which is really interesting and has resemblance with Windows Phone 7 Mosaic Tiles.

    All applications and programs uses Live Tiles instead of icons on Start screen which lets them say something more and give more information. For example, a weather application will show Temperature on tile and on clicking it give further detailed information.



    Windows 8 is Touch Device ready OS and the applications defined are of two types. One is Classic Windows which we saw in previous(Win 7) versions and Second made using HTML5 and Javascript.
    One of the most interesting things about the UI of Windows 8 is the way can use two applications simultaneously. Because it is based on Windows 7, it is obvious it has multitasking. What is surprising is that the touch interface allows Windows 8 two applications to share screen at the same time, with just drag an application to the edge of the screen and leave a couple of seconds there, it automatically takes a “side panel” (something like Windows Aero Snap 7, but designed for tablets).
    

    Furthermore, the transition between applications is well achieved. By simply moving your finger from one side to the center of the screen pass from one application to another. I will not say it is an excellent implementation Because Microsoft has not shown whether there is a provision to see once all open applications, Which is essential if we are talking about tablets or PCs, which should be extremely inconvenient to have to go through all the applications to reach one in particular (which is now with the sort of “carousel” that offers to change Windows 8 app).


    Undoubtedly, Windows 8 is a complete breakthrough with the new application framework based on Web tools such as Silverlight, HTML5 and other equally modern and XAML.
    The apps created for Windows 8 using these tools are simply stunning, catch the eye, and seem to offer a user experience first class. The good news is that, apparently, this step will without losing backward compatibility because in demos, we saw that it was able to run applications built for previous versions.
    Here are the aspects of Windows 8 summarized below:
    Quick launch apps from the tiles on the home screen, which replaces the “Start” menu. As in Windows Phone 7.
    Dynamic tiles with notices, which always show relevant information from the application.
    Convenient, intuitive switching between applications.
    Improved Snap for easy snap windows to screen edges and change their size.
    Web applications on HTML5 and JavaScript, with access to system functions.
    Optimized for touch screens IE10.
    Looking at the Interface, I feel that Windows 8 is built taking into consideration of Tablets (Touchscreen or non Touchscreen) but developer says that it will work perfectly even with Mouse and Keyboard.
    Also, Windows Head stressed that Windows 8 is not a final name and didn’t announce any specific date for the release of Windows 8 but it is expected to be next year.
    


    Thursday, April 7, 2011

    LG Optimus 2x P990 Dual Core & Optimus Black P970 Smartphone Launched in India

    The two next generation smartphones from LG are here. Yes, we are talking about the launch of LG Optimus 2X and LG Optimus Black, which got announced in CES 2011. The price of both the devices have been announced and will be available very soon in Indian market.

    LG Optimus 2X P990 Technical Specifications:-


    The LG Optimus 2X is the first dual core smartphone, having 1GHz dual core Nvidia Tegra 2 Processor. The master-piece from LG currently has Android 2.2 Froyo as its OS, but will soon be getting an update to Android 2.3 Gingerbread. The device features a whopping 4 inch capacitive touchscreen, has an 8MP camera, 720p video recording, 8GB internal storage, 512MB RAM and A-GPS support.
    The creates an impression in terms of camera. It`s 8MP  camera has a resolution of 3264 x 2488 pixels and features a LED flash, Geo-tagging, face and smile detection, touch focus and image stabilization.
    The LG Optimus 2X provides you a range of connectivity options with features like 3G, EDGE, GPRS and WiFi.  The device comes preloaded with social networking apps, Google apps, YouTube, Adobe Flash etc.
    As the handsets go bigger in stature, people tend to check battery backup.  Well, you will not be disappointed here as it`s 150mAh battery is capable of providing around 8hours of talk-time.

    LG Optimus 2X Price and Availability in India:-The LG Optimus 2X  is priced  Rs 30,000 and will be available very soon in all major mobile outlets

    LG Optimus Black P970 Technical Specifications:-



















    Like Optimus 2X, Optimus Black does not feature a dual core processor. However, it has something special about its display. It comes with NOVA touchscreen display, which is capable of providing more clarity than any other display even under strong sun light.  This technology also ensures that there is 50 % less power consumption.
    The LG Optimus Black is also a 4 inch touchscreen device with 2GB internal storage and 512MB RAM. It has GPRS, EDGE, 3G, WiFi and Bluetooth connectivity options. The device features a 5MP camera with LED Flash.
    The smartphone is currently featuring Android 2.2 Froyo as its OS, but its update to Android 2.3 is in the air; it might get an update anytime.
    LG Optimus Black Price and Availability in India
    The LG Optimus Black is priced Rs 27,000 and will be available very soon in all major mobile outlets

    My Verdict

    The two smartphones from LG are different in its own respect.  One has a power of dual core processor, while the other boasts of its NOVA display. Other feature seems to be similar apart from difference in camera.  My interests bend more towards Optimus 2X. What about you? Do let me know your views.

    brought to you by :- http//www.aarsh-parekh.co.cc