|
|
With the upcoming release of the new version of the Apple iPhone SDK, Google of course have released a early preview of the upcoming release in predicted in July of there Android SDK.
As would be expected many bug fixes and much anticipiated performance improvements have been included. Also some nice features which will help mobile manufacturers to adopt the android mobile OS on to there phones.
Some of the new features include On-screen soft keyboard Widgets (Bundled home screen widgets include: analog clock, calendar, music player, picture frame, and search), Live folders, Camera & Gallery( Video recording, Video playback (MPEG-4 & 3GP formats)), Bluetooth and importantly a Webkit based browser.
A full list of the features can be seen on the android developer website.
Hopefully this will mean more android phones will be released in the next year or so to take advantage of the SDK and what we would imagine lower costs for development.
If you are interested in Google Android applications or even Applie iPhone, Blackberry or any of the other mobile platforms then contact us for a free consultancy.
|
|
|
|
The blog module for Sitecore 5.3 comes with the Telerik RADEditor, however under a default install you may have issues uploading images, we found on our installation that the Upload Button was disabled and no documentation about this.
The fix is simple, open up \layouts\blogposteditor.ascx.cs and modify the 'string[] paths' variable on line 42 to include the path to the images directory, this is a array so multiple entries can be included.
For example -
static readonly string[] paths = new string[] { "~/images/Blog" };
Just make sure that the directory has write permissions for Sitecore.
|
|