Отправляет email-рассылки с помощью сервиса Sendsay
  Все выпуски  

Lotus Notes/Domino -- продукт и инструмент. Выпуск: 70


Lotus Notes/Domino -- продукт и инструмент. Выпуск: 70

2009-03-12
Поиск по сайтам о Lotus Notes

Содержание:

CodeStore. Коды Примеры Шаблоны (6)

IBM Lotus Notes 8.5 iCalendar: Interoperability, implementation, and application
Understanding the automation test framework of Lotus C API toolkit
Integrating IBM Lotus Notes with Microsoft Office using LotusScript and automation
Extract value pairs from text arrays with LotusScript
Unexpected Passthru HTML Behaviour From Agent | Blog
Dashboard example v1.2 (realtime Lotus Notes data graphing using RMchart)

Интенет эфир о Lotus Notes. Блоги и форумы (22)

Ошибка при запуске клиента Lotus
Нет повести печальнее на свете…
[Обучение] работа с Lotus Notes
БД Службові записки
Проблемы с компьютером? Обратись к специалисту!
Доступна русская версия Lotus Notes/Domino 8.5
Microsoft Transporter Suite now supported on Windows Server 2008
простой Вопрос по Lotus
простой Вопрос по Lotus
Nanthilde - a Queen Constantly Misled
Новая книжка IBM Press: Survival Guide for Lotus Notes and Domino Administrators
Анонсирован Alloy!
Understanding the automation test framework of Lotus C API toolkit
Integrating IBM Lotus Notes with Microsoft Office using LotusScript and automation
IBM Lotus Notes 8.5 iCalendar: Interoperability, implementation, and application
See you in Denmark?
Exploring ways to use Notes widgets and Domino policy to customize the Notes sidebar and deploy client features and plug-ins
Выпуск рассылки "Lotus Notes/Domino -- продукт и инструмент. Выпуск: 65 ...
Р"С"РїСгСГРє СѬР°СГСГС"Р"РєРё "Lotus Notes/Domino -- РїСѬРѭРґСгРєС" Рё РёРѬСГС ...
Installing Lotus Notes Traveler on a Windows Mobile device
Первые впечатления от debian 5.00 stable
IBM Lotus/Domino.

Вакансии для специалистов (13)

Ведущий системный администратор
Senior-Level Lotus Notes Developer - 6.5 and 8.0
Senior Project Manager Migration from Exchange to Lotus Notes
Lotus Notes Developer
Senior Lotus Notes / Domino Web Developer - Dallas
Lotus Notes Administrator R7.0 IT Information : CW_CA_LOTUS - $1000 Referral Reward
Network Engineer Asc - Lotus Notes
Network Engineer Asc - Lotus Notes
Senior-Level Lotus Notes Developer - 6.5 and 8.0
LOTUS NOTES SHAREPOINT ARCHITECT - $ URGENT $ - LOTUS SHAREPOINT
Programmer/Analyst - Lotus Notes/Web Developer
Desktop Support with Lotus Notes 6.0+
Desktop with Lotus Notes

Закладки о Lotus Notes (21)

Lotus Notes Twitter v2
Office 2008 SP1 Attachment Open Workround
IBM - How to disable the embedded version of Lotus Symphony in the Lotus Notes client
eProductivity_ for IBM Lotus Notes - eProductivity Price List Effective November 1st, 2008
Seriál Lotus Notes: Instalace serveru a klienta (Postřehy o Lotus Notes)
The 1352 Report
Integrating IBM Lotus Notes with Microsoft Office using LotusScript and automation
Understanding the automation test framework of Lotus C API toolkit
IBM Lotus Notes 8.5 iCalendar: Interoperability, implementation, and application
Dec's Dom Blog :: Learning XPages : Table Of Contents
Lotus Notes Reader Names fields in IBM Lotus Notes and Domino
IBM Lotus Domino Express offerings - Lotus Notes and Domino
News4Notes | Lotus Notes/Domino -> Undokumentierte @Formeln/LotusScript | Christoph Arras
nsftools.com - Tools, Tips, and a Weblog about Lotus Notes, Domino, and Java
winmail.dat in Notes extrahieren (Java)
LepoLand - A Blog by Alan Lepofsky - Alan's blog about software, technology, travel, and the occasional golf post.
MisFox
My take on Sharepoint
PLANET LOTUS.org
Dec's Dom Blog :: Learning XPages : Table Of Contents
Release Diff for Domino Designer Help

Lotus Notes. Видео и изображения (3)

Notes 8 5 for Mac Setup
SugarNotes 1 Overview
SugarNotes 2 Lotus Notes Widgets
Спонсоры рассылки:
Поиск по сайтам о Lotus Notes/Domino
Полнотекстовый поиск по тематическим сайтам о Lotus Notes
Хостинг на Lotus Domino















Блиц опрос
Материалы на английском
(голосование возможно только из письма рассылки)
  • Нормально. Могу читать
  • Не годиться. Хочу только на русском
  • Компания ПУЛ - разработка приложений на Lotus Notes/Domino

    CodeStore. Коды Примеры Шаблоны

    1. IBM Lotus Notes 8.5 iCalendar: Interoperability, implementation, and application

    IBM® Lotus® Notes® 7.02 introduced the ability to import a public calendar in iCalendar format. Earlier, Lotus Notes 6.0 introduced the use of iCalendar as a calendar workflow exchange between applications or systems using Simple Mail Transfer Protocol (SMTP). Customers interacting with different Internet calendar applications rely on iCalendar to exchange their calendar information to process the iCalendar invitation. Beginning with version 8.5, Lotus Notes implements an improvement to iCalendar interoperability that helps customers increase their work efficiency.

    2. Understanding the automation test framework of Lotus C API toolkit

    This article introduces the automation test framework of the IBM® Lotus® C API toolkit. The framework enables automated testing of the Lotus C API toolkit with little manual effort. It is an efficient approach for automatically testing a large number of cases. The framework is typical and can be applied to other products. In fact, the other Lotus toolkit products, Lotus C++ API toolkit and NotesSQL, take a similar approach to implementing automation testing.

    3. Integrating IBM Lotus Notes with Microsoft Office using LotusScript and automation

    Learn new techniques that you can apply to Microsoft® Office applications, such as Microsoft Excel, to publish information in an IBM® Lotus Notes® database in a variety of formats.

    4. Extract value pairs from text arrays with LotusScript

    Use this LotusScript code to extract value pairs from a text array. In this example, see how various Work Flow status stages were extracted and summarized, allowing the results to be more easily analyzed.

    5. Unexpected Passthru HTML Behaviour From Agent | Blog

    Yesterday somebody broke (what is it with people!?) the demo by typing </ > in to a text field for a document in the view. This broke the XML. Not for the obvious reasons though. Read on for what happened.

    The agent that outputs the "view" to the Flex app starts with this line:

    Print "Content-Type: text/xml"
    

    Now then. If I start an agent with that line I then expect to be in complete control. Anything I print out from the agent after that line is sent to the browser as is.

    So, if I have the following line of LotusScript:

    Print |<description><![CDATA[<test>]]></description>|
    

    I expect the browser to receive the following XML:

    <description><![CDATA[<test>]]></description>
    

    The CDATA section means you can output what you like inside it without worrying about it breaking the HTML. Imagine my surprise (that's the polite way of putting it) to find browser actually received the following:

    <description><![CDATA<test>]]></description>
    

    That's what broke the demo. The Domino server broke my code!

    The missing square bracket made the XML malformed and invalid. The bracket was missing because the Domino server assume that an open square bracket following directly by an open angle bracket means you want to enable passthru HTML mode. Whatever your thoughts on passthru the fact is it shouldn't kick in when printing from an agent. Surely?

    Now, I'm about to press publish from Windows Live Writer and am half expected the whole post to break as the body of the created blog will itself contain the magic passthru-enabling combination of open brackets.

    Domino, oh Domino...

    Click here to post a response

    6. Dashboard example v1.2 (realtime Lotus Notes data graphing using RMchart)

    This application is a sample of how you can create good looking charts from Lotus Notes data without the need of Microsoft Excel. Because this application directly reads out the values of this database and directly redraws the charts on the form, I think this example is much faster then starting Excel, exporting values, creating a Chart, save it as a graphic to disk and import it in an rich text field within your form. This version, v1.2, I added the ability to change the look of the charts in real time, and add the data table (as an embedded view). I also added an example of a Pie / Donut chart. You will need to download RMchart at http://www.rmchart.com/ or http://www.brothersoft.com/rmchart-35638.html and install it on your PC (a restart is required). Make sure the files RMchart.ocx and RMchart.dll are installed in your windows\system32 directory. RMchart is completely freeware. Go to their website for more information. I created this application because I could not find any free product to create realtime graphs from (view) data within Lotus Notes. Finally I found this software and this made my work a lot easier. No more excel and no more exports needed. This is a completly free solution and I think it works great. If you would like to use RMcharts in a real application make sure your users have the RMcharts installed. You could copy above files manualy or automatic via an script to windows\system32\ directory and use 'regsvr32' command line program to register the .ocx file in Windows. This database contains a view for the sales sample data and a lookup view I use to quickly & dynamic get the values to display in the charts. The dashboard form contains the embedded activex elements and all the code I used to get the data and display the data in the embedded activex elements. It makes use of a script library for the needed constants. TIP: You can build your own charts with RMCdesigner, also available at www.rmchart.com. Use the program to generate source code for VB6 / ActiveX and paste it in an Lotus Notes button in a form. With very limited changes you can use that generated code in your application. This appication does not work on the web. If you have any questions regarding this application, mail me. Ferry Kranenburg

    developerWorks  >  Lotus  >  Forums & community  >  Lotus Sandbox

    Lotus Sandbox

    developerWorks

    Go back

    Show details for [<a href=/ldd/sandbox.nsf/PrintView/349636f5bd64583785256c5c00482cd1?OpenDocument>2 Extended Attachment Editio2 Extended Attachment Edition
    Edit and handle Attachments in Notes 4 the same way as in Notes 6
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/71c7bb2310a15bc385256d17005a6d68?OpenDocument>A new Approach - Web-based DA new Approach - Web-based Date Picker
    Web-based date picker that displays company sponsored holidays
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/2e808c6e7f2abc6585256d17005a701f?OpenDocument>A new approach - Web-based NA new approach - Web-based NAB
    A Web-based NAB with simple search function
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/67f76112ed2e136c852571db0054f760?OpenDocument>A self-guided tour of DominoA self-guided tour of Domino Domain Monitoring (DDM)
    The attached presentation (ddm.ppt) is a self-guided tour of Domino Domain Monitoring (DDM).
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/ccb30b2fead6c2288525690a0048c83b?OpenDocument>A simple method to use File A simple method to use File Upload Controls on the Web.
    For identifying/using file upload controls on the Web.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/255e4fcdbd8a951385256c940075e28e?OpenDocument>Access Level</a>][<br>]DisplAccess Level
    Displays User Access Level in DB - no need to know your group membership.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/ae043110f5e4e7338525688d006a5081?OpenDocument>Accidents Reports</a>][<br>]Accidents Reports
    Simple application for reporting and monitoring industrial accidents.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/fe6574162e6c1b6a852567ca006e79f1?OpenDocument>Account Manager</a>][<br>]MaAccount Manager
    Manages accounts, profiles, and contacts.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/11f736c9d472b15885256996006d7458?OpenDocument>ACL Audit Tool</a>][<br>]TooACL Audit Tool
    Tool to perform an ACL audit of databases/templates on a Domino server.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/81deffed8f49e561852568d4006c98e4?OpenDocument>ACL backup and restore functACL backup and restore functions in LotusScript
    LotusScript agents saving ACLs in NotesDocuments and restoring them back to DBs ACL
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/9290c5e7654f34ea85256a1e0050bc55?OpenDocument>ACL Scanner</a>][<br>]CreateACL Scanner
    Creates reports about ACLs on all databases on one server, and recurses groups.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/ac1ba5645421b7e285256c940075ef53?OpenDocument>ACL Setter</a>][<br>]Allows ACL Setter
    Allows you to modify a database ACL without manager access on a server.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/80a0129b9d0b965485256a700048ae65?OpenDocument>ACL &quot;Modificator&quot; ACL "Modificator" 1.0
    Add ACL entries in multiple databases.
    Acme Standard Interface and Acme News databases
    Sample databases from the Iris Today article Building standard interfaces without changing your applications.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/d8bd2253eef9d9918525684a006d1c5a?OpenDocument>Acme.nsf and Zippy.nsf</a>][Acme.nsf and Zippy.nsf
    Sample databases Acme.nsf and Zippy.nsf referenced in the Iris Today article "Exercising XML with Domino Designer."
    Action button to initiate replication on server
    This Action code uses defined Connection documents to start immediate replication through remote console on source server
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/0a41daba7017450685256a3e00524375?OpenDocument>Action Button to set InterneAction Button to set Internet Password
    Action Button to set Internet Password
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/0e3afa9908928a378525699e004e8fc8?OpenDocument>Add business holidays to theAdd business holidays to the user's calendar
    Quick and dirty code to add business holidays to the user's calendar using front end classes.
    Add sound to a Notes form
    Add Sound Recorder to your e-mail template.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/d94d651dcd540b2485256949006e27db?OpenDocument>Add System DBs</a>][<br>]AddAdd System DBs
    Adds MAIL.BOX, SMTP.BOX, LOG.NSF, etc. from every available server to your workspace.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/69008d904a1ca3ab85256c940075f963?OpenDocument>Address Book Servlet v1.0</aAddress Book Servlet v1.0
    Address Book servlet provides an interface similar to address book dialog box in Lotus Notes client
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/95afbd0f93c19c858525688d006a57b5?OpenDocument>Admin-Dev Tools 2.0</a>][<brAdmin-Dev Tools 2.0
    Tools for day to day admin tasks. Updated from the original version.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/f51807e42918e33e00256c090044738f?OpenDocument>Admin ACL 2</a>][<br>]AdminAAdmin ACL 2
    AdminACL is an application that allows you to add any ACL entry with any level to any database you want even if you do not have access to it.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/ca69e90dbf829253852567f3007c4b70?OpenDocument>Admin Helper</a>][<br>]Find Admin Helper
    Find Orphan mail files, check the Out of Office agent owner and the Calendar Profile owner of mail file for existing users.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/80beb21669da8d3185256b1400745b63?OpenDocument>AdminACL</a>][<br>]This toolAdminACL
    This tool allows you, the administrator, to add any group, user, and server to any databases in you organization (in one agent).
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/7147feda3a9094ed85256b9f00725761?OpenDocument>Advanced Settings sample datAdvanced Settings sample database
    This database includes an advanced version of the Application Settings tool described in the Iris Today article "Application settings tool: an alternative to profiles" by Jonathan Coombs.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/530cf440b8deb01300256bde0031a0ff?OpenDocument>Advanced View Techniques</a>Advanced View Techniques
    Interesting ways to display views using applets & print selected documents from View Applet
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/770532e1a86fbf1385256f0a00637edc?OpenDocument>Advanced XML for Notes</a>][Advanced XML for Notes
    Advanced XML techniques with Domino using data binding and Notes queries
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/b1176bb4b31fada8852567f300753b47?OpenDocument>Advertising server</a>][<br>Advertising server
    Serves advertisements from an internally maintained list.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/0385bf0f95d0c98885256989005a29dc?OpenDocument>Agent to Compare 2 DocumentsAgent to Compare 2 Documents in R5
    Agent to Compare 2 Documents in R5 (works with RTF fields, too).
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/f38057887f500e43852567c300660362?OpenDocument>Agentless thread map databasAgentless thread map database sample
    Demonstrates a technique for generating thread maps in an application without the use of a background agent.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/7967df8d95f585a485256c940076012b?OpenDocument>agentShowInternetHeaders</a>agentShowInternetHeaders
    LotusScript agent to show Internet "received" headers
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/70f703dd400f97d500256bd000318722?OpenDocument>Alarm/Reminder setting from Alarm/Reminder setting from another application
    Set an alarm or reminders in a user's calendar from another application
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/f710dcdf7214e953852569e60054fe7a?OpenDocument>Alex & Dilbert Cartoon RetriAlex & Dilbert Cartoon Retrieval Agent
    Database to retrieve and email Dilbert and Alex Cartoons
    Allow value not in list
    To improve Allow value not in list on the WEB
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/7b7eff84bd6eeff600256bd8003960e8?OpenDocument>Allow values not in list comAllow values not in list combo for web
    Combo box with allow values not in list for IE5 and above, Netscape 6 and above
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/98176455ff90e2d500256c38004a5f0c?OpenDocument>Alternate Color Rows View inAlternate Color Rows View in a Web Browser - Version 3
    Alternate Color Rows View Version 3 - More features
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/78ad87650e8e6d8085256818007202c2?OpenDocument>AntiSpamFilter Agent</a>][<bAntiSpamFilter Agent
    Anti-spam agent and design elements to enhance spam mail filtering in the standard Notes mail template.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/b376f26b8cbd9f1b8525694d004e24c3?OpenDocument>API Goodies for Lotus Notes<API Goodies for Lotus Notes
    Control various Win API settings from inside Notes.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/e6621c730727e8a3852567f4007eaba1?OpenDocument>AppleScript code examples foAppleScript code examples for Notes
    This database contains additional programming examples for AppleScript in Notes.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/7d55dec173045350852568a4005d0497?OpenDocument>Application Development DocuApplication Development Documentation Library
    Allows developers of a systems group to store their documentation.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/0af99983727460a000256bd4003996c6?OpenDocument>Archive on CD-ROM</a>][<br>]Archive on CD-ROM
    Agent to archive on CD-ROM.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/9dc708521fd73a43852568a40069cf02?OpenDocument>Archive Options</a>][<br>]ArArchive Options
    Archive your mail db by dates or by sizes.
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/86cf1eb52622488f85256d51004eeb72?OpenDocument>ArraySort</a>][<br>]An arrayArraySort
    An array sort using a fast shell sort algorthim
    Article "Notes application strategies: Document rating" sample database
    Sample database that accompanies the article, "Notes application strategies: Document rating"
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/f5da0954a65348b985256e39004d1583?OpenDocument>Article &quot;Notes applicatArticle "Notes application strategies: Interactive search" sample database
    Sample database to accompany the article, "Notes application strategies: Interactive search."
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/2e00b11f20d7446b85256e47006624c1?OpenDocument>Article &quot;Notes applicatArticle "Notes application strategies: Mail Processor" sample database
    Sample database to accompany the article, "Notes application strategies: Mail Processor."
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/a687d600ae1001e985256e550058c84e?OpenDocument>Article &quot;Notes applicatArticle "Notes application strategies: User activity tracking" sample database
    Sample database to accompany the article "Notes application strategies: User activity tracking"
    Show details for [<a href=/ldd/sandbox.nsf/PrintView/1d9d9dd534b1491288256ae3006a997c?OpenDocument>ASP SendMail for Notes/DominASP SendMail for Notes/Domino
    Very simple program in VBScript that sends mail in ASP / WSH natively through Notes/Domino
    Audio CD Tracking
    Keeps track of 100 CD changer and CD collection

    Go back


    Интенет эфир о Lotus Notes. Блоги и форумы

    1. Ошибка при запуске клиента Lotus

    Ни с того ни с сего перестал запускаться клиент лотуса...Выключение и перезагрузка компьютера не помогло...Как начинает грузиться клиент выводит сообщение Unable to locate program в Lotus и все....Что делать не знаю.....??? Помогите....

    2. Нет повести печальнее на свете&#8230;

    Но, несмотря на то, что мне теперь предстоит размеров трах с определением, чего зачекинилось, а чего нет, Lotus Notes уверенно держит пальму первенства по отстойности и .

    3. [Обучение] работа с Lotus Notes

    Нашел на YouTube англоязычный курс обучения Lotus Notes.

    4. БД Службові записки

    База даних Lotus Notes "Службові записки" призначена для реалізації повного циклу життя службових записок всередині організації: створення, узгодження, виконання робіт, повернення за додатковими відомостями автору та повернення на доопрацювання, якщо не все зроблено.

    5. Проблемы с компьютером? Обратись к специалисту!

    Для предприятий предлагаются услуги удалённого консультанта в областях SAP 700, Citrix PS 4,5, AS400 V5R4M0,Windows 95-98, NT4,0, Server 2000-2003, Lotus Domino 6.5.3. Принтеры Hewlett-Packard.

    6. Доступна русская версия Lotus Notes/Domino 8.5

    То ли со вчерашнего дня, то ли уже сегодня стала доступна русская версия Lotus Notes/Domino 8.5.

    7. Microsoft Transporter Suite now supported on Windows Server 2008

    Also note this version supports Domino 8.x. Overview Transporter Suite contains a set of tools for migrations from both Lotus Domino Servers, and generic IMAP/POP sources. more..

    8. простой Вопрос по Lotus

    Добрый день коллеги,
    вот про Lotus много слышал а вообще гдето есть Дистрибутивы как скачать, просто думал изучить.
    может есть где то демо версии ? но лучше не демо

    9. простой Вопрос по Lotus

    Добрый день коллеги,
    вот про Lotus много слышал а вообще гдето есть Дистрибутивы как скачать, просто думал изучить.
    может есть где то демо версии ? но лучше не демо

    10. Nanthilde - a Queen Constantly Misled

    People in France, Belgium and 7 Domino Lotus lot of French-speaking countries have grown by hearing their grandfathers to sing them Rental Car Usa "Good King Dagobert" song which, as opposed to what we could believe Consejo Amor Com created during the French Revolution (XVIIIth century).

    11. Новая книжка IBM Press: Survival Guide for Lotus Notes and Domino Administrators

    Эдд Брилл написал в своем блоге про новую книгу IBM Press. Даже скидки для ...

    12. Анонсирован Alloy!

    Сегодня был анонсирован Alloy - совместный проект SAP и IBM, который позволяет пользователям Lotus Notes работать с приложениями SAP непосредственно из клиента (Lotus Notes).

    13. Understanding the automation test framework of Lotus C API toolkit

    This article introduces the automation test framework of the IBM® Lotus® C API toolkit. The framework enables automated testing of the Lotus C API toolkit with little manual effort. It is an efficient approach for automatically testing a large number of cases. The framework is typical and can be applied to other products. In fact, the other Lotus toolkit products, Lotus C++ API toolkit and NotesSQL, take a similar approach to implementing automation testing.

    14. Integrating IBM Lotus Notes with Microsoft Office using LotusScript and automation

    Learn new techniques that you can apply to Microsoft® Office applications, such as Microsoft Excel, to publish information in an IBM® Lotus Notes® database in a variety of formats.

    15. IBM Lotus Notes 8.5 iCalendar: Interoperability, implementation, and application

    IBM® Lotus® Notes® 7.02 introduced the ability to import a public calendar in iCalendar format. Earlier, Lotus Notes 6.0 introduced the use of iCalendar as a calendar workflow exchange between applications or systems using Simple Mail Transfer Protocol (SMTP). Customers interacting with different Internet calendar applications rely on iCalendar to exchange their calendar information to process the iCalendar invitation. Beginning with version 8.5, Lotus Notes implements an improvement to iCalendar interoperability that helps customers increase their work efficiency.

    16. See you in Denmark?

    I've been invited to speak at the DanNotes User Group conference, April 22-23 this year. I'm looking forward to getting together with the folks there -- and sweating to pull together some content to p ...

    17. Exploring ways to use Notes widgets and Domino policy to customize the Notes sidebar and deploy client features and plug-ins

    Join our Notes UI design experts Mary Beth Raven and Jamie Liu on a Notes Sidebar Safari using their informative and engaging presentation from Lotusphere 2009. Join the safari and learn the basics of

    18. Выпуск рассылки "Lotus Notes/Domino -- продукт и инструмент. Выпуск: 65 ...

    Вышел новый выпуск рассылки "Lotus Notes/Domino -- продукт и инструмент.

    19. Р"С"РїСгСГРє СѬР°СГСГС"Р"РєРё "Lotus Notes/Domino -- РїСѬРѭРґСгРєС" Рё РёРѬСГС ...

    Р"С"СРѭР" РѬРѭРІС"Р№ РІС"РїСгСГРє СѬР°СГСГС"Р"РєРё "Lotus Notes/Domino -- РїСѬРѭРґСгРєС" Рё РёРѬСГС"СѬСгРѭРѭРѬС".

    20. Installing Lotus Notes Traveler on a Windows Mobile device

    This demonstration shows how to install Lotus Notes Traveler on a Windows Mobile device. Click this button to watch the demonstration full screen.

    21. Первые впечатления от debian 5.00 stable

    Lotus Notes клиент просто не встал, потому что на партишене с /opt закончилось место : Я долго вспоминал как в debian устанавливать пакеты (я хотел поставить Lotus Notes из имеющегося у меня deb-файла.

    22. IBM Lotus/Domino.

    "Во всем мире сегодня насчитывается приблизительно 135 млн лицензионных пользователей программных продуктов Lotus Notes и Domino. WiKi: http://ru.wikipedia.org/wiki/IBM_Lotus_Notes
    Блиц-опрос
    Давай знакомиться. В каких отношениях с Lotus Notes?
    (голосование возможно только из письма рассылки)
  • Lotus Администратор
  • Lotus Программист
  • Lotus Пользователь
  • С Lotus Note не знаком
  • Хочу познакомиться с Lotus Notes/Domino
  • Вакансии для специалистов

    1. Ведущий системный администратор

    Ведущий дистрибьютор фармацевтических препаратов на рынке Украины приглашает к сотрудничеству «Ведущего системного администратора»

    ОБЯЗАННОСТИ:
    ∙ Оптимизация, проектирование, реинжиринг серверов Hardware, software и сети
    ∙ Управление и надежность компьютерных систем
    ∙ Анализ работоспособности систем, разработка, внедрение и поддержка новых проектов
    ∙ Написание инструкций, описаний и т.д.
    ∙ Непосредственное участие во всех проектах ІТ отдела
    ТРЕБОВАНИЯ:
    Навыки установки и администрирования:
    ∙ Windows Server, устранение поломок
    ∙ MS SQL Server и БД
    ∙ Hardware, Raid
    ∙ Обеспечение локальной сети (300 и больше ПК)
    ∙ Знание основ Transact-SQL
    ∙ Работа с сетевым оборудованием и коммуникациями, IIS, ISA, почтовые сервера
    ∙ ОР координации группы системных администраторов
    Желательно / будет являться плюсом:
    ∙ Умение оптимизировать, находить и устранять проблемы на MS SQL Server, Transact-SQL (более глубокое знание)
    ∙ Работа с Lotus, мини-АТС
    ∙ Знание MS SQL Server 2005, Линукс
    ∙ М, 25 – 45
    ∙ английский язык в объемах достаточных для чтения и понимания документации
    ЛИЧНЫЕ КАЧЕСТВА:
    ∙ Ответственность
    ∙ Аккуратность
    ∙ Организаторские способности
    ∙ Пунктуальность
    ∙ Хорошие аналитические способности
    ДОПОЛНИТЕЛЬНЫЕ СВЕДЕНИЯ:
    ∙ ИС 3 месяца
    ∙ З/п : достойная (по итогам собеседования) + соц. пакет
    ∙ График работы: с 08:30 до 17:30
    ∙ Месторасположение компании: г. Борисполь, но для сотрудников компании, проживающих в г. Киеве – существует бесплатная развозка от ст. м. Харьковская и от ст. м Левобережная

    Просьба высылать резюме при соответствии с указанными требованиями.
    Контактное лицо: Ярослава
    Тел./факс : 8 (04495) 490-32-71, 80502358486
    e- mail: jobgood@ukr.net Отправляя резюме, в теме письма, обязательно укажите название должности, на которую Вы претендуете.

    2. Senior-Level Lotus Notes Developer - 6.5 and 8.0

    Click here Senior-Level Lotus Notes Developer - 6.5 and 8.0 Posted on:03/03/09 Job Number: 300270-7626-12-240537 &#160; Add to Cart &#160; Email to a Friend Location: Newark, NJ...

    3. Senior Project Manager Migration from Exchange to Lotus Notes

    Reference # : 09-00096 Title : Senior Project Manager Migration from Exchange to Lotus Notes Location : Pittsburgh, PA Experience Level : 3 Years Start Date : Thu, Feb 19, 2009 Position Type : Contra...

    4. Lotus Notes Developer

    Responsibilities: Our client is seeking a Lotus Notes Developer for a 6 month contract initially. This person must be a US Citizen. The current environment is version 8.0 but experience developing in ...

    5. Senior Lotus Notes / Domino Web Developer - Dallas

    Senior Lotus Notes/Domino Web Developer The Marketing Arm was ranked the #1 marketing agency by Promo Magazine. Founded in 1993, The Marketing Arm is a network of experiential marketing services agenc...

    6. Lotus Notes Administrator R7.0 IT Information : CW_CA_LOTUS - $1000 Referral Reward

    Job Title: Lotus Notes Administrator R7.0 IT Information : CW_CA_LOTUS Short Description: Lotus Notes Administrator R7.0 IT Information Technology Server Domino Provide system admi Location: Valencia,...

    7. Network Engineer Asc - Lotus Notes

    The individual is a Tier 3 Helpdesk resource utilizing Lotus Notes and Intranet Quorum to track all customer support related issues including installation of new equipment. Strong oral and written com...

    8. Network Engineer Asc - Lotus Notes

    The individual is a Tier 3 Helpdesk resource utilizing Lotus Notes and Intranet Quorum to track all customer support related issues including installation of new equipment. Strong oral and written com...

    9. Senior-Level Lotus Notes Developer - 6.5 and 8.0

    --Description-- Senior-Level Lotus Notes Developer Lotus Notes v.6.5/8.0, Notes Client Side Programming, Application Development, LotusScript, Code Reviews, Troubleshooting Work with a World Leader in...

    10. LOTUS NOTES SHAREPOINT ARCHITECT - $ URGENT $ - LOTUS SHAREPOINT

    --Description-- LOTUS NOTES SHAREPOINT ARCHITECT - $ URGENT $ - LOTUS SHAREPOINT A major consultancy is urgently seeking a contractor for a Lotus Notes to Sharepoint migration. This is an architect le...

    11. Programmer/Analyst - Lotus Notes/Web Developer

    --Description-- We are assisting our Birmingham client with their search for a Programmer/Analyst - Lotus Notes/Web Developer. Responsibilities include: Analysis, design, coding, testing, implementati...

    12. Desktop Support with Lotus Notes 6.0+

    --Description-- I am looking for an experienced Desktop Support candidate with experience supporting Lotus Notes 6.0+, Remedy, Exchange and SMS. --Requirements-- Must Have Experience in: Lotus Notes V...

    13. Desktop with Lotus Notes

    --Description-- Helpdesk/Desktop with Lotus Notes 6.5 version Icon Information Consultants is looking to hire a Helpdesk/Desktop in Houston, Texas with Lotus Notes 6.5 version. If qualify and interest...

    Закладки о Lotus Notes

    1. Lotus Notes Twitter v2

    2. Office 2008 SP1 Attachment Open Workround

    3. IBM - How to disable the embedded version of Lotus Symphony in the Lotus Notes client

    4. eProductivity_ for IBM Lotus Notes - eProductivity Price List Effective November 1st, 2008

    ach named user may use eProductivity on up to 10 computer

    5. Seriál Lotus Notes: Instalace serveru a klienta (Postřehy o Lotus Notes)

    6. The 1352 Report

    7. Integrating IBM Lotus Notes with Microsoft Office using LotusScript and automation

    8. Understanding the automation test framework of Lotus C API toolkit

    9. IBM Lotus Notes 8.5 iCalendar: Interoperability, implementation, and application

    10. Dec's Dom Blog :: Learning XPages : Table Of Contents

    11. Lotus Notes Reader Names fields in IBM Lotus Notes and Domino

    Understanding Reader Names fields in IBM Lotus Notes and Domino

    12. IBM Lotus Domino Express offerings - Lotus Notes and Domino

    13. News4Notes | Lotus Notes/Domino -&gt; Undokumentierte @Formeln/LotusScript | Christoph Arras

    Undokumentierte @Formeln/LotusScript, Undokumentierte @Formeln/LotusScript im Lotus Notes Client/Server

    14. nsftools.com - Tools, Tips, and a Weblog about Lotus Notes, Domino, and Java

    Tools Composiste applications

    15. winmail.dat in Notes extrahieren (Java)

    16. LepoLand - A Blog by Alan Lepofsky - Alan's blog about software, technology, travel, and the occasional golf post.

    17. MisFox

    18. My take on Sharepoint

    19. PLANET LOTUS.org

    20. Dec's Dom Blog :: Learning XPages : Table Of Contents

    21. Release Diff for Domino Designer Help

    Differences between R5,6,7 and 8, based on the Help database.

    Источники знаний. Сайты с книгами


    "Красные книги" IBM

    Книги компании IBM по специализированным тематикам о Lotus Software. Основной язык - английский форматы pdf и html

    Книги компании "Интертраст"

    Для администраторов разработчиков и пользователей. Настройка и администрирование, разработка и программирование, пользование системой Lotus Notes
    Документация. YellowBook
    Оригинальная документация по продуктам Lotus Software. Язык англыйский. Форматы pdf html nsf
    IBM Пресс
    Книги от компании IBM. Книги и брошуры на заказ и на бесплатную скачку в формате pdf
    КУДИЦ-ПРЕСС
    Просмотр и заказ книг. Некоторые книги возможно скачать в формате pdf для свободно чтения и просмотра.
    Книги о Lotus Notes в Интернете
    Ссылки на книги и методички находящиеся в свободном пользовании. Ветки форумов обсуждения книг и материалов. Поисковый сервер по хелпам Lotus Notes книги от Google для свободного просмотра

    Lotus Notes. Видео и изображения

    1. Notes 8 5 for Mac Setup

    Lotus Notes 8.5 for Mac Setup Tutorial

    Author: ProminicNET
    Keywords: Lotus Notes 8.5 Mac Setup
    Added: February 28, 2009

    2. SugarNotes 1 Overview

    Overview of the SugarNotes for SugarCRM product.

    Author: EBIZTECHNOLOGY
    Keywords: lotus notes lotus domino sugarcrm ebiz technology ebiztech.com
    Added: March 3, 2009

    3. SugarNotes 2 Lotus Notes Widgets

    SugarNotes for SugarCRM supports Widgets in Lotus Notes v8 and v8.5.

    Author: EBIZTECHNOLOGY
    Keywords: lotus notes lotus domino sugarcrm ebiz technology ebiztech.com
    Added: March 3, 2009

    В избранное о Lotus Notes/Domino В подготовке выпуска использовались материалы и знания
    По вопросам спонсорства, публикации материалов, участия обращайтесь к ведущему рассылку LotusDomiNotes

    В избранное