329 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Blogs | Search | myPL | About 
 
Latest 7 Posts
Deferred Loading
Wed, Apr 24th 2013 111
Rewriting URL in Domino using DSAPI.
Wed, Mar 6th 2013 382
Mongodb - Enable Authentication
Sun, Mar 3rd 2013 220
Fighting for control of URL in Domino
Wed, Feb 27th 2013 263
Nodejs and compression of HTML, JS, CSS
Tue, Feb 5th 2013 309
Node.js first experience and first simple project
Wed, Jan 30th 2013 359
First couple days with IBM Domino Designer 9.0 Social Edition
Mon, Dec 17th 2012 728
Top 10
First couple days with IBM Domino Designer 9.0 Social Edition
Mon, Dec 17th 2012 728
Exception occurred calling method NotesAgent.runWithDocumentContext(lotus.domino.local.Document) null
Fri, Aug 3rd 2012 459
Moved from Ukraine to Denmark
Sun, Dec 16th 2012 448
Rewriting URL in Domino using DSAPI.
Wed, Mar 6th 2013 382
Node.js first experience and first simple project
Wed, Jan 30th 2013 359
Nodejs and compression of HTML, JS, CSS
Tue, Feb 5th 2013 309
Computewithform does not work properly at 8.5.2
Fri, Nov 12th 2010 299
ViewEntry and Show multiple values as separate entries
Tue, Jul 3rd 2012 297
Copy/Paste substitutions freezes my Lotus Notes
Tue, May 31st 2011 278
Cool trick which I never saw in LotusScript. Pass function as parameter.
Wed, Jun 13th 2012 278


Create Lotus Notes views on fly
   

I'm wondering if somebody know how to use views that I created on fly, lets say we have document with embedded view which is not created yet. Before we open this document we create view (but simple triggering agent). However we can't use this view as embedded view on document till we reopen database. Anybody has any idea how we can avoid this problem?

---------------------
http://feedproxy.google.com/~r/dpastov/~3/21Bk7P7e3Gk/create-lotus-notes-views-on-fly.html
Mar 30, 2012
236 hits



Recent Blog Posts
111


Deferred Loading
Wed, Apr 24th 2013 10:16a   Dmytro Pastovenskyi
On my job we are trying to decrease time for loading pages as much as it is possible, we simply want 'fast pages'. We don't want our users waited for 2 seconds each time they load page. We are focusing to keep not more then 0.5-1 second per page and we are doing really a lot in that area. Nowadays It's quite common for most of websites to include javascripts just in head area (or at bottom area) as static html so each time we load pages they will be not responsive till all resources will be [read] Keywords: javascript
382


Rewriting URL in Domino using DSAPI.
Wed, Mar 6th 2013 5:12a   Dmytro Pastovenskyi
I will briefly describe what we were aiming to achieve. In order to open page with parameters Domino requires to add ?open or ?opendocument action and only after that Domino allows to add parameters. It's quite annoying for us due to some integration with another systems, those systems expect they can simply add parameters just after our pages, i.e.: http://www.host/page?parameter=123 etc. Also important reason - we simply do not like this ?open or ?opendocument in URL. we want to be able t [read] Keywords: domino integration
220


Mongodb - Enable Authentication
Sun, Mar 3rd 2013 11:11a   Dmytro Pastovenskyi
Basically it is very easy to do, 1. open mongodb shell 2. open admin db and add admin user (you need to have 1 user otherwise you can' lose access to your databases at all) use admin db.addUser("admin","12345") 3. Enable authentication auth=true (simply un-comment it) in config file 'sudo vi /etc/mongodb.conf', save changes and restart mongodb service sudo service mongodb restart For more information please read this Security Practices and Management [read] Keywords: admin administration security
263


Fighting for control of URL in Domino
Wed, Feb 27th 2013 8:09a   Dmytro Pastovenskyi
We have really annoying problem for years with our URLs on all websites based on Domino. We use classic approach because we want control all tags + we like jQuery more etc. Our problem is about mandatory action [?open | ?opendocument] for pages with parameters, so if you want to add parameters to your page (i.e. param1=123) you have to add [?open | ?opendocument] just after your URL and only then you are allowed to add parameters. Not really a huge problem, however we want to use new trackin [read] Keywords: domino google
309


Nodejs and compression of HTML, JS, CSS
Tue, Feb 5th 2013 5:11a   Dmytro Pastovenskyi
.code { background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Verdana, Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 97%; } To decrease loading time for pages, it is always nice to minify your HTML, CSS and JS. Also to decrease number of requests we inject our minified CSS/JS directly on our pages (ofc we will do that unless our CSS/JS have small size), so minus 2 requests to all pages. [read] Keywords: css
359


Node.js first experience and first simple project
Wed, Jan 30th 2013 7:12a   Dmytro Pastovenskyi
From 2013 I've started to learn (as much as I've free time) Node.js. 'Domino/Notes' still my main, however it is always nice to learn something new. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. Together with Andrew Kuba (who guide me ho [read] Keywords: domino notes application applications css database javascript network




728


First couple days with IBM Domino Designer 9.0 Social Edition
Mon, Dec 17th 2012 5:15a   Dmytro Pastovenskyi
Worked 2 days already with Domino Designer 9 (I do not really care about changes in Notes 9, as I believe in 'web' direction). I did not find something really new/impressive for developers, however worked only 2 days and also I do not forget that it is just a beta. My impression: It is fast enough, however I do not feel difference compare to my 8.5.3, perhaps my laptop just to good. Ext Library is included by default. I've also read that now we have an API (Java, LS, C API) for C&S, wou [read] Keywords: domino ibm lotus notes xpages application blogger dojo java javascript laptop properties server
448


Moved from Ukraine to Denmark
Sun, Dec 16th 2012 5:15a   Dmytro Pastovenskyi
From 1-st December I work and live in Denmark. It's really interesting experience for me and my family. I had been working with e-conomic from Kiev for more then 3 years and at some point company decided that it had sense to invite me to work in main office. Now I'm here, so wanna tell 'hi' to those who live here :) Couple fresh photos of Copenhagen. City is ready for Christmas: Now most funny thing :), we met hundred well organized girls, they marched along the main shop-street [read] Keywords: blogger office
230


What is comfort zone for Domino developers our days?
Tue, Oct 9th 2012 6:09a   Dmytro Pastovenskyi
Lotus Script is no longer in my 'comfort zone' anymore but Java/JavaScript. That's actually it. We already moved all (well 90%) of backend to Java. Now Lotus Script serves only to provide validation/picklist/msgbox on forms/views for existing 'classic' applications. Now we are slowly moving everything to web and I like that. We are aiming in few years to let our users to un-install LN and simply use browsers and that would be perfect. That time we should have no even 1 line LS and @Formu [read] Keywords: domino lotus applications blogger java javascript
459


Exception occurred calling method NotesAgent.runWithDocumentContext(lotus.domino.local.Document) null
Fri, Aug 3rd 2012 9:10a   Dmytro Pastovenskyi
Tried to run agent with 'context document' in xPage (via SSJS) and got this problem. I did not find a way how to solve that except to enable checkbox 'Run as Web User' for agent, however I need to run agent from 'signer' as 'runner' has Reader access and my agent update should document. It's terrible with this problem (if it is problem ofc :)). What should I do know? [read] Keywords: agent domino lotus blogger




Created and Maintained by Yancy Lent - About - Blog Submission - Suggestions - Change Log - Blog Widget - Advertising - Mobile Edition