Archive for the 'Ajax' Category

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 […]

Share This

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 […]

Share This

Dojo Grid with Domino Views

This is the third posting going more in depth of the code I showed at my Lotusphere session BP212: The Great Code Giveaway: “Beyond Cool”. If you haven’t read the first and second article yet I recommend doing so. You find them by clicking the links. You can download the instructions, code and databases here.
What […]

Share This

ComboBox & FilteringSelect for Domino

Today we explore two extended form widgets I used in my Lotusphere session BP212: The Great Code Giveaway: “Beyond Cool”. The first article in this series can be found here. You can download the instructions, code and databases here.
domino.form.ComboBox & domino.form.FilteringSelect
These widgets are extended from dijit.form.ComboBox and dijit.form.FilteringSelect to accommodate for the URL syntax that […]

Share This

Dojo data for Domino

At Lotusphere in my session BP212: The Great Code Giveaway: “Beyond Cool” I showed a couple of widgets and a Grid based on the Dojo Toolkit. I’m going to show you how I did those in a couple of articles the next few days. Instead of going through the code line for line I’m just […]

Share This

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 […]

Share This

The Great Code Giveaway - Web 2.0 Edition Podcast

Rob Novak’s and my session, BP311: The Great Code Giveaway - Web 2.0 Edition, at Lotusphere 2007 is added as one of the 14 (so far) podcasts that IBM put up on the DeveloperWorks website. The podcast is a recording of the session and a transcript of it is also available, even though they did […]

Share This

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 […]

Share This

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 […]

Share This

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 […]

Share This
Pages (2): [1] 2 »
Close
E-mail It