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

How to upload all your old archived Email to Gmail from outlook, lotus notes, and Unix (pine) : Ben Shoemate


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

2009-08-28
Поиск по сайтам о Lotus Notes

Содержание:

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

Вебинар: Возможности интеграции проду... - Express-Release.com (пресс-релиз)
ПОСЛЕДНИЕ ДЫРЫ: Adobe, Cisco и IBM - Открытые системы

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

Programming for Performance with LotusScript and Java (Redux)
JavaScript Packing | Blog

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

Менеджер по ВЭД
Replay of August community meeting - Contributor recognition program proposal
медицинский андеррайтер
iNotes_WA_Areas
Автозагрузка в Windows 7
Lotus Notes Key
Advanced Lotus Password Recovery
Google переманивает пользователей Lotus Notes.
Не переоткрывается документ
Lotus 8.5 обзор
DominoEnableUserSessions
Шрифты Lotus Notes в Alt Linux
Шрифты Lotus Notes в Alt Linux
DominoEnableJavaServlets
маркетолог‚ младший бренд-менеджер
Demystifying the Domino console commands for DAOS
Руководитель отдела
Переполнение буфера в Keyview XLS в Lotus Notes
Использование MS Outlook
Подскажите по Regular Expressions
Главный юрист, юрист в единственном числе
DominoEnableDirLinks
DominoEnable3PaneUI
Переполнение буфера в Keyview XLS в Lotus Notes
Консультант по налогам
Customizing the Traveler Contacts Mapping
Инвестиционный аналитик
Ошибка #02:0a
Отправить письмо в Html виде Lotus
Google Apps подружили с Blackberry
Re: Не запускается lotus notes в клиентской части
DominoDisableETags
Support Content Highlights for Notes & Domino (August 2009)
Достижение максимальной экономии благодаря Daos
Достижение максимальной экономии благодаря DAOS
DominoDefaultCacheValid
Секретарь делопроизводитель
Специалист по страхованию, кредитованию
CALL FOR AUTHORS: Notes Sidebar Deployment Guide
Re: человеческий вид - RFC 822 -информации об отправителе в почтовой системе...
JavaCompilerTarget
Выпуск рассылки "Lotus Notes/Domino -- РїСЂРѕРґСѓРєС‚ Рё РёРЅСЃС ...
модель, актриса,тансовщица
Reply To Sender
Специалист
Knowledge Collection: Troubleshooting Lotus Notes on Citrix

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

Lotus Notes Developer
Lotus Notes Administrator
Lotus Notes / Domino Developer 5
Lotus Notes Developer
Lotus Notes Developer
Lotus Notes Administrator
Lotus Notes Email Support Co-op
Systems Engineer, Senior- Lotus Notes/Domino
Lotus Notes Developer
Junior Lotus Notes Domino Developer
Principal Lotus Notes Developer
Service Desk / Lotus Notes Admin with TS/SCI
Lotus Notes Administrator with TS/SCI Full Scope Poly Clearance required
Lotus Notes Developer - UJO# 5403
Senior Lotus Notes Administrator
Lotus Notes Developer/Administrator
Sr Lotus Notes Administrator
Lotus Notes Administrator
Lotus Notes developer

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

How to upload all your old archived Email to Gmail from outlook, lotus notes, and Unix (pine) : Ben Shoemate
Notes/Domino 8 Forum - Date (threaded)
Running multiple instances of Lotus Notes
Running multiple instances of Lotus Notes
Fundamentals of Lotus Notes/Domino – Ode2Notes
IBM Lotus Domino and Notes Information Center
Dec's Dom Blog :: Learning XPages : Table Of Contents
The Hodge Bloge
The Quickr Blog
IBM developerWorks : Lotus : Notes from Lotus Support
Create a Backup ZIP File of NSF Content in HTML Format | Thu 6 Aug 2009 | Blog | CodeStore
Coextant Systems International - SharePoint Lotus Notes integration
Lotus Notes to Google Synchronizer
IBM - No Mail Delivered When Using @MailSend with [IncludeDocLink] in Agents
IBM Lotusphere 2010 - IBM Training - United States
gtd (homepage)
Спонсоры рассылки:
Поиск по сайтам о Lotus Notes/Domino
Полнотекстовый поиск по тематическим сайтам о Lotus Notes
Хостинг на Lotus Domino















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

    1. Вебинар: Возможности интеграции проду... - Express-Release.com (пресс-релиз)


    Вебинар: Возможности интеграции продуктов Terrasoft с почтовым клиентом Lotus Notes.
    Express-Release.com (пресс-релиз)
    Группа компаний Terrasoft проводит вебинар, посвященный возможностям, которые предоставляет пользователям интеграция продуктов на платформе Terrasoft с почтовым клиентом Lotus Notes (27 августа в 11:00 по московскому времени). На сегодняшний день, помимо встроенной интеграции с MS Outlook, ...

    2. ПОСЛЕДНИЕ ДЫРЫ: Adobe, Cisco и IBM - Открытые системы


    ПОСЛЕДНИЕ ДЫРЫ: Adobe, Cisco и IBM
    Открытые системы
    В программном обеспечении Lotus Notes обнаружена ошибка, которая позволяет добиться выполнения постороннего кода при открытии пользователем специально сформированного XLS-вложения. Проблема связана с днамической библиотекой xlssr.dll, которая является модулем для чтения XLS-файлов. ...

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

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

    1. Programming for Performance with LotusScript and Java (Redux)

    A performance bottleneck or resource leakage is much easier to fix in the design and architecture phases of a software project than just prior to deployment. With that in mind, this article delivers a top-down perspective on programming for performance, and it provides a set of coding tips that will aid programmers in achieving better code and a higher level of productivity. You'll find specific information about what kind of code executes more quickly than other types of code, and some simple techniques for actually measuring the performance of LotusScript and Java programs.

    2. JavaScript Packing | Blog

    Two weeks back I was talking about using JSLint to keep your JavaScript tidy. As I said at the time, the reason I was doing this was so that I could pack the code without too many issues. The tidier the code more likely it will pack well.

    By "pack" I mean run it through a process that will remove all the whitespace, comments and (where possible) rename the local variables to use shorter names. Packing can also be known as compressing or "minifying". Basically, it reduces the size of your JavaScript files and hence the time it takes the browser to load them. Faster load time = happier users.

    Example

    As I mentioned in the post on tidy code the other week, the JavaScript file I'd written ended up being about 3,000 lines and 90kb. Not massive by today's standards, but consider I was writing it for use on mobile devices and you can imagine the issue. Some of the mobile users would be on a GPRS network. Any reduction in file size would offer them a much faster download.

    In the end, after looking at the various options available, I managed to get it from ~90kb down to ~50kb. Not bad.

    The Easy Option

    The easiest way to pack your JavaScript is to use one of the online tools, where you paste your code in to a box, press a button and then copy the returned code. There are two I looked at:

    1. Packer - Seems very, very fussy. The Base62 encoding seems to offer the best compression, but I just couldn't get the resulting code to work.
    2. JSMin - Seems to work and with respectable compression results.

    In the end though I went with another option.

    The Best Option

    What I found to be the best option is definitely the YUI Compressor. It's a bit more effort to use, but, while it doesn't necessarily offer the best compression, it is very reliable.

    Don't be fooled in to thinking the one that compresses your code the most is the best. Wait until you've pasted the compressed code back in to your app and see if it still works. There's a chance it might not. Some browsers seem fussier than others. For me the target browser was IE Mobile. As you can imagine it was quite fussy!

    The YUI Compressor is a Java app, so you need to download and save the Jar file to your PC somewhere. To make it easier to use I renamed the Jar file and put it in a folder with a BAT file I wrote:

    ScreenShot004

    The Bat file looks like this:

    java -jar yuic.jar --type js --line-break 1000 -o Offline.js Offline_src.js

    Should be obvious what it's doing -- it tells Java to run the Jar file in the same folder and passes a set of parameters to it. The parameter following the "-o" is the output files destination and the final parameter passed is the source file of uncompressed JavaScript.

    So, all I have to do is paste the code I've been writing in to the *_src.JS file and then double-click the packit.bat file. This then creates (or updates) the Offline.js file with the newly compressed code. I then copy the code from there back to Domino.

    Notice the line-break parameter which I've used to tell the compressor to add a new line break every 1000 characters. There used to be a nasty bug (still is?) in Domino Designer where it would crash if you pasted in two much code in to a JavaScript Library that was all on one line. Having been burnt by it a few times I've never dared see if it's been fixed now and still make sure it's split over multiple lines.

    Making Development a Little Easier

    As you can imagine, having to copy/paste back and forth between files on disk and Script Libraries in Domino can be a bit of a hassle. Especially if you're still in development.

    To get round this you can do a couple of things. Firstly, don't start using a compressed version of the code until you're all but done developing. Just before you start final testing, do the compression and test with that instead. Don't test and then compress and expect all to be fine - compression could introduce bugs!

    When you do compress you can start using two files in the NSF. Here's the *_src.js file in Domino:

    ScreenShot002

    This is where you would carry on doing your development/coding, before passing to the compressor each time. Here's the same compressed version, which would, ultimately, be loaded by the user:

    ScreenShot004

     

    To distinguish between you, the developer, and a user you can add a special URL parameter on (&dev=true) and then in your HTML load either the _src file or the compressed one.

    There are lots of different ways of doing it. It's whatever suits you best really. Ideally we'd be able to compress straight from within the NSF. This should be possible with a combination of the Domino Aptana plugin and this plugin from RockStarApps, which should allow YUI compression from the toolbar, although I can't get it to work. Let me know if you do.

    Click here to post a response


    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. Менеджер по ВЭД

    пользование компьютером - уверенный пользователь‚ word‚ excel‚ lotus notes.

    2. Replay of August community meeting - Contributor recognition program proposal

    00:00 Welcome and community updates New community landing page that does not require authentication: www.lotus.com/ldd/lotustechinfo New media galleries in our wikis highlight learning material ...

    3. медицинский андеррайтер

    MS Office (Word‚ Excel‚ Outlook)‚ Internet‚ Lotus Notes.

    4. iNotes_WA_Areas

    5. Автозагрузка в Windows 7

    Новости, advanced-lotus, eth, lotus, lotus-notes, microsoft, mobile, password-recovery, recovery, symbian-, vista

    6. Lotus Notes Key

    Lotus Notes Password Recovery Key восстанавливает пароли для Lotus Notes user ID файлов (.id).

    7. Advanced Lotus Password Recovery

    Новости, advanced-lotus, eth, lotus, lotus-notes, lotus-smart, microsoft, mobile, password-recovery, recovery, symbian-, vista

    8. Google переманивает пользователей Lotus Notes.

    Новый инструмент называется Google Apps Migration for Lotus Notes и ориентирован на менеджеров и ИТ-администраторов компаний, использующих в работе почтовые клиенты Lotus Notes, офисные форматы Lotus и календарные системы IBM.

    9. Не переоткрывается документ

    Пытаюсь переоткрыть документ процедурой
    Public Sub ReloadUIDoc(pUIDoc As NotesUIDocument)
        Dim Doc As NotesDocument
        Dim UNID As String
        Set Doc =pUIDoc.Document
        UNID = Doc.UniversalID
        Doc.SaveOptions = "0"
        pUIDoc.Close True
        Dim UIWorkSpace As New NotesUIWorkspace
        Set Doc = ThisDatabase.GetDocumentByUNID(UNID)
        Call UIWorkSpace.EditDocument(False, Doc, False, , , False)
    End Sub

    Док благополучно закрывается и не открывается. Пробовал засунуть данный код в кнопку формы - и там не работает. Откуда взято уже не помню, вроде раньше работало...

    10. Lotus 8.5 обзор

    Добрый день! Скажите есть ли сертифицированные дистанционные курсы в интернете по администрированию лотуса 8.5?
    Где же можно скачать русифицированную документацию по лотус 8.5? (справочники и пособие)

    11. DominoEnableUserSessions

    12. Шрифты Lotus Notes в Alt Linux

    Доброго времени суток!

    Установил себе в Alt Linux 5.0 Lotus Notes 8.5, пришлось конечно немного помучиться, но встал, работает. Проблема в следующем: шрифты отображаются уж очень мелко и плохо читаемы, может у кого-нить было подобное. Сразу скажу в линуксе не такой уж и большой знаток. Если можно то поподробней.

    13. Шрифты Lotus Notes в Alt Linux

    Доброго времени суток!

    Установил себе в Alt Linux 5.0 Lotus Notes 8.5, пришлось конечно немного помучиться, но встал, работает. Проблема в следующем: шрифты отображаются уж очень мелко и плохо читаемы, может у кого-нить было подобное. Сразу скажу в линуксе не такой уж и большой знаток. Если можно то поподробней.

    14. DominoEnableJavaServlets

    15. маркетолог‚ младший бренд-менеджер

    ПК - уверенный пользователь Word‚ Excel‚ Outlook‚ Lotus Notes; Corel Draw‚ Internet; работа с мини-АТС и офисной техникой.

    16. Demystifying the Domino console commands for DAOS

    Demystifying the Domino console commands for DAOS The Show Directory and Show Stat commands reveal subtleties of DAOS operation, here explained by Gary Rheaume. ____________________________________

    17. Руководитель отдела

    опытный пользователь ПК - Windows; MS Word‚ MS Excel‚ MS Power Point; Outlook Express; Lotus Notes; DocVision; Internet - большой опыт ведения переговоров с первыми лицами разного рода предприятий и организаций - знание документооборота; правоустанавливающих документов предприятий и организаций - знание программ 1С- Предприятие‚ Консультант +

    18. Переполнение буфера в Keyview XLS в Lotus Notes

    Переполнение буфера в Keyview XLS в Lotus Notes

    19. Использование MS Outlook

    Добрый день,

    Офис на 20 компов, почтовик - Домино, пользователи пользуются аутлуками и забирают почту по POP3
    в Домино прописан zen.spamhaus.org в блэклистах и работает исправно, но вот проблема:
    директор берет свой ноут домой, подключается к инету через местного провайдера, пытается отправить почту и ни фига. Смотрю на консоль Домино и вижу, что spamhaus отсеивает подсеть этого провайдера как спамовскую...

    Вопрос: как сделать так, чтобы человек мог отсылать почту используя свой аутлук откуда угодно. Если отключаю spamhaus - все работает, но спам сыпется. Если включаю - то работает только из "чистых" сетей.

    спасибо.

    20. Подскажите по Regular Expressions

    Доброго!
    Есть база, крутится на 8.5FP1/Win32, писалась консалтерами и поддержки по ней сейчас нет. В ней часть функционала, реализована на базе Regular Expressions. На данный момент, тестирую перенос приложения на Solaris, при выполнении кода получаю Error 180: Operation not supported on this platform.
    Кто знает, regexp используется чисто по Win32, или например на все платформы. Единственное что нашел - http://www-01.ibm.com/support/docview.wss?uid=swg21112368

    Спасибо

    21. Главный юрист, юрист в единственном числе

    Опытный пользователь‚ "самоучка" (пакет офисных и специальных программ (ИПС Кодекс‚ Консультант‚ Гарант‚ Lotus Notes‚ установка и настройка ПО и "железа" и т.д.‚ основы программирования).

    22. DominoEnableDirLinks

    23. DominoEnable3PaneUI

    24. Переполнение буфера в Keyview XLS в Lotus Notes

    Установите исправление для IBM Lotus Notes версий 7.x, 8.0.x и 8.5.x. Уязвимость не устранена в версиях 5.x и 6.x.

    25. Консультант по налогам

    Lectora Professional Publishing Suite‚ MS Office (включая MS Visio)‚ MS Project‚ Corel Draw X3‚ Macromedia Captivate‚ Macromedia Flash MX 2004‚ Wave Lab‚ Adobe Acrobat‚ Adobe Audition‚ Adobe Photoshop‚ Lotus Notes

    26. Customizing the Traveler Contacts Mapping

    To customize the contact mappings (change Domino field name used) in Lotus Traveler perform the following: Create a custom design template from the one shipped with Lotus Traveler and add it to t

    27. Инвестиционный аналитик

    опытный пользователь ПК - Windows; MS Word‚ MS Excel‚ MS Power Point; Outlook Express; Lotus Notes; DocVision; Internet - большой опыт ведения переговоров с первыми лицами разного рода предприятий и организаций - знание документооборота; правоустанавливающих документов предприятий и организаций - знание программ 1С- Предприятие‚ Консультант +

    28. Ошибка #02:0a

    Здравствуйте все!
    Ситуация: пользователь создает отклик на документ. При попытке сохранения отклика вылетает сообщение (скопировано Ctrl+C)
    ---------------------------
    IBM Lotus Notes
    ---------------------------
    #02:0A
    ---------------------------
    ОК
    ---------------------------
    Отклик не сохраняется. Для других документов отклики создаются/сохраняются без проблем. Сравнивал "волшебный" док по полям с другими доками, ничего криминального не нашёл. Кто подскажет, как лечить и как избежать в будущем?

    29. Отправить письмо в Html виде Lotus

    Пишу агента - контроль исполнения
    который должен отвечать на входящую почту.
    подскажите как отправить письмо в html виде???
    ответ пишу так

    Sub Initialize
        Dim session As New NotesSession
        Dim db As NotesDatabase
        Dim tema As String
        Set session = New NotesSession
        Set db = session.CurrentDatabase
        Set docs = db.UnprocessedDocuments
        Count = docs.Count
        If docs.Count > 0 Then
            For n = 1 To docs.Count
                Set memo = docs.GetNthDocument(n)
                If Not( memo.SentByAgent ) Then
                    Set reply = memo.CreateReplyMessage( False )
                    tema =  memo.Subject( 0 )
                    tema = tema + "Hfpyfz ntrcnjde["
                    reply.Subject = "RE:" & memo.Subject( 0 )
                    reply.Body = "КАК сюда вставить HTML код"
                    Call reply.Send( False )
                End If
                Call session.UpdateProcessedDoc(memo)
            Next
        End If    
    End Sub

    30. Google Apps подружили с Blackberry

    BlackBerry Enterprise server - это корпоративное решение для синхронизации MS Exchange, IBM Lotus Domino и Novell GroupWise со смартфонами Blackberry.

    31. Re: Не запускается lotus notes в клиентской части

    Повторному запуску клиента могут мешать следующие задачи:
    ...

    32. DominoDisableETags

    33. Support Content Highlights for Notes & Domino (August 2009)

    С новым выпуском Lotus Notes\Domino Knowledge Collection за август можно ознакомиться тут: http://www-10.lotus.com/ldd/nflsblog.nsf/dx/NDSuCH-Aug2009.htm

    34. Достижение максимальной экономии благодаря Daos

    Теперь и ИБМ написала статейку о ДАОСе - |#^#]>Достижение максимальной экономии благодаря использованию DAOS в IBM Lotus Notes и Lotus Domino 8.5|#^#]>
    С четким примером на самом ИБМ wink.gif

    35. Достижение максимальной экономии благодаря DAOS

    Теперь и ИБМ написала статейку о ДАОСе - Достижение максимальной экономии благодаря использованию DAOS в IBM Lotus Notes и Lotus Domino 8.5
    С четким примером на самом ИБМ wink.gif

    36. DominoDefaultCacheValid

    37. Секретарь делопроизводитель

    IBM Lotus Notes

    38. Специалист по страхованию, кредитованию

    MS Office (Word‚ Excel‚ Outlook)‚ Internet‚ Lotus Notes.

    39. CALL FOR AUTHORS: Notes Sidebar Deployment Guide

    Seeking authors for this content. Would you like to contribute to our technical content and earn points through the developerWorks Author Achievement Recognition program? This article would describe

    40. Re: человеческий вид - RFC 822 -информации об отправителе в почтовой системе...

    Если я правильно понял вопрос, то...

    Lotus Notes Client - Edit Current (Изменить подключение - в правом нижнем углу, если клиент - русский) - Display alternate names

    41. JavaCompilerTarget

    Explanation: The JavaCompilerTarget INI setting lets you use features specific to different Java Development Kits (JDKs). You can set this variable to any value between 1.1 and 1.6, and then restar

    42. Выпуск рассылки "Lotus Notes/Domino -- РїСЂРѕРґСѓРєС‚ Рё РёРЅСЃС ...

    134".

    43. модель, актриса,тансовщица

    Lotus Notes.

    44. Reply To Sender

    Помогите с реализацией Reply to sender на LotusScript
    Есть база данных ДО
    Есть сайт
    Необходимо с сайта иметь возможность контроля исполнения заявки
    Хотелось бы создать Mail Agent который при поступлении новой почты на ящик анализировал бы тему и формировал ответ на основании статуса документа из БД ДО.

    45. Специалист

    Знание ПК (Word‚ Excel‚ Lotus Notes‚ Internet)‚ ∙ Знание оргтехники (факс‚ принтер‚ ксерокс‚ сканер‚ мини - АТС) ∙ Делопроизводство (внутренний и внешний документооборот‚ деловая переписка‚ распределение входящих/исходящих звонков‚ заказ билетов‚ подготовка и помощь в проведении переговоров‚ оперативных и селекторных совещаний) ∙ Работа с первичными документами (счета‚ счета – фактуры‚ товарно – транспортные накладные) ∙ Взаимодействие с налоговыми органами (подача документов на государственную регистрацию обособленных подразделений‚ получение выписок из ЕГРЮЛ)

    46. Knowledge Collection: Troubleshooting Lotus Notes on Citrix

    The IBM Lotus Notes Support team maintains Technote #1273848 which is a Knowledge Collection of technotes and articles on Troubleshooting Lotus Notes on Citrix. The main topics are listed below. G
    Блиц-опрос
    Давай знакомиться. В каких отношениях с Lotus Notes?
    (голосование возможно только из письма рассылки)
  • Lotus Администратор
  • Lotus Программист
  • Lotus Пользователь
  • С Lotus Note не знаком
  • Хочу познакомиться с Lotus Notes/Domino
  • Вакансии для специалистов

    1. Lotus Notes Developer

    Lotus Notes Developer Reston, VA L-3 Communications Services Group, Intelligence Solutions Division has an opening for a Lotus Notes Developer in Reston, VA. Clearance: Must have current TS/SCI FULL ...

    2. Lotus Notes Administrator

    Lotus Notes Administrator Advanced Lotus Notes Administration. All applicants applying for U.S. job openings must be authorized to work in the United States. All applicants applying for Canadian job ...

    3. Lotus Notes / Domino Developer 5

    Title: Lotus Notes / Domino Developer 5 Category: Information Systems Location: Reston, VA / USA | Sector: Information Systems Posting ID: MS/085138 This job is eligible for theRefer a Friendprogra...

    4. Lotus Notes Developer

    Lotus Notes Developer Requisition #: 2228 Location: US-VA-Falls Church Posted Date: 6/17/2009 Reg/Temp: Regular Employee FT/PT/On-Call: Full Time Priority: .. Recruiter: Jessica O'Mara Apply for th...

    5. Lotus Notes Developer

    Lotus Notes Developer Requisition #: 2229 Location: US-VA-Falls Church Posted Date: 6/17/2009 Reg/Temp: Regular Employee FT/PT/On-Call: Full Time Priority: Near Term Recruiter: Jessica O'Mara Apply...

    6. Lotus Notes Administrator

    Lotus Notes Administrator Requisition Number: EF17105 Location: WASHINGTON, DC US Travel Involved: None Job Type: Regular Full Time Job Level: Experienced (Non-Management) Education: Bachelors Degre...

    7. Lotus Notes Email Support Co-op

    Lotus Notes Email Support Co-op Job Type: Full-Time Location: Syracuse, NY Last Updated: 11/03/2005 Job Description: Job Title: Lotus Notes Email Support co-op Department: Information Technology ...

    8. Systems Engineer, Senior- Lotus Notes/Domino

    Req ID 29176BR Title Systems Engineer, Senior- Lotus Notes/Domino Division ManTech Information Systems and Technology Location VIRGINIA Herndon Security Clearance Required Yes Clearance Level Needed T...

    9. Lotus Notes Developer

    Lotus Notes Developer Reston, VA L-3 Communications Services Group, Intelligence Solutions Division has an opening for a Lotus Notes Developer in Reston, VA. Clearance: Must have current TS/SCI FULL ...

    10. Junior Lotus Notes Domino Developer

    As a Lotus Notes/Domino Developer, you will be a key part of the group; working individually and as part of a team involved in the design and development of custom applications. You will collaborate w...

    11. Principal Lotus Notes Developer

    Job Title Principal Lotus Notes Developer Job ID Number 158837 Company General Dynamics Information Technology Location California, MD Job Category Information Technology Job Description General Dynam...

    12. Service Desk / Lotus Notes Admin with TS/SCI

    Job Title Service Desk / Lotus Notes Admin with TS/SCI Job ID Number 157648 Company General Dynamics Information Technology Location Washington, DC Job Category Information Technology Job Description ...

    13. Lotus Notes Administrator with TS/SCI Full Scope Poly Clearance required

    Job Title Lotus Notes Administrator with TS/SCI Full Scope Poly Clearance required Job ID Number 157680 Company General Dynamics Information Technology Location Chantilly, VA Job Category Information ...

    14. Lotus Notes Developer - UJO# 5403

    Title: Lotus Notes Developer - UJO# 5403 Work Authorization: US Citizen/ Greencard / EAD / H1-B Work Permit Skills: Lotus Notes - NEAR-EXPERT Project Management - VERY GOOD Oracle DBA - VERY GOOD Po...

    15. Senior Lotus Notes Administrator

    Senior Lotus Notes Administrator Jun 3, 2009 Tampa, Florida Return to Search Results|Send job to a friend Description: Department Function Email Infrastructure Team is responsible for critical tec...

    16. Lotus Notes Developer/Administrator

    Lotus Notes Developer/Administrator Req. Code : 368 Division/Department : CDO Technologies Inc Location : Dayton OH US 45402 Travel Required : None Job Type : Full Time Career Level : Experienced (No...

    17. Sr Lotus Notes Administrator

    The Principle Systems Administrator will provide remote support (Domino admin client) and TIER III phone support. Must be familiar with Hub/spoke domino architecture, domain catalog, directory assista...

    18. Lotus Notes Administrator

    A client in the Columbus, Ohio, area is looking for a Lotus Notes Administrator. Candidates must have the following skills to be considered for the opportunity: - Solid experience with Lotus Notes and...

    19. Lotus Notes developer

    Lotus Notes developer Location: Austin, TX Category: Engineering Status: Temporary/Contract Reference: US_EN_2_106070_121702 Salary: N/A Posted: February 27,2009 Dennis Laczko 9442 N. Capit...

    Закладки о Lotus Notes

    1. How to upload all your old archived Email to Gmail from outlook, lotus notes, and Unix (pine) : Ben Shoemate

    2. Notes/Domino 8 Forum - Date (threaded)

    3. Running multiple instances of Lotus Notes

    4. Running multiple instances of Lotus Notes

    5. Fundamentals of Lotus Notes/Domino – Ode2Notes

    6. IBM Lotus Domino and Notes Information Center

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

    8. The Hodge Bloge

    9. The Quickr Blog

    10. IBM developerWorks : Lotus : Notes from Lotus Support

    11. Create a Backup ZIP File of NSF Content in HTML Format | Thu 6 Aug 2009 | Blog | CodeStore

    12. Coextant Systems International - SharePoint Lotus Notes integration

    13. Lotus Notes to Google Synchronizer

    It's a free, open-source application which synchronizes your Lotus Notes calendar with your Google calendar.

    14. IBM - No Mail Delivered When Using @MailSend with [IncludeDocLink] in Agents

    15. IBM Lotusphere 2010 - IBM Training - United States

    16. gtd (homepage)

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


    "Красные книги" 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

    В избранное