News : Technology » Business » Politics » Entertainment » Sports » Web Design » Money Making Tips » SEO » Travel » Science
del.icio.us | Feeling Lucky? | View blog reactions |

Showing posts with label OpenSource. Show all posts
Showing posts with label OpenSource. Show all posts

Thursday, July 24, 2008

Yahoo! Zimbra Goes To Desktop - a One Stop Shop for Your E-mail Needs

Zimbra, a Yahoo! company a leader in open source, next-generation messaging and collaboration software, today announced the release of Yahoo! Zimbra Desktop Beta. Yahoo! Zimbra Desktop gives everyone access to a simple, centralized place to manage work, school and personal e-mail even when they are not connected to the Internet. Through internet protocol support called Post Office Protocol (POP) and Internet Message Access Protocol (IMAP), Yahoo! Mail, AOL Mail and Gmail can now be accessed offline at the same time, from the same place. Additionally, Yahoo! Zimbra Desktop allows users to use the iCal standard to take their calendar offline.

"Zimbra is focused on creating communication and collaboration solutions that ease the pain points of traditional e-mail, and switching between multiple e-mail accounts is one of the communication headaches that users encounter on a daily basis," said Satish Dharmaraj, Zimbra co-founder and Yahoo! vice president. "With Yahoo! Zimbra Desktop, we have taken our world-class collaboration suite and made it available for everyone for use anywhere, anytime, with any email account."

Yahoo! Zimbra Desktop gives users access to the same sleek Zimbra experience, and showcases the latest technologies that have until now only been available via Web-based applications including:

- "Mash-ups" with other services; for example, when viewing an e-mail, users can see their schedule by hovering over a date, or see the status of a flight by looking at a flight number;

- Powerful search that can quickly scan a user's e-mail and pull up relevant content;

- Built-in organization capabilities including automatically converting e-mails into conversations and advanced tagging; and

- Advanced calendaring that gives users access to their most important appointments and schedule even when they are on the go.

Yahoo! Zimbra Desktop also includes a number of features designed to help users stay organized, such as document creation, spreadsheets, task management and document storage, giving users a robust alternative to other desktop applications. New features include online and offline access to:

- Zimbra Documents, a document and spreadsheet program, which gives users the ability to embed complex objects such as photos into documents and spreadsheets. With the addition of Zimbra Documents, Zimbra Desktop users can easily create and edit documents and simple spreadsheets without having to switch between desktop programs or e-mail large attachments.

- Zimbra Briefcase, which allows users to upload, store, and conveniently access any files including spreadsheets, documents, presentations and others. Instead of keeping all attachments in e-mail you can simply store them in the same place with Zimbra Briefcase, and access them from anywhere, online or offline.

- Zimbra Tasks, a task management system which allows users to manage to-do lists simply and easily by monitoring start and due dates, priority, progress and percent complete.

Pricing and Availability

Yahoo! Zimbra Desktop Beta Version 3 is available for free download at Zimbra.com/desktop. Anyone with access to Zimbra Collaboration Suite (ZCS), Yahoo! Mail, Gmail, AOL Mail, or an IMAP/POP enabled server can use Zimbra Desktop.

Zimbra's Web client and server, the Zimbra Collaboration Suite 5.0 Open Source Edition is free. The commercially supported ZCS 5.0 Network Edition is available for a 60-day free trial on the Zimbra website. Zimbra's Hosted Demo is available for an immediate test drive of ZCS.

Read more...

AddThis Feed Button

Thursday, July 10, 2008

Yahoo! Opens Up It’s Infrastructure & Technology For Search To Developers & Companies With BOSS

Boss Yahoo! Search is taking another step in extending the Yahoo! Open Strategy with the launch of Yahoo! Search BOSS, a web services platform that allows developers and companies to create and launch web-scale search products by utilizing the same infrastructure and technology that powers Yahoo! Search.

BOSS (Build your Own Search Service) is simple -- foster innovation in the search landscape. As anyone who follows the search industry knows, the barriers to successfully building a high quality, web-scale search engine are incredibly high. Doing so requires hundreds of millions of dollars of investment in engineering, sciences and core infrastructure -- from crawling and indexing technology to relevancy and machine learning algorithms, to stuff as mundane as data centers, servers and power. Because competing successfully in web search requires an investment of this scale, new players have effectively been prohibited from delivering credible alternatives to Yahoo! and Google. BOSS platform will begin to change that.

So what is BOSS?

BOSS is a new, open platform that offers programmatic access to the entire Yahoo! Search index via an API. BOSS allows developers to take advantage of Yahoo!'s production search infrastructure and technology, combine that with their own unique assets, and create their own search experiences. While search APIs have been available for some time, BOSS removes many of the usage restrictions that have prevented other companies from using them to build innovative new search engines.

Here's a quick summary of what's available today:

  • Ability to re-rank and blend results -- BOSS partners can re-rank search results as they see fit and blend Yahoo!'s results with proprietary and other web content in a single search experience
  • Total flexibility on presentation -- Freedom to present search results using any user interface paradigm, without Yahoo! branding or attribution requirements
  • BOSS Mashup Framework – Yahoo! is releasing a Python library and UI templates that allow developers to easily mashup BOSS search results with other public data sources
  • Web, news and image search -- At launch, developers will have access to web, news and image search and you will find more verticals soon
  • Unlimited queries -- There are no rate limits on the number of queries per day

These capabilities are really just a first step – BOSS team is already working on expanding the API functionality and providing more access to Yahoo! Search Technology.

In addition to a self-serve API, Yahoo! is also partnering with a handful of Internet companies with large user bases or unique assets to collaboratively develop next gen search products using Yahoo!'s full suite of search technology. To learn more about BOSS Custom, click here.

What's in it for Yahoo! and partners?

Why would Yahoo! open up its search infrastructure and technology to developers, entrepreneurs and companies who could use it to compete with us?

Yahoo! believes that being open is core to Yahoo!'s future success -- opening it’s network and search experience via SearchMonkey, and now opening search infrastructure via BOSS -- will lead to innovation both on Yahoo! and powered by Yahoo!.

BOSS will be beneficial to both yahoo! as well as partners who deliver innovative search experiences. So as they grow their audiences and usage Yahoo! will have more data that can be used to improve Yahoo!’s own Search experience and as a result, improve the quality of results BOSS partners and their users get. Second, Yahoo! sees a new revenue streams from BOSS. In the coming months, they’ll be launching a monetization platform for BOSS that will enable Yahoo! to expand its ad network and enable BOSS partners to jointly partwicipate in the compelling economics of search.

What's in it for users?

More choice. BOSS will enable a range of fundamentally different search experiences. These new search products will provide value to users along multiple dimensions, such as vertical specialization, new relevance indicators and ranking models, and innovative UI implementations.

Kick the tires and get started

Want to kick the tires on what BOSS-powered search could look like? As part of an alpha program, Yahoo! has been working with a handful of start-ups and developers who have already begun using BOSS. Here are a few early examples of what's possible with BOSS: Me.dium, Hakia, Daylife To-Go Cluuz..

To learn more about BOSS and get started using the API, visit the Yahoo! Developer Network. BOSS is open to all -- so check out the documentation, get a BOSS app ID and start building the next generation of search.

Read more...

AddThis Feed Button

Tuesday, July 08, 2008

Google Open Sourced It’s Internal Development Tool Called “Protocol Buffers”

Google today announced availability of their most widely-used internal development tools "Protocol Buffers" to the Open Source community.

Google deals with thousands of different data formats to represent networked messages between servers, index records in repositories, geospatial datasets, and more. Most of these formats are structured, not flat. It’s interesting to know How do they encode it all ? To handle it, Google developed it’s Protocol Buffers.

Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format.

Take a look at the documentation or you can download the code.

Read more...

AddThis Feed Button

Friday, July 04, 2008

Google Open-Sourced It’s C++ Testing Framework, “Google Test”

In order to make it easier for everyone to write good C++ tests, today Google has open-sourced Google C++ Testing Framework (Google Test for short), a library that thousands of Googlers have been using in C++ programs. Highlights of the project include:

  • Google Test is portable: it works on a variety of platforms (Linux, Windows, Mac OS X, and more), with several versions of GCC and MSVC compilers, and with or without exceptions. You can even use it in embedded systems like Windows CE and Symbian. Build tools and test runners for many of these are under active development, with Linux Autotools support already in place.
  • It supports both fatal and nonfatal assertions. The test will continue after a nonfatal failure. This allows more problems to be uncovered and fixed in a single edit-compile-test cycle.
  • It provides many assertions for common testing needs, and lets you easily define new assertions for less common cases.
  • On Linux, you can write death tests to ensure that your code crashes with expected errors.
  • Because it's based on the popular xUnit architecture, Google Test is easy to learn if you've used any testing framework in this family before.

    It will take you about 10 minutes to learn the basics and get started.

Read more...

AddThis Feed Button

Wednesday, June 18, 2008

Reddit Goes Open Source

image Reddit today announced that they're open sourcing reddit. 'Open-source' means that the code behind reddit is available to the public for download. Developer can download the source code and play around that.

Reddit is unique in the social news scene and has a huge community of developers.  Reddit expects that the developer can help them in improving the site and their technology. Every library, tool and platform reddit uses is now open to all. Until now, the only portion of reddit that wasn't freely available is reddit itself. Finally they are giving back to the community.

In no particular order, here's a quick list of the open source products that reddit is built and runs upon:

Debian, lighttpd, HAProxy, PostgreSQL, Slony-I, various python libraries, Psychopg, pylons, Solr, Tomcat, Ganglia, Mercurial, Git, gettext (translation), daemontools, and memcached.

The reddit development site is located here: http://code.reddit.com

Here you can download the code, participate in the forum, and help maintain the documentation wiki.

All reddit code is licensed under the Common Public Attribution License, which is basically the Mozilla license with a handful of changes. Specifically, the CPAL stipulates that when running reddit's code publicly, any changes to the code must be made available publicly and the site must make clear that it is running reddit code.

There are a few portions of the code that reddit is keeping with them which is mostly related to anti-cheating/spam protection.

Alexis, answering the question of what exactly he does here, has made a cute video:

Read more...

AddThis Feed Button

Tuesday, May 13, 2008

Fedora 9 Is Available to Download

image The Fedora Project, a Red Hat sponsored and community-supported open source collaboration, announced the availability of Fedora 9, the latest version of its open source operating system distribution. Fedora 9 continues to build upon a tradition of innovation as the community Linux distribution that offers the latest, cutting-edge features with continued delivery of quality and impact. It features the first non-destructive live USB with persistence, and marks the first major KDE 4-based distribution. Other highlights include improvements and enhancements for OpenJDK, GNOME 2.22, NetworkManager, PackageKit, the Anaconda installer and Firefox 3 Beta 5 browser, among others.

The Fedora 9 Live images can now be added to an existing USB key using either a Linux or Windows application, without the need to remove data, repartition or reformat the USB key, resulting in a bootable, portable Fedora system. Using the persistence feature, users can download and store data, and remove and add software as on any normal Fedora system.

Fedora's KDE team, a community effort led by volunteer contributors, has integrated KDE 4 into Fedora 9. KDE 4 includes a new desktop and panel with many enhanced concepts, an integrated desktop search feature, a new visual style, and a new multimedia API and hardware integration framework. Fedora 9 also includes FreeIPA, a powerful new toolset for system administrators to manage identity policy and auditing across mixed computing environments. These additions to Fedora 9 are a testament to Fedora's focus on leading advancement in free and open source software.

Fedora community developers also integrated OpenJDK6, a completely open source implementation of Sun Microsystems, Inc.'s Java SDK Standard Edition, into Fedora 9. This continues to build upon the inclusion of IcedTea, an implementation of OpenJDK, released in Fedora 8, and the Fedora community's commitment to delivering a stable, free software implementation based on OpenJDK. The work completed by these Fedora developers has already been adopted in other free and open source software communities, demonstrating the effectiveness of Fedora's policy for working cooperatively with upstream projects.

"Fedora has come a long way over the past few years with a broadening user base, influx of innovative ideas and a thriving community," said Paul Frields, Fedora project leader at Red Hat. "Fedora 8 had 35 percent more torrent downloads than Fedora 7, and there have been more than 35,000 downloads purely of our various testing releases. We have more than two million unique IP addresses regularly checking in for updates just for Fedora 8, and that number continues to increase daily."

Other Fedora 9 enhancements include improvements to NetworkManager, which now serves the needs of virtually any system owner with support for mobile broadband, multiple connections and connection editing and sharing. PackageKit is used by default for cross-distribution software package management, affording users the flexibility to enjoy the same tools with any Linux flavor. GNOME 2.22 adds new features including a helpful world time clock, better file system performance, security improvements, power management at the login screen, the ability to dynamically configure displays, better Bluetooth integration and improved podcast support.

The Fedora Project will host a Fedora Users and Developers Conference (FUDCon) from June 19-21, 2008, in Boston. A free event open to all attendees, FUDCon provides an opportunity for community members and key contributors to come together and dedicate time working on challenges of common interest, polishing code and developing new features. For more information on FUDCon, please visit http://fedoraproject.org/wiki/FUDCon/FUDConF10.

For more information on Fedora 9, to download the distribution or to join in this community effort, please visit http://fedoraproject.org.

Read more...

AddThis Feed Button

Wednesday, April 02, 2008

Openmoko Unlocks Neo Mobile Phone Industrial Design

openmoko Openmoko, creator of the first completely open mobile computing platform, expanded the meaning of Open Source by posting the industrial design source files for its Neo branded mobile phones. Industrial design artists now have the same freedom as software engineers.

Openmoko's source code was freed in February 2007, allowing complete transformation of its mobile phone software. Now, by publishing mechanical CAD files, Openmoko frees industrial designers to fundamentally redesign the Neo branded mobile phones to fit their vision and market needs. Some already have.

Inspiring a New Generation of Product Designers

Openmoko posted the Neo CAD files on its site without fanfare. Within days, Guillermo Sureda-Burgos (www.sureda.org.), visiting instructor of Industrial Design at the Art Institute of Fort Lauderdale, said: "I am amazed at the depth of your commitment to open design. This must be the first time in history that a company has opened its intellectual property to this extent. Openmoko's revolutionary posting of the CAD files gives a whole new generation of Industrial Design students incredible insight into how it's done as well as an opportunity to contribute with new concepts."

image

Openmoko posted the CAD files at http://downloads.openmoko.org/CAD/ under a ShareAlike Creative Commons license, thereby establishing a community where designers and developers can share concepts about the next generation of Open Source mobile computing devices. Openmoko encourages developers and designers to build their businesses by leveraging the Openmoko FOSS and CAD resources to speed development of new mobile products.

Because of the overwhelming response by developers and industrial designers to the initial posting of the Neo 1973 CAD files, Openmoko has committed to opening the CAD files for the design of the upcoming Neo Freerunner mobile phone before the phone even hits the market.

Sharing A New Vision of the Design Process

"Openmoko provides one more key to anyone who wants to unlock the mobile phone. With these drawings, developers and designers will be able to create their own open phone from the inside out," said Lawrence Lessig, Founder and CEO of Creative Commons. "By releasing the CAD files for the exterior of the phone under the Creative Commons Attribution ShareAlike 3.0 license, Openmoko is unlocking what is a typically closely guarded secret in consumer electronics companies and putting it under a free license so others can build upon their work legally."

The decision to release the files that describe the physical shell of the device was driven by the community of Open Source developers. The goal was to enable changes to the case that go beyond mere cosmetics and address the fundamental needs of specific vertical markets by modifying the phone from the inside out.

"Open Source development encourages contributions from a diverse, imaginative, and creative software community. Unlocking the CAD files for the Neo cases empowers the industrial design community to share and contribute their unique designs," said Openmoko Head of Developer Relations, Michael Shiloh. "And, with ready access to benchtop CNC machines and 3D printers, people will build these designs, even in single quantities."

The Neo series of open mobile devices is currently being sold to developers and educational institutions worldwide through Openmoko, the independent subsidiary of Taiwan electronics giant FIC. Dedicated to providing a totally FOSS mobile computing platform for development of mobile consumer electronics communication devices, Openmoko provides the community with the software sources, and now the industrial design drawings, while FIC offers the manufacturing services for the next generation of breakthrough consumer electronics products.

About Openmoko

Openmoko is the commercial and community driven effort with a mission to create open mobile products that empower developers and consumers to personalize their devices, much like a computer, in any way they see fit. Openmoko is dedicated to helping innovators bring freedom and flexibility to consumer electronics and vertical market devices.

Read more...

AddThis Feed Button

Monday, March 31, 2008

Adobe Joins Linux Foundation

The Linux Foundation (LF), the nonprofit organization dedicated to accelerating the growth of Linux, today announced that Adobe Systems Incorporated is joining the Foundation. Adobe is joining the LF to collaborate on the advancement of Linux as a leading platform for rich Internet applications (RIA) and Web 2.0 technologies.

“Adobe’s decision to join the LF is a natural extension of its commitment to open standards and open source, which demonstrates its leadership and foresight in the software industry,” said Jim Zemlin, executive director at The Linux Foundation. “Adobe’s membership will contribute to our goal of increasing even more application development on Linux with a specific emphasis on Web 2.0 applications.”

“Adobe delivers key RIA technologies for Linux users, such as Adobe® Flash® Player and now Adobe AIR™, to deploy RIAs in the browser and on the desktop,” said David McAllister, director of standards and open source at Adobe. “The Linux Foundation is a valuable resource, providing a forum where we can work with the community to ensure Adobe RIA technologies are compatible across the Linux software platform.”

Today, application development is increasing on the Internet, where Linux is the platform of choice for Amazon, Facebook, Google, and many others. The Linux development community offers an active, collaborative environment where software developers can increase their innovation related to new web-based technologies and opportunities.

Adobe will join other LF members at the Linux Foundation’s Annual Collaboration Summit next week in Austin, TX. The Collaboration Summit, which included more than 230 leaders from the Linux community during its debut year in 2007, is designed to accelerate collaboration and problem solving by bringing together key stakeholders together in a neutral setting.

Read more...

AddThis Feed Button

Wednesday, March 05, 2008

Apps for Android : Sample Applications for the Android platform

image A new open source project has been created on Google code hosting called apps-for-android. Goal is to share some sample applications that demonstrate different aspects of the Android platform.

The first sample application is WikiNotes for Android, a wiki note pad that uses intents to navigate to wiki words and other rich content stored in the notes..

For anyone not familiar with the concept of a wiki, it is a image simple way to link up pages of information using WikiWords (words that use CamelCase). For example, in the previous sentence, both WikiWords and CamelCase would become live links in a Wiki, and would take you to pages of information.

WikiNotes for Android is a form of wiki known as a personal wiki. These run on desktops or (in this case) mobile computing devices, and many people like them. They bring a bit more structure to your notes than just a list of subjects. You can choose to link notes or pages up in any manner you like.

This particular implementation uses a regular expression to match WikiWords and turn them into links that fire Intents to go to other notes. Because of the way the links are implemented, the application will also create links out of telephone numbers that take you to the dialer and URLs that start up the browser.

Search by title and content is also implemented, so even if you forget the structure, you can still find that all-important note about where you left your car in the airport car park.

This wiki has a view mode and an edit mode. In view mode, the links become active and allow you to navigate to other notes, or to other activities like dialer and web browser. In edit mode, you see a plain text view that you can edit, and when you confirm the changes it goes back to view mode. There is both a menu entry and keyboard shortcut to switch to edit view, so that you can very quickly make changes. And, if you get lost in the note structure, there is also an option to take you back to the start page.

WikiNotes for Android was written to demonstrate a number of core concepts in Android, including:

  • Multiple Activities in an Application (View, Edit, Search, etc.)
  • Default intent filters for View/Edit/Search based on MIME types
  • Message passing via Bundles in Intents
  • Use of Linkify to add Intent-firing links to text data
  • Using Intents within an application
  • Using Intents to use an Activity within another application
  • Writing a custom ContentProvider that implements search by note title
  • Registration of ReST-like URIs to match titles, and do contents searches
  • SQLite implementations for insert, retrieve, update, delete and search
  • UI layout and creation for multiple activities
  • Menus and keyboard shortcuts

The application remains small in size and features to make it easy to understand. In time, more features will be added to the application to make it more useful, but a sample version with the minimal functionality will always be available for developers new to the Android platform.

If you believe that firing an Intent for every link that is clicked is sub-optimal and will waste resources, please take a look at the running application using DDMS. You will see how efficiently Android re-uses the running Activities and indeed, this is one of the main reasons WikiNotes for Android was written. It demonstrates that using the Android Activities and Intents infrastructure not only makes construction of component-based applications easy, but efficient as well.

Read more...

AddThis Feed Button

Wednesday, February 13, 2008

Android SDK m5-rc14 now available

image An updated version of the Android SDK — called as m5-rc14 — is now available. There are a couple of changes in m5-rc14 I'd like to highlight:

  • New user interface - UI that's available for Android is refined. m5-rc14 replaces the previous placeholder with a new UI, but as image before, work on it is still in-progress.
  • Layout animations - Developers can now create layout animations for their applications using the capabilities introduced in the android.view.animation package. Check out the LayoutAnimation*.java files in the APIDemos sample code for examples of how this works.
  • Geo-coding - android.location.Geocoder enables developers to forward and reverse geo-code (i.e. translate an address into a coordinate and vice-versa), and also search for businesses.
  • New media codecs - The MediaPlayer class has added support for the OGG Vorbis, MIDI, XMF, iMelody, RTTL/RTX, and OTA audio file formats.
  • Updated Eclipse plug-in - A new version of ADT is available and provides improvements to the Android developer experience. In particular, check out the new Android Manifest editor.

You can find more information about what's changed in a couple of documents that has been published. First is an overview of the changes to the Android APIs in API Changes Overview. If you want a more granular view of what's changed, an API diff between m3-rc37 and m5-rc14 is also available. Finally, Upgrading the SDK provides links to the two previously referenced documents and the release notes, as well as instructions on how to upgrade your development environment.

Read more...

AddThis Feed Button

Monday, February 11, 2008

AOL Announces New Open Mobile Software Platform

image AOL today announced the AOL Open Mobile Platform, which it plans to make available to developers this summer. The new open platform will help stimulate innovation by providing developers with ready access to the tools and source code they need to build and distribute applications across all major mobile device platforms and operating systems including BREW, Java, Linux, RIM, Symbian, and Windows Mobile. As a result, developers will be able to create applications for a wide variety of mobile devices.

The AOL Open Mobile Platform is based on proven technology image acquired by AOL that has been deployed across more than 150 different handsets on carrier networks in the U.S. The platform will consist of three components: an XML-based, next-generation markup language; an ultra-lightweight mobile device client; and an application server. A dynamic presentation layer will allow for rapid deployment of new features and easy optimization for a wide variety of mobile devices, allowing developers to build and update applications once, and then distribute them across all supported devices and platforms.

In addition, it will be possible to integrate applications built using the AOL Open Mobile Platform with third-party APIs, as well as with AOL’s open APIs for AIM, AOL Mail, AOL Video, MapQuest, Userplane, Truveo, Winamp, and others. The AOL Open Mobile Platform will also give developers the ability to monetize their mobile applications by utilizing advertising resources, such as clickable banner ads, provided by AOL's Platform-A.

“The use of mobile services continues to increase at a steady rate and for any developer looking to build applications for this growing space, the AOL Open Mobile Platform couldn’t make it any easier,” said Steve Murphy, Senior Vice President of AOL. “Our new open platform will provide developers with a new breed of tools, including source code, for creating robust mobile services and will encourage product innovation.”

"AOL is committed to providing developers around the world with access to our core technologies which give them the ability to build and deliver innovative new products," said Kevin Conroy, Executive Vice President of AOL. "Mobile is an important example of how we’re opening AOL’s products to the developer community and providing access to new open tools and source code. As more developers leverage our open technologies, we look forward to seeing exciting new products that serve a global audience."

The AOL Open Mobile Platform is expected to be available this summer.

Read more...

AddThis Feed Button

Friday, February 08, 2008

Write Rails Apps in your browser with Heroku

image Heroku is a rails platform with a twist: it all runs in your browser. You can edit all of your code and data right in your browser. You can access it anywhere and there's nothing to install.

image

The entire platform is build around a web based IDE which allows full rails development and deployment. Your apps are deployed to Amazon’s Elastic Cloud by the push of a button.

Read more...

AddThis Feed Button

Tuesday, January 15, 2008

OutSync Syncs photos of your Facebook friends with matching contacts in Microsoft Outlook

image OutSync is a free Windows application that syncs photos of your Facebook friends with matching contacts in Microsoft Outlook. It allows you to select which contacts are updated. So you can update all contacts at once or just a few at a time.

The main benefit of OutSync is for Windows Mobile users. Updated contacts are automatically synced with Windows Mobile devices by Exchange server or ActiveSync. Thus new and fun photos appear during calls and other places where contacts are used.

image

OutSync is compatible with Windows XP, Vista and Server 2003. It requires Outlook 2003 or 2007.

Visit the OutSync page on Facebook for discussions, reviews and more.

OutSync is written by Mel Sampat, a Program Manager in the Windows Mobile team at Microsoft. It is a personal project and not supported by Microsoft.

Read more...

AddThis Feed Button

Opera and Greystripe partner to bring free mobile games to cell phone browsers

image Today Greystripe, the leading distributor of ad-supported mobile games and applications, announced early results from its partnership with Opera, the world's leading mobile web browsing software company to bring free mobile content faster and easier to consumers browsing on their mobile phones. Opera is the latest of 20 distribution partners to use Greystripe's AdWRAP Catalog Platform, bringing ad-supported award-winning mobile games to users of its Opera Mini browser.

In the first month since the partnership launched, Opera users have downloaded over 1,600,000 games and applications demonstrating an overwhelming success already. The Opera Mini homepage now includes a GameJump bookmark, allowing users to access Greystripe's freemobile game portal with one easy click.

"We're excited to partner with Greystripe because they share our common belief in providing high-quality, engaging mobile experiences to consumers," said Tatsuki Tomita, SVP consumer products, Opera. "Both Opera and Greystripe are well positioned to take advantage of the mobile Web's explosive growth. The partnership with Greystripe has already made it possible for Opera users to access popular services easily. As the partnership expands and develops, we expect to deliver even more services our users will love."

Greystripe's AdWRAP Catalog Platform enables mobile Web sites, Internet portals, social communities and mobile applications, like Opera Mini, to distribute Greystripe's catalog of over 900 mobile games to their users. The AdWRAP Catalog Platform is a hosted and customizable combination of mobile Web and Internet technologies that can be tailored to the look and feel of any site, much like the added GameJump bookmark on Opera Mini's customized browser homepage.

"We are always looking for creative and effective ways to get great content to people," says Michael Chang, CEO of Greystripe. "This in-browser deal has been a coup for us and the early results have already deemed the deal a win-win-win for Greystripe, Opera, and most importantly our consumers."

Read more...

AddThis Feed Button

Friday, January 11, 2008

KDE 4.0 Released

image The KDE 4 series has begun with the release of 4.0. It is the start of something amazing. Several years of design, development and testing came together today for the release of KDE 4.0.

If you want to test KDE 4 without installing packages download the live CD (554MB).

Packages are available for 7.10 (Gutsy) and our development Hardy version. They install to /usr/lib/kde4 and can be installed alongside your existing KDE 3.

image 

Instructions:

  • Remove previous KDE 4 packages, they are not compatible (apt-get remove kdelibs5 kde4base-data kde4libs-data)
  • Add deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy main to your /etc/apt/sources.list
  • Install kde4-core, note that PPAs aren't authenticated so you will likely get a warning when installing
  • KDE 4 apps should appear in your KDE 3 K-menu or you can run a full session by selecting "KDE 4" from your login manager.