<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to Make Response Message Text Bolder Than The Rest of The Message in the Response Email of osTicket v1.6 RC5</title>
	<atom:link href="http://www.openscriptsolution.com/2009/12/07/how-to-make-response-message-text-bolder-than-the-rest-of-the-message-in-the-response-email-of-osticket-v1-6-rc5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openscriptsolution.com/2009/12/07/how-to-make-response-message-text-bolder-than-the-rest-of-the-message-in-the-response-email-of-osticket-v1-6-rc5/</link>
	<description>... where solutions for script programming are found ...</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:54:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alex</title>
		<link>http://www.openscriptsolution.com/2009/12/07/how-to-make-response-message-text-bolder-than-the-rest-of-the-message-in-the-response-email-of-osticket-v1-6-rc5/comment-page-1/#comment-4355</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 26 Jul 2011 00:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=969#comment-4355</guid>
		<description>Can someone please update the main codes and let us know the final version? 

Thanks</description>
		<content:encoded><![CDATA[<p>Can someone please update the main codes and let us know the final version? </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernhard</title>
		<link>http://www.openscriptsolution.com/2009/12/07/how-to-make-response-message-text-bolder-than-the-rest-of-the-message-in-the-response-email-of-osticket-v1-6-rc5/comment-page-1/#comment-3629</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Thu, 26 May 2011 10:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=969#comment-3629</guid>
		<description>Hi, 

Implemented everything in OSticket 1.6 Stable. Works fine. 

However the line break (ENTER) done by the staff does not go into the resulting email. 

Any suggestions?</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Implemented everything in OSticket 1.6 Stable. Works fine. </p>
<p>However the line break (ENTER) done by the staff does not go into the resulting email. </p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ege Gorgun</title>
		<link>http://www.openscriptsolution.com/2009/12/07/how-to-make-response-message-text-bolder-than-the-rest-of-the-message-in-the-response-email-of-osticket-v1-6-rc5/comment-page-1/#comment-3330</link>
		<dc:creator>Ege Gorgun</dc:creator>
		<pubDate>Mon, 11 Apr 2011 21:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=969#comment-3330</guid>
		<description>Hi Tyler,

You should also edit &quot;ticket_autoresp_subj&quot; and &quot;ticket_autoresp_body&quot; lines as below to be able to put HTML codes in the new ticket alert template which is sent to the clients:

&lt;pre&gt; &#039;,ticket_autoresp_subj=&#039;.db_input($var[&#039;ticket_autoresp_subj&#039;]).
 &#039;,ticket_autoresp_body=&#039;.db_input($var[&#039;ticket_autoresp_body&#039;]).

And Masino, you should change the above line
&lt;pre&gt;                 &#039;,ticket_reply_subj=&#039;.db_input($info[&#039;ticket_reply_subj&#039;]).
to this:
&lt;pre&gt;                 &#039;,ticket_reply_subj=&#039;.db_input($var[&#039;ticket_reply_subj&#039;]).&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi Tyler,</p>
<p>You should also edit &#8220;ticket_autoresp_subj&#8221; and &#8220;ticket_autoresp_body&#8221; lines as below to be able to put HTML codes in the new ticket alert template which is sent to the clients:</p>
<pre> ',ticket_autoresp_subj='.db_input($var['ticket_autoresp_subj']).
 ',ticket_autoresp_body='.db_input($var['ticket_autoresp_body']).

And Masino, you should change the above line
</pre>
<pre>                 &#039;,ticket_reply_subj=&#039;.db_input($info[&#039;ticket_reply_subj&#039;]).
to this:
</pre>
<pre>                 &#039;,ticket_reply_subj=&#039;.db_input($var[&#039;ticket_reply_subj&#039;]).</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masino Sinaga</title>
		<link>http://www.openscriptsolution.com/2009/12/07/how-to-make-response-message-text-bolder-than-the-rest-of-the-message-in-the-response-email-of-osticket-v1-6-rc5/comment-page-1/#comment-916</link>
		<dc:creator>Masino Sinaga</dc:creator>
		<pubDate>Tue, 08 Dec 2009 16:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=969#comment-916</guid>
		<description>Tyler,

I have re-tested that modification above and there is nothing left. Also, the response email that received by client also worked properly; the response message text was bold as well.</description>
		<content:encoded><![CDATA[<p>Tyler,</p>
<p>I have re-tested that modification above and there is nothing left. Also, the response email that received by client also worked properly; the response message text was bold as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.openscriptsolution.com/2009/12/07/how-to-make-response-message-text-bolder-than-the-rest-of-the-message-in-the-response-email-of-osticket-v1-6-rc5/comment-page-1/#comment-915</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Tue, 08 Dec 2009 15:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=969#comment-915</guid>
		<description>Masino, the instance 2 suggestion you had was already implemented in my code, I guess it was just a bad typo on my part on the post.  The Results are still the same as my original post.  Im just going to revert back and wait for others feedback because I know im doing it right.</description>
		<content:encoded><![CDATA[<p>Masino, the instance 2 suggestion you had was already implemented in my code, I guess it was just a bad typo on my part on the post.  The Results are still the same as my original post.  Im just going to revert back and wait for others feedback because I know im doing it right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masino Sinaga</title>
		<link>http://www.openscriptsolution.com/2009/12/07/how-to-make-response-message-text-bolder-than-the-rest-of-the-message-in-the-response-email-of-osticket-v1-6-rc5/comment-page-1/#comment-913</link>
		<dc:creator>Masino Sinaga</dc:creator>
		<pubDate>Tue, 08 Dec 2009 07:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=969#comment-913</guid>
		<description>Tyler,

I think you have missed the step that you called with &lt;strong&gt;instance 2&lt;/strong&gt; above.
Yours is:
&lt;pre lang=&quot;php&quot; escaped=&quot;true&quot;&gt;
$body = stripslashes(preg_replace(&quot;/(\r\n&#124;\r)/s&quot;, &quot;&quot;, trim($message))); // HTML mode
&lt;/pre&gt;

whereas it should be:
&lt;pre lang=&quot;php&quot; escaped=&quot;true&quot;&gt;
$body = stripslashes(preg_replace(&quot;/(\r\n&#124;\r)/s&quot;, &quot;&lt;br /&gt;&quot;, trim($message))); // HTML mode
&lt;/pre&gt;

In the other words, you missed the &lt;br /&gt; tag which has function to break the line to the next line.</description>
		<content:encoded><![CDATA[<p>Tyler,</p>
<p>I think you have missed the step that you called with <strong>instance 2</strong> above.<br />
Yours is:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$body</span> <span style="color: #339933;">=</span> <span style="color: #990000;">stripslashes</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">preg_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;/(<span style="color: #000099; font-weight: bold;">\r</span><span style="color: #000099; font-weight: bold;">\n</span>|<span style="color: #000099; font-weight: bold;">\r</span>)/s&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">,</span> <span style="color: #990000;">trim</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$message</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// HTML mode</span></pre></div></div>

<p>whereas it should be:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$body</span> <span style="color: #339933;">=</span> <span style="color: #990000;">stripslashes</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">preg_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;/(<span style="color: #000099; font-weight: bold;">\r</span><span style="color: #000099; font-weight: bold;">\n</span>|<span style="color: #000099; font-weight: bold;">\r</span>)/s&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&lt;br /&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #990000;">trim</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$message</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// HTML mode</span></pre></div></div>

<p>In the other words, you missed the &lt;br /> tag which has function to break the line to the next line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.openscriptsolution.com/2009/12/07/how-to-make-response-message-text-bolder-than-the-rest-of-the-message-in-the-response-email-of-osticket-v1-6-rc5/comment-page-1/#comment-911</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Mon, 07 Dec 2009 21:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=969#comment-911</guid>
		<description>looks like I cant paste in the e-mail template without this site changing it, but basically I followed your steps for it</description>
		<content:encoded><![CDATA[<p>looks like I cant paste in the e-mail template without this site changing it, but basically I followed your steps for it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.openscriptsolution.com/2009/12/07/how-to-make-response-message-text-bolder-than-the-rest-of-the-message-in-the-response-email-of-osticket-v1-6-rc5/comment-page-1/#comment-910</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Mon, 07 Dec 2009 21:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=969#comment-910</guid>
		<description>I followed this tutorial for my RC5 and my output e-mail looks like this

Person,A request for support has been created and assigned ticket #757947. A representative will follow-up with you as soon as possible.You can view this ticket&#039;s progress online here: http:/websiteaddress.com/support/view.php?e=emailaddress@email.com&amp;t=757947.If you wish to send additional comments or information regarding this issue, please don&#039;t open a new ticket. Simply login using the link above and update the ticket.websiteaddress.com.com admnimistrator 

I changed the personal info above, but it strips everything down to one line and is not bold.

here are my changes

/support/include/msgtpl.php

&lt;pre lang=&quot;php&quot;&gt;                 &#039;,ticket_reply_subj=&#039;.db_input(Format::striptags($var[&#039;ticket_reply_subj&#039;])).
		 &#039;,ticket_reply_body=&#039;.db_input($var[&#039;ticket_reply_body&#039;]).
 		 &#039;,forgot_ticket_subj=&#039;.db_input(Format::striptags($var[&#039;forgot_ticket_subj&#039;])). 
&lt;/pre&gt;

/support/include/class.email.php


There are 2 entries of step 2 part 1.  I replaced both instances.  1 instance is in the &quot;send&quot; function and another in &quot;sendmail&quot; function.  In my settings i have SMTP as outgoing.

instance 1
&lt;pre lang=&quot;php&quot; escaped=&quot;true&quot;&gt;
//$body = stripslashes(preg_replace(&quot;/(\r\n&#124;\r)/s&quot;, &quot;\n&quot;, trim($message)));
$body = stripslashes(preg_replace(&quot;/(\r\n&#124;\r)/s&quot;, &quot;&quot;, trim($message))); // HTML mode
$fromname=$this-&gt;getName();
&lt;/pre&gt;

instance 2
&lt;pre lang=&quot;php&quot; escaped=&quot;true&quot;&gt;
$subject=stripslashes(preg_replace(&quot;/(\r\n&#124;\r&#124;\n)/s&quot;,&#039;&#039;, trim($subject)));
//$body = stripslashes(preg_replace(&quot;/(\r\n&#124;\r)/s&quot;, &quot;\n&quot;, trim($message)));
$body = stripslashes(preg_replace(&quot;/(\r\n&#124;\r)/s&quot;, &quot;&quot;, trim($message))); // HTML mode
$headers = array (&#039;From&#039; =&gt;$from,
&lt;/pre&gt;

step 2 part 2

&lt;pre lang=&quot;php&quot; escaped=&quot;true&quot;&gt;
if($attachment &amp;&amp; $attachment[&#039;file&#039;] &amp;&amp; is_readable($attachment[&#039;file&#039;])) { //file of.
//$mime-&gt;setTXTBody($body);  // switch to HTML mode below
$mime-&gt;setHTMLBody($body);
$mime-&gt;addAttachment($attachment[&#039;file&#039;],$attachment[&#039;type&#039;],$attachment[&#039;name&#039;]);
&lt;/pre&gt;
  
E-mail template is

&lt;pre lang=&quot;html&quot; escaped=&quot;true&quot;&gt;
&lt;b&gt;%response&lt;/b&gt;
&lt;a href=&quot;%url/view.php?e=%email&amp;t=%ticket&quot; rel=&quot;nofollow&quot;&gt;%url/view.php?e=%email&amp;t=%ticket&lt;/a&gt;
&lt;/pre&gt;

Thanks for the up and coming support, and these tutorials are gold.</description>
		<content:encoded><![CDATA[<p>I followed this tutorial for my RC5 and my output e-mail looks like this</p>
<p>Person,A request for support has been created and assigned ticket #757947. A representative will follow-up with you as soon as possible.You can view this ticket&#8217;s progress online here: http:/websiteaddress.com/support/view.php?e=emailaddress@email.com&amp;t=757947.If you wish to send additional comments or information regarding this issue, please don&#8217;t open a new ticket. Simply login using the link above and update the ticket.websiteaddress.com.com admnimistrator </p>
<p>I changed the personal info above, but it strips everything down to one line and is not bold.</p>
<p>here are my changes</p>
<p>/support/include/msgtpl.php</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">                 <span style="color: #0000ff;">',ticket_reply_subj='</span><span style="color: #339933;">.</span>db_input<span style="color: #009900;">&#40;</span>Format<span style="color: #339933;">::</span><span style="color: #004000;">striptags</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$var</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'ticket_reply_subj'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span>
		 <span style="color: #0000ff;">',ticket_reply_body='</span><span style="color: #339933;">.</span>db_input<span style="color: #009900;">&#40;</span><span style="color: #000088;">$var</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'ticket_reply_body'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span>
 		 <span style="color: #0000ff;">',forgot_ticket_subj='</span><span style="color: #339933;">.</span>db_input<span style="color: #009900;">&#40;</span>Format<span style="color: #339933;">::</span><span style="color: #004000;">striptags</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$var</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'forgot_ticket_subj'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span></pre></div></div>

<p>/support/include/class.email.php</p>
<p>There are 2 entries of step 2 part 1.  I replaced both instances.  1 instance is in the &#8220;send&#8221; function and another in &#8220;sendmail&#8221; function.  In my settings i have SMTP as outgoing.</p>
<p>instance 1</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">//$body = stripslashes(preg_replace(&quot;/(\r\n|\r)/s&quot;, &quot;\n&quot;, trim($message)));</span>
<span style="color: #000088;">$body</span> <span style="color: #339933;">=</span> <span style="color: #990000;">stripslashes</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">preg_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;/(<span style="color: #000099; font-weight: bold;">\r</span><span style="color: #000099; font-weight: bold;">\n</span>|<span style="color: #000099; font-weight: bold;">\r</span>)/s&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">,</span> <span style="color: #990000;">trim</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$message</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// HTML mode</span>
<span style="color: #000088;">$fromname</span><span style="color: #339933;">=</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getName</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>instance 2</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$subject</span><span style="color: #339933;">=</span><span style="color: #990000;">stripslashes</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">preg_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;/(<span style="color: #000099; font-weight: bold;">\r</span><span style="color: #000099; font-weight: bold;">\n</span>|<span style="color: #000099; font-weight: bold;">\r</span>|<span style="color: #000099; font-weight: bold;">\n</span>)/s&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">''</span><span style="color: #339933;">,</span> <span style="color: #990000;">trim</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$subject</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">//$body = stripslashes(preg_replace(&quot;/(\r\n|\r)/s&quot;, &quot;\n&quot;, trim($message)));</span>
<span style="color: #000088;">$body</span> <span style="color: #339933;">=</span> <span style="color: #990000;">stripslashes</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">preg_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;/(<span style="color: #000099; font-weight: bold;">\r</span><span style="color: #000099; font-weight: bold;">\n</span>|<span style="color: #000099; font-weight: bold;">\r</span>)/s&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">,</span> <span style="color: #990000;">trim</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$message</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// HTML mode</span>
<span style="color: #000088;">$headers</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'From'</span> <span style="color: #339933;">=&gt;</span><span style="color: #000088;">$from</span><span style="color: #339933;">,</span></pre></div></div>

<p>step 2 part 2</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$attachment</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #000088;">$attachment</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'file'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #990000;">is_readable</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$attachment</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'file'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #666666; font-style: italic;">//file of.</span>
<span style="color: #666666; font-style: italic;">//$mime-&gt;setTXTBody($body);  // switch to HTML mode below</span>
<span style="color: #000088;">$mime</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">setHTMLBody</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$body</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$mime</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">addAttachment</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$attachment</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'file'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span><span style="color: #000088;">$attachment</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'type'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span><span style="color: #000088;">$attachment</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>E-mail template is</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;b&gt;%response&lt;/b&gt;
&lt;a href=&quot;%url/view.php?e=%email&amp;t=%ticket&quot; rel=&quot;nofollow&quot;&gt;%url/view.php?e=%email&amp;t=%ticket&lt;/a&gt;</pre></div></div>

<p>Thanks for the up and coming support, and these tutorials are gold.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
