<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Ramonfincken.com</title>
  <link>http://www.ramonfincken.com/index.php</link>
  <description>Personal blog of Ramon Fincken</description>
  <language>english</language>
  <copyright>(c) Copyright 2008 by Ramonfincken.com</copyright>
  <managingEditor>board@ramonfincken.com</managingEditor>
  <webMaster>board@ramonfincken.com</webMaster>
  <pubDate>Thu Aug 21, 2008 6:52 pm</pubDate>
  <lastBuildDate>Thu Aug 21, 2008 6:52 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Ramonfincken.com</title>
    <url>http://www.ramonfincken.com/rss_imagebig.png</url>
    <link>http://www.ramonfincken.com/</link>
    <description>Personal blog of Ramon Fincken</description>
  </image>

			                                      <item>
			                                        <title>[solution] Using SunShop shoppingcart with a problem in decimal prices?</title>
			                                        <link>http://www.ramonfincken.com/p72/PHP+coding/%5Bsolution%5D+Using+SunShop+shoppingcart+with+a+problem+in+decimal+prices%3F.html</link>
			                                        <description>&lt;br /&gt;
			                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.ramonfincken.com/profile.php?mode=viewprofile&amp;u=3'&gt;ramon fincken&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
			                                      &lt;b&gt;Posted:&lt;/b&gt; Wed Aug 13, 2008 11:12 am&lt;br /&gt;&lt;br /&gt;
			                                      &lt;br /&gt;&lt;br /&gt;
			                                      Using&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;nbsp; SunShop Shopping Cart&lt;br /&gt;
&amp;nbsp; http&amp;#58;//www.turnkeywebtools.com/sunshop/&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
And having trouble showing decimal prices?&lt;br /&gt;
&lt;br /&gt;
Here's a fix for global.php 's functions-file for the listitem-function:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;/*&lt;br /&gt;
&amp;nbsp; global.php - 03/18/2005 - 5&amp;#58;08&amp;#58;12pm PST - 3.4 Final Repack 2&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; SunShop Shopping Cart&lt;br /&gt;
&amp;nbsp; http&amp;#58;//www.turnkeywebtools.com/sunshop/&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; Copyright &amp;#40;c&amp;#41; 2001-2005 Turnkey Web Tools, Inc.&lt;br /&gt;
*/&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
OPEN&lt;br /&gt;
global.php&lt;br /&gt;
&lt;br /&gt;
FIND&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;// ###################### listitem ##################&lt;br /&gt;
function listitem&amp;#40;$id&amp;#41; &amp;#123;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
FIND&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;nbsp; &amp;nbsp;$isoptions=$DB_site-&amp;gt;query&amp;#40;&amp;quot;SELECT * FROM &amp;quot;.$dbprefix.&amp;quot;itemoptions where productid='$id' order by order1&amp;quot;&amp;#41;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;if &amp;#40;$iteminfo&amp;#91;price&amp;#93; != $lang_index&amp;#91;login_first&amp;#93;&amp;#41; &amp;#123;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
BEFORE, ADD&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;nbsp; &amp;nbsp;/**&lt;br /&gt;
&amp;nbsp; &amp;nbsp; * Ramon Fincken, WebsiteFreelancers.nl RamonFincken.com&lt;br /&gt;
&amp;nbsp; &amp;nbsp; * Fix to show decimals like xx.yy instead of xx.00&lt;br /&gt;
&amp;nbsp; &amp;nbsp; */&lt;br /&gt;
&amp;nbsp; &amp;nbsp;$iteminfo&amp;#91;price&amp;#93; = str_replace&amp;#40;',','.',$iteminfo&amp;#91;price&amp;#93;&amp;#41;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;</description>
			                                        <comments>http://www.ramonfincken.com/p72/PHP+coding/%5Bsolution%5D+Using+SunShop+shoppingcart+with+a+problem+in+decimal+prices%3F.html</comments>
			                                        <author>ramon fincken</author>
			                                        <pubDate>Wed Aug 13, 2008 11:12 am</pubDate>
			                                        <guid isPermaLink="true">http://www.ramonfincken.com/p72/PHP+coding/%5Bsolution%5D+Using+SunShop+shoppingcart+with+a+problem+in+decimal+prices%3F.html</guid>
			                                      </item>
			                                      <item>
			                                        <title>[snipplet] Prototype AJAX request with and without a return value in a div element ..</title>
			                                        <link>http://www.ramonfincken.com/p71/PHP+coding/%5Bsnipplet%5D+Prototype+AJAX+request+with+and+without+a+return+value+in+a+div+element+...html</link>
			                                        <description>&lt;br /&gt;
			                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.ramonfincken.com/profile.php?mode=viewprofile&amp;u=3'&gt;ramon fincken&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
			                                      &lt;b&gt;Posted:&lt;/b&gt; Sat Aug 02, 2008 5:48 pm&lt;br /&gt;&lt;br /&gt;
			                                      &lt;br /&gt;&lt;br /&gt;
			                                      Allright ... now to make your AJAX request using Prototype?&lt;br /&gt;
&lt;br /&gt;
Here are some steps, validation is up to you, always use serverside (PHP) validation ! &lt;img src=&quot;images/smiles/smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
In the &lt;span style=&quot;text-decoration: underline&quot;&gt;default steps&lt;/span&gt; I presume you have some javascript knowledge, whereas in the &lt;span style=&quot;text-decoration: underline&quot;&gt;Steps to make an AJAX request WITH a return value&lt;/span&gt; it should be a copy paste job, so scroll down if you want a working snipplet  &lt;img src=&quot;images/smiles/smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Default steps:&lt;/span&gt;&lt;br /&gt;
&lt;ol type=&quot;1&quot;&gt;&lt;br /&gt;
&lt;li&gt;Load prototype: ( of course in your javascript folder )&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;js/prototype.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;Run updater&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;nbsp; &amp;nbsp;new Ajax.Updater&lt;br /&gt;
&amp;nbsp; &amp;#40;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;'my_output_id1', url_ajax + 'my_get_action='+ escape&amp;#40;inputvalue&amp;#41;,&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#123;&amp;nbsp; &amp;#125;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#41;; &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;OR&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt;Just sent a request without a need for a div id to be updated with any results returned by the AJAX request:&lt;br /&gt;
Run the request:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;nbsp; &amp;nbsp;var my_parameters = 'my_post_action=' + escape&amp;#40;inputvalue&amp;#41;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;var myAjax = new Ajax.Request&amp;#40;url_ajax, &amp;#123; method&amp;#58; 'post', parameters&amp;#58; my_parameters&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#125;&amp;#41;;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;OR&lt;/span&gt;&lt;br /&gt;
&lt;li&gt;If you need to trigger some functions when the request has been processed, lets run it like this: ( using the alert() function ):&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;nbsp; &amp;nbsp;var my_parameters = 'my_post_action=' + escape&amp;#40;inputvalue&amp;#41;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;var myAjax = new Ajax.Request&amp;#40;url_ajax, &amp;#123; method&amp;#58; 'post', parameters&amp;#58; my_parameters, onSuccess&amp;#58; function&amp;#40;transport&amp;#41; &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; alert&amp;#40;'Done!'&amp;#41;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#125;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#125;&amp;#41;;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/ul&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Steps to make an AJAX request WITH a return value:&lt;/span&gt;&lt;br /&gt;
&lt;ol type=&quot;1&quot;&gt;&lt;br /&gt;
&lt;li&gt;Load prototype: ( of course in your javascript folder )&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;js/prototype.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt;Load your AJAX definitions:&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;js/ajax.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt;js/ajax.js contents:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;var url_ajax = &amp;quot;./js/ajax.php?&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
function my_ajax_request1&amp;#40;&amp;#41;&lt;br /&gt;
&amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;var inputvalue = document.getElementById&amp;#40;'my_input_id1'&amp;#41;.value;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;if&amp;#40;!validateinput&amp;#40;inputvalue&amp;#41;&amp;#41;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; alert&amp;#40;'No valid input'&amp;#41;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; return;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#125;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;// Optional&lt;br /&gt;
&amp;nbsp; &amp;nbsp;document.getElementById&amp;#40;'loading'&amp;#41;.innerHTML = 'Sending request ..';&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;new Ajax.Updater&lt;br /&gt;
&amp;nbsp; &amp;#40;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;'my_output_id1', url_ajax + 'my_get_action='+ escape&amp;#40;inputvalue&amp;#41;,&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#123;&amp;nbsp; &amp;#125;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#41;;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;// Optional&lt;br /&gt;
&amp;nbsp; &amp;nbsp;document.getElementById&amp;#40;'loading'&amp;#41;.innerHTML = '';&lt;br /&gt;
&amp;#125;&lt;br /&gt;
&lt;br /&gt;
function validateinput&amp;#40;input&amp;#41;&lt;br /&gt;
&amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;// Validation is up to you, always use serverside &amp;#40;PHP&amp;#41; validation !&lt;br /&gt;
&amp;nbsp; &amp;nbsp;return true;&lt;br /&gt;
&amp;#125;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt;HTML:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;My first ajax request&amp;#58;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;loading&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;input type=&amp;quot;text&amp;quot; id=&amp;quot;my_input_id1&amp;quot; onChange=&amp;quot;my_ajax_request1&amp;#40;&amp;#41;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;my_output_id1&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt;js/ajax.php contents:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;?php&lt;br /&gt;
// KISS&lt;br /&gt;
if&amp;#40;isset&amp;#40;$_GET&amp;#41;&amp;#41;&lt;br /&gt;
&amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;print_r&amp;#40;$_GET&amp;#41;;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
else&lt;br /&gt;
&amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;echo 'No GET vars found';&lt;br /&gt;
&amp;#125;&lt;br /&gt;
?&amp;gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/ol&gt;</description>
			                                        <comments>http://www.ramonfincken.com/p71/PHP+coding/%5Bsnipplet%5D+Prototype+AJAX+request+with+and+without+a+return+value+in+a+div+element+...html</comments>
			                                        <author>ramon fincken</author>
			                                        <pubDate>Sat Aug 02, 2008 5:48 pm</pubDate>
			                                        <guid isPermaLink="true">http://www.ramonfincken.com/p71/PHP+coding/%5Bsnipplet%5D+Prototype+AJAX+request+with+and+without+a+return+value+in+a+div+element+...html</guid>
			                                      </item>
			                                      <item>
			                                        <title>phpbb2 Default (Re:) Subject on Reply</title>
			                                        <link>http://www.ramonfincken.com/p70/PHP+coding/phpbb2+Default+Re%3A+Subject+on+Reply.html</link>
			                                        <description>&lt;br /&gt;
			                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.ramonfincken.com/profile.php?mode=viewprofile&amp;u=3'&gt;ramon fincken&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
			                                      &lt;b&gt;Posted:&lt;/b&gt; Wed Jul 23, 2008 6:49 am&lt;br /&gt;&lt;br /&gt;
			                                      &lt;br /&gt;&lt;br /&gt;
			                                      Ok it took me a while to find, but here it is &lt;img src=&quot;images/smiles/smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.phpbbhacks.com/download/1967&quot; target=&quot;_blank&quot;&gt;http://www.phpbbhacks.com/download/1967&lt;/a&gt;&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;##&amp;nbsp; &amp;nbsp;Hack Title&amp;#58;&amp;nbsp; &amp;nbsp; &amp;nbsp;Default Subject on Reply&lt;br /&gt;
##&amp;nbsp; &amp;nbsp;Hack Version&amp;#58;&amp;nbsp; &amp;nbsp; &amp;nbsp; 1.0.1&lt;br /&gt;
##&amp;nbsp; &amp;nbsp;Hack Author&amp;#58;&amp;nbsp; &amp;nbsp; John McKernan &amp;#40;JohnMcK, PRESAGEmedia&amp;#41;&lt;br /&gt;
##&lt;br /&gt;
##&amp;nbsp; &amp;nbsp;Hack Description&amp;#58;&amp;nbsp; This hack inserts a default subject into the 'subject'&lt;br /&gt;
##&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; field when replying to posts. The default subject&lt;br /&gt;
##&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; inserted is&amp;#58; &amp;quot;re&amp;#58; &amp;lt;topic title here&amp;gt;&amp;quot;.&lt;br /&gt;
##&lt;br /&gt;
##&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; It's very easy to install, just 2 simple edits.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can even forget the lang_main.php edit, and hardcode it in your posting.php&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;$subject = 'Re&amp;#58; ' . $post_info&amp;#91;'topic_title'&amp;#93;;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ow &lt;img src=&quot;images/smiles/wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt; and the first and only occurence of your FIND action is around line 774&lt;br /&gt;
&lt;br /&gt;
I have installed the mod over here, and it works like a charm !</description>
			                                        <comments>http://www.ramonfincken.com/p70/PHP+coding/phpbb2+Default+Re%3A+Subject+on+Reply.html</comments>
			                                        <author>ramon fincken</author>
			                                        <pubDate>Wed Jul 23, 2008 6:49 am</pubDate>
			                                        <guid isPermaLink="true">http://www.ramonfincken.com/p70/PHP+coding/phpbb2+Default+Re%3A+Subject+on+Reply.html</guid>
			                                      </item>
			                                      <item>
			                                        <title>[possible solution] Seeing ï»¿ on your website ( top left ) ?</title>
			                                        <link>http://www.ramonfincken.com/p69/HTML+and+other+markup6programming+languages/%5Bpossible+solution%5D+Seeing+%EF%BB%BF+on+your+website++top+left++%3F.html</link>
			                                        <description>&lt;br /&gt;
			                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.ramonfincken.com/profile.php?mode=viewprofile&amp;u=3'&gt;ramon fincken&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
			                                      &lt;b&gt;Posted:&lt;/b&gt; Tue Jul 08, 2008 8:03 am&lt;br /&gt;&lt;br /&gt;
			                                      &lt;br /&gt;&lt;br /&gt;
			                                      Seeing&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;nbsp;ï»¿&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt; before your DOCTYPE or HTML elements?&lt;br /&gt;
&lt;br /&gt;
I'm not sure but I have a hunch how it came there. One of my customers had this problem on the other day.&lt;br /&gt;
&lt;br /&gt;
We compared some stuff and it appeared that these weird characters appear either using Dreamweaver or an FTP application that doesn't have its encoding right ..&lt;br /&gt;
&lt;br /&gt;
Update:&lt;br /&gt;
Saving/uploading with an ANSI encoding should take care of your problem.&lt;br /&gt;
&lt;br /&gt;
Browser ouput:&lt;br /&gt;
&lt;img src=&quot;http://www.ramonfincken.com/uploads/topic52_1.png&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Source:&lt;br /&gt;
&lt;img src=&quot;http://www.ramonfincken.com/uploads/topic52_2.png&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Related topic (dutch):&lt;br /&gt;
&lt;a href=&quot;http://www.tbforum.nl/thread/112730.html&quot; target=&quot;_blank&quot;&gt;http://www.tbforum.nl/thread/112730.html&lt;/a&gt;</description>
			                                        <comments>http://www.ramonfincken.com/p69/HTML+and+other+markup6programming+languages/%5Bpossible+solution%5D+Seeing+%EF%BB%BF+on+your+website++top+left++%3F.html</comments>
			                                        <author>ramon fincken</author>
			                                        <pubDate>Tue Jul 08, 2008 8:03 am</pubDate>
			                                        <guid isPermaLink="true">http://www.ramonfincken.com/p69/HTML+and+other+markup6programming+languages/%5Bpossible+solution%5D+Seeing+%EF%BB%BF+on+your+website++top+left++%3F.html</guid>
			                                      </item>
			                                      <item>
			                                        <title>[solution] Adding &amp;quot;www.&amp;quot; in front of your domain using htaccess rewrite rules ( modrewrite )</title>
			                                        <link>http://www.ramonfincken.com/p68/PHP+coding/%5Bsolution%5D+Adding+6quot%3Bwww.6quot%3B+in+front+of+your+domain+using+htaccess+rewrite+rules++modrewrite+.html</link>
			                                        <description>&lt;br /&gt;
			                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.ramonfincken.com/profile.php?mode=viewprofile&amp;u=3'&gt;ramon fincken&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
			                                      &lt;b&gt;Posted:&lt;/b&gt; Mon Jul 07, 2008 8:01 pm&lt;br /&gt;&lt;br /&gt;
			                                      &lt;br /&gt;&lt;br /&gt;
			                                      Allright, if you require to have a &amp;quot;&lt;span style=&quot;font-weight: bold&quot;&gt;www&lt;/span&gt;.&amp;quot; in front of your domain name at all times add this to your htaccess file:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;Options +FollowSymLinks&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteBase /&lt;br /&gt;
RewriteCond %&amp;#123;HTTP_HOST&amp;#125; !^www\.ramonfincken\.com$ &amp;#91;NC&amp;#93;&lt;br /&gt;
RewriteRule ^&amp;#40;.*&amp;#41;$ http&amp;#58;//www.ramonfincken.com/$1 &amp;#91;R=301,L&amp;#93;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It completely rewrites ( click to see in action ! )&lt;br /&gt;
&lt;a href=&quot;http://ramonfincken.com&quot; target=&quot;_blank&quot;&gt;http://ramonfincken.com&lt;/a&gt; to &lt;a href=&quot;http://www.ramonfincken.com&quot; target=&quot;_blank&quot;&gt;http://www.ramonfincken.com&lt;/a&gt;&lt;br /&gt;
and also &lt;br /&gt;
&lt;a href=&quot;http://ramonfincken.com/?foo=bar&quot; target=&quot;_blank&quot;&gt;http://ramonfincken.com/?foo=bar&lt;/a&gt; to &lt;a href=&quot;http://www.ramonfincken.com/?foo=bar&quot; target=&quot;_blank&quot;&gt;http://www.ramonfincken.com/?foo=bar&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Read on:&lt;/span&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.askapache.com/htaccess/mod_rewrite-tips-and-tricks.html#default-mod-rewrite-hint&quot; target=&quot;_blank&quot;&gt;http://www.askapache.com/htaccess/mod_r...write-hint&lt;/a&gt;</description>
			                                        <comments>http://www.ramonfincken.com/p68/PHP+coding/%5Bsolution%5D+Adding+6quot%3Bwww.6quot%3B+in+front+of+your+domain+using+htaccess+rewrite+rules++modrewrite+.html</comments>
			                                        <author>ramon fincken</author>
			                                        <pubDate>Mon Jul 07, 2008 8:01 pm</pubDate>
			                                        <guid isPermaLink="true">http://www.ramonfincken.com/p68/PHP+coding/%5Bsolution%5D+Adding+6quot%3Bwww.6quot%3B+in+front+of+your+domain+using+htaccess+rewrite+rules++modrewrite+.html</guid>
			                                      </item>
			                                      <item>
			                                        <title>[solution][snipplet] Adding a bbcode parser for Mantis 1.1.1 based on Phpbb2</title>
			                                        <link>http://www.ramonfincken.com/p67/PHP+coding/Re%3A+%5Bsolution%5D%5Bsnipplet%5D+Adding+a+bbcode+parser+for+Mantis+1.1.1+based+on+Phpbb2.html</link>
			                                        <description>&lt;br /&gt;
			                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.ramonfincken.com/profile.php?mode=viewprofile&amp;u=3'&gt;ramon fincken&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
			                                      &lt;b&gt;Posted:&lt;/b&gt; Sun Jun 29, 2008 10:38 am&lt;br /&gt;&lt;br /&gt;
			                                      &lt;br /&gt;&lt;br /&gt;
			                                      Update @ 29 06 2008&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Instuctionset to update below, please scroll up to re-download the zipfile.&lt;br /&gt;
I have included a contrib folder.&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;OPEN&lt;br /&gt;
root/core/string_api.php&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;FIND&lt;br /&gt;
# Around line 81&lt;br /&gt;
&amp;nbsp; &amp;nbsp;# --------------------&lt;br /&gt;
&amp;nbsp; &amp;nbsp;# Similar to nl2br, but fixes up a problem where new lines are doubled between&lt;br /&gt;
&amp;nbsp; &amp;nbsp;# &amp;lt;pre&amp;gt; tags.&lt;br /&gt;
&amp;nbsp; &amp;nbsp;# additionally, wrap the text an $p_wrap character intervals if the config is set&lt;br /&gt;
&amp;nbsp; &amp;nbsp;function string_nl2br&amp;#40; $p_string, $p_wrap = 100 &amp;#41; &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;$output = '';&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;AFTER, ADD&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;/**&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; * Parse BBcode hack for Mantis 1.1.1&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; * @author Ramon Fincken, &lt;a href=&quot;http://www.websitefreelancers.nl&quot; target=&quot;_blank&quot;&gt;www.websitefreelancers.nl&lt;/a&gt; &lt;a href=&quot;http://www.ramonfincken.com&quot; target=&quot;_blank&quot;&gt;www.ramonfincken.com&lt;/a&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; * &lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; * Added&amp;#58; bbencode function calls&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; */&amp;nbsp; &amp;nbsp;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;$match_count = preg_match_all&amp;#40;&amp;quot;#\&amp;#91;code\&amp;#93;&amp;#40;.*?&amp;#41;\&amp;#91;/code\&amp;#93;#si&amp;quot;, $p_string, $matches&amp;#41;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;if&amp;#40;$match_count&amp;#41; &amp;#123; return&amp;#40;$p_string&amp;#41;;&amp;nbsp; &amp;#125;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;</description>
			                                        <comments>http://www.ramonfincken.com/p67/PHP+coding/Re%3A+%5Bsolution%5D%5Bsnipplet%5D+Adding+a+bbcode+parser+for+Mantis+1.1.1+based+on+Phpbb2.html</comments>
			                                        <author>ramon fincken</author>
			                                        <pubDate>Sun Jun 29, 2008 10:38 am</pubDate>
			                                        <guid isPermaLink="true">http://www.ramonfincken.com/p67/PHP+coding/Re%3A+%5Bsolution%5D%5Bsnipplet%5D+Adding+a+bbcode+parser+for+Mantis+1.1.1+based+on+Phpbb2.html</guid>
			                                      </item>
			                                      <item>
			                                        <title>phpbb2 antispam 1.2.9</title>
			                                        <link>http://www.ramonfincken.com/p65/Antispam/phpbb2+antispam+1.2.9.html</link>
			                                        <description>&lt;br /&gt;
			                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.ramonfincken.com/profile.php?mode=viewprofile&amp;u=3'&gt;ramon fincken&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
			                                      &lt;b&gt;Posted:&lt;/b&gt; Thu Jun 26, 2008 9:05 am&lt;br /&gt;&lt;br /&gt;
			                                      &lt;br /&gt;&lt;br /&gt;
			                                      Yes ! I released Version 1.2.9 today and I love it allready &lt;img src=&quot;images/smiles/wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Download it here:&lt;br /&gt;
&lt;a href=&quot;http://www.phpbbantispam.com/&quot; target=&quot;_blank&quot;&gt;http://www.phpbbantispam.com/&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
Screenshots:&lt;br /&gt;
&lt;a href=&quot;http://phpbbantispam.com/viewtopic.php?t=113&quot; target=&quot;_blank&quot;&gt;http://phpbbantispam.com/viewtopic.php?t=113&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Upgrade info:&lt;br /&gt;
&lt;a href=&quot;http://phpbbantispam.com/viewtopic.php?t=139&quot; target=&quot;_blank&quot;&gt;http://phpbbantispam.com/viewtopic.php?t=139&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;All changes below:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
-ACP: Fieldfest-&lt;br /&gt;
No alterations in functions.&lt;br /&gt;
&lt;br /&gt;
-ACP: Management-&lt;br /&gt;
No alterations in functions.&lt;br /&gt;
&lt;br /&gt;
-ACP: Spam Database-&lt;br /&gt;
No alterations in functions.&lt;br /&gt;
&lt;br /&gt;
-ACP: Testcenter-&lt;br /&gt;
No alterations in functions.&lt;br /&gt;
&lt;br /&gt;
-ACP: Wordlist-&lt;br /&gt;
No alterations in functions.&lt;br /&gt;
&lt;br /&gt;
-Core function-&lt;br /&gt;
* Cleanup and alignment of code for most files&lt;br /&gt;
* Optimization of code, and functions&lt;br /&gt;
* Added: some length checks&lt;br /&gt;
* Added: 3 second delay on the register page&lt;br /&gt;
* Added: 2 phpbb_root_path and phpEx bot stoppers&lt;br /&gt;
* Added: changed usergroups to usertable attribute to cleanup usergroup&lt;br /&gt;
* Added: removal of [b ][/b ] alike in check level 1&lt;br /&gt;
* Added: [url=somesites.nw]Some site[/url] seen as a valid url in posts&lt;br /&gt;
&lt;a href=&quot;http://phpbbantispam.com/viewtopic.php?t=129&quot; target=&quot;_blank&quot;&gt;http://phpbbantispam.com/viewtopic.php?t=129&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
-FieldFest function-&lt;br /&gt;
No alterations in functions.&lt;br /&gt;
&lt;br /&gt;
-Semicron function-&lt;br /&gt;
* Enabled again, the userlist wil clean itself up and users will have a new attribute &lt;img src=&quot;images/smiles/smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
-Lang file-&lt;br /&gt;
* Added italian langfile !&lt;br /&gt;
&lt;br /&gt;
-API-&lt;br /&gt;
No alterations in functions.&lt;br /&gt;
&lt;br /&gt;
-Bugfixes-&lt;br /&gt;
* Spamcheck level goes to 1&lt;br /&gt;
&lt;a href=&quot;http://phpbbantispam.com/viewtopic.php?t=130&quot; target=&quot;_blank&quot;&gt;http://phpbbantispam.com/viewtopic.php?t=130&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
-Language entries updated-&lt;br /&gt;
No new entries.&lt;br /&gt;
&lt;br /&gt;
-Installation-&lt;br /&gt;
No alterations in functions.&lt;br /&gt;
&lt;br /&gt;
Upgrade instructions are in the 1.2.9 zipfile</description>
			                                        <comments>http://www.ramonfincken.com/p65/Antispam/phpbb2+antispam+1.2.9.html</comments>
			                                        <author>ramon fincken</author>
			                                        <pubDate>Thu Jun 26, 2008 9:05 am</pubDate>
			                                        <guid isPermaLink="true">http://www.ramonfincken.com/p65/Antispam/phpbb2+antispam+1.2.9.html</guid>
			                                      </item>
			                                      <item>
			                                        <title>[solution] Outlook 0x800ccc0b error</title>
			                                        <link>http://www.ramonfincken.com/p64/Lounge/%5Bsolution%5D+Outlook+0x800ccc0b+error.html</link>
			                                        <description>&lt;br /&gt;
			                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.ramonfincken.com/profile.php?mode=viewprofile&amp;u=3'&gt;ramon fincken&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
			                                      &lt;b&gt;Posted:&lt;/b&gt; Fri Jun 20, 2008 7:07 pm&lt;br /&gt;&lt;br /&gt;
			                                      &lt;br /&gt;&lt;br /&gt;
			                                      Allright I got this error all of the sudden, turned out that I had to &lt;span style=&quot;text-decoration: underline&quot;&gt;enable &amp;quot;My Server Requires Authentication&amp;quot;&lt;/span&gt; and I could sent emails again &lt;img src=&quot;images/smiles/smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Read on:&lt;br /&gt;
&lt;a href=&quot;http://www.nettigritty.com/faq/mail/error-number-0x800ccc0b/&quot; target=&quot;_blank&quot;&gt;http://www.nettigritty.com/faq/mail/err...x800ccc0b/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.google.nl/search?num=100&amp;amp;hl=nl&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla:nl:official&amp;amp;hs=Pvl&amp;amp;sa=X&amp;amp;oi=spell&amp;amp;resnum=0&amp;amp;ct=result&amp;amp;cd=1&amp;amp;q=outlook+800ccc0b&amp;amp;spell=1&quot; target=&quot;_blank&quot;&gt;http://www.google.nl/search?num=100&amp;amp...mp;spell=1&lt;/a&gt;</description>
			                                        <comments>http://www.ramonfincken.com/p64/Lounge/%5Bsolution%5D+Outlook+0x800ccc0b+error.html</comments>
			                                        <author>ramon fincken</author>
			                                        <pubDate>Fri Jun 20, 2008 7:07 pm</pubDate>
			                                        <guid isPermaLink="true">http://www.ramonfincken.com/p64/Lounge/%5Bsolution%5D+Outlook+0x800ccc0b+error.html</guid>
			                                      </item>
			                                      <item>
			                                        <title>[possible solution] Seeing weird chars for places with umlauts and ë ?</title>
			                                        <link>http://www.ramonfincken.com/p62/PHP+coding/%5Bpossible+solution%5D+Seeing+weird+chars+for+places+with+umlauts+and+%EB+%3F.html</link>
			                                        <description>&lt;br /&gt;
			                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.ramonfincken.com/profile.php?mode=viewprofile&amp;u=3'&gt;ramon fincken&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
			                                      &lt;b&gt;Posted:&lt;/b&gt; Fri Jun 13, 2008 12:14 pm&lt;br /&gt;&lt;br /&gt;
			                                      &lt;br /&gt;&lt;br /&gt;
			                                      Seeing weird chars for places with umlauts and ë ?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I did this on a dutch website, put the code in your HEAD secion:&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;META content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=Content-Type&amp;gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
See the end result over here:&lt;br /&gt;
&lt;a href=&quot;http://www.f1news.nl/news/3803-Grand-Prix+van+Belgi%EB+opnieuw+in+de+problemen.html&quot; target=&quot;_blank&quot;&gt;http://www.f1news.nl/news/3803-Grand-Pr...lemen.html&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.f1news.nl/archive/2008/januari/&quot; target=&quot;_blank&quot;&gt;http://www.f1news.nl/archive/2008/januari/&lt;/a&gt;</description>
			                                        <comments>http://www.ramonfincken.com/p62/PHP+coding/%5Bpossible+solution%5D+Seeing+weird+chars+for+places+with+umlauts+and+%EB+%3F.html</comments>
			                                        <author>ramon fincken</author>
			                                        <pubDate>Fri Jun 13, 2008 12:14 pm</pubDate>
			                                        <guid isPermaLink="true">http://www.ramonfincken.com/p62/PHP+coding/%5Bpossible+solution%5D+Seeing+weird+chars+for+places+with+umlauts+and+%EB+%3F.html</guid>
			                                      </item>
			                                      <item>
			                                        <title>My services</title>
			                                        <link>http://www.ramonfincken.com/p61/Services/My+services.html</link>
			                                        <description>&lt;br /&gt;
			                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.ramonfincken.com/profile.php?mode=viewprofile&amp;u=3'&gt;ramon fincken&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
			                                      &lt;b&gt;Posted:&lt;/b&gt; Tue Jun 10, 2008 11:12 am&lt;br /&gt;&lt;br /&gt;
			                                      &lt;br /&gt;&lt;br /&gt;
			                                      &lt;span style=&quot;font-weight: bold&quot;&gt;Who am I?&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
I'm a WebSitefreelancer with more then 10 years of experience.&lt;br /&gt;
Coding and managing is what I do on daily basis. I have good contacts with partner freelancers and am preferred supplier of about a dozen companies.&lt;br /&gt;
&lt;br /&gt;
I deliver complete custom webshops from scratch, debug existing code (PHP or XHTML and CSS), move your website or database to a new location, create and deliver a brand new logodesign, create a website layout ( Photoshop ) and deliver many many more services which are website or internet related.&lt;br /&gt;
&lt;br /&gt;
Feel free to ask for a quote!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;My Specialties:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;text-decoration: underline&quot;&gt;Web Techniques:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
PHP, JavaScript, AJAX, Custom phpBB2 scripting, Coding, Debugging, Flash actionscripting, Smarty&lt;br /&gt;
&lt;br /&gt;
Design, Slicing, Basing, XHTML, CSS, Tableless, W3 valid, Crossbrowser, Semantic&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;text-decoration: underline&quot;&gt;Experiences and knowledge:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Office: Microsoft Office 97, 2000, 2003, OpenOffice&lt;br /&gt;
Operating systems: Microsoft Windows 3.11, 9x, 2000, xp&lt;br /&gt;
&lt;br /&gt;
Databases: MySQL 4.x, 5,x, PHPMyAdmin 2.x&lt;br /&gt;
&lt;br /&gt;
Control Panels: Plesk 7.5.4, 8.x, Direct Admin 1.x, cPanel / WHM 11.x, Transip, xController, Virtuozo</description>
			                                        <comments>http://www.ramonfincken.com/p61/Services/My+services.html</comments>
			                                        <author>ramon fincken</author>
			                                        <pubDate>Tue Jun 10, 2008 11:12 am</pubDate>
			                                        <guid isPermaLink="true">http://www.ramonfincken.com/p61/Services/My+services.html</guid>
			                                      </item>
			                                      <item>
			                                        <title>phpbb2 inline google ads</title>
			                                        <link>http://www.ramonfincken.com/p60/PHP+coding/Re%3A+phpbb2+inline+google+ads.html</link>
			                                        <description>&lt;br /&gt;
			                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.ramonfincken.com/profile.php?mode=viewprofile&amp;u=3'&gt;ramon fincken&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
			                                      &lt;b&gt;Posted:&lt;/b&gt; Mon Jun 09, 2008 9:21 pm&lt;br /&gt;&lt;br /&gt;
			                                      &lt;br /&gt;&lt;br /&gt;
			                                      See also:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.mydigitallife.info/2005/11/08/phpbb-create-a-vertical-cell-or-pane-on-the-left-side-of-the-forum-for-google-adsense/&quot; target=&quot;_blank&quot;&gt;http://www.mydigitallife.info/2005/11/0...e-adsense/&lt;/a&gt;</description>
			                                        <comments>http://www.ramonfincken.com/p60/PHP+coding/Re%3A+phpbb2+inline+google+ads.html</comments>
			                                        <author>ramon fincken</author>
			                                        <pubDate>Mon Jun 09, 2008 9:21 pm</pubDate>
			                                        <guid isPermaLink="true">http://www.ramonfincken.com/p60/PHP+coding/Re%3A+phpbb2+inline+google+ads.html</guid>
			                                      </item>
			                                      <item>
			                                        <title>[solution] Parsing XML to an array</title>
			                                        <link>http://www.ramonfincken.com/p59/PHP+coding/Re%3A+%5Bsolution%5D+Parsing+XML+to+an+array.html</link>
			                                        <description>&lt;br /&gt;
			                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.ramonfincken.com/profile.php?mode=viewprofile&amp;u=3'&gt;ramon fincken&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
			                                      &lt;b&gt;Posted:&lt;/b&gt; Fri Jun 06, 2008 7:36 am&lt;br /&gt;&lt;br /&gt;
			                                      &lt;br /&gt;&lt;br /&gt;
			                                      Perhaps even better:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://us2.php.net/manual/en/simplexml.examples.php&quot; target=&quot;_blank&quot;&gt;http://us2.php.net/manual/en/simplexml.examples.php&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;?php&lt;br /&gt;
$xmlstr = &amp;lt;&amp;lt;&amp;lt;XML&lt;br /&gt;
&amp;lt;?xml version='1.0' standalone='yes'?&amp;gt;&lt;br /&gt;
&amp;lt;movies&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;lt;movie&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;title&amp;gt;PHP&amp;#58; Behind the Parser&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;characters&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;character&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;name&amp;gt;Ms. Coder&amp;lt;/name&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;actor&amp;gt;Onlivia Actora&amp;lt;/actor&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;/character&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;character&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;name&amp;gt;Mr. Coder&amp;lt;/name&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;actor&amp;gt;El Act&amp;#211;r&amp;lt;/actor&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;/character&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/characters&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;plot&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;So, this language. It's like, a programming language. Or is it a&lt;br /&gt;
&amp;nbsp; &amp;nbsp;scripting language? All is revealed in this thrilling horror spoof&lt;br /&gt;
&amp;nbsp; &amp;nbsp;of a documentary.&lt;br /&gt;
&amp;nbsp; &amp;lt;/plot&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;great-lines&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;line&amp;gt;PHP solves all my web problems&amp;lt;/line&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/great-lines&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;rating type=&amp;quot;thumbs&amp;quot;&amp;gt;7&amp;lt;/rating&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;rating type=&amp;quot;stars&amp;quot;&amp;gt;5&amp;lt;/rating&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;lt;/movie&amp;gt;&lt;br /&gt;
&amp;lt;/movies&amp;gt;&lt;br /&gt;
XML;&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;?php&lt;br /&gt;
include 'example.php';&lt;br /&gt;
&lt;br /&gt;
$xml = new SimpleXMLElement&amp;#40;$xmlstr&amp;#41;;&lt;br /&gt;
&lt;br /&gt;
echo $xml-&amp;gt;movie&amp;#91;0&amp;#93;-&amp;gt;plot; // &amp;quot;So this language. It's like...&amp;quot;&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;?php&lt;br /&gt;
include 'example.php';&lt;br /&gt;
&lt;br /&gt;
$xml = new SimpleXMLElement&amp;#40;$xmlstr&amp;#41;;&lt;br /&gt;
&lt;br /&gt;
/* Access the &amp;lt;rating&amp;gt; nodes of the first movie.&lt;br /&gt;
&amp;nbsp;* Output the rating scale, too. */&lt;br /&gt;
foreach &amp;#40;$xml-&amp;gt;movie&amp;#91;0&amp;#93;-&amp;gt;rating as $rating&amp;#41; &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; switch&amp;#40;&amp;#40;string&amp;#41; $rating&amp;#91;'type'&amp;#93;&amp;#41; &amp;#123; // Get attributes as element indices&lt;br /&gt;
&amp;nbsp; &amp;nbsp; case 'thumbs'&amp;#58;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $rating, ' thumbs up';&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; break;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; case 'stars'&amp;#58;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo $rating, ' stars';&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; break;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;#125;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;</description>
			                                        <comments>http://www.ramonfincken.com/p59/PHP+coding/Re%3A+%5Bsolution%5D+Parsing+XML+to+an+array.html</comments>
			                                        <author>ramon fincken</author>
			                                        <pubDate>Fri Jun 06, 2008 7:36 am</pubDate>
			                                        <guid isPermaLink="true">http://www.ramonfincken.com/p59/PHP+coding/Re%3A+%5Bsolution%5D+Parsing+XML+to+an+array.html</guid>
			                                      </item>
			                                      <item>
			                                        <title>[solution] Having a htaccess file giving you a 403 error on the whole site?</title>
			                                        <link>http://www.ramonfincken.com/p58/PHP+coding/%5Bsolution%5D+Having+a+htaccess+file+giving+you+a+403+error+on+the+whole+site%3F.html</link>
			                                        <description>&lt;br /&gt;
			                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.ramonfincken.com/profile.php?mode=viewprofile&amp;u=3'&gt;ramon fincken&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
			                                      &lt;b&gt;Posted:&lt;/b&gt; Wed May 28, 2008 8:07 pm&lt;br /&gt;&lt;br /&gt;
			                                      &lt;br /&gt;&lt;br /&gt;
			                                      Having a htaccess file giving you 403 all over the place?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try to add the FollowSymlinks option:&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;Options +FollowSymlinks&lt;br /&gt;
RewriteEngine On&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;</description>
			                                        <comments>http://www.ramonfincken.com/p58/PHP+coding/%5Bsolution%5D+Having+a+htaccess+file+giving+you+a+403+error+on+the+whole+site%3F.html</comments>
			                                        <author>ramon fincken</author>
			                                        <pubDate>Wed May 28, 2008 8:07 pm</pubDate>
			                                        <guid isPermaLink="true">http://www.ramonfincken.com/p58/PHP+coding/%5Bsolution%5D+Having+a+htaccess+file+giving+you+a+403+error+on+the+whole+site%3F.html</guid>
			                                      </item>
			                                      <item>
			                                        <title>[solution] What is the mantis bugtracker default admin password after installing</title>
			                                        <link>http://www.ramonfincken.com/p57/PHP+coding/%5Bsolution%5D+What+is+the+mantis+bugtracker+default+admin+password+after+installing.html</link>
			                                        <description>&lt;br /&gt;
			                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.ramonfincken.com/profile.php?mode=viewprofile&amp;u=3'&gt;ramon fincken&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
			                                      &lt;b&gt;Posted:&lt;/b&gt; Tue May 27, 2008 7:06 am&lt;br /&gt;&lt;br /&gt;
			                                      &lt;br /&gt;&lt;br /&gt;
			                                      The default credentials after installing Mantis 1.1.1 bugtracker ( /admin/install.php )&lt;br /&gt;
&lt;br /&gt;
are:&lt;br /&gt;
&lt;br /&gt;
user: administrator&lt;br /&gt;
pass: root</description>
			                                        <comments>http://www.ramonfincken.com/p57/PHP+coding/%5Bsolution%5D+What+is+the+mantis+bugtracker+default+admin+password+after+installing.html</comments>
			                                        <author>ramon fincken</author>
			                                        <pubDate>Tue May 27, 2008 7:06 am</pubDate>
			                                        <guid isPermaLink="true">http://www.ramonfincken.com/p57/PHP+coding/%5Bsolution%5D+What+is+the+mantis+bugtracker+default+admin+password+after+installing.html</guid>
			                                      </item>
			                                      <item>
			                                        <title>[solution] Move my new message from bottom to top of reply Mozilla Thunderbird</title>
			                                        <link>http://www.ramonfincken.com/p56/Lounge/%5Bsolution%5D+Move+my+new+message+from+bottom+to+top+of+reply+Mozilla+Thunderbird.html</link>
			                                        <description>&lt;br /&gt;
			                                      &lt;b&gt;Author:&lt;/b&gt; &lt;a href='http://www.ramonfincken.com/profile.php?mode=viewprofile&amp;u=3'&gt;ramon fincken&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
			                                      &lt;b&gt;Posted:&lt;/b&gt; Mon May 26, 2008 1:46 pm&lt;br /&gt;&lt;br /&gt;
			                                      &lt;br /&gt;&lt;br /&gt;
			                                      Allright, well I have Mozilla Thunderbird as mailapplication. &lt;br /&gt;
&lt;br /&gt;
Great programme, yet I was rather annoyed by it's behaviour when replying to a message.&lt;br /&gt;
Every reply started with a quote of the previous message, yet my cursor to start typing was at the very bottom of the new message !&lt;br /&gt;
&lt;br /&gt;
How to solve this and set your position on top of the quoted reply:&lt;br /&gt;
&lt;br /&gt;
Open Thunderbird&lt;br /&gt;
&amp;gt;&amp;gt; “Account Settings”&lt;br /&gt;
&amp;gt;&amp;gt; Open account (s)&lt;br /&gt;
&amp;gt;&amp;gt; Composition &amp;amp; Addressing&lt;br /&gt;
Now, below &amp;quot; Automatically quote the original message when replying &amp;quot;, check &amp;quot; &lt;span style=&quot;text-decoration: underline&quot;&gt;Start my reply above the quote&lt;/span&gt; &amp;quot;&lt;br /&gt;
&lt;br /&gt;
and you're back in business!</description>
			                                        <comments>http://www.ramonfincken.com/p56/Lounge/%5Bsolution%5D+Move+my+new+message+from+bottom+to+top+of+reply+Mozilla+Thunderbird.html</comments>
			                                        <author>ramon fincken</author>
			                                        <pubDate>Mon May 26, 2008 1:46 pm</pubDate>
			                                        <guid isPermaLink="true">http://www.ramonfincken.com/p56/Lounge/%5Bsolution%5D+Move+my+new+message+from+bottom+to+top+of+reply+Mozilla+Thunderbird.html</guid>
			                                      </item></channel></rss>