Wednesday, November 25, 2009

VixML

Now you can create iPhone and iPod content without being a Objective C developer by using VixML engine.
With this you will be able to create world class iPhone content which use iPhone features with minimal coding.
The best thing is you don't need a MAC, since there is a version which works in Windows.

Read more at,
http://vixml.com/
http://vixml.viximo.com/wiki/tiki-index.php?page=What is VixML?

Tuesday, November 24, 2009

Airbus A380 - Singapore to Melbourne

Following are some nice views I captured of the Airbus A380 I flew from Singapore Changi airport to Melbourne Tullamarine airport.

Amazing Planes

If you are interested in planes like me you may enjoy the video series at YouTube on mega structures.
Following will be on Airbus A380 which is the worlds biggest aircraft.
http://www.youtube.com/watch?v=-Wr7moZuGOw&feature=related

This one is on the Boeing 747 which was an engineering marvel on 1970.
http://www.youtube.com/watch?v=sKb5ZghQSK0

Tuesday, November 17, 2009

Improving SharePoint Look and Feel

If you are thinking whether we can improve the look and feel of the SharePoint site a perfect example is the Glu Mobile site. If you visit them at http://www.glu.com you will hardly believe that it is done by SharePoint. But the truth is it is SharePoint.
If you would like to know how they did it read the following 3 articles discussing on its design and development.
http://blogs.msdn.com/sharepoint/archive/2007/06/14/moss-has-got-game-glu-mobile-s-website-www-glu-com-how-we-did-it-part-1-of-3.aspx
http://blogs.msdn.com/sharepoint/archive/2007/06/14/moss-has-got-game-glu-mobile-s-website-www-glu-com-how-we-did-it-part-2-of-3.aspx
http://blogs.msdn.com/sharepoint/archive/2007/06/14/moss-has-got-game-glu-mobile-s-website-www-glu-com-how-we-did-it-part-3-of-3.aspx

SharePoint Mobile Development

If you need to create a mobile view for a SharePoint site you will soon realise that the default mobile site created by SharePoint will not take you anywhere.
With its plain look and limited features you will not be able to do anything with the default view, so to give some thing valuable to your customer you need to do some development on the default mobile site.
To get more information on getting this done visit Microsoft.
http://msdn.microsoft.com/en-us/library/ms464268.aspx

Enabling Mobile View in a SharePoint Site

Microsoft SharePoint Server has a facility to render the site content into mobile devices as well.
In default this feature will be turned off. To enable mobile access execute the following command.

STSADM.EXE -o activatefeature -name mobilityredirect -url http://ms-sharepoint-site01/m

This will create a site under the given URL without any fancy items. It will be a plain site with only basic HTML. Whenever a mobile browser tries to access the site it will be redirected to the new mobile site.
You will be able to access the mobile sites using the URL.
http://ms-sharepoint-site01/_layouts/mobile/default.aspx
or
http://ms-sharepoint-site01/m

Friday, November 13, 2009

iPhone / iPod Worm

There is a worm spreading on iPhones/iPods which are using the default password "alpine" for SSH.
SSH is a software which allows you to connect to your device and make changes to the file system. SSH is required by some software.
This worm is created by an Australian hacker and it will search for iPhones or iPod touches in reach of the affected iPhone or touch (It will search on available networks such as mobile, wireless, etc). If it finds a device which has the default password of SSH, set to alpine it will get installed into the device, change the home screen background image and will do the same again using that device.
  • Good thing is it will not cause any harm to your device but will just change the background of the home page.
  • Bad thing is the source code of the worm is out and many other varieties of worms might appear soon. Some might be dangerous.
As a security measure change your SSH password today. You will be able to change your password using the Mobile Terminal package. Mobile Terminal can be found in Cydia under Sections. If you need help follow the link.
http://cydia.saurik.com/password.html