<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>JavaWithMarcus</title>
	<link>http://blog.turabdin.nl</link>
	<description>Just another Java blog</description>
	<lastBuildDate>Mon, 24 Jan 2011 14:22:58 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Lotus Notes: Create Excel files with POI</title>
		<description><![CDATA[My colleague (Martin Meijer) asked me some time ago how to easy export data to Excel without installing Excel on the server. As a Java developer I know Apache POI project. There is some great progress on that project. So I made a simple Java Agent that creates a simple Excel file and embed it as an [...]]]></description>
		<link>http://blog.turabdin.nl/2011/01/lotus-notes-create-excel-files-with-poi/</link>
			</item>
	<item>
		<title>Install IBM Lotus Notes 8.5.2 on Ubuntu 10.04 64-bits</title>
		<description><![CDATA[Finally IBM is making it easy. Notes 8.5.2 installed finally without hassle. I had a code-drop that also didn&#8217;t work properly. The final is a much better piece of software. First install the dependencies: sudo aptitude install libgnomeprint2.2-0 libgnomeprintui2.2-0 After that install the DEBs with &#8211;force-architecture switch. No need to force everything. sudo dpkg -i --force-architecture [...]]]></description>
		<link>http://blog.turabdin.nl/2010/08/install-ibm-lotus-notes-8-5-2-on-ubuntu-10-04-64-bits/</link>
			</item>
	<item>
		<title>Get User-Agent string in XPages</title>
		<description><![CDATA[There is an easy way to get in server-side javascript in a XPage the User-Agent string from the request header. You can use this also to get other headers in the request. facesContext.getRequest().getRequestHeaderMap().get("User-Agent"); This returns: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.125 Safari/533.4 Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; [...]]]></description>
		<link>http://blog.turabdin.nl/2010/08/get-user-agent-string-in-xpages/</link>
			</item>
	<item>
		<title>Install Flash 10.1 Beta on Ubuntu 64-bits</title>
		<description><![CDATA[For the people that want to test Flash 10.1 on Ubuntu 64-bits you&#8217;ll notice that there is no 64-bits version. There is a simple workaround. Install first the flashplayer installer through apt-get (This will actually install flash 32-bits with a wrapper so its works on a 64-bits browser sudo apt-get install flashplugin-installer Then download the [...]]]></description>
		<link>http://blog.turabdin.nl/2010/05/install-flash-10-1-beta-on-ubuntu-64-bits/</link>
			</item>
	<item>
		<title>Make VPNC work in NetworkManager</title>
		<description><![CDATA[I was dealing with some issues with NetworkManager (used in various Linux distro&#8217;s). When I configured a VPNC connection in NetworkManager it couldn&#8217;t connect with all various errors like no VPN secrets is the famous one. I found a workaround so it works now. If you have a config like mine you&#8217;re probally affected. We [...]]]></description>
		<link>http://blog.turabdin.nl/2010/05/make-vpnc-work-in-networkmanager/</link>
			</item>
	<item>
		<title>Installing IBM Lotus Notes 8.5 on Ubuntu 64bits</title>
		<description><![CDATA[Here is a small how-to install IBM Lotus Notes 8.5 on Ubuntu Jaunty 64 bits Sometimes I need to bite my tongue and this is on of those occasions. The icon text on the workspace is still an issue even with the final code drop 12. To make sure I was not at fault I [...]]]></description>
		<link>http://blog.turabdin.nl/2009/07/installing-ibm-lotus-notes-8-5-on-ubuntu-64bits/</link>
			</item>
	<item>
		<title>Visual Web JSF (Woodstock) IE7 HTTPS warning</title>
		<description><![CDATA[There is a bug in project woodstock when used in HTTPS with IE7 or newer. Since project woodstock has ended and all new development effort will be in ICEfaces it seems this &#8220;bug&#8221; will not be fixed. There are some solutions to change de webui-jsf.jar library to hardcode the URL, since this is not the best solution, because you [...]]]></description>
		<link>http://blog.turabdin.nl/2009/04/visual-web-jsf-woodstock-ie7-https-warning/</link>
			</item>
	<item>
		<title>ICEfaces 1.8.0 is out now</title>
		<description><![CDATA[ICEfaces 1.8.0 is out. I&#8217;ve used various Beta &#38; RC releases of 1.8.0. They are getting close to get it to let it work good on NetBeans, but still sticked to Project Woodstock ( + DynamicFaces). Maybe this release will get me there to work with ICEfaces. Finally some annoying bugs are fixed now. Visual [...]]]></description>
		<link>http://blog.turabdin.nl/2009/04/icefaces-1-8-0-is-out-now/</link>
			</item>
</channel>
</rss>

