Entries tagged with 'json'

Dojo Tag Cloud Widget

So I though it was time to post another Dojo widget tutorial. This time I have written a widget for displaying a tag cloud. Even though you could use it for any kind of links, the most common use is obviously tags from your blog or other website. The TagCloud widget is using dojo.data and [...]

Dojo Toolkit 1.1 is released

Dojo Toolkit 1.1 was released today with huge improvements. I’ve been testing the beta of 1.1 for some time now and it’s really great.
You can read more details in the Change Log, Release Notes and Porting Guides.
Here are some of the improvements.

An easy to use and significantly improved Dojo API Viewer with some [...]

LotusScript and JSON, living together

Hi. Troy here. Viktor has been nagging me to write something about the LotusScript JSON classes that I created, so here goes. You can read some background information about the classes here.
First a little history. I originally wrote the JSONReader to support a particular piece of functionality we were putting [...]

LotusScript JSONReader and JSONWriter from SNAPPS

Troy Reimer at SNAPPS has created LotusScript classes for parsing and creating JSON text. These classes are contained within five script libraries. There is a JSONReader and a JSONWriter class together with some wrapper classes including JSONArray and JSONObject. The JSONWriter class is really cool. You can pass it basically anything Notes data related and [...]

g33k Geekmeet in Stockholm

Troy Reimer and I spoke for a couple of hours in front of 30 or so geeks Tuesday night in Stockholm, Sweden. Ekakan sponsored the event and Troy and I had a great time. We spoke about the Lotus Quickr Templates, you can download them here, and about workflow lotusscript, JSON and the Dojo Toolkit. [...]

Embedded Domino forms with Ajax submit and JSON view refresh

In today’s three part tutorial I’m first going to show you how to create a sign in form directly on a Domino page. Secondly, I’m going to show how you can embed a Domino form, with security, directly into a floating pane and submit it using Ajax. Last I’m showing you some code how to [...]

JSON and Associative arrays

There are many articles out there explaining what JSON is and where to use it, including a very good article written by Scott Good titled JSON and Domino.
What I’m going to try to explain in this tutorial is why associative arrays are our best friend when coding with JSON and Ajax. We have all seen [...]

Faster Ajax with Domino and JSON: Update

Many of you have requested that I publish the sample database I used for the Faster Ajax with Domino and JSON speed test. I posted the article back in March and I should have done this a long time ago.
All documents/notes has been deleted from the Domino database to save some space and bandwidth on [...]

Faster Ajax with Domino and JSON

As several bloggers have posted, there is a new way of getting data out of Domino views using JSON. This feature was planned for Domino 8 but “slipped” into the 7.0.2 release of Domino.
I wanted to know if it would be faster to parse the data with JSON out of a huge view, with over [...]

Creating a Dojo Calendar

About this tutorial
After using Dojo for some time and looking for a calendar widget I gave up and started coding one myself. I had several goals with this widget: Using any back-end database for the entries, time zone changes, localized (internationalization i18n) and being able to drag entries to other dates.
This tutorial gives you all [...]