332 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Blogs | Search | myPL | About 
 
Latest 7 Posts
breadcrumbs in XPages (non extension library style)
Wed, Jun 19th 2013 84
Navbar with dropdown menu from Notes view in Twitter Bootstrap (with XPages)
Fri, May 31st 2013 114
Dropdown menu from Notes view in Twitter Bootstrap (with XPages)
Fri, May 31st 2013 143
Navigation list from Notes view in Twitter Bootstrap (with XPages)
Thu, May 30th 2013 134
Breadcrumbs from Notes view in Twitter Bootstrap (with XPages)
Tue, May 28th 2013 164
Comparison between Extension Library (OpenNTF) and Upgrade Pack 1 (IBM) – You’re help is appreciated
Tue, May 21st 2013 241
Is there any way to access user activity properties programmatically?
Wed, May 15th 2013 217
Top 10
Download: Twitter Bootstrap in Domino Blog
Thu, Nov 15th 2012 727
Improving XPages Application Performance with Managed Beans (Russell Maher, The View Advanced Xpages 2012)
Wed, Oct 31st 2012 688
CALENDARIO: A responsive calendar plugin
Mon, Apr 8th 2013 277
jQCloud gone bad (jQuery Tag Cloud plugin in XPages)
Tue, Apr 9th 2013 247
Comparison between Extension Library (OpenNTF) and Upgrade Pack 1 (IBM) – You’re help is appreciated
Tue, May 21st 2013 241
Is there any way to access user activity properties programmatically?
Wed, May 15th 2013 217
LotusScript equivalent for @Command TextSetFontColor?
Wed, Apr 24th 2013 199
jQuery Mobile 1.3 Panel Widget XPages demo (for download)
Thu, Mar 28th 2013 192
Distribution of the extension library
Mon, Apr 29th 2013 191
Using Teamroom 8.5.2 – recommended documentation?
Mon, Mar 21st 2011 190


JWPlayer – Anyone solved how to generate the player embed codes on a Domino server?
Patrick Kwinten    

I have come quiet far with my XPagified version of OpenTV. I am using the JWPlayer which work excellent. Right now I am looking for a way to generate player embed codes so you can link from other websites to the application. This feature can be pretty vital for good re usage of the app.

However the integration example is based upon PHP.

So I am wondering if someone has already taken a look at this before and is willing to share a solution for the Domino server?

Some screens:




---------------------
http://quintessens.wordpress.com/2011/01/17/jwplayer-anyone-solved-how-to-generate-the-player-embed-codes-on-a-domino-server/
Jan 17, 2011
34 hits



Recent Blog Posts
84


breadcrumbs in XPages (non extension library style)
Wed, Jun 19th 2013 7:49a   Patrick Kwinten
I have still got a question open on the XPages development forum regarding how to use the breadcrumb control from the Extension Library. In case you happen to have an answer on the question, please post  it there (or here…). Previously I have written more on providing breadcrumbs in Domino and XPages. I overlooked the unshift JavaScript method which allows you to add items in the beginning of an array. In combination with the getParentID function for a NotesDocument you can simply create [read] Keywords: domino ibm ldd lotus xpages database development javascript xml
114


Navbar with dropdown menu from Notes view in Twitter Bootstrap (with XPages)
Fri, May 31st 2013 6:29a   Patrick Kwinten
Introduction Hey hey, sorry to bother you again with a post about using a Notes view in combination with Twitter Bootstrap. In my previous post I was not sure about using nav-pills. I fear not all users will understand them. I assume that most users are common with a site header with navigational options. This navigation can be like tab bars (hihi watch some real old work) some with nested tabs in fancy drop down menus. Twitter Bootstrap have probably taken notice of this expected behavior and [read] Keywords: ldd lotus notes xpages database desktop javascript mobile twitter
143


Dropdown menu from Notes view in Twitter Bootstrap (with XPages)
Fri, May 31st 2013 12:45a   Patrick Kwinten
Introduction OK, so I was a bit unsatisfied with the navigation list in my previous post. The nav-list component seems not to be destined to contain too many category sub levels. Dropdowns Toggleable, contextual menu for displaying lists of links. Pills I am not sure how you would describe pills in Twitter Bootstrap but to me they look more like buttons you build a navigation with. Implementation Again I used Mark Leusink’s Bootstrap4XPages demo site. As source for my documents I am re-us [read] Keywords: notes xpages database javascript twitter
134


Navigation list from Notes view in Twitter Bootstrap (with XPages)
Thu, May 30th 2013 4:06a   Patrick Kwinten
Introduction In my previous post I demonstrated how you create breadcrumbs from Notes view in Twitter Bootstrap. A typical Notes application contains an outline (I assume you don’t the Navigator design element anymore). In this post I demonstrate how to create something similar in Twitter Bootstrap, a Nav List. Nav Lists A Nav list is a simple and easy way to build groups of nav links with optional headers. They’re best used in sidebars like the Finder in OS X. You can nest nav-lis [read] Keywords: notes xpages application best practice database javascript mobile profile twitter
164


Breadcrumbs from Notes view in Twitter Bootstrap (with XPages)
Tue, May 28th 2013 4:09a   Patrick Kwinten
Long long long time ago I wrote how to create breadcrumbs in Notes and on the Web with help of JQuery. In case you are interested using Twitter Bootstrap with XPages chances are you want to provide similar navigational options for your beloved users. The code below demonstrates how to achieve this. and the SSJS function looks like: function getBreadCrumb(){ var nav:NotesViewNavigator = database.getView(“$v-treeview”).createViewNav(); var doc:NotesDocument = currentDocume [read] Keywords: notes xpages database javascript twitter
241


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
217


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




191


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:
199


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
247


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




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