Kynetx Releases Sky Evented API

Did you miss the epic milestone last week? Kynetx released the Sky API which is compatible with the Evented API specification. Check out the announcement by Phil Windley in Sky: The New Kynetx Event API.

Did you miss the epic milestone last week? Kynetx released the Sky API which is compatible with the Evented API specification. Check out the announcement by Phil Windley in Sky: The New Kynetx Event API.
Here's the video which opened the Kynetx Impact 2011 conference. The impact is powerful. A brilliant piece of work by Craig Burton! I Especially love the desert of data silos.
TweetPlus is a browser application which enables you to send and receive Tweets from any website! With TweetPlus, there is no more wondering if you have new tweets. More importantly, no more worrying about your boss catching you on Twitter. The subtle notifications are perfect for work. How do I Tweet with TweetPlus? Press Ctrl + Alt + T from any web page, and the TweetPlus box will appear. It will automatically minify your url using bit.ly and allows you to add your own comments. Thanks go to Aaron Frost for building this awesome browser app!
Install TweetPlus at the Kynetx Browser Apps Marketplace.
Browser apps extend the way users interact with their favorite sites by adding new functionality directly to any site. Browser apps can augment any site, like Facebook and Twitter, add more information to search results and extend your reach beyond your own web domain. Kynetx enables apps that are more aware of user context, identity and the events they generate across the Web.
Discover how browser apps built!
Install TomatoFlix at the Kynetx Browser Apps Marketplace.
This morning I wrote my first KRL module. If you remember from February, Sam Curren wrote a Google Calendar module that I used in my own Kynetx app for CS 462. Sam has since written the entire Kynetx Twilio functionality as a module. I’ve had some ideas brewing for modules I’d like to write. So I started today with a really simple one: StringBin.
StringBin is a service that Mike Grace wrote a while ago. It basically lets you store key-values pairs. That’s it. There are two endpoints in the API: read and write. Both are accessed via GET.
Read the full article by Steven Nay on Global Constant
I recently released my “Old School Retweet” Kynetx app in the Kynetx app store for the newly released browser extensions. I super love the new extensions and all that they do for users and developers alike. Something that I forgot when I released the app in the app store is that the new extension are sandboxed.
Because the extensions are sandboxed, all of the scripts from the extensions run a bit differently than they used to in the previous Kynetx extensions. Without getting into the technical details too much, the previous extensions just injected JavaScript into the page and the new extensions run JavaScript in a sandbox which has access to the DOM but can’t access anything else on the page. Because of this change my retweet app broke since I was using the jQuery loaded by Twitter.com to bring up the new tweet box (I do this because Twitter.com used that library to bind a click event and to trigger that event it has to be from the same library that bound it). Thankfully, with the help of a friend, I was able to get a work around for both Firefox and Chrome’s sandbox environment.
Read the full article by Michael Grace
I recently released my “Old School Retweet” Kynetx app in the Kynetx app store for the newly released browser extensions. I super love the new extensions and all that they do for users and developers alike. Something that I forgot when I released the app in the app store is that the new extension are sandboxed.
Because the extensions are sandboxed, all of the scripts from the extensions run a bit differently than they used to in the previous Kynetx extensions. Without getting into the technical details too much, the previous extensions just injected JavaScript into the page and the new extensions run JavaScript in a sandbox which has access to the DOM but can’t access anything else on the page. Because of this change my retweet app broke since I was using the jQuery loaded by Twitter.com to bring up the new tweet box (I do this because Twitter.com used that library to bind a click event and to trigger that event it has to be from the same library that bound it). Thankfully, with the help of a friend, I was able to get a work around for both Firefox and Chrome’s sandbox environment.
Read the full article by Michael Grace