<?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 for Tony Virelli - Web Developer - HTML, xHTML, PHP, MySQL, JavaScript</title>
	<atom:link href="http://tonyvirelli.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tonyvirelli.com</link>
	<description>Tony Virelli - I share the information I have dealing with web design, technology, the internet and more</description>
	<lastBuildDate>Thu, 03 May 2012 10:57:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on Send An HTML &amp; Plain Text Email Using An SMTP Server With PHP &amp; PEAR by Aneeq</title>
		<link>http://tonyvirelli.com/slider/php-html-email-using-smtp/#comment-9623</link>
		<dc:creator>Aneeq</dc:creator>
		<pubDate>Thu, 03 May 2012 10:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://tonyvirelli.com/?p=164#comment-9623</guid>
		<description>To send HTML mail in PHP, you need to use some additional headers. Below is the code to send HTML mail in PHP.

$to = “recipient@domain.com“;
$subject= “Subject of email”;
$message= “This is HTML mail.”;
$fromName = “Name of the sender”;
$fromEmail = “sender@domain.com“;

// To send HTML mail, the Content-type header must be set
$headers  = “MIME-Version: 1.0? . “\r\n”;
$headers .= “Content-type: text/html; charset=iso-8859-1? . “\r\n”;

// Additional headers
$headers .=”From: $fromName ”.”\r\n”;

//Mail function
mail($to, $subject, $message, $headers);

Source: 
&lt;a href=&quot;http://phphelp.co/2012/05/03/how-to-send-html-mail-in-php//&quot; rel=&quot;nofollow&quot;&gt;http://http://phphelp.co/2012/05/03/how-to-send-html-mail-in-php//&lt;/a&gt;

OR 

&lt;a href=&quot;http://addr.pk/a1c4&quot; rel=&quot;nofollow&quot;&gt;http://http://addr.pk/a1c4&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>To send HTML mail in PHP, you need to use some additional headers. Below is the code to send HTML mail in PHP.</p>
<p>$to = “recipient@domain.com“;<br />
$subject= “Subject of email”;<br />
$message= “This is HTML mail.”;<br />
$fromName = “Name of the sender”;<br />
$fromEmail = “sender@domain.com“;</p>
<p>// To send HTML mail, the Content-type header must be set<br />
$headers  = “MIME-Version: 1.0? . “\r\n”;<br />
$headers .= “Content-type: text/html; charset=iso-8859-1? . “\r\n”;</p>
<p>// Additional headers<br />
$headers .=”From: $fromName ”.”\r\n”;</p>
<p>//Mail function<br />
mail($to, $subject, $message, $headers);</p>
<p>Source:<br />
<a href="http://phphelp.co/2012/05/03/how-to-send-html-mail-in-php//" rel="nofollow">http://http://phphelp.co/2012/05/03/how-to-send-html-mail-in-php//</a></p>
<p>OR </p>
<p><a href="http://addr.pk/a1c4" rel="nofollow">http://http://addr.pk/a1c4</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sweet Google TTS by Bobo</title>
		<link>http://tonyvirelli.com/slider/sweet-google-tts/#comment-8372</link>
		<dc:creator>Bobo</dc:creator>
		<pubDate>Fri, 13 Apr 2012 23:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://tonyvirelli.com/?p=309#comment-8372</guid>
		<description>Nice one, just what I needed, thanks a lot!
I&#039;ve been struggling with espeak and festival for days and still get those weird voices.
This sounds so much better and is ever faster!

If you want to just play the spoken text on your linux pc in stead of saving the mp3, you can simply do the following:
mplayer &quot;http://translate.google.com/translate_tts?tl=en&amp;q=Hello+World&quot;

This will load the mp3 output from the Google service and play it to your speakers right away.
You can change the language (tl) to whatever you prefer.

If you wish to do the same as proposed script in PHP:


Boudewijn</description>
		<content:encoded><![CDATA[<p>Nice one, just what I needed, thanks a lot!<br />
I&#8217;ve been struggling with espeak and festival for days and still get those weird voices.<br />
This sounds so much better and is ever faster!</p>
<p>If you want to just play the spoken text on your linux pc in stead of saving the mp3, you can simply do the following:<br />
mplayer &#8220;http://translate.google.com/translate_tts?tl=en&amp;q=Hello+World&#8221;</p>
<p>This will load the mp3 output from the Google service and play it to your speakers right away.<br />
You can change the language (tl) to whatever you prefer.</p>
<p>If you wish to do the same as proposed script in PHP:</p>
<p>Boudewijn</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Asterisk cdr_adaptive_odbc Trouble by Thomas Linke</title>
		<link>http://tonyvirelli.com/blog/asterisk-cdr_adaptive_odbc-trouble/#comment-8117</link>
		<dc:creator>Thomas Linke</dc:creator>
		<pubDate>Mon, 09 Apr 2012 11:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://tonyvirelli.com/?p=629#comment-8117</guid>
		<description>Thank you very much. After wasting much of my time, I found this blog and, yes, bingo, it works...</description>
		<content:encoded><![CDATA[<p>Thank you very much. After wasting much of my time, I found this blog and, yes, bingo, it works&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Toggle Visibility by Guy</title>
		<link>http://tonyvirelli.com/slider/simple-toggle-visibility/#comment-7417</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Mon, 12 Mar 2012 19:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://tonyvirelli.com/?p=193#comment-7417</guid>
		<description>Great idea. What I am looking for except, that selecting the toggle link causes my page to jump back to the top of the page, which is obviously a problem when the section to be shown or hidden is further down the page.</description>
		<content:encoded><![CDATA[<p>Great idea. What I am looking for except, that selecting the toggle link causes my page to jump back to the top of the page, which is obviously a problem when the section to be shown or hidden is further down the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sweet Google TTS by Bill</title>
		<link>http://tonyvirelli.com/slider/sweet-google-tts/#comment-7363</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Fri, 09 Mar 2012 19:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://tonyvirelli.com/?p=309#comment-7363</guid>
		<description>Great. Worked perfectly.</description>
		<content:encoded><![CDATA[<p>Great. Worked perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Asterisk cdr_adaptive_odbc Trouble by Terry Wilson</title>
		<link>http://tonyvirelli.com/blog/asterisk-cdr_adaptive_odbc-trouble/#comment-7327</link>
		<dc:creator>Terry Wilson</dc:creator>
		<pubDate>Wed, 07 Mar 2012 14:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://tonyvirelli.com/?p=629#comment-7327</guid>
		<description>I&#039;ll make sure this gets fixed in the various ODBC modules. Asterisk isn&#039;t detecting wide character support. I just ran into this with cel_odbc.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll make sure this gets fixed in the various ODBC modules. Asterisk isn&#8217;t detecting wide character support. I just ran into this with cel_odbc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Get a Custom Boot Screen on Droid by PJ</title>
		<link>http://tonyvirelli.com/slider/how-to-get-a-custom-boot-screen-on-droid/#comment-4768</link>
		<dc:creator>PJ</dc:creator>
		<pubDate>Tue, 20 Dec 2011 03:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://tonyvirelli.com/?p=484#comment-4768</guid>
		<description>hi there, you can use root explorer for this, no need to use terminal emulator, just copy the bootanimation.zip on to your sd card, then eject phone and open root explorer then locate sd card, now copy the bootanimation.zip then locate system/media &quot;don&#039;t forget to copy the stock bootanimation.zip then put it to R/O then copy the new one, then put it back to R/W...your done,</description>
		<content:encoded><![CDATA[<p>hi there, you can use root explorer for this, no need to use terminal emulator, just copy the bootanimation.zip on to your sd card, then eject phone and open root explorer then locate sd card, now copy the bootanimation.zip then locate system/media &#8220;don&#8217;t forget to copy the stock bootanimation.zip then put it to R/O then copy the new one, then put it back to R/W&#8230;your done,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send An HTML &amp; Plain Text Email Using An SMTP Server With PHP &amp; PEAR by Garrett</title>
		<link>http://tonyvirelli.com/slider/php-html-email-using-smtp/#comment-3556</link>
		<dc:creator>Garrett</dc:creator>
		<pubDate>Wed, 26 Oct 2011 16:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://tonyvirelli.com/?p=164#comment-3556</guid>
		<description>Worked like a charm.  Thanks!</description>
		<content:encoded><![CDATA[<p>Worked like a charm.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Streaming Videos to BlackBerry OS by Supriya Tenany</title>
		<link>http://tonyvirelli.com/slider/streaming-videos-to-blackberry-os/#comment-859</link>
		<dc:creator>Supriya Tenany</dc:creator>
		<pubDate>Thu, 18 Nov 2010 13:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://tonyvirelli.com/?p=247#comment-859</guid>
		<description>Hi,

I had a few questions in mind while reading this blog regarding development of streaming applications for BlackBerry:

1. Do all available handsets support streaming?
2. Though rtsp means real time streaming, using with the 3gp container, would it not download the video on the handset?
3. What do I do to protect a proprietary video from being downloaded?
4. Is there any video size limitation? I have referred a few forums that state so.
5. As per the transcode and format instructions on the BlackBerry website, the streaming could either be in rtsp with aac or http with mp3 format.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I had a few questions in mind while reading this blog regarding development of streaming applications for BlackBerry:</p>
<p>1. Do all available handsets support streaming?<br />
2. Though rtsp means real time streaming, using with the 3gp container, would it not download the video on the handset?<br />
3. What do I do to protect a proprietary video from being downloaded?<br />
4. Is there any video size limitation? I have referred a few forums that state so.<br />
5. As per the transcode and format instructions on the BlackBerry website, the streaming could either be in rtsp with aac or http with mp3 format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Digg v4 &#8211; I got invite codes! by dummydecoy</title>
		<link>http://tonyvirelli.com/blog/new-digg-v4-i-got-invite-codes/#comment-452</link>
		<dc:creator>dummydecoy</dc:creator>
		<pubDate>Tue, 24 Aug 2010 08:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://tonyvirelli.com/?p=589#comment-452</guid>
		<description>Thanks man, I got in with your invite. :D</description>
		<content:encoded><![CDATA[<p>Thanks man, I got in with your invite. :D</p>
]]></content:encoded>
	</item>
</channel>
</rss>

