<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
<title>Brains4All</title>
<link rel="alternate" type="text/html" href="http://people.brains4all.com/b4a/" />
<modified>2008-10-07T13:05:54Z</modified>
<tagline></tagline>
<id>tag:people.brains4all.com,2008:/b4a/1</id>
<generator url="http://www.movabletype.org/" version="3.35">Movable Type</generator>
<copyright>Copyright (c) 2007, marko</copyright>
<entry>
<title>Upload &amp; post limits in PHP/ATB5</title>
<link rel="alternate" type="text/html" href="http://people.brains4all.com/b4a/archives/2007/05/upload_post_lim.html" />
<modified>2008-10-07T13:05:54Z</modified>
<issued>2007-05-29T14:40:24Z</issued>
<id>tag:people.brains4all.com,2007:/b4a/1.324</id>
<created>2007-05-29T14:40:24Z</created>
<summary type="text/plain">Okay, schijnbaar zijn er 3 parameters die de limiet van een te uploaden bestand in PHP / ATB5 bepalen: [php.ini] post_max_size = 11M upload_max_filesize = 10M file_uploads = On [atb5.setup.php] define(&apos;ATB5_FILE_MAX_BYTES&apos;, 10*1024*1024); // 10 MB Stond ik mooi tot 3...</summary>
<author>
<name>marko</name>

<email>marko@brains4all.com</email>
</author>
<dc:subject>Documentatie</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://people.brains4all.com/b4a/">
<![CDATA[<p>Okay, schijnbaar zijn er 3 parameters die de limiet van een te uploaden bestand in PHP / ATB5 bepalen:</p>

<p>[php.ini]<br />
post_max_size = 11M<br />
upload_max_filesize = 10M<br />
file_uploads = On</p>

<p>[atb5.setup.php]<br />
define('ATB5_FILE_MAX_BYTES', 10*1024*1024);   // 10 MB</p>

<p>Stond ik mooi tot 3 keer toe voor paal...</p>]]>

</content>
</entry>
<entry>
<title>Onderbreken van data/elementen bij printen</title>
<link rel="alternate" type="text/html" href="http://people.brains4all.com/b4a/archives/2007/04/onderbreken_van_1.html" />
<modified>2008-10-07T13:05:54Z</modified>
<issued>2007-04-05T11:24:16Z</issued>
<id>tag:people.brains4all.com,2007:/b4a/1.322</id>
<created>2007-04-05T11:24:16Z</created>
<summary type="text/plain">Om koppen van tabellen ook op volgende pagina&apos;s te herhalen bij media=print en geen herhaling bij media=screen, heb ik een deel van de documentatie op http://www.w3.org/TR/REC-CSS2/page.html gelezen. Als er meer tijd is wil ik dit wat meer onderzoeken. Nu echter...</summary>
<author>
<name>serge</name>

<email>serge.nijsten@brains4all.com</email>
</author>
<dc:subject>xhtml + css</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://people.brains4all.com/b4a/">
<![CDATA[<p>Om koppen van tabellen ook op volgende pagina's te herhalen bij media=print en geen herhaling bij media=screen, heb ik een deel van de documentatie op <a href="http://www.w3.org/TR/REC-CSS2/page.html">http://www.w3.org/TR/REC-CSS2/page.html</a> gelezen.</p>

<p>Als er meer tijd is wil ik dit wat meer onderzoeken.</p>

<p>Nu echter voor Kjaer een tabel onderbroken door een tr in de table reports een specifieke class mee te geven met de eigenschap: page-break-after: always;</p>

<p>zie style:<br />
@page reports { size: auto; }<br />
tr.breakHere { page-break-after: always; }</p>

<p>Om de th (de kop van de tabel) niet op screen te herhalen geef je de tr waarin de th's staan die je niet wilt laten zien een display: none mee, dus: tr.afterBreak th { display: none; }.</p>

<p>In de print.css laat je m wel zien.</p>

<p></p>

<p></p>

<p><br />
</p>]]>

</content>
</entry>
<entry>
<title>Hoogte probleem geclearde div/p in IE6</title>
<link rel="alternate" type="text/html" href="http://people.brains4all.com/b4a/archives/2007/04/hoogte_probleem.html" />
<modified>2008-10-07T13:05:54Z</modified>
<issued>2007-04-03T08:12:24Z</issued>
<id>tag:people.brains4all.com,2007:/b4a/1.321</id>
<created>2007-04-03T08:12:24Z</created>
<summary type="text/plain">Als een serie divs, of p&apos;s worden ge left float en je wilt de float stoppen om een div/p op een &apos;nieuwe regel&apos; te beginnen, dan gebruik je normaliter een clear: left. Als de div/p op de &apos;volgende regel&apos; een...</summary>
<author>
<name>serge</name>

<email>serge.nijsten@brains4all.com</email>
</author>
<dc:subject>xhtml + css</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://people.brains4all.com/b4a/">
<![CDATA[<p>Als een serie divs, of p's worden ge left float en je wilt de float stoppen om een div/p op een 'nieuwe regel' te beginnen, dan gebruik je normaliter een clear: left.</p>

<p>Als de div/p op de 'volgende regel' een hoogte moet hebben van 1px gaat dat niet in IE6 in deze situatie.</p>

<p>De oplossing ligt hier: geef de ge-clear-de div een line-height:0 en een font-size: 0 mee, dan kan je de hoogte van de div exact bepalen. <br />
<p></p></p>]]>

</content>
</entry>
<entry>
<title>Google Maps - Polylines in IE6 en IE7</title>
<link rel="alternate" type="text/html" href="http://people.brains4all.com/b4a/archives/2007/03/google_maps_pol.html" />
<modified>2008-10-07T13:05:54Z</modified>
<issued>2007-03-28T09:01:31Z</issued>
<id>tag:people.brains4all.com,2007:/b4a/1.320</id>
<created>2007-03-28T09:01:31Z</created>
<summary type="text/plain">Ik ben er even mee bezig geweest. Tot ergernis toe. Waarom laat Firefox de polylijnen van google maps WEL zien en IE nu weer niet? Het zit m allemaal in het attribuut xmlns. De onderstaande html-tag + attribuut moet worden...</summary>
<author>
<name>serge</name>

<email>serge.nijsten@brains4all.com</email>
</author>
<dc:subject>xhtml + css</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://people.brains4all.com/b4a/">
<![CDATA[<p>Ik ben er even mee bezig geweest. Tot ergernis toe.<br />
Waarom laat Firefox de polylijnen van google maps WEL zien en IE nu weer niet?</p>

<p>Het zit m allemaal in het <html> attribuut xmlns. De onderstaande html-tag + attribuut moet worden gezet:</p>

<p><html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"></p>

<p><br />
Ook handig:<br />
<a href="http://www.google.com/apis/maps/documentation/polylineutility.html">Interactive Polyline Encoder Utility</a>, een tool coordinaten van polylijnen te encoden.<br />
</p>]]>

</content>
</entry>
<entry>
<title>Ul centreren binnen een div:</title>
<link rel="alternate" type="text/html" href="http://people.brains4all.com/b4a/archives/2007/03/ul_centeren_bin.html" />
<modified>2008-10-07T13:05:54Z</modified>
<issued>2007-03-06T09:55:45Z</issued>
<id>tag:people.brains4all.com,2007:/b4a/1.319</id>
<created>2007-03-06T09:55:45Z</created>
<summary type="text/plain"><![CDATA[Ik had een probleem met het centeren van een ul in een div met een vaste breedte: &lt;div class="pages"&gt; &lt;ul&gt; &lt;li&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="/"&gt;2&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="/"&gt;3&lt;/a&gt;&lt;/li&gt; &lt;li class="activePage"&gt;4&lt;/li&gt; &lt;li&gt;&lt;a href="/"&gt;5&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="/"&gt;6&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; met de css: .browsePagesWrapper div.pages ul {...]]></summary>
<author>
<name>serge</name>

<email>serge.nijsten@brains4all.com</email>
</author>
<dc:subject>xhtml + css</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://people.brains4all.com/b4a/">
<![CDATA[Ik had een probleem met het centeren van een ul in een div met een vaste breedte:
<pre>
&lt;div class="pages"&gt;			
	&lt;ul&gt;
		&lt;li&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="/"&gt;2&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="/"&gt;3&lt;/a&gt;&lt;/li&gt;
		&lt;li class="activePage"&gt;4&lt;/li&gt;
		&lt;li&gt;&lt;a href="/"&gt;5&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="/"&gt;6&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
&lt;/div&gt;
</pre>

met de css:

<pre>
.browsePagesWrapper div.pages ul { 		margin: 0; padding: 0; list-style-type: none; }
.browsePagesWrapper div.pages ul li	{ 	

margin: 0; padding: 8px 0 0 0;
display: inline; height: 23px;

GEEN FLOAT : LEFT; GEBRUIKEN

font-size: 1em; color: #2E3848;

}
</pre>

dit kwam omdat de li's binnen deze ul een float left hadden.
Float eruit en het is weer mogelijk om te positioneren binnen de div (de ul float niet meer).

het probleem dat nu ontstaat is dat het niet meer mogelijk is in IE7 een achtergrond te gebruiken voor de "in dit geval" li 
met de class "activePage". De oplossing ligt in het verhogen van de line-height. Zo wordt dus ook de li aan de onderkant verlengd/verhoogd


]]>

</content>
</entry>
<entry>
<title>14Dayz blogsearch Pipe</title>
<link rel="alternate" type="text/html" href="http://people.brains4all.com/b4a/archives/2007/02/14dayz_blogsear.html" />
<modified>2008-10-07T13:05:54Z</modified>
<issued>2007-02-09T09:03:08Z</issued>
<id>tag:people.brains4all.com,2007:/b4a/1.315</id>
<created>2007-02-09T09:03:08Z</created>
<summary type="text/plain">Yahoo heeft een leuk nieuw speeltje waarmee je zelf kunt gaan sleutelen aan informatiestromen op het internet, het heet Pipes. Het leuke is dat je je kluswerk ook weer direct met anderen kan delen. Als je bijgaande link in je...</summary>
<author>
<name>marko</name>

<email>marko@brains4all.com</email>
</author>
<dc:subject>Lering ende vermeack</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://people.brains4all.com/b4a/">
<![CDATA[<p>Yahoo heeft een leuk nieuw speeltje waarmee je zelf kunt gaan sleutelen aan informatiestromen op het internet, het heet <a href="http://pipes.yahoo.com/">Pipes</a>. Het leuke is dat je je kluswerk ook weer direct met anderen kan delen.</p>

<p>Als je <a href="http://pipes.yahoo.com/pipes/bFH0.Di32xGnPkr_qu5lkA/run?textinput1=14dayz&_render=rss">bijgaande link in je rss feeder opent</a> heb je altijd het laatste nieuws van blogs die over 14Dayz schrijven.</p>

<p>Als yahoo niet te lijden heeft onder de populariteit natuurlijk. :)</p>

<p>http://pipes.yahoo.com/pipes/bFH0.Di32xGnPkr_qu5lkA/run?textinput1=14dayz&_render=rss</p>]]>

</content>
</entry>
<entry>
<title>Dig</title>
<link rel="alternate" type="text/html" href="http://people.brains4all.com/b4a/archives/2007/01/dig.html" />
<modified>2008-10-07T13:05:54Z</modified>
<issued>2007-01-05T11:50:15Z</issued>
<id>tag:people.brains4all.com,2007:/b4a/1.311</id>
<created>2007-01-05T11:50:15Z</created>
<summary type="text/plain">Vraag je je net als ik altijd af wat ook altijd de syntax van dig is? En wat je er ook al weer mee kan? Hier is de ultime dig guide....</summary>
<author>
<name>marko</name>

<email>marko@brains4all.com</email>
</author>
<dc:subject>Systeem- en Netwerkbeheer</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://people.brains4all.com/b4a/">
<![CDATA[<p>Vraag je je net als ik altijd af wat ook altijd de syntax van dig is? En wat je er ook al weer mee kan? Hier is de <a href="http://www.madboa.com/geek/dig/#what">ultime dig guide</a>.</p>]]>

</content>
</entry>
<entry>
<title>Budgetwebhosting</title>
<link rel="alternate" type="text/html" href="http://people.brains4all.com/b4a/archives/2006/11/budgetwebhostin.html" />
<modified>2008-10-07T13:05:53Z</modified>
<issued>2006-11-29T09:34:55Z</issued>
<id>tag:people.brains4all.com,2006:/b4a/1.303</id>
<created>2006-11-29T09:34:55Z</created>
<summary type="text/plain">We hebben een affiliate bij Budgetwebhosting, In het kort krijgen we 10% van onze omzet incl btw weer retour, gebruik dus deze link als je een hostingpakket koopt bij budgetwebhosting. http://www.budgetwebhosting.nl/site/?aid=2496...</summary>
<author>
<name>marko</name>

<email>marko@brains4all.com</email>
</author>
<dc:subject>Systeem- en Netwerkbeheer</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://people.brains4all.com/b4a/">
<![CDATA[<p>We hebben een affiliate bij Budgetwebhosting, In het kort krijgen we 10% van onze omzet incl btw weer retour, gebruik dus deze link als je een hostingpakket koopt bij budgetwebhosting.</p>

<p>http://www.budgetwebhosting.nl/site/?aid=2496</p>]]>

</content>
</entry>
<entry>
<title>Wat inspireert de klant?</title>
<link rel="alternate" type="text/html" href="http://people.brains4all.com/b4a/archives/2006/10/wat_inspireert.html" />
<modified>2008-10-07T13:05:53Z</modified>
<issued>2006-10-25T13:32:12Z</issued>
<id>tag:people.brains4all.com,2006:/b4a/1.297</id>
<created>2006-10-25T13:32:12Z</created>
<summary type="text/plain">This is where I try to sum up the current state-of-the-art in graphic design for web pages, and identify the distinctive features that make a web page look fresh, appealing and easy to use. http://www.scratchmedia.co.uk/portfolio.html http://www.pixelworthy.com/ http://www.31three.com/ http://www.gr0w.com/ http://www.emotionslive.co.uk/ http://www.threetwentyinteractive.com/...</summary>
<author>
<name>marko</name>

<email>marko@brains4all.com</email>
</author>
<dc:subject>Design</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://people.brains4all.com/b4a/">
<![CDATA[<p><a href="http://www.webdesignfromscratch.com/current-style.cfm">This is where I try to sum up the current state-of-the-art in graphic design for web pages, and identify the distinctive features that make a web page look fresh, appealing and easy to use.</a></p>

<p><a href="http://www.thinslice.net"><br />
<img alt="ts_detail.jpg" src="http://people.brains4all.com/b4a/archives/ts_detail.jpg" width="598" height="154" border="0"/></a></p>

<p><a href="http://www.scratchmedia.co.uk/portfolio.html">http://www.scratchmedia.co.uk/portfolio.html</a></p>

<p><a href="http://www.pixelworthy.com/">http://www.pixelworthy.com/</a></p>

<p><a href="http://www.31three.com/">http://www.31three.com/</a></p>

<p><a href="http://www.gr0w.com/">http://www.gr0w.com/</a></p>

<p><a href="http://www.emotionslive.co.uk/">http://www.emotionslive.co.uk/</a></p>

<p><a href="http://www.threetwentyinteractive.com/">http://www.threetwentyinteractive.com/</a></p>]]>

</content>
</entry>
<entry>
<title>Static Routes in Redhat 9 - New isn&apos;t always better</title>
<link rel="alternate" type="text/html" href="http://people.brains4all.com/b4a/archives/2006/10/static_routes_i.html" />
<modified>2008-10-07T13:05:53Z</modified>
<issued>2006-10-24T11:43:10Z</issued>
<id>tag:people.brains4all.com,2006:/b4a/1.296</id>
<created>2006-10-24T11:43:10Z</created>
<summary type="text/plain">http://www.akadia.com/services/redhat_static_routes.html Overview With the introduction of Redhat version 8 and continued into version 9, the /etc/sysconfig/static-routes file no longer seems to function correctly. Linux static routes changed in 8.0 to a new format. Now you are to create a file...</summary>
<author>
<name>marko</name>

<email>marko@brains4all.com</email>
</author>
<dc:subject>Systeem- en Netwerkbeheer</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://people.brains4all.com/b4a/">
<![CDATA[<p><a href="http://www.akadia.com/services/redhat_static_routes.html">http://www.akadia.com/services/redhat_static_routes.html</a></p>

<p><strong>Overview</strong></p>

<p>With the introduction of Redhat version 8 and continued into version 9, the /etc/sysconfig/static-routes file no longer seems to function correctly.</p>

<p>Linux static routes changed in 8.0 to a new format. Now you are to create a file in /etc/sysconfig/network-scripts for each Ethernet interface you wish to create static routes on.</p>

<p>    <em>Example</em>:<br />
<pre>touch /etc/sysconfig/network-scripts/route-eth0</pre></p>

<p>The syntax for this file is different from the traditional route format used in /etc/sysconfig/static-routes . Redhat has yet to document the change on their web site as of June 2003.</p>

<p>Syntax based on a usenet post go to /etc/sysconfig/network-scripts, make a file called route-devicename (ex: route-eth0) and populate it with your static routes for that device so if you wanted to make a static route to the 192.168.0.0/24 network through 152.3.182.5 type:<br />
<pre>192.168.0.0/24 via 152.3.182.5</pre></p>]]>

</content>
</entry>
<entry>
<title>Apache en Mysql out of connections</title>
<link rel="alternate" type="text/html" href="http://people.brains4all.com/b4a/archives/2006/10/apache_en_mysql.html" />
<modified>2008-10-07T13:05:53Z</modified>
<issued>2006-10-11T22:09:45Z</issued>
<id>tag:people.brains4all.com,2006:/b4a/1.295</id>
<created>2006-10-11T22:09:45Z</created>
<summary type="text/plain"># WinNT MPM # ThreadsPerChild: constant number of worker threads in the server process # MaxRequestsPerChild: maximum number of requests a server process serves ThreadsPerChild 20 MaxRequestsPerChild 10...</summary>
<author>
<name>marko</name>

<email>marko@brains4all.com</email>
</author>
<dc:subject>Systeem- en Netwerkbeheer</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://people.brains4all.com/b4a/">
<![CDATA[<p># WinNT MPM<br />
# ThreadsPerChild: constant number of worker threads in the server process<br />
# MaxRequestsPerChild: maximum  number of requests a server process serves<br />
<IfModule mpm_winnt.c><br />
ThreadsPerChild 20<br />
MaxRequestsPerChild  10<br />
</IfModule></p>]]>

</content>
</entry>
<entry>
<title>Which key belongs to which certificate?</title>
<link rel="alternate" type="text/html" href="http://people.brains4all.com/b4a/archives/2006/07/which_key_belon.html" />
<modified>2008-10-07T13:05:52Z</modified>
<issued>2006-07-13T12:21:56Z</issued>
<id>tag:people.brains4all.com,2006:/b4a/1.280</id>
<created>2006-07-13T12:21:56Z</created>
<summary type="text/plain">Error: &quot;OpenSSL:error:0B080074:x509 certificate outines:x509_check_private_key:key values mismatch&quot; This error message occurs if you are using the incorrect certificate or private key during installation. So you need to use the matching key and certificate files. To check that the public key in...</summary>
<author>
<name>marko</name>

<email>marko@brains4all.com</email>
</author>
<dc:subject>Systeem- en Netwerkbeheer</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://people.brains4all.com/b4a/">
<![CDATA[<p>Error: "OpenSSL:error:0B080074:x509 certificate outines:x509_check_private_key:key values mismatch"<br />
This error message occurs if you are using the incorrect certificate or private key during installation. So you need to use the matching key and certificate files. To check that the public key in your cert matches the public portion of your private key, view both files, and compare the modulus values with the following instructions:<br />
To view the certificate:<br />
<pre><br />
openssl x509 -noout -text -in certfile<br />
</pre><br />
To view the key:<br />
<pre><br />
openssl rsa -noout -text -in keyfile<br />
</pre></p>

<p>The "modulus" and "public exponent" portions in the key and the certificate must match exactly. If the "modulus" do not match exactly then you are using either the incorrect private key or certificate.</p>]]>

</content>
</entry>
<entry>
<title>Harvest vs 14Dayz - Wie wint?</title>
<link rel="alternate" type="text/html" href="http://people.brains4all.com/b4a/archives/2006/06/harvest_vs_14da.html" />
<modified>2008-10-07T13:05:52Z</modified>
<issued>2006-06-28T13:16:08Z</issued>
<id>tag:people.brains4all.com,2006:/b4a/1.279</id>
<created>2006-06-28T13:16:08Z</created>
<summary type="text/plain">http://newinternet.ducttapemarketing.com/2006/06/web_based_time_.html...</summary>
<author>
<name>marko</name>

<email>marko@brains4all.com</email>
</author>
<dc:subject>HotNews</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://people.brains4all.com/b4a/">
<![CDATA[<p><a href="http://newinternet.ducttapemarketing.com/2006/06/web_based_time_.html">http://newinternet.ducttapemarketing.com/2006/06/web_based_time_.html</a></p>]]>

</content>
</entry>
<entry>
<title>How can I get rid of the pass-phrase dialog at Apache startup time?</title>
<link rel="alternate" type="text/html" href="http://people.brains4all.com/b4a/archives/2006/06/how_can_i_get_r.html" />
<modified>2008-10-07T13:05:52Z</modified>
<issued>2006-06-16T23:42:15Z</issued>
<id>tag:people.brains4all.com,2006:/b4a/1.275</id>
<created>2006-06-16T23:42:15Z</created>
<summary type="text/plain">The reason why this dialog pops up at startup and every re-start is that the RSA private key inside your server.key file is stored in encrypted format for security reasons. The pass-phrase is needed to be able to read and...</summary>
<author>
<name>marko</name>

<email>marko@brains4all.com</email>
</author>
<dc:subject>Systeem- en Netwerkbeheer</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://people.brains4all.com/b4a/">
<![CDATA[<p>The reason why this dialog pops up at startup and every re-start is that the RSA private key inside your server.key file is stored in encrypted format for security reasons. The pass-phrase is needed to be able to read and parse this file. When you can be sure that your server is secure enough you perform two steps:</p>

<p>   1. Remove the encryption from the RSA private key (while preserving the original file):</p>

<p>      $ cp server.key server.key.org<br />
      $ openssl rsa -in server.key.org -out server.key</p>

<p>   2. Make sure the server.key file is now only readable by root:</p>

<p>      $ chmod 400 server.key </p>

<p>Now server.key will contain an unencrypted copy of the key. If you point your server at this file it will not prompt you for a pass-phrase. HOWEVER, if anyone gets this key they will be able to impersonate you on the net. PLEASE make sure that the permissions on that file are really such that only root or the web server user can read it (preferably get your web server to start as root but run as another server, and have the key readable only by root).</p>

<p>via: <a href="http://www.modssl.org/docs/2.8/ssl_faq.html#ToC31">mod_ssl F.A.Q. list</a></p>]]>

</content>
</entry>
<entry>
<title>Easy String.fromCharCode();</title>
<link rel="alternate" type="text/html" href="http://people.brains4all.com/b4a/archives/2006/06/easy_stringfrom.html" />
<modified>2008-10-07T13:05:52Z</modified>
<issued>2006-06-16T10:08:18Z</issued>
<id>tag:people.brains4all.com,2006:/b4a/1.274</id>
<created>2006-06-16T10:08:18Z</created>
<summary type="text/plain">Hier is de url .......</summary>
<author>
<name>serge</name>

<email>serge.nijsten@brains4all.com</email>
</author>
<dc:subject>Algemeen</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://people.brains4all.com/b4a/">
<![CDATA[<p><a href="http://ferruh.mavituna.com/stringfromcharcode.asp?q=%3Ca+href%3D%22mailto%3Avalue%4014dayz.com%22%3Evalue%4014dayz.com%3C%2Fa%3E">Hier is de url ....</a></p>]]>

</content>
</entry>

</feed>
