AD106, AD111 and AD114 slides posted
Posted by Stephan H Wissel on 25 January 2012 | Comments (0) | categories: Lotusphere
Usability - Productivity - Business - The web - Singapore & Twins
Posted by Stephan H Wissel on 25 January 2012 | Comments (0) | categories: Lotusphere
Posted by Stephan H Wissel on 24 January 2012 | Comments (0) | categories: Lotusphere
com.ibm.sg.dxlmagic.DocumentDesignTags.properties
in the current directory and creates it with default settings if missing. Then parses all the tags inside the given DXL or for each DXL file in the given directory and subdirectories. For each DXL file one .metrics file gets created. In that file the number of tags found are listed as well as line of code counts for everything inside a <code> tag. The properties file helps to classify code entries (e.g. UI Code, DBCode)com.ibm.sg.dxlmagic.DocumentDesignMetrics.properties
file contains the list of tags you want to see in the output file. If missing the properties file gets created with default entries@echo off
REM Export Utility for NSF
ECHO Exporting %1
SET DYLD_LIBRARY_PATH=C:\Notes\
SET LD_LIBRARY_PATH=C:\Notes\
SET OLDPath=%PATH%
SET OLDClassPath=%CLASSPATH%
SET PATH=C:\Notes\;%PATH%
SET CLASSPATH=.;C:\Notes\jvm\lib\ext\*;%CLASSPATH%
java -Xmx2048m com.ibm.sg.dxlmagic.DesignExporter C:\Work %1
SET PATH=%OLDPath%
SET CLASSPATH=%OLDClassPath%
SET OLDPath=
SET OLDClassPath=
exit
exportnsf crm\customers.nsf
. Once all databases are exported I run a second batch file:
@echo off
REM Document Utility for DXL
ECHO Documenting C:\Work
SET OLDPath=%PATH%
SET OLDClassPath=%CLASSPATH%
SET PATH=C:\Notes\;%PATH%
SET CLASSPATH=.;C:\Notes\jvm\lib\ext\*;%CLASSPATH%
java -Xmx1024m com.ibm.sg.dxlmagic.DocumentDesignTags C:\Work
java -Xmx1024m com.ibm.sg.dxlmagic.DocumentDesignMetrics C:\Work C:\Work\Report.csv
SET PATH=%OLDPath%
SET CLASSPATH=%OLDClassPath%
SET OLDPath=
SET OLDClassPath=
exit
Posted by Stephan H Wissel on 24 January 2012 | Comments (4) | categories: Lotusphere
<meta http-equiv="X-UA-Compatible" content="chrome=1">
to your HTML head section. This will ensure Chrome Frame is activated when rendering your page. If all of your applications on your (Domino) server should use it, you also can use a HTTP header (that's the web/Internet Sites section in the Domino directory) X-UA-Compatible: chrome=1
Posted by Stephan H Wissel on 18 January 2012 | Comments (2) | categories: XPages
Posted by Stephan H Wissel on 16 January 2012 | Comments (4) | categories: Lotusphere
Posted by Stephan H Wissel on 08 January 2012 | Comments (2) | categories: After hours
Posted by Stephan H Wissel on 06 January 2012 | Comments (c) | categories: XPages
Posted by Stephan H Wissel on 05 January 2012 | Comments (0) | categories: Lotusphere
Posted by Stephan H Wissel on 05 January 2012 | Comments (0) | categories: Business