Developer/Admin Tips RSS Feed for the tips!

Enter a word or phrase to search for a tip!

Put a Notes View into the Notes 8 Sidebar07/07/2008Click here to see this tip!
 Notes 8.0.1 added the ability to put a Notes view in the Notes 8 sidebar as a widget. Widgets can then be deployed across your organization using a desktop policy and a Widget catalog. One use of this is in the TLCC user courses. A list of all the lessons in the course can be deployed in the sidebar to allow for easy access to a particular lesson. One issue with standard Notes views is that they require the user to double-click a document to open it. This may not be intuitive in the sidebar. This tip will cover a solution to allow the user to single-click a document in the sidebar and will also describe how to create the Widget and deploy it in the Widget catalog for use by all your users.

Use the RSS Reader in Notes 806/12/2008Click here to see this tip!
 The Notes 8 Standard client (Eclipse based) introduced a RSS feed reader that resides in the Notes 8 sidebar. This tip will show you have to subscribe to and use RSS feeds in the Notes 8 client.

Prevent a URL from being Automatically Converted to a Hotspot05/22/2008Click here to see this tip!
 Notes and Domino will take any URL in Rich Text field and automatically convert it to a clickable URL hotspot. This can be a time saver, but there may be times when you don't want this behavior. This tip will cover a quick and easy way to prevent the automatic conversion of a URL into a hotspot.

Troubleshooting the Web Preview Feature05/06/2008Click here to see this tip!
 This tip covers how to troubleshoot issues with the web preview feature in Domino Designer to preview local Notes databases.

Importing and Exporting Domino Design Elements04/23/2007Click here to see this tip!
 How do you send a design element, like a form, from one Domino database to another? One way to do this is to simply cut and paste the design elements. This works well when both databases are accessible to you. Suppose you want to mail a design element to another developer? You could mail the entire database, but, then you might be sending more than you wanted. Another way is to cut and paste the design elements into a new blank database. This tip will present a better way to export and then import design elements using DXL. DXL is a way to express a Domino object (document or design) in an XML file format. This tip will use DXL to export one or more Domino design elements (any type) and then import them into another Domino database.

Avoiding Execution Security Alerts in a Hide-When Formula11/20/2006Click here to see this tip!
 Developers may try to create a hide-when formula in a rich text field that uses a @DBLookup. When they do this the user may get prompted with a ESA (Execution Security Alert) prompt. This tip will discuss the pitfalls of using certain @Functions in Hide-When formulas in rich text fields. The reason for these security alerts will be discussed and an alternative will be presented to solve the problem. Note that this issue does not affect hide-when formulas on design elements like forms or views, only hide-when formulas located in a rich text field.