Email Alerts
-
Top 10 Lotus Notes/Domino development tips of 2009
We present our most popular Notes/Domino developer tips of 2009. From opening Notes documents in Microsoft Word without coding to rebuilding corrupted busytime.nsf files, these tips piqued your interest last year. The Year in Review
-
Top 10 Lotus Notes/Domino coding and development tips of 2008
We've compiled our most-viewed Lotus Notes/Domino coding and development tips of 2008. Discover how to use LotusScript to sort a document selection, programmatically replace the design of a Lotus Notes database, clear a local cache using LotusScript ... The Year in Review
-
Top 10 Lotus Notes Domino programming and development tips of 2007
The results are in. Here are the top 10 most-clicked Lotus Notes programming and development tips of 2007. The Year in Review
-
A bevy of Notes/Domino development tips
Our SearchDomino.com tip contest runs through the end of March. Here is a list of the current contenders -- an assortment of 13 Notes/Domino development tips from our valued SearchDomino.com members. Take a few minutes to read them over and rate each... Contest
-
Top 10 Notes/Domino developer tips of 2006
Based on your clicks, here are the top 10 most popular Notes/Domino development tips from 2006. From creating PDF documents, column color charts and Lotus Notes views to converting Microsoft Word and Excel files, these topics piqued your interest in ... The Year in Review
-
A smorgasbord of Notes/Domino development tips
Our SearchDomino.com tip contest runs through the end of December. Here is a list of the current contenders -- a smorgasbord of 20 Notes/Domino development tips from our members. Read them, rate them. Your votes determine the winners. Contest
-
FAQ: Lotus Notes, Domino and JavaScript
Caught in a JavaScript jam? Before posing a question to our SearchDomino.com experts, check out our list of frequently asked questions on JavaScript for Lot... FAQ
-
JavaScript Learning Guide
This SearchDomino.com guide introduces you to JavaScript in a Notes/Domino environment, explains best practices and pitfalls to avoid and provides troubleshooting help and advice. You'll find JavaScript articles, tutorials, tips, tools, white papers,... Learning Guide
-
JavaScript worm spreads through Yahoo Mail
JS.Yamanner manages to propagate when end-users view a malicious email. A fix is pending, but other Web applications using JavaScript may soon be affected. Article | 14 Jun 2006
-
Ajax hype vs. reality
Ajax is a powerful rich Internet application technology, but Burton Group cautions against overkill and notes that tools and frameworks for using it are nascent. Article | 09 Dec 2005
-
AJAX may clean Microsoft Office's clock
AJAX may bode ill for Microsoft's flagship Office suite. The threat comes about because AJAX, a set of Web development tools that speed up web apps by summoning snippets of data as needed instead of pulling entire Web pages over and over, could allow... News | 01 Nov 2005
-
Support for AJAX development rising
Looking to enrich user experiences with Web applications, vendors are increasingly turning to Asynchronous JavaScript and XML. Even Sun and Microsoft are in on the action. News | 26 Oct 2005
-
AJAX gives software a fresh look
Over the years, desktop applications tied to a specific operating system have become entrenched as the main way to work on a computer. AJAX, a set of development techniques standardized over the past eight years, could change all that by bringing mor... News | 04 Oct 2005
-
AJAX "leaves click-and-wait Web paradigm in the dust"
AJAX is a combination of programming tools and Web technologies that allows content on Web pages to update immediately, unlike an HTTP request. Article | 19 Aug 2005
-
Microsoft's new anti-piracy program hacked
Mere days after Microsoft announced plans to crack down on pirated versions of Windows with a new authentication program, hackers have published a simple JavaScript code they say will defeat the anti-piracy checks. News | 04 Aug 2005
-
Notes HTML attachment script vulnerability reported
The French Security Incident Response Team reported a vulnerability in Notes clients 6.5.4 and earlier. According to the firm, JavaScript code included in HTML attachments is not properly sanitized before being displayed, which may be exploited to ca... News | 12 Jul 2005
-
'Extremely critical' Firefox vulnerabilities
Malcode writers could exploit two serious security holes in Firefox to launch sinister code and conduct cross-site scripting attacks. No patch is available, but there are workarounds. Article | 11 May 2005
-
Creating dynamic categorized views
Learn how to use XML, JavaScript and the ReadViewEntries URL command to build categorized views that reduce network traffic and server load, and enhance the UI experience for end users. This article includes code examples. Article | 25 Feb 2004
- See more News on JavaScript for Lotus Notes Domino
-
Displaying a custom icon view column in Xpages
Get the JavaScript code necessary to display a custom icon view column in Xpages. Tip
-
Trap JavaScript runtime errors in Domino Web apps
Domino developers know that errors can and do occur during application development and testing as well as during production. This JavaScript traps errors in Domino applications -- providing two advantages over the browser's built-in error-handling m... Tip
-
JavaScript workaround fixes Lotus Notes 8.x PostOpen event issue
In Lotus Notes 8.x, the PostOpen event does not work properly. Because there is no workaround, I place this JavaScript into a button to fix the problem. Tip
-
Write HTML and JavaScript in Notes view rows and columns on the Web
By default, Lotus Notes only allows you to create links in the first column of views for users to open documents. Discover how you can write some HTML and JavaScript to embed links within Lotus Notes view columns and rows on the Web. Tip
-
JavaScript detects Web browser type and version in Notes/Domino 8.0.2
Previous Lotus Notes/Domino versions let you use navigator.appName and navigator.appVersion to detect which Web browser type and version were used in Notes/Domino applications. This is no longer an option in Notes/Domino 8.0.2 and higher. Use this Ja... Tip
-
JavaScript creates a jump box on a Lotus Notes Web form
If you want to give Lotus Notes/Domino users an easy method to jump to other pages on a website, follow these steps using JavaScript code to create a jump box in a Lotus Notes Web form. Tip
-
How to create dynamic JavaScript in Notes Domino without formulas
If you need to create a large amount of dynamic JavaScript and you're not familiar with the use of @DBColumn and @DBLookup formulas, this tip is for you. Placing this code in your HTML Head Content section is a simple workaround for busy Lotus Notes ... Tip
-
Trap an attachment path via the Domino file upload control field
Get the steps to trap the path of an uploaded attachment in your Notes Domino environment using the Domino file upload control field, JavaScript and HTML. Tip
-
Converting Lotus Notes views to XML documents using JavaScript
To convert Lotus Notes views to XML, you can use the ReadViewEntries command. This tip gives another method -- parsing XML content using JavaScript. Tip
-
Mimic Lotus Notes Domino application functionality on the Web
Creating Lotus Notes applications that perform the same on the Web can be tricky. Domino developers can easily do so with this JavaScript and HTML. Tip
- See more Tips on JavaScript for Lotus Notes Domino
-
Locating file upload controls
SearchDomino.com expert Brian Mahoney explains how to use the file upload control on a form to allow users to pick a specific file, and have JavaScript validate the file name. Ask the Expert
-
JavaScript causing errors in Lotus Notes client
SearchDomino.com expert Andre Guirard troubleshoots why JavaScript might cause errors in the Lotus Notes client when a document has been submitted and is stored in the Notes client. Ask the Expert
-
XML vs. JavaScript to fill in dropdown on form
A developer is using a JavaScript function to automatically fill in a form's dropdown, but wants to know if there's a more efficient method of doing it through XML. Ask the Expert
-
Exporting Notes view into new *.csv file
Ask the Expert
-
Data input application no longer works with upgraded server
Ask the Expert
-
Click checkbox and change font of the page
Ask the Expert
-
Problems closing a page with a JavaScript function
Ask the Expert
-
Application on Notes Client and Internet Explorer6
Ask the Expert
-
Add name to HEAD content
Ask the Expert
-
Set a field value using an external JavaScript file
Ask the Expert
- See more Expert Advice on JavaScript for Lotus Notes Domino
-
Top 10 Lotus Notes/Domino development tips of 2009
We present our most popular Notes/Domino developer tips of 2009. From opening Notes documents in Microsoft Word without coding to rebuilding corrupted busytime.nsf files, these tips piqued your interest last year. The Year in Review
-
Displaying a custom icon view column in Xpages
Get the JavaScript code necessary to display a custom icon view column in Xpages. Tip
-
Trap JavaScript runtime errors in Domino Web apps
Domino developers know that errors can and do occur during application development and testing as well as during production. This JavaScript traps errors in Domino applications -- providing two advantages over the browser's built-in error-handling m... Tip
-
JavaScript workaround fixes Lotus Notes 8.x PostOpen event issue
In Lotus Notes 8.x, the PostOpen event does not work properly. Because there is no workaround, I place this JavaScript into a button to fix the problem. Tip
-
Write HTML and JavaScript in Notes view rows and columns on the Web
By default, Lotus Notes only allows you to create links in the first column of views for users to open documents. Discover how you can write some HTML and JavaScript to embed links within Lotus Notes view columns and rows on the Web. Tip
-
JavaScript detects Web browser type and version in Notes/Domino 8.0.2
Previous Lotus Notes/Domino versions let you use navigator.appName and navigator.appVersion to detect which Web browser type and version were used in Notes/Domino applications. This is no longer an option in Notes/Domino 8.0.2 and higher. Use this Ja... Tip
-
JavaScript creates a jump box on a Lotus Notes Web form
If you want to give Lotus Notes/Domino users an easy method to jump to other pages on a website, follow these steps using JavaScript code to create a jump box in a Lotus Notes Web form. Tip
-
Top 10 Lotus Notes/Domino coding and development tips of 2008
We've compiled our most-viewed Lotus Notes/Domino coding and development tips of 2008. Discover how to use LotusScript to sort a document selection, programmatically replace the design of a Lotus Notes database, clear a local cache using LotusScript ... The Year in Review
-
How to create dynamic JavaScript in Notes Domino without formulas
If you need to create a large amount of dynamic JavaScript and you're not familiar with the use of @DBColumn and @DBLookup formulas, this tip is for you. Placing this code in your HTML Head Content section is a simple workaround for busy Lotus Notes ... Tip
-
Trap an attachment path via the Domino file upload control field
Get the steps to trap the path of an uploaded attachment in your Notes Domino environment using the Domino file upload control field, JavaScript and HTML. Tip
- See more All on JavaScript for Lotus Notes Domino
About JavaScript for Lotus Notes Domino
JavaScript is fairly easy for just about anyone to learn because it is a scripting language rather than a compiled, object-oriented language. It uses some of the same ideas found in Java programming, but it lacks some of the portability of Java and the speed of bytecode. Despite those factors, JavaScript is a flexible and helpful language for building and customizing Lotus Notes Domino applications on the Web. These tips and tutorials will help you implement JavaScript code in your Lotus Notes Domino messaging and collaboration environment.