Skip to main content

Get VAIO™ Laptop & Computer - VAIO® Duo 11

With the Surf Slider design, VAIO Duo 11 provides the best solution for computing through Tablet to Keyboard mode transition and a slim and stylish body. This innovative PC is designed so you can be at your best for work or for pleasure.

Full-feature,high-performance PC in a 
thin body

VAIO™ Duo 11 not only looks great, but the thin under 18mm, 1.305 kg body is packed with a Full HD 11.6” OptiContrast™ Panel and a full range of features. Everything from a variety of necessary ports and jacks, Full HD cameras on the front and rear that can be used in both modes, and an optional sheet battery to double operation time are there when you need them. Also equipped with anytime USB* charging for recharging your USB devices while on the go, even when the PC is powered off. A wide range of support features, such as quick booting, ensure the optimum mobile computing experience.
*USB cable not included.

Full-feature, High-performance PC in a thin body


High performance power and versatility in a sleek less than 18 mm thick body with a Full HD 11.6(29.46 cms) OptiContrast™ Panel. The body weighs 1.305 kg and yet runs for up to 9 hours* using an optional sheet battery and features two cameras front and back. It is driven by an 3rd Gen Intel® Core™ i5-3317U Processor 1.70 GHz
*Specifications differ depending on the model
Full HD 1080
want to know more Click here

Comments

Popular posts from this blog

Minified Your Blogger Template For Fast Response ! How to minified CSS.

Minified is also means minimisation or minimization,  In computer programming languages and especially JavaScript and CSS is the process of removing all unnecessary characters from source code without changing its functionality. These unnecessary characters usually include white space characters, new line characters, comments, and sometimes block delimiters, which are used to add readability to the code but are not required for it to execute. If you want to remove these unnecessary character, spaces and more from your blogger template so you should follow these steps given below. 1. First you have to open your blogger template editor . 2. Then find this tag on your template. <b:skin> < ![CDATA[/* 3. Copy entire data written under this tag until the style closing tag was encounter . it is recommended please leave the comment section if exists means a author bio or etc. ]]> </b:skin> 4. After that you have to Minified your your copy data or CS...

How To Change Folder Permissions Ubuntu/Linux

How To Open Unpermission Folder And How To Change It's Permissions. I am using ubuntu 12.10 and i am working on lamp server (linux apache mysql php) and i have great work on it but when i want to open my database folder i have to face a problem on it.the problem is when i open database folder so the error occurs "The folder contents could not be displayed." you don't have a permissions to view the content of mysql. The mysql stored data in the ( file system/var/lib/mysql ). Follow These Steps. First you have to open your terminal and run this command gksudo nautilus /var/lib/mysql . terminal window with that command Then the folder was open than goto properties of that folder.                                                                              Goto permissions and cha...

Minified Your Blogger Template For Fast Response ! How to minified JavaScript (Part 2) .

Minified is also means minimisation or minimization,  In computer programming languages and especially JavaScript and CSS is the process of removing all unnecessary characters from source code without changing its functionality. These unnecessary characters usually include white space characters, new line characters, comments, and sometimes block delimiters, which are used to add readability to the code but are not required for it to execute. If you want to remove these unnecessary character, spaces and more from your blogger template so you should follow these steps given below. 1. First you have to open your  blogger template editor . 2. Then find this tag on your template. < script type = 'text/javascript' > //<![CDATA[ 3. Copy entire data written under this tag until the script closing tag was encounter . it is recommended please leave the comment section if exists means a author bio or etc. //]]> < /script> 4. After that you have...