Home Page - Notepad
Новости о ПО Lotus Notes1. Семинар «Создание коммуникационной среды нового поколения на базе продуктов IBM» - Информационный портал spbIT.ru
2. банковский работник (рассмотрю все варианты) - DENGI63ru
Статьи. Публикации. Пресс-релизы1. Передовые методики глобализации: Разработка приложений IBM Lotus NotesДанная статья знакомит с передовыми методиками глобализации, которые можно использовать для разработки отличных приложений IBM Lotus Notes.2. Советы пользователям по глобализации приложений IBM Lotus NotesПродукт IBM Lotus Domino Global Workbench, поставляемый с Lotus Notes и Domino, может помочь пользователям быстро и просто глобализовать их приложения. В версии 8.5 Lotus Domino Global Workbench предоставляет новые функциональные возможности.3. Мой developerWorks: Новые способы повышения квалификации и расширения круга профессионального общения"Мой developerWorks" – это международное сообщество разработчиков программного обеспечения и ИТ-профессионалов всех уровней - от студентов до ветеранов. Компания ПУЛ - разработка приложений на Lotus Notes/Domino CodeStore. Коды Примеры Шаблоны1. All about Domino Domain MonitoringWhether DDM is completely new to you, you need a recap on configuration, or you're looking for a few pointers on Notes.ini variables and console commands -- you'll find what you need in this tutorial.2. Flex: Using A SharedObject to Remember User Settings | BlogTry this:
The View component I've been developing recently now uses the Flex equivalent to the cookie - the SharedObject - to remember your choice of columns across sessions. Note that the same column preferences are shared across all browsers on your PC as the SharedObject is per Flash player install rather than per browser. For now it won't remember your preferred order of columns (did you know you can drag and drop columns to change the order!?). I'll work on that. Nor does it remember the width of them. I'll work on that too. In the mean time here's the updated source code for both the Domino database and the Flex source code. Enjoy. More to come... ...can anybody think of anything else this View component is lacking before I can consider it a universal solution for all your Notes-to-Flex migration tasks? 3. Lotus Sametime documentationFind documenation for Lotus Sametime V8.54. Flex: A Toggle-Style Column Component for Your Views | BlogAdding even more functionality to Flex "view" I've been building I've now added a "toggle column" to the list of available column types: The idea is simple. You click the icon in the column to toggle a field value on the back end document. The icon in the view is either on or off and is dictated by the value stored in the field. It's an idea I've mentioned before which I've now made into a re-usable and customizable component. In this example I'm using the idea of being able to mark certain contacts as favourites and you can see a working example in the Contact Manager app. The component itself can be re-used in almost any scenario though. Adding a toggle column to a View is as simple as adding one line of XML to the View's configuration, which is specified in the backend Domino database, as discussed previously. The XML looks like this: As you can see it's fairly easy to configure and customize. You can easily change the icon, field name and what the "on"/"off" values should be for the field. You can also add a tooltip for the column. The Column value of "starred" refers to the name of the XML node of each document which holds the field value we're interested. When the grid is first loaded it will show the icon as on or off depending on the value in the "starred" node. Clicking on the toggle column on sets the value of the field called "Favourite" to "1". Clicking it again sets the value to "". To see the XML used in the demo open the Contacts view as XML. This is the XML format that defines the structure and data of the View component. Simple, no? Taking It FurtherIf you want to go further than simply modifying a single field at a time and want to perform a more involved action then you can do what I tend to always do and add a self-referencing "computed for display" field to the backend Domino form called something like "Action". In the WQS agent you can then check the value of this field. If the value is something like "Approve" then you can run a set of actions against the document. In this scenario the XML data for each row just needs to define a true/false value to let Flex know whether to show the icon as on or off depending on whether it's approved or not. The value for the fieldValueOn would be "Approve" and for fieldValueOff it would be "Unapprove". The actual XML data for approved documents would be "Unapproved" and for unapproved documents the column value would be "Approve". If that makes sense. SummaryIt's the simple little components like this that show how powerful Flex can be once you get going with it. With the View component and the components I'm adding to it I feel like this is getting to the point where it's a viable product that can be re-used in live applications. In fact I already am using it in live applications for paying customers. In the next couple of days I'll update the downloadable version of the app with updated Flex source code. Before I do I want to blog about another addition to the code -- the ability to store a user's choice of columns across sessions using the Flash/Flex equivalent of cookies - the SharedObject. Give me a day or three. 5. Lotus Notes and DominoFind technical resources for Lotus Notes and Domino.6. IBM Lotus Notes Traveler 8.5.1 performanceThis article reports IBM® Lotus® Notes® Traveler 8.5.1 performance results for Microsoft® Windows® 64-bit operating systems. In addition, it compares the performances of Lotus Notes Traveler 8.5 (64-bit) server and IBM Lotus Notes Traveler 8.5.1 (64-bit) server. Lotus Notes Traveler 8.5.1 for IBM Lotus Domino® 32-bit servers was not tested because large deployments of Lotus Notes Traveler server are preferred on Lotus Domino 64-bit servers.7. IBM Lotus Notes SQL DriverThe IBM Lotus Notes SQL Driver documentation page lists product documentation for supported versions of Lotus Notes SQL Driver.8. All Unicode Characters DatabaseSee the updated version of this database, here: http://openntf.org/Projects/codebin/codebin.nsf/CodeByDate/AAB7457D7B8A88F3862576CB0066F84C The UnicodeData.nsf database contains one document for each Unicode code point that is documented in the standard UnicodeData.txt file on the Unicode Consortium web site. Each document contains the decimal and hex values of a Unicode code point, and a text field populated with the actual LMBCS character that corresponds to that code point, along with the Unicode name for the code point and several other values. The database has a view containing all the separate code point documents that is conveniently sorted by the decimal Unicode code point. There is also another view containing several additional useful documents: a document with the original UnicodeData.txt file as an attachment, a document containing all the code points rendered 16 per line as LMBCS characters in a Notes rich text field, and a document containing all the code points rendered 1 per line as LMBCS code points. All scripts used in creation of the documents are included in the database.9. Configuring IBM Tivoli Access Manager SSO for IBM Lotus Connections 2.5This 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).10. The Lotus C API Extension Manager -- Extend the Reach and Power of Your ApplicationsThe Extension Manager feature of the Lotus C API toolkit for Notes/Domino allows you to run custom code before and after certain internal Notes or Domino operations take place. Find out how to use it in your application development by creating extension manager add-in files for both the Notes client and the Domino server. Learn to install the proper compilers, set up the environment variables, and code the hooks and callback routines for your extension manager. Discover your options for compiling and linking the code and finally deploying your extension manager to the client or server. Форумы о Lotus Notes/Domino:
Интенет эфир о Lotus Notes. Блоги и форумы1. Харинов Афанасий Николаевич1C 8.0 Бухгалтерия, 1C 8.0 Торговля и склад, IBM Lotus Notes, Internet Explorer2. Недостоев Федор ПетровичIBM Lotus Notes, InDesign, MS Active Directory, Outlook, The Bat, WebMoney3. Юдичев Леонид АртуровичIBM Lotus Notes, MS Active Directory, Microsoft Access, WebMoney4. Садова Ульяна Алексеевна1C 8.0 Торговля и склад, IBM Lotus Notes, Microsoft Access, Outlook, QuarkXPress, WebMoney, Банк-Клиент5. Малятина Ярослава Тарасовна1C 7.7 Бухгалтерия, 1C 7.7 Торговля и склад, IBM Lotus Notes, InDesign, Outlook, Консультант+6. Павловцев Руслан Михайлович1C 7.7 Бухгалтерия, IBM Lotus Notes, InDesign, Internet Explorer, Microsoft Excel, Microsoft Office, Microsoft PowerPoint, The Bat7. Хизина Инна ГригорьевнаIBM Lotus Notes, Microsoft Excel, Microsoft Word8. Нетужилова Жанна ЛеонидовнаIBM Lotus Notes, Microsoft Access, Microsoft Word, Outlook9. Цьплакова Виталина СтепановнаIBM Lotus Notes, Illustrator, Microsoft Access10. Уласов Сергей Яковлевич1C 7.7 Торговля и склад, IBM Lotus Notes, Illustrator, InDesign, Internet Explorer, Microsoft Excel, QuarkXPress11. Аврашко Владимир СтаниславовичIBM Lotus Notes, MS Active Directory, Microsoft Access, Microsoft Excel, Microsoft Office, Microsoft Word12. Ларченко Оксана ТарасовнаIBM Lotus Notes, Microsoft Office, QuarkXPress, Банк-Клиент13. Ворохобов Филипп НиколаевичAdobe Photoshop, IBM Lotus Notes, Illustrator, Microsoft Excel, QuarkXPress14. Полевых Ирина Геннадьевна1C 7.7 Бухгалтерия, IBM Lotus Notes, MS Active Directory, Microsoft Word15. Шерстняков Роман ПавловичIBM Lotus Notes, InDesign, Microsoft Excel16. Роговой Константин ГеоргиевичAdobe Photoshop, CorelDraw, IBM Lotus Notes, Illustrator, QuarkXPress, WebMoney17. Горбачевская Жанна Ефимовна1C 8.0 Бухгалтерия, CorelDraw, IBM Lotus Notes, Illustrator, Microsoft PowerPoint18. Парщикова Тамара Руслановна1C 8.0 Бухгалтерия, Adobe Photoshop, IBM Lotus Notes, MS Active Directory, Microsoft Office19. Топазова Раиса Львовна1C 7.7 Торговля и склад, CorelDraw, IBM Lotus Notes, Microsoft Word, Outlook20. Лайкин Семен АнатольевичIBM Lotus Notes, Microsoft Access, Microsoft PowerPoint21. Тонеев Эдуард Евгеньевич1C 7.7 Бухгалтерия, AutoCAD, IBM Lotus Notes, Microsoft PowerPoint, Microsoft Word, The Bat22. Беклемишева Зинаида Арсениевна1C 7.7 Бухгалтерия, IBM Lotus Notes23. Якшевич Ульяна АнатольевнаIBM Lotus Notes, The Bat, WebMoney, Консультант+24. Шляхтин Павел Степанович1C 8.0 Торговля и склад, IBM Lotus Notes, MS Active Directory25. Конференц-сервер Парт ТуLotus Notes.26. Бескоровайная Камилла Павловна1C 8.0 Бухгалтерия, Adobe Photoshop, CorelDraw, IBM Lotus Notes, Illustrator, Microsoft Access, Microsoft Office27. Кошкарев Ефим Тарасович1C 8.0 Торговля и склад, Adobe Photoshop, IBM Lotus Notes, MS Active Directory, Microsoft Excel, Microsoft PowerPoint, The Bat, WebMoney28. How to isolate high CPU consuming thread in three steps.1. how to identify process involved? ( detect the process pid) ps auxw sort r +2 head 10 Shows top 10 cpu usage by process. OS tools like topas or tops can be also used to isolate the process id pid. 2. How to identify highest thread usage by CPU in a certain process? AIX ...29. Чепелова Александра Михайловнауверенный пользователь ПК(Lotus Notes,Internet, Microsoft Office (Excel, Word, Access, Outlook), Power Point)30. Ющова Жанна Леонидовна1C 8.0 Бухгалтерия, Adobe Photoshop, IBM Lotus Notes, Microsoft Access, Microsoft PowerPoint, QuarkXPress, WebMoney31. Девятов Виктор Андреевич1C 7.7 Торговля и склад, 1C 8.0 Бухгалтерия, 1C 8.0 Торговля и склад, IBM Lotus Notes, Internet Explorer, QuarkXPress32. Article: IBM Lotus Notes Traveler 8.5.1 performanceThis DeveloperWorks article reports IBM® Lotus® Notes® Traveler 8.5.1 performance results for Microsoft® Windows® 64bit operating systems. In addition, it compares the performances of Lotus Notes Traveler 8.5 (64bit) server and IBM Lotus Notes Traveler 8.5.1 (64bit) server. Lotus Notes Traveler ...33. Шестерикова Александра Антоновна1C 8.0 Бухгалтерия, 1C 8.0 Торговля и склад, IBM Lotus Notes, Internet Explorer34. Бобрик Марианна РуслановнаIBM Lotus Notes, Microsoft Access, Microsoft Excel, QuarkXPress, Банк-Клиент35. поиск во вложенияхАнгл. сервер. 8.5.1фп1, база с FT-индексом (аттачи включены в индекс в любом из вариантов - с фильтрами или без). База работает под DAOSом (но и без него была ерунда).Вложения - файлы ворда-2003/2007 с кириллическим содержимым. Текстовые пока не проверял... Полный Поиск не ищет внутри вложений Когда-то работало, долгое время никому не надо было, а теперь пробую - и ничего нет. Поиск по самим документам работает отлично по любым полям. Индексы уже как только не перестраивал - без результата. Не проходила ли информация о каких-либо ограничениях по поиску в типах файлах/виду содержимого вложений? 36. Смартфоны Nokia подключат к корпоративной почте IBMОбладатели телефонов Nokia на платформе Symbian S60 3rd Edition сумеют работать с обслуживанием IBM Lotus Notes.37. Курс по Forefront Identity Manager 2010В своё время стравливал при его помощи Lotus Domino 4.0.7 и AD, после - читал партнёрский курс про MIIS 2003 (с кодом 2731).38. Писакин Яков ЛеонидовичCorelDraw, IBM Lotus Notes, InDesign, Internet Explorer, MS Active Directory, The Bat, WebMoney, Консультант+39. Якушевский Ефим Антонович1C 8.0 Торговля и склад, Adobe Photoshop, IBM Lotus Notes, Illustrator, Microsoft PowerPoint40. ConnectЕсть тем не менее, но происходит всегда только при работе с Lotus Notes 4.xx.41. Lotus Domino - это все таки заебись.Lotus Domino - это все таки заебись.42. Просрочен сертификатНевозможно отправить письма с одного Домино на другой, и репликация тоже не идет - ошибка:Цитата 10.03.2010 10:20:52 Server OTH/DOM/ORG reported the following problem causing authentication to fail: Your certificate has expired 10.03.2010 10:20:52 Error connecting to server OTH/DOM/ORG: Server error: Your certificate has expired 10.03.2010 10:20:52 Unable to replicate with server oth: Your certificate has expired on remote server ....... 10.03.2010 10:22:59 Server SRV2/DOM/ORG reported the following problem causing authentication to fail: Your certificate has expired 10.03.2010 10:22:59 Error connecting to server SRV2/DOM/ORG: Server error: Your certificate has expired В первом случае - это с филиальным сервером, во втором - с кластерным. Для всех трех серверов выпустил серификаты, прописал соответствующие kyr в серверном документе на вкладках Ports-Internet ports-SSL keyfile name b Server tasks - Internet cluster Manager-ICM SSL keyfile, рестартанул по очереди все серверы, ошибка не пропадает. Как узнать какой именно сертификат просрочен? Вкладка Configuration-Security-Certificates-Certificates Expirations показывает только сертификаты юзеров 43. Радимов Андрей Антонович1C 7.7 Бухгалтерия, CorelDraw, IBM Lotus Notes, Internet Explorer, Microsoft Word, Outlook, QuarkXPress, Консультант+44. Ливанова Нина Валентиновна1C 8.0 Бухгалтерия, IBM Lotus Notes, MS Active Directory, Microsoft Access, QuarkXPress, The Bat, Банк-Клиент45. Проблемы с репликацией документа с измененным Universal IDУдалили документ из БАЗЫ, заметили уже поздно, срок мягкого удаления прошел. И много еще документов в базе поменяли.... 46. Useful info about wksp.SaveFileDialog and OpenFileDialogThis information was missing from the help, and since it took me a while to find I decided to post it here. The question is, when specifying the "filters" for a file-browsing dialog, how do you group ...47. Чеверова Станислава Александровна1C 7.7 Бухгалтерия, IBM Lotus Notes, Microsoft Excel, WebMoney48. wiki HelpBrowser support notes Microsoft Windows users using Microsoft Internet Explorer, it is recommended that you use Internet Explorer 7 when interacting with the wiki. Apple Safari is not supported. Contributing to the wiki To add, edit, or comment on an article, you must have a developerWorks ...49. Фролочкина Вероника Альбертовна1C 8.0 Торговля и склад, IBM Lotus Notes, Illustrator, MS Active Directory, Microsoft Word50. Наташина Людмила ЯрославовнаCorelDraw, IBM Lotus Notes, Microsoft PowerPoint51. Галицына Алина АнатольевнаAutoCAD, IBM Lotus Notes, Outlook, QuarkXPress52. Трафандилова Вера Витальевна1C 8.0 Бухгалтерия, IBM Lotus Notes, MS Active Directory, Microsoft PowerPoint53. Lotus Notes/Domino Специалист54. Дейнега Дарья ЯрославовнаIBM Lotus Notes, Консультант+55. Калинина Татьяна Леонидовна1C 7.7 Бухгалтерия, Adobe Photoshop, AutoCAD, IBM Lotus Notes, Microsoft PowerPoint, Outlook, Банк-Клиент56. Грицунова Татьяна Руслановна1C 7.7 Торговля и склад, AutoCAD, IBM Lotus Notes, Internet Explorer, MS Active Directory, Outlook, Консультант+57. Телешова Богдана Петровна1C 8.0 Бухгалтерия, IBM Lotus Notes, Internet Explorer, MS Active Directory, Microsoft PowerPoint, Microsoft Word, The Bat58. Штыков Матвей Артемович1C 7.7 Торговля и склад, 1C 8.0 Торговля и склад, CorelDraw, IBM Lotus Notes, Microsoft Access, Microsoft PowerPoint, Банк-Клиент59. Ютина Ольга Владимировна1C 8.0 Бухгалтерия, IBM Lotus Notes60. Рабочая область. ярлыки открытых базЗдраствуйте.... 61. Будянный Григорий Антонович1C 8.0 Торговля и склад, IBM Lotus Notes, Illustrator, Консультант+62. Онищин Георгий ГеоргиевичAutoCAD, IBM Lotus Notes, Банк-Клиент63. Луконина Марина Кирилловна1C 7.7 Бухгалтерия, IBM Lotus Notes, Illustrator, Internet Explorer, Outlook, The Bat64. Данчук Жанна АнтоновнаCorelDraw, IBM Lotus Notes, InDesign, Microsoft PowerPoint, Консультант+65. SearchInform NetworkSniffer 4.5: новые заслоны на пути утечек информации7. Индексация почты, хранящейся на сервере Lotus Domino66. Мартынчик Павел ТарасовичIBM Lotus Notes, MS Active Directory, Microsoft PowerPoint67. Мягкий Анатолий НиколаевичIBM Lotus Notes68. Кошелева Христина Евгеньевна1C 8.0 Бухгалтерия, IBM Lotus Notes, Microsoft Excel, Microsoft Word69. Лимарева Валентина Петровна1C 8.0 Торговля и склад, IBM Lotus Notes, Microsoft Office, Microsoft PowerPoint, QuarkXPress, Консультант+70. Тюнин Юрий Олегович1C 8.0 Бухгалтерия, Adobe Photoshop, IBM Lotus Notes, Internet Explorer, Outlook, QuarkXPress, WebMoney, Консультант+71. IBM Lotus Notes Traveler 8.5.1 performanceThis article reports IBM® Lotus® Notes® Traveler 8.5.1 performance results for Microsoft® Windows® 64-bit operating systems. In addition, it compares the performances of Lotus Notes Traveler 8.5 (64-bit) server and IBM Lotus Notes Traveler 8.5.1 (64-bit) server. Lotus Notes Traveler 8.5.1 for IBM Lotus Domino® 32-bit servers was not tested because large deployments of Lotus Notes Traveler server are preferred on Lotus Domino 64-bit servers.72. Костромитина Ярослава МихайловнаIBM Lotus Notes73. Недуванов Богдан АртемовичIBM Lotus Notes74. Белослюд Татьяна Артуровна1C 8.0 Торговля и склад, IBM Lotus Notes, InDesign, Internet Explorer, QuarkXPress75. Августинович Анастасия Евгеньевна1C 7.7 Торговля и склад, IBM Lotus Notes, MS Active Directory76. Казеев Эдуард Кириллович1C 8.0 Бухгалтерия, IBM Lotus Notes, Microsoft Office, Microsoft PowerPoint, Outlook, Банк-Клиент77. Лях Афанасий ТарасовичAutoCAD, IBM Lotus Notes, InDesign, MS Active Directory, Microsoft Office, Microsoft Word78. Re: Сервер 2 уровня в лотус доминоИ еще дополнение. Как избавиться от такой ошибки?http://pixs.ru/showimage/11JPG_8424580_503373.jpg 79. Выпуск рассылки "Lotus Notes/Domino -- продукт и инструмент. Выпуск: 212" от 08 ...Semaphores (Part 2) * Lotus Notes to Google Calendar tool | Get Lotus Notes to Google Calendar tool at SourceForge.net * Developing a composite application in IBM Lotus Notes to integrate Lotus Notes and Google calendars * Tastenku:rzel Lotus Notes * Dieter Ringhofer - KnowHow, Wissenswertes:80. Сайфутдинова Оксана Владимировна1C 8.0 Бухгалтерия, IBM Lotus Notes, Illustrator, InDesign, Microsoft Access81. Хмелева Лариса ДмитриевнаIBM Lotus Notes, InDesign, Microsoft Excel, Microsoft Office, QuarkXPress, The Bat82. Охлябина Наталья Матвеевна1C 7.7 Бухгалтерия, IBM Lotus Notes, Microsoft Access, Microsoft Office, Microsoft PowerPoint, QuarkXPress Блиц-опрос
Вакансии для специалистов1. Руководитель проектов, системы электронного документооборотаКомпания "Банкомсвязь", www.bkc.com.ua, 16 лет работает на рынке информационных технологий Украины.Основные обязанности: Руководство проектами по внедрению системы электронного документооборота: планирование работ, ресурсов, бюджета; управление рабочей группой на проекте (планирование и организация задач, контроль сроков выполнения этапов проекта); взаимодействие с заказчиком на всех этапах проекта; организация составления технической документации по проекту; Поставка лицензий на программное обеспечение. Требования к кандидату: Знание процессов делопроизводства и документооборота - обязательно Знания платформы LotusNotes/Domino - обязательно Опыт руководства проектами внедрения в области ИТ от 1 года - обязательно Опыт управления людьми. Навыки работы в MS Project. Приветствуется опыт продажи лицензий на программное обеспечение. Личные качества: Ответственность, клиентоориентированность, нацеленность на результат, умение работать в многозадачном режиме. Если Вас заинтересовала данная вакансия, направляйте, пожалуйста, резюме по адресу: job@bkc.com.ua, с указанием в теме письма кода вакансии bkc0166. 2. Field Operations/Processing Support - SAP, Lotus NotesClick 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...3. Lotus Notes DeveloperLotus 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...4. Lotus Notes DeveloperLotus 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 ...5. Lotus Notes DeveloperLotus 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 ...6. Sr. Domino/Lotus Notes TesterSr. Domino/Lotus Notes Tester Full Time Regular posted 2/24/2010 Job Category ENG - Engineering Req ID 168193 Able to obtain security clearance? Top Secret/SCI with Lifestyle Polyg...7. Lotus Notes DeveloperLotus 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 ...8. Lotus Notes/Domino DeveloperLotus 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...9. Lotus Notes DeveloperLotus 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...10. Sr. Lotus Notes / Blackberry Helpdesk ProfessionalSr. Lotus Notes / Blackberry Helpdesk Professional Robert Half Technology has an immediate opportunity for a Help Desk Support Professionals for our client in Kansas City. We are seeking local Help D...11. Senior Email/Lotus Notes AdministratorSenior Email/Lotus Notes Administrator This candidate will participate on the messaging team in the day to day activities that will enable a high performing, highly available environment. This person...Закладки о Lotus Notes1. Home Page - Notepad2. Domino 6 server mail rules3. http://www.pavone.de/pages.nsf/7b818bbcaa69e993c125714c002b1359/dad8a6ccd3e1c495c12576d600412d3b/$FILE/LCTY_PB_2010%20Lotus%20Strategie%202010.pdf4. YouTube - IBM Lotus Notes and Domino 8.5 Customer Testimonials5. Erik Brooks6. Ed Brill7. Cheaper moving from Exchange to Domino… » Balfes.net8. David Allen Podcast: Kelly Forrister - GTD with Lotus NotesPodcast about GTD with Lotus Notes9. Sanity CheckThe Author describes how he works with lotus notes according to Getting Things Done principles. Based on a book of David Allen10. bignoseduglyguy: Getting Things Done with email11. Little Red String Geek Blog - Simple GTD in Lotus NotesTwo blog postings about gtd with lotus notes. No software to sell here. Just a description what the author did.12. eProductivity™ - The Ultimate Productivity Solution for Lotus Notes™Short intro into gtd with Lono. With the preferred product of the author, of course...13. Five steps to implementing GTD within Lotus Notes - The David Allen CompanyThe guru14. Notes/Domino 6 & 7 Forum15. Programmatically replace the design of Lotus Notes databases16. Lotus Notes TipsAlan Lepofsky17. IBM - Is Lotus Notes supported on Windows Terminal Services?No, the Notes client is not designed or supported to run in this scenario (using a Windows Terminal client and Windows Server Terminal Services). A Notes client can run on a Windows 2003 or 2008 Terminal Server only if Citrix MetaFrame is used as well. While Windows Server Terminal Services emulation with Lotus Notes can work, this configuration is not supported. Refer to the Release Notes or System Requirements that accompany each Notes client release for the latest information on Citrix MetaFrame and Terminal Services support in a specific product release.18. Subscribe to Hosted Lotus and Hosted Microsoft applications with Phase 219. Seite drucken - Symbolleiste Import Button / Automatischer Anhang20. Was ist neu in Notes-Domino 7.pdf (application/pdf-Objekt)21. Lotus Domino Designer 7 Hilfe - Navigatoren in einer Maske, Teilmaske, Seite oder einem Dokument einbetten22. Lotus Domino Designer 7 Hilfe - Masken-, Teilmasken-, Seiten- oder Ansichtsaktionen erstellen23. Lotus Domino Designer 7 Hilfe - Eigenschaften, die die Datenbankleistung verbessern24. Five steps to implementing GTD within Lotus Notes - The David Allen Company25. Domino's POP3 Server Breaks HTML Emails by Removing Characters | Wed 3 Mar 2010 | Blog | CodeStoreHilarious!26. Display Lotus Notes user group membership details in a tree view27. ACL_TechSpecs.pdf (application/pdf-Objekt)28. Lotus Notes and Domino Software Tools for Devs and Admins | Ytria Online Help29. nsftools - Lotus Notes Performance TipsИсточники знаний. Сайты с книгами
По вопросам спонсорства, публикации материалов, участия обращайтесь к ведущему рассылку LotusDomiNotes |
В избранное | ||