All posts by sakiv

OnLive Desktop – Access Windows 7 Virtual Desktop from iPad

Many times while working on iPad, we may require access some PC/Windows Applications. Well,,,there are some Apps out there which let you remote your Windows desktop but those are not so smooth to give you a rich user experience. This is more due to time lag between what action you perform and when it finally occurs on it.

This week OnLive launched a new iPad App, named OnLive Desktop, which lets you access a Windows 7 Desktop, not your own desktop but a virtual Windows 7 desktop from their own servers farm. Standard pack is pre-loaded with Microsoft Office 2010 Applications such as Word, Excel and Powerpoint. It also features some standard applications like Windows Media Player, Notepad, Wordpad, Paint. I have experienced Microsoft Surface Collage first time on it and it was awesome. Though standard version of it lacks Internet Explorer.

Currently OnLive is only available for Apple iPad but it will be soon available for Android™, PC and Mac®.

There are various service plans which OnLive has planned to offer

  • Standard @ Free – provides basic functionality with 2 GB of storage.
  • Pro @ $9.99/month – provides additional functionality like Web Browsing and ability to add Additional Applications.
  • Enterprise @ contact OnLive support – it is more like thin client for your enterprise custom virtual machines.

OnLive Desktop for iPad can be downloaded from here. You can look for further additional information at “http://desktop.onlive.com”.

Enhanced by Zemanta

How to install Lego Mindstorms NXT 2.0 Software on Mac

To install LEGO MINDSTORMS NXT 1.1 on Mac OS 10.6+ (Snow Leopard / Lion)

  1. Copy all files from the MINDSTORMS CD to a folder on your desktop.
  2. Open that folder and look under “Parts”.
  3. Locate MindstormsUnivEdu.pkg or MindstormsUnivRet.pkg.
  4. Right-click (control-click) and choose “Show Package Contents”.
  5. Navigate into the Contents » Resources directory and delete the “preflight” file.
  6. Close this package and run the meta-package (LEGOMindstormsEngRet.mpkg) from the desktop to install MINDSTORMS NXT.

To install LEGO MINDSTORMS NXT 2.0 on Mac OS 10.6+ (Snow Leopard / Lion)

  1. Copy all files from the MINDSTORMS CD to a folder on your desktop.
  2. Open that folder and look under “Parts”.
  3. Locate MindstormsUnivEdu.pkg or MindstormsUnivRet.pkg.
  4. Right-click (control-click) and choose “Show Package Contents”.
  5. Navigate into the Contents/Resources directory and delete the “preflight” file.
  6. Close this package and run the meta-package from the desktop to install MINDSTORMS NXT

To download Lego Mindstorms NXT 2.0 software click here.

Enhanced by Zemanta

Gtalk Extension for Chrome on Mac

I was looking at the Gtalk extension for Chrome on Mac OS X Lion (10.7) on Chrome Web Store. I liked that and installed it and now I notice that Gtalk now comes on my Mac’s menu bar as an icon.

This one is great as clicking on the icon opens up a new small Chrome window for Gtalk. So iChat beware…here comes Google without any native applications but using only Chrome browser.

Enhanced by Zemanta

Syntax Highlighter

Well after looking at one of the blog site, I also got interested in integrating some code syntax highlighter plugin for this blog site. After looking around a bit, I came across with “SyntaxHighlighter“. This plugin is based on the Javascript package built by “Alex Gorbatchev“.

SyntaxHighlighter is currently used by ApacheAptanaMozillaYahooWordPressBug LabsFreshbooks and others.

Here is a sample output of it:

using System;
public class HelloWorld
{
    public static void Main(string[] args) {
	Console.Write("Hello World!");
    }
}
Enhanced by Zemanta