Labs/Joey: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== What is Joey ==
== What is Joey? ==


While you browse the web, there is a ton of important content and useful metadata that is locked away as soon as you walk away from your desktop or laptopIt might be the driving directions that you looked up, or it might be the current sport scores of your favorite team.  In either case, when you turn off your computer, this data is no longer accessible when on the go.
When you browse the web, there is a great deal of important content that becomes inaccessible as soon as you walk away from your personal computerWhether it's the driving directions that you looked up or your favorite sports teams' latest scores, you lose access to that information as soon as you turn off your computer.


Mobile browsing does seam to solve this problem just use the browser on your phone to access the content you were just looking at.  However, as we all know, this experience isn’t the greatest there is too much data to download, the data is hard to get to, the content isn’t formatted for the phone, etc.
Mobile browsing is intended to solve this problem: just use the browser on your phone to access the content you need.  However, as we all know, this isn’t the greatest experience; there is too much data to download, the data is hard to reach, the content isn’t formatted for the phone.  Quickly retrieving specific pieces of information using a mobile device needs to be easier.


Project Joey brings your web content to the mobile phone by allowing you to syndicate yourself.  You can mark content that is important to you and have that content always be available via your mobile phone.   
Project Joey brings the Web content you need most to your mobile phone by allowing you to easily send it to your device.  You can quickly mark content that is important to you and have that content always available while using your mobile phone.   


The basic idea is that from Firefox you can send text clippings, pictures, videos, RSS, microsummaries to your phone through the Joey Server.  The Joey Server transcodes and keeps up-to-date all of the contentFrom your phone’s browser or the Joey phone app, you can view and manage what you have uploaded.
The premise is this: you can use Firefox to send text clippings, pictures, videos, RSS content, and Live Bookmarks to your phone through the Joey Server.  The Joey Server transcodes and keeps all of the content up-to-date.  You can then use your phone's browser or the Joey application on your phone to view and manage what you have uploaded.


The goal is to investigate the mobile space from a desktop centric model.  Like other Mozilla projects, there are no plans to productize Joey.  We will work with the community to build a compelling and usable tool that people will enjoy using.
The goal is to investigate the mobile space using a desktop-centric model.  Like many other Mozilla projects, there are no plans to productize Joey.  We will work with the community to build a compelling and usable tool that people will enjoy using.


Although we are in early stages of development, much of Joey is usable today.  Feel free to go to http://joey.labs.mozilla.com with Firefox, create an account, and start using Joey today.
Although we are in the early stages of development, much of Joey is usable today.  Feel free to go to http://joey.labs.mozilla.com using Firefox, create an account, and give Joey a try.


== Developer Info ==
== Developer information ==


Wanna help out?  Great!  You can start by reading the documents below, checking out the code and looking over our [http://wiki.mozilla.org/Labs/Joey/Todo todo list].  If you're developing, please get on [http://irc.mozilla.org/ IRC] and join #joey.
Want to help out?  Great!  You can start by reading the documents below, checking out the code, and looking over our [http://wiki.mozilla.org/Labs/Joey/Todo to-do list].  If you're developing, please get on [http://irc.mozilla.org/ IRC] and join #joey.


Firefox Addon
[http://viewvc.svn.mozilla.org/vc/labs/joey/trunk/ View the source]
* [http://viewvc.svn.mozilla.org/vc/labs/joey/trunk/addons/ff/ Source]
* [http://wiki.mozilla.org/Labs/Joey/addon/functional Description]


Mozilla Server
== Important documents ==
* [http://viewvc.svn.mozilla.org/vc/labs/joey/trunk/server/ Source]
[http://wiki.mozilla.org/Labs/Joey/CommunicationProtocol Communication Protocol]<br />
* [http://wiki.mozilla.org/Labs/Joey/server/functional Description]
[http://wiki.mozilla.org/Labs/Joey/database Database Design]<br />
* [http://wiki.mozilla.org/Labs/Joey/ServerSetup Setup your own server]
[http://wiki.mozilla.org/Labs/Joey/ServerSetup Setup your own server]<br/>
 
[http://wiki.mozilla.org/Labs/Joey/UsingJoey Using Joey]
Mobile Clients
* Source -- Not released just yet as we are working out the licensing terms.  stay tuned.
* [http://wiki.mozilla.org/Labs/Joey/client/functional Description]
 
 
All [http://viewvc.svn.mozilla.org/vc/labs/joey/trunk/ source code] is available online.

Latest revision as of 07:55, 7 August 2007

What is Joey?

When you browse the web, there is a great deal of important content that becomes inaccessible as soon as you walk away from your personal computer. Whether it's the driving directions that you looked up or your favorite sports teams' latest scores, you lose access to that information as soon as you turn off your computer.

Mobile browsing is intended to solve this problem: just use the browser on your phone to access the content you need. However, as we all know, this isn’t the greatest experience; there is too much data to download, the data is hard to reach, the content isn’t formatted for the phone. Quickly retrieving specific pieces of information using a mobile device needs to be easier.

Project Joey brings the Web content you need most to your mobile phone by allowing you to easily send it to your device. You can quickly mark content that is important to you and have that content always available while using your mobile phone.

The premise is this: you can use Firefox to send text clippings, pictures, videos, RSS content, and Live Bookmarks to your phone through the Joey Server. The Joey Server transcodes and keeps all of the content up-to-date. You can then use your phone's browser or the Joey application on your phone to view and manage what you have uploaded.

The goal is to investigate the mobile space using a desktop-centric model. Like many other Mozilla projects, there are no plans to productize Joey. We will work with the community to build a compelling and usable tool that people will enjoy using.

Although we are in the early stages of development, much of Joey is usable today. Feel free to go to http://joey.labs.mozilla.com using Firefox, create an account, and give Joey a try.

Developer information

Want to help out? Great! You can start by reading the documents below, checking out the code, and looking over our to-do list. If you're developing, please get on IRC and join #joey.

View the source

Important documents

Communication Protocol
Database Design
Setup your own server
Using Joey