<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippets for message</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this tag.</description>
		<pubDate>Sun, 06 Jul 2008 05:45:23 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	<item>
	<title>Send SMS from PHP (To almost every country)</title>
	<link>http://www.bytemycode.com/snippets/snippet/647/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/647/comments/</comments>
	<pubDate>Sun, 29 Apr 2007 16:42:37 +0000</pubDate>
	<dc:creator>Nico</dc:creator>
	<category>API, Class, message, PHP, Send, SMS</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/647/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Sun. Apr. 29th, 2007  4:42 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/647/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/Nico/" title="Helper">Nico</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/API">API</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Class">Class</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/message">message</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/PHP">PHP</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Send">Send</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/SMS">SMS</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/647/comments/">5 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 9
			<p>This PHP class allows you to send SMS to almost every country directly from your website. All you need is an account on <a href='http://www.tm4b.com' target="_blank">www.tm4b.com</a> and PHP 5.<br /><br />Also required is either <a href='http://curl.haxx.se/' target="_blank">cURL</a> or <a href='http://www.php.net/filesystem#ini.allow-url-fopen' target="_blank">allow_url_fopen</a> enabled in php.ini</p>
		]]>
	</description>
</item><item>
	<title>Field character limiter</title>
	<link>http://www.bytemycode.com/snippets/snippet/491/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/491/comments/</comments>
	<pubDate>Thu, 26 Oct 2006 18:59:39 +0000</pubDate>
	<dc:creator>brendo</dc:creator>
	<category>forms, JavaScript, message, textarea</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/491/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Thu. Oct. 26th, 2006  6:59 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/491/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/brendo/" title="Helper">brendo</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/forms">forms</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/JavaScript">JavaScript</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/message">message</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/textarea">textarea</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/491/comments/">3 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 6
			<p>This snippet also you to limit the input in a form field to a specified number of characters. It displays a counter so users can see how many characters they have left, and once they reach the limit the field just trims the length to your limit. <img src="http://www.bytemycode.com/img/wysiwyg/emo-smile.gif" /> <br /><br />The following is a snippet from what I used when I implemented a tagboard to my site. Further revisions could/should read the LIMIT from the maxlength attribute <img src="http://www.bytemycode.com/img/wysiwyg/emo-wink.gif" /></p>
		]]>
	</description>
</item><item>
	<title>Pop-up a Message Dialog to Confirm an Action</title>
	<link>http://www.bytemycode.com/snippets/snippet/487/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/487/comments/</comments>
	<pubDate>Tue, 24 Oct 2006 08:02:12 +0000</pubDate>
	<dc:creator>bright</dc:creator>
	<category>Delphi, message</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/487/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Tue. Oct. 24th, 2006  8:02 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/487/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/bright/" title="Helper">bright</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/Delphi">Delphi</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/message">message</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/487/comments/">2 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 1
			<p>This snippet shows how to properly implement a message dialog (messagedlg) to confirm some action or event with Delphi.</p>
		]]>
	</description>
</item><item>
	<title>Search your Gmail account for any string</title>
	<link>http://www.bytemycode.com/snippets/snippet/451/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/451/comments/</comments>
	<pubDate>Tue, 10 Oct 2006 12:39:40 +0000</pubDate>
	<dc:creator>robert</dc:creator>
	<category>blurb, Email, Gmail, message, regex</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/451/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Tue. Oct. 10th, 2006  12:39 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/451/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_beginner.gif" align="middle" class="icon" alt="Beginner" /> <a href="http://www.bytemycode.com/members/member/robert/" title="Beginner">robert</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/blurb">blurb</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Email">Email</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Gmail">Gmail</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/message">message</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/regex">regex</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/451/comments/">1 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 4
			<p>This perl subroutine uses the CPAN module Mail::Webmail::Gmail to iterate through a Gmail account searching for a particular string. If a match is found, the sender's name along with his/her email address, the subject, and the "blurb" is printed to standard out. Also, all messages found will be archived automatically within Gmail to clear the message from the inbox folder. The subroutine returns the number of messages found back to the calling environment.<br /><br />Sample invocation: check_email(username, password);<br /><br />By default, the subroutine will use encryption to connect to Gmail however, by setting encrypt_session to '0' will disable encryption.</p>
		]]>
	</description>
</item>
	</channel>
</rss>