← Сентябрь 2010 → | ||||||
2
|
4
|
5
|
||||
---|---|---|---|---|---|---|
7
|
9
|
11
|
12
|
|||
14
|
16
|
18
|
19
|
|||
21
|
23
|
25
|
26
|
|||
28
|
30
|
За последние 60 дней 2 выпусков (1-2 раза в 2 месяца)
Сайт рассылки:
http://lotusnotes.wordpress.com
Открыта:
28-03-2008
Рассылку ведет: Программист на Lotus NotesLotus CoderВыпуск No 388 от 2010-09-15
рассылка о программировании на Lotus Notes/Domino Обсуждения на форумах, блогах. Примеры программного кода на LotusScript,@formula, Java рассылка:выпускархивлентаблогсайт Бюллетень "Lotus Notes CodeStore" Выпуск 13 от 21.04.2008comp.soft.prog.lotuscodesrore
CodeStore. Примеры кодовProblem SharePoint suppresses Notes URLs in some contexts (e.g., wiki pages.) For example, the page editor will simply turn this HTML source mark up: <a href="notes://Server/Database/View/Document"> My Notes Document</a> Into this: <a> My Notes Document</a> Which creates a broken link. For organizations that are using a combination of Notes and SharePoint and that would like to reference, from within SharePoint pages, existing content stored in Notes applications, this presents a real problem. For example, in a SharePoint wiki, you may wish to refer the reader to a policy or procedure that already exists in a Notes application. The document in the Notes application my be the authoritative version, since the application has the required workflow, security, and version history. Simply copying the document's contents into the SharePoint wiki is not sufficient. You need to reference the document of record by a link that will always refer to the current, approved version. There are a few ways to address this. You could rewrite the application in SharePoint and import all the data there. You could web-enable the Notes application and use "http://" URLs, which SharePoint will accept. These efforts may be prohibitively expensive, however. Fortunately, there is a solution that is not too difficult and will work across all such Notes applications.* * It is possible that recent versions of SharePoint address this URL shortcoming and it may no longer be a problem. I don't know. Also, there may be other solutions that are as good as or better than this one. If you know of one, feel free to share it. Background Notes URLs begin with the protocol, "notes://..." and, when activated, instruct the browser to open the Notes client to an identified resource (e.g., a document, a view, etc.) Of course, this works if the local operating system and browser settings are configured correctly (i.e., the Notes client needs to be installed, the "notes" protocol needs to be registered to launch Notes, etc.) When these are set up, a link on a web page will launch Notes to the specified location. For example, the Notes URL for a document might look like this: Notes://Server/852573AD005B5248/8178B1C14B1E9B6B8524624F0062FE9F/16D8E964410908B98425767700620EE6 The format being: Notes://Server_Name/Database_Replica_ID/View_UNID/Document_UNID You may use either IDs or names in the URL. You can find the Notes URL of a document by opening its properties box from a view, clicking the "Meta" tab, and looking to the "Identifier" field. If you are referencing a local resource, the server element would be blank, which looks like three slashes, instead of two: Notes:///852573AD005B5258/8178B1C14B1E9B6B8525624F0062FE9F/16D8E964410908B98525767700620EE6 Solution I created the attached simple redirect application that lets any SharePoint page authors use any URL, including Notes URLs, within SharePoint by redirecting from a regular HTTP URL, which is allowed in SharePoint. We tested this on a Domino 8.5 server, but the technique should work on any Domino version that understands the ?ReadForm URL command. Еще примеры: Больше кодов на сайтах: Форумы.Свежи темы и обсужденияубрал строчку Call doc1.RemoveFromFolder("(DOK)") ' удаляю из папки архивной базы и отработало все документы (но только скопировало, а мне еще ж и удалить нада). А почтовая база размещается на одном сервере или на двух? Нет ли локальной копии базы? Была похожая ерунда но для 8.5.1FP4 ... Ладно - закрываю вопрос. за 2 часа (на серевере у меня стоит макс время выполнения скрипта) скопировано (без удаления) 1600 документов (а у меня их 7000 :)) ). так что буду думать что то другое Подскажите, можно ли скрестить клиент и фикс пак? Для того что бы получить единый дистрибутив и не устанавливать отдельно клиент а потом fix pack... Вся почтовая программа Lotus Notes расположена на 4 серверах в разных городах. ... Интересные темы: Список форумов: Tips. СоветыNew article: Upgrading a single mail server to Domino 8.5.2 and why you might not want to do that Перевод [RU] By Vladimir Tankhimovich Last week, after a Domino crash, I upgraded one of my two clustered mail servers from Domino 8.5.1 FP3 to 8.5.2. It looked like a good idea at the moment: the server is already down, why wait two weeks until the next scheduled downtime? Domino is always very good at backward compatibility, even between major releases. How bad can be one point release difference between two servers? So I went ahead and did it. Everything looked fine at first, but a few days later, I noticed strange intermittent glitches. Mail buttons weren't working or giving errors or even doing something totally different (like Refresh button invoking "Create QuickRule" dialog), and most noticeably, Inbox sorting other than default would not work properly. Clicking on "Date" would sort by "Who" and so on. Most issues would go away after re-opening the mail database or restarting Notes, but to fix Inbox sorting, I would have to refresh database design. After I had to refresh my mail design two days in a row, I got suspicious. I checked mail template's (mail85.ntf) Replica ID on both servers, and they were different! Here they are:
Now I understand what happened In other words, mail templates do not replicate between servers, because they have different Replica IDs, but mail files do replicate, and I get random mail design every morning. Most glitches happen when the mail design is replaced while the mail database is open in Notes client and disappear after Mail closing/reopening. Broken Inbox sorting, on the other hand, happens consistently while using 8.5.1 mail design on an 8.5.2 server. So much for backward compatibility, IBM. Needless to say, I upgraded the other server as soon as possible. P.S. Vladimir Tankhimovich is Postmaster at Columbia Law School. Born in Siberia, he came to US in 1995 and has been a Notes/Domino administrator since 1997. Learn more about him at http://www.linkedin.com/in/tankhimovich. Bruce Elgort has posted Episode #120 - Everything you wanted to know about Lotus Quickr 8.5 and more. The podcast runs about 46 minutes. Read | Permalink Jake Ochs provides instructions on getting plug-in apps in Eclipse to work after you've upgraded your Notes client to 8.5.2. Read | Permalink NEW!!! NOTES AND DOMINO 8.5 UPDATE COURSES FOR DEVELOPERS AND ADMINSTRATORS Try a free course at www.tlcc.com/dompower85. Stuart McIntyre has posted the part numbers for the different parts of the Quickr 8.5 downloads to help you get everything you need. Read | Permalink Chris Miller says, while it's rare for Lotus to change the name of a template in a point release, they have with 8.5.2. There are also some new features in the template. Read | Permalink Bob Balfe was curious. So he set up an array and ran a series of tests. He's posted both the test scenario and his results. Read | Permalink NEW!!! NOTES AND DOMINO 8.5 UPDATE COURSES FOR DEVELOPERS AND ADMINSTRATORS Try a free course at www.tlcc.com/dompower85. Mark Hughes would like your vote on getting Xpage support in DOLS. He'd like you to provide a business reason as a means of convincing IBM to make the change. Read | Permalink Chris Miller has posted a link to the relevant Technote on this problem. It seems that some messages lose their headers after the client is upgraded to 8.5.2. Read | Permalink This is a Zero Day vulnerability in the iCalendar function of Domino 8.0 and 8.5. If you use iCalendar, you need to read this Technote. Read | Permalink Why do so many people use Photoshop for web design? I've never got the big deal. I can see it's great software, but for web design, really? Is it any better than Fireworks? In the past I've been sent PSD files by design agencies, from which I've had to then create a website. Slicing and exporting images is easy enough, but as soon as I need to make a tweak I'm completely lost and find it completely counter-intuitive - almost impossible - to use. On the other hand when I'm sent a Fireworks file it's a doddle. Fireworks is completely intuitive. That's one of the reasons I've stuck with using the same graphic designer for so long - not only is he good at what he does, but he does it in Fireworks, which makes my life simpler, as I don't need to go back to him for any minor changes. Me, The Graphic DesignerWith Fireworks I can play at being the graphic designer. Case in point - I just worked on a website for a self-catering holiday let. The availability calendar needed to highlight cases where it was not available for booking, but the owner's other property was. And vice versa on the calendar for the other site. They both needed to cross-sell each other. The idea I came up with was to have the corner of a cell in the calendar's table appear folded back to reveal the alternate availability. Here's an example:
From the above you should be able to work out that all the green days are available to book. Those in solid red aren't and those that are red with a folded corner aren't available but are at the other property. The folded corner acts as a link and takes the user to the other property's website. It has a Title attribute on the link to display a tooltip to explain this. The concept works for me, as I thought of it and so I don't question it. Does it work though - what do you think? Producing The GraphicHere's how I created the folded corner image. Hopefully it will prove just how simple Fireworks makes something like this. The fact I can do it is proof enough, as I'm not graphic designer, yet I can easily turn an idea I had in to an actual image. First thing I did was launch Fireworks and draw a square in the "booked red" colour. To draw a square use the Rectangle tool and hold down shift as you draw it to make the sides equally-shaped (a square, derr).
Then I drew another square in the top right corner and made it the "available green" colour.
Next I chopped the smaller square in to two pieces using the Knife tool and slicing it in the direction shown.
This left me with two triangles and I changed the fill colour of one to white, which produced a very primitive folded corner. To make it look a little bit more professional I then used the Pen tool to change the shape of the folder corner to look more natural, as below.
To use the Pen tool I selected the white corner, chose the Pen tool from the pallette (highlighted above) and then click-dragged the lower left corner of the triangle. This changed the two straight sides in to "freeform" shapes, which I could make any shape I liked by dragging the lines you see around. To finish using the Pen tool I double-clicked the top corner of the triangle to close it off. As one final step I then added a drop shadow to the folder corner using the Filters area of the Properties pane, as highlighted below. And there you have it. All I had to do then was export the image using a Web Slice and job done! Fireworks is one of my essential tools and has been for years. Once you get to know each of the tools available you can quickly apply them all to come up with things like the above. I wouldn't even know where to start if I needed to do this in Photoshop.... Seeing as though a couple of you liked yesterday's simple Fireworks demo, here's another one. This time I'm going to show how easy it is to create nice-looking "buttons". Here's an example of the kind of button I mean: I normally use them in places where what the user is seeing is nothing more than an <a> link, but I want it to look more like an action. Although I could just use an <input>-type button for this and a GET request form, I prefer this approach, as it looks nice and you always know the "button" is going to look exactly the same to all users. Creating The ButtonRight, let's create one. Start Fireworks first (get a demo if you don't have it). Then, using the Shapes tool, select Rounded Rectangle and draw something roughly button-shaped, as below: Now click the yellow square pointed to above and drag it to the right to reduce the radius of the button's corners to make it a bit more subtle. Then using the Properties pane give the box a grey 1px Hard Rounded border and a Linear Gradient fill, using the areas highlighted below:
Now change the two colours of the fill to a light grey and white. You'll have to work that one out for yourselves, but it's easy enough done - just click the colour-picker next to the Fill bucket icon and you'll see. To make it look like a button we want to flip the gradient. To do this use the square end of the gradient line to rotate it just over 180 degrees and then use the round end to move over to the left a bit. You'll end up with something more like the image below:
Starting to look a bit like a button now, no? Now let's add an icon. To do this I'd suggest downloading and extracting the FamFamFam Silk icons to a folder. Then open the folder in Windows Explorer, like below, and you can then drag drop as many icons as you like directly to the canvas area. I tend to keep a selection of commonly-used icons on there and then only move them to the button rectangle when needed.
All we need to do then is move an icon to the button and add some text. Et voila, a button.
As a finishing touch, why not add a very subtle drop shadow?
Pretty cool, no? Takes about 2 minutes. What you end up with is a Fireworks PNG file you can use across multiple projects. What I normally do is add the rectangle to a locked layer. Then you can simply move icons around and change the text as and when you need a new button. All you need to add is a Web Slice to cover the rectangle area for export. Use CasesI use these kinds of buttons all over the place. As an example, take the button used to reply to comments on this site, which looks like this:
In the above example the graphic rectangle shape is actually just a background image to the link and the text you see is real selectable, which makes it a bit more accessible. Another example is the voting button on the DEXT survey demo. In this case the image actually is a button. The HTML for it looks something like this: <input type="image" src="images/buttons/vote.gif" onclick="doAjaxVote(this.form); return false;" value="Add My Vote"> This is accessible by virtue of it being inside a <form> tag. If the JavaScript fails then the Form submits regardless. More often than not though I use the images like this: <a href="memo?OpenForm" title="Compose Mail"><img alt="button" src="images/buttons/new_mail.png" /></a> There's perhaps an argument against re-styling what the user might expect a button to look like, but I think if you use this approach sensibly and in the right places it can work quite well. Here's the fully-editable Fireworks PNG File with a few common icons in it. If you right click and save it you can then open and edit it in Fireworks!
Еще советы: Смотри советы на сайтах: Блоги. Что обсуждают и пишутNotes Client / Core/Frameworks (Incl. sidebar, rich text editor): Progress bar for shutdown Перевод [RU] Author: Michael Tassati Tags: progress bar client interface eclipse java Idea: When shutdown Lotus Notes it needs some time to end all tasks - when you restart Notes in this time, it will be slow in startup. Bring a progress bar to show that client is shuting down (or close tasks immediately). Idea Jam / UI: No feedback when entering wrong username/password in right bar login fields Перевод [RU] Author: Erwin Heeren Tags: Login ui Idea: When you enter a wrong user name or password in the right bar, the username/password fields are cleared, but there is no error message (or maybe not large enough too notice). Author: Erwin Heeren Tags: registration of users Login privacy Idea: Privacy regulation requires the option to remove a user's personal information. The user can request this by e-mail, but self-service would reduce the admin load of a public ideajam implementation. Author: Declan Lynch Tags: Mail enhancement Idea: Similar to the 'Prevent Forwarding' toggle currently found in the delivery options for an email there should be an additional option called 'Prevent Reply All'.
When selected the recipient would not be able to see the 'Reply All' options and would only be able to reply directly to the sender of the email.
This would be useful in large enterprises that send out corporate communications via email to their entire staff to help prevent against users who accidently click 'reply all'. Idea Jam / Registration: Make e-mail verification required before enabling new registration Перевод [RU] Author: Erwin Heeren Tags: ideajam login Mail Idea: Visitors can now register with fake e-mail addresses. This is a potential risk for the content quality.
I suggest confirming the registered e-mail address by clicking a link in the confirmation mail. Idea Jam / Registration: Make e-mail verification required before enabling new registration Перевод [RU] Author: Erwin Heeren Tags: ideajam login Mail Idea: Visitors can now register with fake e-mail addresses. This is a potential risk for the content quality.
I suggest confirming the registered e-mail address by clicking a link in the confirmation mail. Domino Server / Web application server: Add X-Pages support for Domino Offline Services Перевод [RU] Author: Mark Hughes Tags: xpages dols domino offline services Idea: Add support for Xpages in DOLS so that you can take a Xpage application offline - without having the whole notes client installed and taking up so many resources, and giving ui options not wanted for the solution being delivered. Author: Mauricio Borges Tags: sort name adding member room Idea: Currently membership list appears all mixed when adding members in a Room.
Would be good at least sort by Last Name ( by default).
Thanks,
Mauricio Author: Mauricio Borges Tags: sort name adding member room Idea: Currently membership list appears all mixed when adding members in a Room.
Would be good at least sort by Last Name ( by default).
Thanks,
Mauricio Philippe Riand and the XPages development team from IBM have released an early version of the XPages Extension Library on OpenNTF. Here is the project and and here you can download the release. There is also a 70 pages documentation describing how to ... Еще записи: Интересные блоги специалистов: Статьи и Документацияserver crashed on DbSearchSyncUnread function frequently. This started after upgrade to R 8.5.2 If using Notes 8.5.1 or 8.5.2 (Standard or Basic), when you attempt to paste a document into names.nsf (local or server), the Notes client appears to hang. To recover from the hang, you have to press Ctrl + Break. IBM Lotus Domino 8.5.1 Fix Pack 3 Interim Fix 2 (8.5.1 FP3 IF2) - Quickr 8.5 ECM Support for IBM i V6/ Type: Incremental Installer / Release Date: 13 September 2010. See 'More Information' link above for additional information. This article provides an overview of themes for IBM® Lotus® Quickr® 8.5 for WebSphere® Portal. The sections that follow equip you with the information that you need to create themes and skins and customize them for updates, such as changing the logo, changing the color scheme, making advanced changes to the layout, and integrating components to the customize shelf. Users are trying to access the Extended Directory Catalog however it does not shows any entry in it for the users or groups ID Vault: Reset password gives error message - Missing or invalid Password Reset Trust certificate, Check the log file for deatail. Перевод [RU] Installing Lotus Notes with embedded Sametime while at the same time running stand alone Sametime causes provisioning to loop indefinitely. NLV language .dic files missing after installing Notes multiuser through MSI response transform Перевод [RU] The national language version (NLV) .dic files are missing after installing Notes multiuser using an MSI response transform. Several Lotus Notes platform and version restrictions exist regarding double-byte and special characters use in installation directory names. You create a meeting and try to reserve a room or resource, but are unable to do so because the free time lookup is reporting that the room is unavailable. As of Notes and Domino 8.5.2, Notes installation runs in verbose log file mode for all MSI installs, namely Lotus Notes installations on the Windows platform. This automates verbose logging for the Lotus Notes install task only and simplifies procurement of the verbose log files when administrators log support calls for any issues with install and upgrade. Lotus Notes install performance is minimally impacted and administrators are not bothered with toggling verbose logging on and off. Также почитатай: Найти документацию можно на сайтах:
|
В избранное | ||