<?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: Using SMS Text Messages with Quartz Composer</title>
	<atom:link href="http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/feed/" rel="self" type="application/rss+xml" />
	<link>http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/</link>
	<description>DJing, VJing, Motion Graphics and all around hustlin'</description>
	<pubDate>Tue, 06 Jan 2009 03:34:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Waxtastic</title>
		<link>http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/comment-page-1/#comment-52</link>
		<dc:creator>Waxtastic</dc:creator>
		<pubDate>Tue, 08 Jul 2008 15:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/#comment-52</guid>
		<description>Cocoa UltraSMS is pretty flawed as the encoding doesn't recognize other than English characters.

You have to manually add the replace codes in the php file. Here is a table that shows the correct decimal codes you need to use http://msdn.microsoft.com/en-us/library/ms537495(VS.85).aspx</description>
		<content:encoded><![CDATA[<p>Cocoa UltraSMS is pretty flawed as the encoding doesn&#8217;t recognize other than English characters.</p>
<p>You have to manually add the replace codes in the php file. Here is a table that shows the correct decimal codes you need to use <a href="http://msdn.microsoft.com/en-us/library/ms537495" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms537495</a>(VS.85).aspx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bogga</title>
		<link>http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/comment-page-1/#comment-51</link>
		<dc:creator>bogga</dc:creator>
		<pubDate>Tue, 08 Jul 2008 14:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/#comment-51</guid>
		<description>i set it up on localhost too. thanks a lot! i'm getting errors though, - i'm norwegian, - scandinavian letters æ,ø,å, - you seem to have removed the lines of code that deal with those. could you mail me those lines? they are not identical to swedish ä, ö, å though</description>
		<content:encoded><![CDATA[<p>i set it up on localhost too. thanks a lot! i&#8217;m getting errors though, - i&#8217;m norwegian, - scandinavian letters æ,ø,å, - you seem to have removed the lines of code that deal with those. could you mail me those lines? they are not identical to swedish ä, ö, å though</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waxtastic</title>
		<link>http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/comment-page-1/#comment-50</link>
		<dc:creator>Waxtastic</dc:creator>
		<pubDate>Mon, 07 Jul 2008 11:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/#comment-50</guid>
		<description>OK. Just tested this. Seems to work perfectly with localhost.

Setting up MySQL in Leopard is a little bit of a hassle, or at least it was a few months ago when I did it, but there's plenty of instructions if you google it.

Here is a good tutorial on how to work with php in localhost. http://www.procata.com/blog/archives/2007/10/28/working-with-php-5-in-mac-os-x-105/

Really helpful tool in creating and modifying databases: http://yoursql.ludit.it/</description>
		<content:encoded><![CDATA[<p>OK. Just tested this. Seems to work perfectly with localhost.</p>
<p>Setting up MySQL in Leopard is a little bit of a hassle, or at least it was a few months ago when I did it, but there&#8217;s plenty of instructions if you google it.</p>
<p>Here is a good tutorial on how to work with php in localhost. <a href="http://www.procata.com/blog/archives/2007/10/28/working-with-php-5-in-mac-os-x-105/" rel="nofollow">http://www.procata.com/blog/archives/2007/10/28/working-with-php-5-in-mac-os-x-105/</a></p>
<p>Really helpful tool in creating and modifying databases: <a href="http://yoursql.ludit.it/" rel="nofollow">http://yoursql.ludit.it/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waxtastic</title>
		<link>http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/comment-page-1/#comment-49</link>
		<dc:creator>Waxtastic</dc:creator>
		<pubDate>Mon, 07 Jul 2008 10:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/#comment-49</guid>
		<description>You can do this all in localhost also. I just found it easier to use my webserver. I haven't really tested this, because my non-s60-phone disappeared/was stolen and Cocoa UltraSMS only works with non-s60 phones.

Another option, if you have an s60 phone - is to use Mercurio: http://jmarinez.typepad.com/blog/</description>
		<content:encoded><![CDATA[<p>You can do this all in localhost also. I just found it easier to use my webserver. I haven&#8217;t really tested this, because my non-s60-phone disappeared/was stolen and Cocoa UltraSMS only works with non-s60 phones.</p>
<p>Another option, if you have an s60 phone - is to use Mercurio: <a href="http://jmarinez.typepad.com/blog/" rel="nofollow">http://jmarinez.typepad.com/blog/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bogga</title>
		<link>http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/comment-page-1/#comment-48</link>
		<dc:creator>bogga</dc:creator>
		<pubDate>Mon, 07 Jul 2008 01:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/#comment-48</guid>
		<description>sorry, i dont get it. i need mysql hosting for ultrasms and additional php hosting for the php file? may i use my .mac account for the php file? could this be done internally on my mbp to avoid port number conflicts when i'm not at home?</description>
		<content:encoded><![CDATA[<p>sorry, i dont get it. i need mysql hosting for ultrasms and additional php hosting for the php file? may i use my .mac account for the php file? could this be done internally on my mbp to avoid port number conflicts when i&#8217;m not at home?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve Holmes</title>
		<link>http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/comment-page-1/#comment-47</link>
		<dc:creator>steve Holmes</dc:creator>
		<pubDate>Sun, 06 Jul 2008 19:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/#comment-47</guid>
		<description>Thanks for this works great a really, really useful solution so thank you so much for sharing.
Steve</description>
		<content:encoded><![CDATA[<p>Thanks for this works great a really, really useful solution so thank you so much for sharing.<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waxtastic</title>
		<link>http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/comment-page-1/#comment-45</link>
		<dc:creator>Waxtastic</dc:creator>
		<pubDate>Sat, 05 Jul 2008 19:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/#comment-45</guid>
		<description>OK. That seemed to be what was wrong. The WYSIWYG Wordpress editor removed a couple of backward slashes from the code. I missed those and never actually tested the code that showed on the blog post.

It's fixed now.

Thanks a lot for pointing this out Amon!</description>
		<content:encoded><![CDATA[<p>OK. That seemed to be what was wrong. The WYSIWYG Wordpress editor removed a couple of backward slashes from the code. I missed those and never actually tested the code that showed on the blog post.</p>
<p>It&#8217;s fixed now.</p>
<p>Thanks a lot for pointing this out Amon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waxtastic</title>
		<link>http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/comment-page-1/#comment-44</link>
		<dc:creator>Waxtastic</dc:creator>
		<pubDate>Sat, 05 Jul 2008 18:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/#comment-44</guid>
		<description>hmm.. I'm really a noobie in php also so I can't really help you. I got that file working with the help of some tutorials and a bunch of luck.

I had a lot of problems trying to copy the code as it should be on this blog because Wordpress always tries to mess with your text thinking it knows what I want to do. So it actually is possible that the code I posted here is not working properly and the Wordpress text editor has removed some of the code. I'll have to check if that's the case.

Has anyone actually used this tutorial successfully?</description>
		<content:encoded><![CDATA[<p>hmm.. I&#8217;m really a noobie in php also so I can&#8217;t really help you. I got that file working with the help of some tutorials and a bunch of luck.</p>
<p>I had a lot of problems trying to copy the code as it should be on this blog because Wordpress always tries to mess with your text thinking it knows what I want to do. So it actually is possible that the code I posted here is not working properly and the Wordpress text editor has removed some of the code. I&#8217;ll have to check if that&#8217;s the case.</p>
<p>Has anyone actually used this tutorial successfully?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amon robe</title>
		<link>http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/comment-page-1/#comment-41</link>
		<dc:creator>amon robe</dc:creator>
		<pubDate>Wed, 02 Jul 2008 10:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/#comment-41</guid>
		<description>great but with my poor php knowledge i couldn´t get the thing to work... getting this error on the php file...

Parse error: parse error in /home/httpd/vhosts/designanstalt.net/httpdocs/sms/sms.php on line 16

any idea? 

greetings 
amon</description>
		<content:encoded><![CDATA[<p>great but with my poor php knowledge i couldn´t get the thing to work&#8230; getting this error on the php file&#8230;</p>
<p>Parse error: parse error in /home/httpd/vhosts/designanstalt.net/httpdocs/sms/sms.php on line 16</p>
<p>any idea? </p>
<p>greetings<br />
amon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ernst</title>
		<link>http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/comment-page-1/#comment-38</link>
		<dc:creator>ernst</dc:creator>
		<pubDate>Mon, 26 May 2008 14:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://originalhamsters.com/blog/2008/05/06/using-sms-text-messages-with-quartz-composer/#comment-38</guid>
		<description>This looks great man. Haven´t got the time to check it out yet, but it would be very nice to test out in a future gigg/project. I will bookmark the page and get ready to use some free time to get this up and running for my self. Thanx!!</description>
		<content:encoded><![CDATA[<p>This looks great man. Haven´t got the time to check it out yet, but it would be very nice to test out in a future gigg/project. I will bookmark the page and get ready to use some free time to get this up and running for my self. Thanx!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
