Category Archives: Kynetx

Day 18 – Actions Before and After Foreach Looping

A while ago, there was an app that I was building that I wanted to process a bunch of data from a feed in a foreach loop and then wanted to call an action once after the foreach loop was … Continue reading

Posted in Kynetx | Leave a comment

Day 17 – Detecting Recent Run of Kynetx App Within Timeframe

For an app I have been working on recently, I wanted a way to let the user know if the data they were being shown was likely to be a cached version of the data or a non cached version. … Continue reading

Posted in Kynetx | Leave a comment

Day 16 – Delay, Redirect, and Replace inner

Goal: App will check if user auth flag has been set. If not, then will redirect to auth page and set auth flag. Once auth flag is set, app will show that user has been authed. Not a practical app, … Continue reading

Posted in Kynetx | Leave a comment

Day 15 – Ternary Operators or Conditional Expressions

Goal: show off a simple use of conditional expressions in KRL

Posted in Kynetx | Leave a comment

Day 14 – Posting Data to Google Spreadsheet

Goal: Be able to post data from a Kynetx app to a Google spreadsheet using KRL

Posted in Kynetx | 1 Comment

Day 13 – Use External Resource Files

Goal: use external CSS and JavaScript resources in app

Posted in Kynetx | Leave a comment

Day 12 – Persistant Variables

Goal: Test using app level and entity/user level persistant variables.

Posted in Kynetx | Tagged | Leave a comment

Day 11 – Global Block

Goal: demonstrate using global block in ruleset

Posted in Kynetx | Tagged | Leave a comment

Day 10 – Capturing Selection Expressions

Goal: Capture information contained in the URL that a Kynetx app is run on

Posted in Kynetx | Tagged | Leave a comment

Day 9 – Exclusive Selection Expressions

Goal: Be able to write exclusive select statements instead of an inclusive one

Posted in Kynetx | Tagged | Leave a comment

Day 8 – Raise Web Events From JavaScript

The goal of this post is to rock your socks! : ) Everything that has been shown up to this point has been a one way communication with the Kynetx platform and the Kynetx app user’s browser. The bookmarklet, when … Continue reading

Posted in Kynetx | Tagged | Leave a comment

Day 7 – Looping Using Foreach

Goal: Demonstrate looping in rules

Posted in Kynetx | Tagged | Leave a comment

Day 6 – Conditional Action Blocks and Else Postludes

Goal: Execute action based on condition then raise explicit event based on execution of action block

Posted in Kynetx | Tagged | Leave a comment

Day 5 – MD5 and SHA1 hashing

Goal: Test MD5 and SHA1 hash functions from the math module.

Posted in Kynetx | Tagged | Leave a comment

Day 4 – Explicit Events

Goal: Demonstrate raising explicit events in a ruleset and how it effects execution flow of the application.

Posted in Kynetx | Tagged | Leave a comment

Day 3 – Web events and debugging

Getting a look into what is going on when you run your application

Posted in Kynetx | Tagged | Leave a comment

Day 2 – Dual Execution Environment part 1

A small look into KRL’s dual execution environment and what it means

Posted in Kynetx | Tagged | Leave a comment

Day 1 – Basics and Notify

Getting this party started!

Posted in Kynetx | Tagged | Leave a comment