329 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Blogs | Search | myPL | About 
 
Latest 7 Posts
Comparison between Extension Library (OpenNTF) and Upgrade Pack 1 (IBM) – You’re help is appreciated
Tue, May 21st 2013 135
Is there any way to access user activity properties programmatically?
Wed, May 15th 2013 170
Distribution of the extension library
Mon, Apr 29th 2013 160
LotusScript equivalent for @Command TextSetFontColor?
Wed, Apr 24th 2013 154
jQCloud gone bad (jQuery Tag Cloud plugin in XPages)
Tue, Apr 9th 2013 212
CALENDARIO: A responsive calendar plugin
Mon, Apr 8th 2013 231
jQuery Mobile 1.3 Panel Widget XPages demo (for download)
Thu, Mar 28th 2013 278
Top 10
SNTT – Usemap & XPages
Thu, Dec 6th 2012 6961
New project on OpenNTF – Timeglider
Wed, Nov 28th 2012 516
Using Teamroom 8.5.2 – recommended documentation?
Mon, Mar 21st 2011 473
Improving XPages Application Performance with Managed Beans (Russell Maher, The View Advanced Xpages 2012)
Wed, Oct 31st 2012 454
Download: Twitter Bootstrap in Domino Blog
Thu, Nov 15th 2012 399
Timeglider XPages app with Timeglider jQuery widget files included
Thu, Nov 29th 2012 395
Adding Twitter Bootstrap to the IBM Domino Blog template
Thu, Oct 4th 2012 353
Presentations from EntwicklerCamp 2012 available
Thu, May 24th 2012 341
Name change
Tue, Nov 20th 2012 330
Correct content-type
Tue, Jan 15th 2013 320


Busy on OpenNTF
Patrick Kwinten    

I have submitted 2 contributions to OpenNTF this morning:

The control allows easy displaying a movie via Longtail Video’s Flash player. A wizard demonstrates which properties you can set.
I hope you like them and happy development! =)



---------------------
http://quintessens.wordpress.com/2011/05/26/busy-on-openntf/
May 26, 2011
79 hits



Recent Blog Posts
135


Comparison between Extension Library (OpenNTF) and Upgrade Pack 1 (IBM) – You’re help is appreciated
Tue, May 21st 2013 4:09a   Patrick Kwinten
Some days ago I posted a question on the XPages development forum: Comparison of functionality between Extension Library (OpenNTF) and Upgrade Pack 1 (IBM). I work in a hosted environment and having a change applied (continue to work with extension libraries from OpenNTF via Update site instead of Upgrade Packs) is a complicated issue. Therefor I have wrote down some use cases where new functionality in the Extension Library which are not available in the Upgrade Pack can bring value to the or [read] Keywords: connections domino ibm inotes ldd lotus notes sametime xpages application applications database development dojo facebook mobile openntf security twitter widget
170


Is there any way to access user activity properties programmatically?
Wed, May 15th 2013 4:08a   Patrick Kwinten
I was asked to create some reports on the activities on a set of applications. I wonder if you can access the user activity properties on a database programmatic-ally? [read] Keywords: lotus applications database properties
160


Distribution of the extension library
Mon, Apr 29th 2013 4:07a   Patrick Kwinten
I have written a document on the distribution of the extension library. I have compared Upgrade Pack installation option with using an Update Site. You may guess who has become the winner. If there is anything incorrect stated in the document please let me know. PDF: Distribution Extension Library [read] Keywords:
154


LotusScript equivalent for @Command TextSetFontColor?
Wed, Apr 24th 2013 9:27a   Patrick Kwinten
In an form I have an action button: Unfortunately this TextSetFontColor command only allows these colors: Black Gray Red DarkRed Green DarkGreen Blue DarkBlue Magenta DarkMagenta Yellow Brown Cyan DarkCyan White In the Help file it says: Language cross-reference NotesColor property of LotusScript NotesRichTextStyle class Is there anyone who has written the LotuScript equivalent to change the color of selected text in a rich text field (with RGB value)? [read] Keywords: lotusscript rich text
212


jQCloud gone bad (jQuery Tag Cloud plugin in XPages)
Tue, Apr 9th 2013 12:04p   Patrick Kwinten
I had the idea to make a custom control to make the display of a categorized view more attractive. Quickly you come to tag clouds. While the extension library has an easy to use tagcloud control you probably want to have a result that looks more like this: jQCloud is a JQuery based plugin that does a bit of the trick for you. Unfortunately it seems the link option can not handle question mark parameters so an .xsp?filter= link does not work. This makes the plugin little of interest. Nevertheles [read] Keywords: ibm xpages ajax css database javascript xml
231


CALENDARIO: A responsive calendar plugin
Mon, Apr 8th 2013 7:07a   Patrick Kwinten
Calendars can be a very tricky thing when it comes to their layout and responsiveness. Calendrio is a jQuery plugin to display a calendar layout for both, small and big screens and keeping the calendar structure fluid when possible. Here follows a brief description how you can utilize the plugin in your IBM Notes – XPages application. Resources Copy the resources to the WebContent folder via the Package Explorer: Calendar display Next I created an XPage to display the calendar: [read] Keywords: ibm inotes notes xpages application css database desktop javascript xml




278


jQuery Mobile 1.3 Panel Widget XPages demo (for download)
Thu, Mar 28th 2013 6:29a   Patrick Kwinten
The last couple of days I have been ‘playing’ with jQuery Mobile and mostly with the panel widget. I have made some kind of starter-kit (NSF) to build a great XPages app for tablets/smartphones. I have setup a subset of custom controls which accept properties. A simple form in Notes you can use to setup navigation for header, footer and a vertical menu. You can download the (zipped) NSF on Dropbox. Below you can see a sample result: Please let me know if you experience any problems [read] Keywords: lotus notes xpages mobile properties widget
261


New job/opportunity wanted
Wed, Mar 27th 2013 4:12a   Patrick Kwinten
The last year(s) I have followed the Dutch saying: A rolling stone does not gather moss But I have come to a point where my current job hinders my creativity and my ambitions too much. Therefor I have decided it is time to make my desire for a new more challenging work environment more clear. I have added a noticeable image in a widget on the right of this blog that will remain there until the time necessary. My strengths are: Understanding of web development and standards. The IBM Notes platf [read] Keywords: administration ibm notes application development widget
193


Adding resources that include parameters (xpages tip)
Tue, Mar 26th 2013 6:05a   Patrick Kwinten
You have several options how to include resources (e.g. css files) that include query parameters. What does not seem to work is to add such a style sheet reference via the Resources Style sheet option. However if you add the reference as a linked resource things seem to work e.g. I am not sure if this is the proper or preferred way to add such resource? [read] Keywords: ldd lotus xpages css
220


jQuery Mobile in XPages- Panel Widget
Mon, Mar 25th 2013 1:46p   Patrick Kwinten
jQuery Mobile 1.3 is recently released. This release is focused on elevating responsive web design (RWD) and brings lots of cool new widgets including panels, dual handle range sliders, and two different responsive table modes. Panel widget One of the most common mobile UI patterns you see today are Facebook-style panels that open to reveal a menu, form or other content. The flexible panel widget  allows panels to be positioned on the left or right of the screen. To take this widget respons [read] Keywords: ibm xpages ajax application css development email facebook mobile password properties server widget widgets xml




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