Suche
Kategorien
Über…
Das ist das Blog von Sven Hasselbach über Themen aus der Entwicklung und alles, was ihm sonst so durch den Kopf geht.
Seit 2003 als freiberuflicher Entwickler deutschlandweit im Einsatz, mit dem Schwerpunkten Lotus Notes & XPages, Spring, Java & OSGi
IBM ICS Champion 2013
Um Kontakt mit mir aufzunehmen, einfach eine eMail an contact<at>hasselba.ch schicken oder mich bei XING finden:
Projektanfragen sind immer willkommen!-
Neueste Beiträge
Neueste Kommentare
- Chris Eggenberger bei xsp.application.context.proxy
- Chris Eggenberger bei xsp.application.context.proxy
- Displaying Markdown in an XPage using the showdown.js library - wp2020.focul.net bei XPages: Inject CSJS code at page top
Archive
Meta
Schlagwort-Archive: HTML
XPages: UI for editing localization files (1)
For one of my customers I am developing an easy way for editing the localization/translation of existing XPages applications: Instead of importing and exporting the property files with the Domino Designer (which is not an option for non-developers) it would … Weiterlesen
Veröffentlicht unter Java, ServerSide JavaScript, Web, XPages
Verschlagwortet mit 8.5.3, Designer, Domino, HTML, Java, ServerSide JavaScript, Tipp, Web, XPages
Ein Kommentar
XPages: Disable iOS „autocorrect“ and „autocapitalize“ features
Two of the worst features ever implemented are the „autocapitalize“ and „autocorrect“ features from iOS devices, because they are enabled by default. It does not make fun to write a blog comment in another language… Or if you just want … Weiterlesen
XPages: Capture Signatures with the jQuery-Plugin ‚jSignature‘
In one of my current projects it is one of the goals that the members of the field staff have the possibility to sign a report directly on their iPad. After some research I found the very cool jQuery plugin … Weiterlesen
Quick-n-Dirty: Development Helper for Unplugged
I started today testing/evaluating Teamstudio Unplugged for a customer project. The first thing I missed during developement was a button to sync the current page directly to see my changes on the fly. That’s why I created this small custom … Weiterlesen
Veröffentlicht unter HTML, Java Script, Mobile
Verschlagwortet mit Domino, HTML, Java Script, Mobile, Tipp
Schreib einen Kommentar
XPages: Lost in Translation
The localization feature is really nice and helps a lot, but you also can have some trouble using it. The first problem is that the language codes which are used in XPages are different from the language codes in java.util.Locale. … Weiterlesen
Veröffentlicht unter Allgemein, CSS, HTML, Java Script, Web, XPages
Verschlagwortet mit 8.5.3, CSS, Designer, Domino, HTML, Java Script, Tipp, Web
Schreib einen Kommentar
XPages: Additional Facets for Viewpanels
Today I found some additional facets / sections for a normal view panel component which can help to design a layout of an application. They are named like the wind directions and are equivalent to the position information for the … Weiterlesen
Quick-n-Dirty: HTML5 UIComponents without effort
Obviously it was Chris Toohey who first has discovered the way of manipulation UIComponents with the tagName attribute: http://www.dominoguru.com/pages/xpage_xptext_tagName_options.html The xp:text – element can easily manipulated to add HTML5 functionality to a XPages. By overriding the property tagName, the component … Weiterlesen
Veröffentlicht unter Allgemein, HTML, Java Script, JSF, Web, XPages, XSP
Verschlagwortet mit 8.5.3, Designer, Domino, HTML, Java Script, JSF, Partial Refresh, Tipp, Web, XPages, XSP
2 Kommentare
XSnippets: Cancel a partial refresh via SSJS
With the assistance of Philippe Riand I was able to shorten the original idea of canceling a partial refresh to a single SSJS function. By setting the HTTP header „X-XspRefreshId“ to „@none“ it is possible to get the same result … Weiterlesen
Veröffentlicht unter Allgemein, Dojo Toolkit, HTML, Java Script, Performance, Server, ServerSide JavaScript, Web, XPages, XSnippet, XSP
Verschlagwortet mit 8.5.3, Dojo Toolkit, Domino, HTML, HTTP, Java Script, Partial Refresh, Performance, Server, ServerSide JavaScript, Tipp, Web, XPages, XSnippet, XSP
Ein Kommentar
Cancel a partial refresh via SSJS
After reading Tim Tripcony’s blog post , I thought about a way how to cancel a partial refresh via server side javascript. To bring this to life, there are just three things to do: Abort the processing of the request … Weiterlesen
Veröffentlicht unter Allgemein, Dojo Toolkit, Java Script, Performance, Server, ServerSide JavaScript, Web, XPages, XSP
Verschlagwortet mit 8.5.3, Dojo Toolkit, Domino, HTML, HTTP, Java Script, Partial Refresh, Performance, Server, ServerSide JavaScript, Tipp, Web, XPages, XSP
4 Kommentare
XSnippets: XPages Localization Setter
I have submitted some XSnippets for the XSnippets-Contest. This is the first one, the XPages Localization Setter: The Snippet allows to change the language settings of a XPage „On-The-Fly“, including the used browser language, the dojo settings, the ressource files … Weiterlesen