<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>are.ehibou.com &#187; Side Notes</title>
	<atom:link href="http://are.ehibou.com/category/everyday-side-notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://are.ehibou.com</link>
	<description>are.ehibou.com Web Log</description>
	<lastBuildDate>Mon, 03 Oct 2011 13:29:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>custom theme war file for Novell Identity Managers (IDM) User Application (UA or User App)</title>
		<link>http://are.ehibou.com/custom-theme-war-file-for-novell-identity-managers-idm-user-application-ua-or-user-app/</link>
		<comments>http://are.ehibou.com/custom-theme-war-file-for-novell-identity-managers-idm-user-application-ua-or-user-app/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 16:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Identity Manager]]></category>
		<category><![CDATA[IDM]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[Novell User Application]]></category>
		<category><![CDATA[Side Notes]]></category>
		<category><![CDATA[UA]]></category>
		<category><![CDATA[User App]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/?p=177</guid>
		<description><![CDATA[<p>Was working on the software based on Novell Identity Management (IDM). IDM software package includes a peace of software called User Application – UA. It is user portal software which supports skins or templates. I had a lot of trouble to collect all the info needed to produce a custom theme. Novell documentation is incomplete [...]]]></description>
		<wfw:commentRss>http://are.ehibou.com/custom-theme-war-file-for-novell-identity-managers-idm-user-application-ua-or-user-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>strange javascript window.open problem on ie</title>
		<link>http://are.ehibou.com/strange-javascript-window-open-problem-on-ie/</link>
		<comments>http://are.ehibou.com/strange-javascript-window-open-problem-on-ie/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 14:59:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Side Notes]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/?p=170</guid>
		<description><![CDATA[<p> Internet explorer fails to open popup window using window.open() if the name for the window contains at least minus symbol &#8216;-&#8217;. I guess it will fail in case of any other strange symbol. </p> &#60;html&#62; &#60;body&#62; &#60;script language="javascript" type="text/javascript"&#62; function illegal() { window.open("http://are.ehibou.com", "aaa-aaa"); } function legal() { window.open("http://are.ehibou.com", "aaaaaa"); } &#60;/script&#62; &#60;a href="javascript:illegal()"&#62;Illegal&#60;/a&#62; [...]]]></description>
		<wfw:commentRss>http://are.ehibou.com/strange-javascript-window-open-problem-on-ie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Strange client side xml xslt transformation problem</title>
		<link>http://are.ehibou.com/strange-client-side-xml-xslt-transformation-problem/</link>
		<comments>http://are.ehibou.com/strange-client-side-xml-xslt-transformation-problem/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 18:15:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Side Notes]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/?p=111</guid>
		<description><![CDATA[<p>took a look at w3cshools example. Implemented exactly the same code on my environment. Firefox was performing the transformation as expected Internet Explorer (IE) all versions were failing and returning error:</p> Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; eSobiSubscriber 2.0.4.16; .NET [...]]]></description>
		<wfw:commentRss>http://are.ehibou.com/strange-client-side-xml-xslt-transformation-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set html tags style dynamically using javascript</title>
		<link>http://are.ehibou.com/set-html-tags-style-dynamically-using-javascript/</link>
		<comments>http://are.ehibou.com/set-html-tags-style-dynamically-using-javascript/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 11:16:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Side Notes]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/?p=105</guid>
		<description><![CDATA[<p>Had a probelm to find css attribute to js mapping. So here it is.</p> <p>document.getElementById(id).style.&#60;check the table for a proper fieldname&#62;</p> CSS Attribute to JavaScript Reference CSS Property JavaScript Reference background background background-attachment backgroundAttachment background-color backgroundColor background-image backgroundImage background-position backgroundPosition background-repeat backgroundRepeat border border border-bottom borderBottom border-bottom-color borderBottomColor border-bottom-style borderBottomStyle border-bottom-width borderBottomWidth border-color borderColor border-left [...]]]></description>
		<wfw:commentRss>http://are.ehibou.com/set-html-tags-style-dynamically-using-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LDAP: error code 80 &#8211; NDS error: partial results (-6106)</title>
		<link>http://are.ehibou.com/ldap-error-code-80-nds-error-partial-results-6106/</link>
		<comments>http://are.ehibou.com/ldap-error-code-80-nds-error-partial-results-6106/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 10:51:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[eDir]]></category>
		<category><![CDATA[eDirectory]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[Side Notes]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/?p=102</guid>
		<description><![CDATA[<p>Had some problems with the following error on Novell eDir:</p> 'Read Attributes' has encountered a problem. Error while reading entry [LDAP: error code 80 - NDS error:  partial results (-6106)] <p>First I thought that Novell eDirectory database got corrupted, but later I figured out that memberQueryURL of the dynamic group object was querying a container [...]]]></description>
		<wfw:commentRss>http://are.ehibou.com/ldap-error-code-80-nds-error-partial-results-6106/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php+tomcat on windows</title>
		<link>http://are.ehibou.com/php-tomcat-on-windows/</link>
		<comments>http://are.ehibou.com/php-tomcat-on-windows/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 16:09:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Side Notes]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[tomcat5]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/?p=94</guid>
		<description><![CDATA[<p>Got a task to install php on top of tomcat (Tomcat5) on Windows. Was strugling to make it work for a while. Was reading wrong blogs and newsgroups for a while without success untill I found a very good resource &#8211; JavaBridge. It was so easy as to run msi to install php and to [...]]]></description>
		<wfw:commentRss>http://are.ehibou.com/php-tomcat-on-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>windows vista</title>
		<link>http://are.ehibou.com/windows-vista/</link>
		<comments>http://are.ehibou.com/windows-vista/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 10:59:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Side Notes]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/?p=72</guid>
		<description><![CDATA[<p>Bought new computer, &#8220;Acer Aspire x3200&#8243;, with windows vista home premium inside. Plugged in all the devices I had (printer, web cam, monitor, pda cradle, mouse, keyboard) and started it up. Some Acer disk image software started to restore/configure windows vista partitition. Computer rebooted it self and windows vista exposed a blueish screen with mouse [...]]]></description>
		<wfw:commentRss>http://are.ehibou.com/windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c#.NET file acces denied problem</title>
		<link>http://are.ehibou.com/cnet-file-acces-denied-problem/</link>
		<comments>http://are.ehibou.com/cnet-file-acces-denied-problem/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 14:03:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[Side Notes]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/?p=83</guid>
		<description><![CDATA[<p>I was trying to access a file with the user having only read permission. the code looked like:</p> FileStream fs =new FileStream( "c:\path\to\file.ext", FileMode.Open); <p>and it uset to throw exception &#8220;access denied&#8221;. After some investigations I&#8217;ve found that FileAccess.Read helps a lot. FileStream fs = new FileStream( "c:\path\to\file.ext", FileMode.Open, FileAccess.Read); ]]></description>
		<wfw:commentRss>http://are.ehibou.com/cnet-file-acces-denied-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDX complement operator problem</title>
		<link>http://are.ehibou.com/mdx-complement-operator-problem/</link>
		<comments>http://are.ehibou.com/mdx-complement-operator-problem/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 13:02:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MDX]]></category>
		<category><![CDATA[Microsoft SQL Server Analysis Services 2005]]></category>
		<category><![CDATA[Side Notes]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/?p=76</guid>
		<description><![CDATA[<p>Playing with Microsoft SQL Server Analysis services 2005 and MDX language. Could not find many resources or error reference on the internet.</p> <p>The following MDX query was created using query painter: Select (-({[My Dimension].[My Hierarchy].[My Level].&#38;[Not existing member]})) ON COLUMNS FROM [My Cube] Executing this query results in an error:</p> Set used with the complement [...]]]></description>
		<wfw:commentRss>http://are.ehibou.com/mdx-complement-operator-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>anonymous, dynamic, variable classes and methods</title>
		<link>http://are.ehibou.com/anonymous-dynamic-variable-classes-and-methods/</link>
		<comments>http://are.ehibou.com/anonymous-dynamic-variable-classes-and-methods/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 12:53:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Side Notes]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/?p=74</guid>
		<description><![CDATA[<p>To call a method by dynamic name you can do this:</p> $methodName="MyMethod"; $result=$methodName(); <p>To create a class by dynamic name you can do this:</p> $className="MyClass"; $classVar=new $className; <p>To call any method by dynamic name in previously initialized class you can do this:</p> $methodName="MyMethod"; $result=$classVar-&#62;$methodName(); ]]></description>
		<wfw:commentRss>http://are.ehibou.com/anonymous-dynamic-variable-classes-and-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

