In a xPage project the customer asked us if the following would be possible: ” When the content of the richtext editor exceeds the height of the richtext editor we want to have it expanded” . And this is ofcourse possible! The richtexteditor is based on the CKEDITOR plugin ( since 8.5.2 ). There is …
Tag Archives: xpage
xPages and Java : Usage of 3th party packages and jsonsimple.
A small post from my side about 3th party packages. Be sure whenever you make us of an 3th party jar file: Check the license file Make use of libraries which are open source when possible. Make sure the libraries don’t have lots and lots of dependencies ( other 3th party libraries ) One example …
Continue reading “xPages and Java : Usage of 3th party packages and jsonsimple.”
Serving media files to iPad/iPhone on Domino part 2
Finally, after almost 2 months I finally have time to blog a bit again. This blog will be the second part in a 2 part series about how to serve files for iPad / iPhone devices on a domino server. Back in part 1 I talked about an xpage application I was developing where the …
Continue reading “Serving media files to iPad/iPhone on Domino part 2”
Serving media files to iPad/iPhone on Domino part 1
“We want a video library application” they said “No problem, can be done” I said “Bad iPad” I screamed! the lines above are a little summary of what happened the last few days. At the office I’m building a web application which is used to serve Video files. Everything worked fine except for iPhone …
Continue reading “Serving media files to iPad/iPhone on Domino part 1”
Working with Notes designer 9.0
IBM released their next version of Notes in public beta status on the 14th. Since then I’m busy playing around with the new client / designer on my home development box. I have to say they did a great job once again. The client starts very fast compared to the 8.5.x releases and the UI …