3
votes
1answer
56 views
Rule to Rule communication
My understanding
It is my understanding that a kynetx app is inside a closure and each rule in a kynetx app is in it's own closure. Because of this kynetx apps can't talk with oth …
4
votes
3answers
125 views
determine if a tag already exists in the DOM
is there a way to determine if inserted code from a prepend exists in the DOM?
I am using prepend to inject my own code on FB. I need to have a check to see if my code is already …
3
votes
1answer
132 views
Howto include Facebook Javascript SDK
I have been eager to use the Facebook Javascript SDK in a Kynetx ruleset, so I've attempted without any success an number of hacks. Yes I know that Mark is working on a proper solu …
2
votes
2answers
69 views
What jQuery plugins are compatible with KRL runtime?
With the KRL runtine now running in extreme compatibility mode are there any jQuery plugins that are compatible? If there are jQuery plugins which are compatible with the KRL runti …
4
votes
2answers
47 views
Conference Drawer
At the last conference at SLCC, 7Bound had done some cool stuff with kynetx tech and the proxy server. I swear I heard someone mention that the slide out drawer they used was some …
2
votes
1answer
50 views
How can I protect my JavaScript from other broken scripts?
I am emitting JavaScript into web pages for some of my Kynetx apps and native scripts on the page are broken, resulting in my script being halted.
How can I protect my JavaScript …
2
votes
1answer
123 views
Extract data from a page without using Yahoo Pipes
I'd like to extract all the ISBNs on a dynamic web page that I can't feed through a Yahoo Pipe (the user has to log in to see the page). Is there a way to do that with jQuery or so …
2
votes
2answers
96 views
Basic Example Request: Annotate/Percolate
I am requesting a Basic/Intermediate Example of Annotate using:
test = foo.text()search(regex).
I think I am beginning to understand how percolate/annotate works using jquery …
1
vote
1answer
72 views
Authentication necessary for simple Twitter feed display?
Is it necessary to authenticate to simply show a Twitter feed for particular hashtags? If not, is there an example of how I would accomplish this? I just want to be able to display …
2
votes
3answers
55 views
Convert string to all lowercase
Question
Is there a way in the pre block of a rule to convert a string to all lower case?
Background
I have a regular expression that returns parts of a string and sometimes the …
2
votes
1answer
53 views
Extracting data from a page for use in a mash-up
I'm new to KRL, and I'm looking for a way to do a Google Maps mash-up. The site I want to use has a table with quite a few columns. I want to take the values in two of those column …
1
vote
1answer
145 views
How can I auto fill a form?
If I wanted to create an app that auto filled a form much like
1Password does, how could I do that?
I am looking at creating an app that auto fills the form to sign up for a new …
0
votes
2answers
39 views
How can I get information out of a JSON data structure using Kynetx?
How can I pick pieces out of JSON using Kynetx?
2
votes
4answers
62 views
How do I get data out of a dataset?
I think my dataset is working correctly but now I'm not sure how to get the data out. How do I access the dataset data?
1
vote
1answer
10 views
Why is my notification showing twice?
I have created a simple notification rule and deployed using a dev bookmark. For some reason when I click on the bookmark the notification displays twice. Initially I thought the f …
