blog | projects | resume
Filed under

sharendipity

 

I opened the New York Times yesterday and said to myself, "I've seen this picture before." A tech leader hovering over a laptop with his child. Granted, I'm no Scott McNealy and Sharendipity is no Sun Microsystems. But I hope to see many more pictures like this in which technologists are using their craft to make education better.

   

"$200 Textbook vs. Free. You Do the Math" -- Ashlee Vance, New York Times. Photo credit: PeterDaSilva.

"Sharendipity aims to help Web creators of all ages" -- Kathleen Gallager, Milwaukee Journal Sentinel. Photo credit: Joe Koshollek.

 

 

Filed under  //   kids   sharendipity  

Comments [0]

If you've ever wanted to display a photo slideshow of your Posterous media inside your Facebook feed, here's your chance.

Sharendipity recently released support for an embedded play mode for Facebook feeds. That means you can play interactive content - like a slideshow or game - directly from the feed. You no longer need to link out to a different page. You can read the full story on the Sharendipity blog.

Here's how I did it...

1. Create the slideshow app
Using one of the easy wizards, you can customize existing Posterous apps and make them your own. There are a couple to choose from, but in this example, I used the simple slideshow template that transitions through all photo media in a particular Posterous.

2. Share your slideshow from the app page
You can share your new application in one of two ways. You can either use the built-in Facebook share functionality that can be accessed by clicking on the Facebook icon on the app's homepage. Or you can copy the app's URL and use Facebook's post feature to post it by hand.



3. Post it to your Facebook feed
If you choose the "post" option by copying the app's URL, simply paste it into the text box on your Facebook news feed or profile wall. Facebook will automatically recognize it and insert the applications icon.

4. Feed preview mode
When the story appears on your wall or your friends' news feed, it will look just like a video post. The icon will have a blue play button to get it started.

5. Feed viewing mode
As is the case with videos, when you or a friend play the app, it will auto-expand in place and the slideshow (or game) will start!

Go get started...

Filed under  //   posterous   sharendipity  

Comments [0]

This implementation of the Posterous API uses the new Google Translate Text-to-Speech capability to announce the photos being shown. Good fun!

Want your own? Use this wizard to customize your Posterous slideshow.

UPDATE: There appears to be a problem with the audio for Mac users. Feel free to comment on your experience and configuration below if you're a Mac user. It will help Sharendipity track the problem down. Thanks!

UPDATE: The audio will work for Firefox users regardless of OS.

 

Filed under  //   posterous   programming   sharendipity  

Comments [1]

Sharendipity + YouTube Data API = Creative Goodness

Sharendipity is an awesome way to tap into your favorite web services. I tapped the YouTube API to create this fun little TV showing the Muppets Studio videos.


Want your own TV? Go create your own and set the channel and skin and then embed it on your site. Interested in something else? Let me know - I'm always looking for fun projects to work on.

Filed under  //   google   programming   sharendipity   software  

Comments [0]

We won the Ning Appathon!

Posted in Company Events, Features, Social Networking by greg.tracy
November 19, 2009 | Edit

ning_logo

We’re really excited to be the winners of the first Ning Appathon today. We won for the best “ported application” category and received a cool $4,000!

Ning had a pretty prestigious group judging the contest…

Submissions for our weeklong competition were judged by Wired Editor-in-chief and DIY Drones Network Creator Chris Anderson, Ning Chairman and Co-founder Marc Andreessen, and blogger and Managing Director of building43 Robert Scoble. The competition began on Nov. 5 with all submissions due on Nov. 12. The entrants were judged on creativity, usability, how well they integrate with Ning Networks, viral features, and usefulness.

It’s more than just an app

One of things we’re most excited about is the transformation we went through as part of this project. This is much more than just a Ning app for us. After all, Ning users have long been able to post their Sharendipity creations inside Ning using the standard embed code.

When we decided to go after this prize, we set the bar very high. We wanted to syndicate the entire software development process. To provide a set of tools that let anyone run their own development site.

This will mean that a teacher can create a template that allows her students to develop their own interactive study guides. And a niche gaming network can run their own game creation contest. All from within their own website, blog, or Ning network.

We aimed to build one application that delivered the creation tools, community aggregation tools, and a means for individual users to interact with their own creations – all in a nice bundle and tightly integrated with the OpenSocial standard. We’re thrilled that Ning recognized us for this achievement!

ning_screenshot

There’s more to come!

The Ning community provides us with an awesome opportunity to explore niche, custom software development. We’re excited to see what kinds of applications they can create now that the barrier for software creation has been significantly lowered.

Over the next several weeks we’ll talk more about how our tools can be syndicated outside of sharendipity.com. And we’ll help the Ning users leverage our platform to do even more. We’d like to give them the tools to submit their own software to the Ning application directory.

Here’s the official Ning press release.

Bookmark and Share

 

Tags:,

2 Responses to “We won the Ning Appathon!”

  1. nice job guys! What did Marc have to say about your app?

  2. Congrats! Sounds like a knowledgeable group of judges. Keep up the good work!

Leave a comment

Here's the blog post from Sharendipity announcing the Ning Appathon contest win. Congratulations!

Filed under  //   sharendipity  

Comments [0]

What I'd really like to do (some day) with the Posterous API is build a Brizzlyesque client for surfing Posterous blogs. But given the complete lack of free time in my life, I don't see that happening anytime soon.

But... I can whip out applications using the API inside of Sharendipity with remarkable ease. I've shown this before with games, slideshows, and other general goodness.

This time I created a widget that lets you take your entire Posterous anywhere. This widget has a nice vertical scroll effect to navigate all of your posts. Each post can be seen in its entirety if you click on the entry's panel.

Want your own? Use the customizer and configure your own Posterous hostname. Then use the embed code to insert your Posterous content anywhere!
 

 
Thanks to Dale for creating the Sharendipity framework for this widget.

Filed under  //   posterous   sharendipity   software  

Comments [0]

Building on top of the Posterous API, I created a simple memory game that uses the image media in my Posterous posts.

 Want your own? Go here and set your Posterous hostname, and embed your game anywhere.


Filed under  //   posterous   sharendipity   software  

Comments [0]

As I mentioned earlier, it's pretty easy to access the Posterous API from within Sharendipity. Not only can you take advantage of the Posterous wizard to build your own embeddable widget that streams your photos, but you can also build your own Posterous applications from scratch!

I've published the core components used in the original slideshow widget which means you can operate with a new layer of abstraction that removes the need to understand how their API operates under the hood. Just search the explorer for "posterous" and you'll find the following components that can be reused by simply dragging them into your application.

  • Posterous Service - blog reader is the primary web service component that interfaces with the reading API. This service has one method, getPosts(), which will return an array of blog posts. When you initially use the service, you will be prompted to identify the Posterous you'd like to read. This value - along with the number of posts to read - can be configured programatically as well.
  • Posterous Blog Post is a data structure that encapsulates the post elements returned by the Posterous API. This includes the title, description, post date, an array of media elements, etc.
  • Posterous media is a data structure that encapsulates the media elements returned by the Posterous API. Currently, this data structure only supports the media of type "image".

Currently, these three components all work together. The getPosts() method of the Posterous Service - blog reader service will return an array of Posterous Blog Post objects and each of these may contain an array of Posterous media objects.

I'm hoping to add support for video and sound elements as well, but right now there are some limitation within Sharendipity for how these are played. Send me your thoughts and let me know how you'd like to access your Posterous outside of their website.

Filed under  //   posterous   sharendipity   software  

Comments [1]

I love APIs. And I have a particular affinity for using APIs within Sharendipity applications. Garry, Sachin, and the fine team here at Posterous have a great API for posting and reading from your Posterous.
 
I took advantage of the reading API by creating an embeddable widget that streams my Posterous photos.

Would you like to create your own embeddable Posterous widget? You can use this Sharendipity wizard to personalize the stream for your own Posterous and take your Posterous media anywhere on the web!

Filed under  //   posterous   sharendipity   software  

Comments [0]