Showing posts with label microsoft. Show all posts
Showing posts with label microsoft. Show all posts

Saturday, April 22, 2017

Inovasi Terbaru Dari Microsoft

Inovasi Terbaru Dari Microsoft


Microsoft telah memperkenalkan tablet perdana mereka, Surface, pada pertengahan Juni kemarin. Rencananya, tablet yang akan optimal dengan sistem operasi Windows 8 ini akan mulai dijual 26 Oktober di di Microsoft Stores, dan sejumlah toko pilihan yang tersebar di 12 kota di Amerika Serikat.

Tapi Microsoft tampaknya tidak ingin menunggu lama untuk memperbarui lini Surface mereka. Mengutip TechRadar, Microsoft mengaku sudah mengembangkan Surface 2.0. Kepala Komunikasi Korporat Microsoft Frank Shaw pernah mengatakan Microsoft sedang membangun keluarga PC terbaru untuk mengoptimalkan Windows baru. Tapi dalamposting iklan lowongan kerja Microsoft, tim Surface diketahui sedang mempersiapkan tablet baru.
"Saat ini (tim Surface) sedang membangun generasi terbaru dari perangkat yang sepenuhnya memperlihatkan visi Windows," tulis posting iklan lowongan kerja di situs Microsoft Careers periode Juni hingga Agustus.
Iklan itu tertanggal tak lama setelah tablet orisinil Surface yang seukuran meja diganti menjadi PixelSense. Tim Surface pun disebut dalam iklan itu sedang fokus kepada pengalaman Microsoft dengan komputasi sentuh perdana mereka.

"Bagian penting dari strategi kami adalah memiliki hasrat dan perangkat kuat yang memungkinkan pengalaman penggunaan yang diinginkan, yang bercampur dengan kesenangan. Menciptakan perangkat ini melibatkan kerjasama dengan insinyur hardware, software, desainer, dan manufaktur. Kami sedang membangun generasi terbaru dan Surface membutuhkan Anda!" tulis Microsoft.

Microsoft juga dikabarkan sedang mencari insinyur yang memahami arsitektur layar sentuh dan pengalaman di integrasi mekanik dari layar sentuh besar di produk elektronik. Ini menimbulkan dugaan tim Surface juga bekerja untuk melanjutkan pembuatan layar raksasa Perceptive Pixel berukuran 80 inci. Microsoft ingin membuat itu lebih terjangkau.

Memang aneh jika Microsoft tidak mengembangkan Surface. Karena Apple pasti akan terus memperbaiki iPad, dan tablet Android akan terus berkembang. Tapi rencana Microsoft dalam perekruitan itu memperlihatkan, bahwa Surface tidak hanya disiapkan tetap mutakhir dengan perkembangan teknologi prosesor. Microsoft juga terlihat mengembangkan desain dan inovasi mereka.

Rencana Surface terbaru disebut ambisius, sama seperti pengembangan Touch Cover-nya. Microsoft disebut mencari ahli bahan baku yang bisa bekerja dengan sejumlah materi baru. "Termasuk metal, keramik, plastik, dan film tipis". Selain itu, Microsoft juga membutuhkan ahli yang mengerti proses akhir seperti pengecatan, pemasangan, dan peletakan permukaan di lapisan tipis.

Meski begitu, Microsoft belum memberikan pernyataan resmi tentang hal ini. Termasuk detail rencana yang akan dilakukan tim Surface.

Available link for download

Read more »

Monday, October 10, 2016

Its as simple as that Installing Microsoft Fonts in Ubuntu!

Its as simple as that Installing Microsoft Fonts in Ubuntu!


From Ubuntu Blog
Installing Microsoft Fonts September 9, 2005
Posted by Carthik in ubuntu.
trackback

Even if you use OpenOffice, you might still want all the Microsoft TrueType fonts so that documents created using Word or PowerPoint look as they were supposed to when you open them with OpenOffice. Also, with the Microsoft Fonts installed we browsing will be better since the pages will look as the designer originally intended them to. Most webpages are designed with Microsoft fonts in mind. The stylesheet specify these fonts. On Linux, when these specified fonts are not available on your computer, they are replaced with generic equivalents. With these fonts installed, you will see the page as it was designed. To install the fonts, all you need to do in Ubuntu is to install the msttcorefonts package. Instructions for installation are given below.

The Truetype Microsoft fonts provided by the package include:

* Andale Mono
* Arial Black
* Arial (Bold, Italic, Bold Italic)
* Comic Sans MS (Bold)
* Courier New (Bold, Italic, Bold Italic)
* Georgia (Bold, Italic, Bold Italic)
* Impact
* Times New Roman (Bold, Italic, Bold Italic)
* Trebuchet (Bold, Italic, Bold Italic)
* Verdana (Bold, Italic, Bold Italic)
* Webdings

Installing Microsoft Truetype fonts on Ubuntu

You can install the MS core fonts by installing the msttcorefonts package. To do this, enable the “Universe” component of the repositories. This is done by default in Feisty. After you do that, use the following command from the command line:

$sudo apt-get install msttcorefonts

This will give you the core fonts, but if there are other TrueType fonts that you want installed, it is as easy as copying the font files to the ~/.fonts/ directory.

After installing new fonts, you will have to log out and log in again to be able to see and use the new fonts. If you want to avoid this, you can regenerate the fonts cache by issuing the following command:
$sudo fc-cache -fv

Available link for download

Read more »