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

Notes on Productivity - Lotus Knows value creation begins with me


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

2010-02-12
Поиск по сайтам о Lotus Notes

Содержание:

Новости о ПО Lotus Notes (3)

Компания CPS стала официальным дистрибьютором Новософт - СМИ2
В Пензе подвели промежуточные итоги внедрения системы «электронного правительства» - Геоинформационный портал ГИС-Ассоциации
Компания «Корпоративные Системы» была принята в программу IBM Value Advantage Plus - Express-Release.com (пресс-релиз)

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

Flex App Basics: And Finally - Source Code Download | Blog
Lotus Forms
Best practices: Developing IBM Lotus Forms for Webform Server
Lotus Connections documentation
Configuring IBM Tivoli Access Manager SSO for IBM Lotus Connections 2.5

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

Domino 8.5 for i - Hardware requirements
rEVERSE cAPS lOCK aCTION
Lotus & Db2 Error. Rm Unavailable.: An Error Occurred Accessing Th
Домрачов Владислав Арсениевич
Гришаков Николай Олегович
Аврамчик Камилла Константиновна
Горбачевская Жанна Артемовна
Радошковская Людмила Арсениевна
Самогонова Дарья Игоревна
Сергеенков Геннадий Даниилович
Татаров Лев Денисович
Набережных Анжелика Георгиевна
Швец Владимир Игоревич
Best practices: Developing IBM Lotus Forms for Webform Server
Demo: Creating stationery in Lotus iNotes
IDVault_Max_Auth_Failure_Cache_Size
Configuring IBM Tivoli Access Manager SSO for IBM Lotus Connections 2.5

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

Field Operations/Processing Support - SAP, Lotus Notes
Lotus Notes Developer
Lotus Notes Developer
Lotus Notes Developer
Lotus Notes Developer
Lotus Notes Developer
Lotus Notes/Domino Developer
Lotus Notes Developer
Lotus Notes/ Domino Developer 3
Systems Engineer, Senior- Lotus Notes/Domino 8

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

Notes on Productivity - Lotus Knows value creation begins with me
IBM - Lotus Notes 8.5.1 Documentation Errata
IBM Redbooks | Lotus
Spelling Language Dictionaries in Lotus Notes 8.5.1
Lotus Evangelist: 1 Spell Check Under Lotus in 8.5.1
Lotus Notes: Lotus Notes Replication - Tips
Mobilizing Domino Applications onto Blackberry Devices
Domino Effects :: How to synchronize "ANY" Notes database with your iPhone
Profile Document Manager - work those semi-hidden profile documents in Notes
GTD and Lotus Notes webinar - GTD Connect
Lotus Notes Tips and Tricks
AweSync | Lotus <-> Google Calendar Synchronization Tool
Dierker/Sander: Lotus Notes 4.6 Kapitel 6
How to import up to 8,000 data records into Lotus Notes
How to create group in Lotus Notes.
Suchergebnisse
IBM developerWorks : Lotus : Notes from Lotus Support
Lotus Notes on Fedora 12
Sizing your IBM Lotus Domino mail servers
IBM - Notes/Domino Best Practices: Master Checklist
Inside eProductivity - New Android App: BrainDump to Notes
IBM Lotus Notes Traveler Companion (Business)
Lotusphere 2010: Tungle, now for Notes
Lotus Notes 8 Report | Email Standards Project
Спонсоры рассылки:
Поиск по сайтам о Lotus Notes/Domino
Полнотекстовый поиск по тематическим сайтам о Lotus Notes
Хостинг на Lotus Domino















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

    1. Компания CPS стала официальным дистрибьютором Новософт - СМИ2


    Компания CPS стала официальным дистрибьютором Новософт
    СМИ2
    Система плагинов позволяет проводить бэкап MS Exchange, Lotus Notes, а также ODBC-совместимых систем управления базами данных, таких как MySQL, MS SQL, Oracle и DB2. Программа резервного копирования Handy Backup была выпущена в 2002 году и успела завоевать популярность, как на мировом, ...

    2. В Пензе подвели промежуточные итоги внедрения системы «электронного правительства» - Геоинформационный портал ГИС-Ассоциации


    В Пензе подвели промежуточные итоги внедрения системы «электронного правительства»
    Геоинформационный портал ГИС-Ассоциации
    «На данный момент в администрации Пензы уже действует ряд элементов «Электронного муниципалитета»: внедрена система электронного документооборота на базе Lotus Notes, обновлен официальный сайт администрации города. Свои сайты имеют также иные органы местного самоуправления», ...

    3. Компания «Корпоративные Системы» была принята в программу IBM Value Advantage Plus - Express-Release.com (пресс-релиз)


    Компания «Корпоративные Системы» была принята в программу IBM Value Advantage Plus
    Express-Release.com (пресс-релиз)
    Решения, одобренные и включенные в каталог решений IBM, могут рассматриваться пользователями как рекомендуемые IBM к использованию совместно с Lotus Notes/Domino. MADL – программное обеспечение, позволяющее пользователю упростить внесение документов в базы Lotus Notes/Domino. ...

    и другие »
    Компания ПУЛ - разработка приложений на Lotus Notes/Domino

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

    1. Flex App Basics: And Finally - Source Code Download | Blog

    Enough waffle Jake, just give us the code. Ok, I've been teasing you long enough. Here's the download of both the Flex source code and the Notes database for the Contact Manager app we've been looking at.

    Download the Zip file and extract the NSF to your server and the Zip within the Zip to your PC somewhere. Then, from within Flex Builder, go to File -> Import and browse to this Zip. This will import all the code as a ready-to-compile project.

    Before you run it - once it's imported - open the Constants.as file from the root "/src" folder and then change the default path to wherever you put the NSF. Save the file and hit the compile/run/play button (green triangle). It should compile and run. You can then start adding documents to the backend database in Notes. Et voila.

    As a recap, here are the ten posts I've made over the last month or so, which describe various aspects of the code:

    1. Building Your Views Remotely
    2. Extending Basic View Behaviour
    3. Using Components To Simplify Your Code
    4. Opening Documents From a View
    5. Managing Document Attachments
    6. Multiple File Uploads (note: read the comments to this post if you plan on using it!)
    7. Alert Is To Flex as MessageBox Is To LotusScript
    8. Display Column Values As Icons
    9. Creating an Icon Library
    10. The Form Container

    What it's not is a step-by-step guide that let's a beginner get to grips with Flex development. If you're looking for a more in-depth guide to learning Flex basics then you could try this comprehensive series of screencasts.

    What it is is an ill-thought-out series of ramblings with very little coercion. By making it a numbered series I may well have given the wrong impression. Sorry. While each of the ten posts has its own merits there's little point reading them in order, really. Although, if you're going to pick apart the Flex app itself it might be worth doing so.

    Even if you have no use of a Contact Manager (heck, if you needed a contact manager then this probably isn't of much use anyway) the Flex app represents a conglomeration of as many of my current "best practices" as I could squeeze in. The code contains a lot of the goodness that I've learnt over the past year or more of my love affair with Flex. Primarily it demonstrates the ever-important concept of using re-usable components wherever possible.

    Enjoy. If you have any questions, let me know...

    Click here to post a response

    2. Lotus Forms

    IBM Lotus Forms (formerly IBM Workplace Forms) provide a secure, dynamic, and intelligent front-end to on demand business processes. Lotus Forms consists of a server, designer, and client viewer that enable creation, deployment, and streamlining of XML forms-based processes.

    3. Best practices: Developing IBM Lotus Forms for Webform Server

    Developing IBM Lotus® Forms for Webform Server is different from developing forms for IBM Lotus Forms Viewer and can consume more development effort. By understanding the nature of Webform Server and applying the practices listed in this article, you can resolve the potential issues during the development phase.

    4. Lotus Connections documentation

    The Lotus Connections documentation page lists product documentation and other resources for supported versions of Lotus Connections.

    5. Configuring IBM Tivoli Access Manager SSO for IBM Lotus Connections 2.5

    This white paper explains how to configure IBM Tivoli Access Manager as a single sign-on (SSO) solution for IBM Lotus Connections 2.5. Though this is an optional configuration, it is recommended in order to provide a more secure environment, especially if users are accessing Lotus Connections from a wide area network (WAN).

    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. Domino 8.5 for i - Hardware requirements

    Abstract Supported hardware information for IBM Lotus Domino 8.5 for i. Content The following IBM iSeries, eServer, System i and IBM Power® Systems models are supported to run IBM Lotus Domino. The new IBM Power Systems unify IBM's integrated platform, IBM System i™, with its UNIX operating ...

    2. rEVERSE cAPS lOCK aCTION

    I noticed someone in the forums complaining that the Notes client didn't have any option to reverse the case of text, and it occurred to me that it shouldn't be too difficult to write an agent or acti ...

    3. Lotus & Db2 Error. Rm Unavailable.: An Error Occurred Accessing Th

    Привет други!

    Может встречали, помогите, плиз, если знаете.

    После аварийного отключения электричества выключились два сервера:
    Lotus Domino R8.5.1 и DB2 9.1.5 (хранение данных в формате DB2). Оба
    сервера работают на платформе MS Windows Server 2003 R2. После
    запуска Lotus Domino Server через некоторое время сервер аварийно
    завершает работу и в console log записывается ошибка: "RM
    unavailable.: An error occurred accessing the db2 datasource."

    в Console Log пишется следующее:

    console_DS_Minsk-3_2010_02_08@22_42_16.log
    08.02.2010 22:53:49 RM unavailable.: An error occurred accessing the
    db2 datasource.
    08.02.2010 22:53:49 RM unavailable.: An error occurred accessing the
    db2 datasource.
    08.02.2010 22:53:49 RM unavailable.: An error occurred accessing the
    db2 datasource.
    08.02.2010 22:54:19 RM unavailable.: An error occurred accessing the
    db2 datasource.
    08.02.2010 22:54:48 Opened session for DS_Minsk-2/STA-Minsk (Release 8.5)
    > 08.02.2010 22:54:49 RM unavailable.: An error occurred accessing the db2 datasource.

    --CLI ERROR--------------
    cliRC= -1, line=0, file=db2util.c:384

    --CLI ERROR--------------
    cliRC= -1, line=0, file=db2util.c:412

    В конце файла sysinfo_W32I...log следующее:

    Date/Time: 02/09/2010 10:48:07 AM; Source: "Security"; Severity: "Audit Failure"; Event ID: 529; User: "SYSTEM"; Computer: "DS_MINSK-3"
    Logon Failure: Reason: Unknown user name or bad password User Name: adv Domain: my_domain Logon Type: 10 Logon Process: User32 Authentication Package: Negotiate Workstation Name: DS_MINSK-3 Caller User Name: DS_MINSK-3$ Caller Domain: my_domain Caller Logon ID: (0x0,0x3E7) Caller Process ID: 3516 Transited Services: - Source Network Address: 192.168.5.215 Source Port: 51557


    Кто-нибудь сталкивался, можете помочь?

    4. Домрачов Владислав Арсениевич

    IBM Lotus Notes, MS Active Directory, Microsoft Excel, Microsoft Office, Microsoft PowerPoint, The Bat

    5. Гришаков Николай Олегович

    1C 8.0 Торговля и склад, IBM Lotus Notes, Microsoft Excel, Microsoft Office, The Bat

    6. Аврамчик Камилла Константиновна

    IBM Lotus Notes

    7. Горбачевская Жанна Артемовна

    IBM Lotus Notes

    8. Радошковская Людмила Арсениевна

    1C 8.0 Бухгалтерия, 1C 8.0 Торговля и склад, Adobe Photoshop, IBM Lotus Notes, Microsoft Excel, Банк-Клиент, Консультант+

    9. Самогонова Дарья Игоревна

    Adobe Photoshop, IBM Lotus Notes, Illustrator, Microsoft Access, Microsoft Excel, Microsoft Word, The Bat

    10. Сергеенков Геннадий Даниилович

    Adobe Photoshop, IBM Lotus Notes, InDesign, Internet Explorer, WebMoney, Банк-Клиент

    11. Татаров Лев Денисович

    1C 7.7 Бухгалтерия, CorelDraw, IBM Lotus Notes, Illustrator, InDesign, Internet Explorer, WebMoney, Банк-Клиент

    12. Набережных Анжелика Георгиевна

    1C 7.7 Бухгалтерия, CorelDraw, IBM Lotus Notes, InDesign, MS Active Directory, The Bat

    13. Швец Владимир Игоревич

    1C 8.0 Торговля и склад, Adobe Photoshop, IBM Lotus Notes, Microsoft Excel, Microsoft PowerPoint, Microsoft Word

    14. Best practices: Developing IBM Lotus Forms for Webform Server

    Developing IBM Lotus® Forms for Webform Server is different from developing forms for IBM Lotus Forms Viewer and can consume more development effort. By understanding the nature of Webform Server and applying the practices listed in this article, you can resolve the potential issues during the development phase.

    15. Demo: Creating stationery in Lotus iNotes

    The following demonstration shows you how to create and use stationery when sending messages in Lotus iNotes 8.5.1. ...

    16. IDVault_Max_Auth_Failure_Cache_Size

    17. Configuring IBM Tivoli Access Manager SSO for IBM Lotus Connections 2.5

    This white paper explains how to configure IBM Tivoli Access Manager as a single sign-on (SSO) solution for IBM Lotus Connections 2.5. Though this is an optional configuration, it is recommended in order to provide a more secure environment, especially if users are accessing Lotus Connections from a wide area network (WAN).
    Блиц-опрос
    Давай знакомиться. В каких отношениях с Lotus Notes?
    (голосование возможно только из письма рассылки)
  • Lotus Администратор
  • Lotus Программист
  • Lotus Пользователь
  • С Lotus Note не знаком
  • Хочу познакомиться с Lotus Notes/Domino
  • Вакансии для специалистов

    1. Field Operations/Processing Support - SAP, Lotus Notes

    Click here Field Operations/Processing Support - SAP, Lotus Notes Posted on:02/01/10 Job Number: 300190-6948-1-254927   Add to Cart   Email to a Friend Location: Marietta, GA Descript...

    2. Lotus Notes Developer

    Lotus Notes Developer Req. ID: 5980 # Positions: 1 Location: US-IN-Carmel Posted Date: 12/4/2009 Position Type: Full Time Apply for this career opportunity: * Apply for this opportunityonline * R...

    3. Lotus Notes Developer

    Lotus Notes Developer Full Time Regular posted 10/14/2009 Job Category MIS - Info Tech / Telecommunications Req ID 158834 Able to obtain security clearance? None Currently possess ...

    4. Lotus Notes Developer

    Lotus Notes Developer Full Time Regular posted 10/13/2009 Job Category MIS - Info Tech / Telecommunications Req ID 158730 Able to obtain security clearance? None Currently possess ...

    5. Lotus Notes Developer

    Lotus Notes Developer Full Time Regular posted 1/28/2010 Job Category MIS - Info Tech / Telecommunications Req ID 166416 Able to obtain security clearance? None Currently possess s...

    6. Lotus Notes Developer

    Lotus Notes Developer Full Time Regular posted 10/16/2009 Job Category MIS - Info Tech / Telecommunications Req ID 159027 Able to obtain security clearance? None Currently possess ...

    7. Lotus Notes/Domino Developer

    Lotus Notes/Domino Developer Full Time Regular posted 11/23/2009 Job Category MIS - Info Tech / Telecommunications Req ID 161695 Able to obtain security clearance? None Currently p...

    8. Lotus Notes Developer

    Lotus Notes Developer Job ID: 2010-16103 # of Openings Remaining: 1 Location: US-VA-Reston Category: Information Technology Residency Status: U.S. Citizenship Required Clearance: .. Desired Experienc...

    9. Lotus Notes/ Domino Developer 3

    Title: Lotus Notes/ Domino Developer 3 Category: Information Systems Location: Reston, VA / USA | Sector: Information Systems Posting ID: IT/099802 This job is eligible for theRefer a Friendprogram...

    10. Systems Engineer, Senior- Lotus Notes/Domino 8

    Req ID 34713BR Title Systems Engineer, Senior- Lotus Notes/Domino 8 Division MCTS Location VIRGINIA Herndon Security Clearance Required Yes Clearance Level Needed TS/SCI Job Duties and Responsibilitie...

    Закладки о Lotus Notes

    1. Notes on Productivity - Lotus Knows value creation begins with me

    2. IBM - Lotus Notes 8.5.1 Documentation Errata

    3. IBM Redbooks | Lotus

    4. Spelling Language Dictionaries in Lotus Notes 8.5.1

    No

    5. Lotus Evangelist: 1 Spell Check Under Lotus in 8.5.1

    6. Lotus Notes: Lotus Notes Replication - Tips

    7. Mobilizing Domino Applications onto Blackberry Devices

    8. Domino Effects :: How to synchronize "ANY" Notes database with your iPhone

    9. Profile Document Manager - work those semi-hidden profile documents in Notes

    Super cool database frrom André Guirard for visualizing and working with profile documents

    10. GTD and Lotus Notes webinar - GTD Connect

    11. Lotus Notes Tips and Tricks

    12. AweSync | Lotus &lt;-&gt; Google Calendar Synchronization Tool

    13. Dierker/Sander: Lotus Notes 4.6 Kapitel 6

    14. How to import up to 8,000 data records into Lotus Notes

    15. How to create group in Lotus Notes.

    I was creating group in Lotus Notes mail account on computer for all of my friends in graduation. I followed each and every step while creating group but at one step error message was displayed and I was not allowed to skip that step. How to fix this issue?

    16. Suchergebnisse

    17. IBM developerWorks : Lotus : Notes from Lotus Support

    18. Lotus Notes on Fedora 12

    This has the fix when you can only see headers in Notes Mail on Fedora 12

    19. Sizing your IBM Lotus Domino mail servers

    Get practical sizing information to help you plan your Lotus Domino mail environment. See which factors most affect sizing, learn how to plan for growth, and find out what information the Statrep.nsf database can provide. A case study shows how to use what you’ve learned in your Domino environment.

    20. IBM - Notes/Domino Best Practices: Master Checklist

    The following document is a checklist for Domino Best Practices designed to provide Notes/Domino administrators, application developers. and IT managers with information needed to ensure a successful Notes/Domino environment. Ten major categories are covered, including Performance, Sizing, Administration, Security, Upgrade & Migration, Groups & Directories, DWA, C&S, Transactional Logging, and Testing Applications.

    21. Inside eProductivity - New Android App: BrainDump to Notes

    22. IBM Lotus Notes Traveler Companion (Business)

    IBM® Lotus® Notes® Traveler Companion offers IBM Lotus Domino® mail extensions for Domino mail. Now, users who synchronize their Domino mail using IBM Lotus Notes Traveler have the additional feature of viewing Domino-encrypted mail on their iPhone!

    23. Lotusphere 2010: Tungle, now for Notes

    24. Lotus Notes 8 Report | Email Standards Project

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


    "Красные книги" 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/Domino В подготовке выпуска использовались материалы и знания
    По вопросам спонсорства, публикации материалов, участия обращайтесь к ведущему рассылку LotusDomiNotes

    В избранное