<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2789322492541150578</id><updated>2012-01-29T16:43:26.035-08:00</updated><title type='text'>produceideas</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default?start-index=101&amp;max-results=100'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4284</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-4448683170964565902</id><published>2012-01-29T16:43:00.001-08:00</published><updated>2012-01-29T16:43:26.054-08:00</updated><title type='text'>Re: How to - multiple instances of similar systems / objects</title><content type='html'>Yes simplest solution would be to create some sort of routing object. &lt;br&gt;Set a variable within that object to tell it what system name to send &lt;br&gt;data to, whenever you change the device you want to control.&lt;p&gt;Jarrod&lt;p&gt;On 30/01/12 11:37 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt; That did the trick.  Thanks.  I&amp;#39;m 50% there.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Regarding multiple similar devices and an earlier question that got &lt;br&gt;&amp;gt; overlooked:  While your suggestion to switch IP addresses on the fly &lt;br&gt;&amp;gt; is valid, this is a media server that builds up data when it &lt;br&gt;&amp;gt; connects.  I&amp;#39;d rather not have to do that each time I connect so we &lt;br&gt;&amp;gt; will have to assume I will have multiple objects representing my &lt;br&gt;&amp;gt; multiple servers.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; If each button on subpage is connected to one object, I&amp;#39;m assuming the &lt;br&gt;&amp;gt; only way to connect them to another object is to manually go through &lt;br&gt;&amp;gt; and adjust the JS on each buttons action.  Yuk  (There is no &amp;quot;F9&amp;quot; in &lt;br&gt;&amp;gt; Gui Designer...)&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; OR, I point the buttons at an object that in itself acts as a &amp;quot;router&amp;quot; &lt;br&gt;&amp;gt; that directs the command at the currently-selected object.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Make sense?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Heath Volmer&lt;br&gt;&amp;gt; Digital Domain Systems&lt;br&gt;&amp;gt; 303-517-9714&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On 1/29/12 5:12 PM, Heath Volmer wrote:&lt;br&gt;&amp;gt;&amp;gt; That&amp;#39;s probably where I&amp;#39;m going wrong.  I was declaring them in &lt;br&gt;&amp;gt;&amp;gt; CF.userMain, which didn&amp;#39;t seem like the right scope.  I&amp;#39;ll give that &lt;br&gt;&amp;gt;&amp;gt; a shot.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Heath Volmer&lt;br&gt;&amp;gt;&amp;gt; Digital Domain Systems&lt;br&gt;&amp;gt;&amp;gt; 303-517-9714&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; On 1/29/12 4:29 PM, Jarrod Bell wrote:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; And make sure the object is defined globally (ie. outside of &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; CF.userMain) first so that it can be referenced from buttons.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; eg.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; // Create the object here&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; var myObject;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; CF.userMain = function() {&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     // instantiate the object here&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     myObject = new myDevice();&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; };&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On 30/01/12 6:26 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; If I have a class &amp;quot;MyDevice&amp;quot; and I create a couple instances of it &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (say myDevice1 and myDevice2) can I make calls, from buttons, like:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;     myDevice1(&amp;quot;play&amp;quot;);&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; or do I have to use a singleton pattern and only have one class &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; object to call on?&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I&amp;#39;ve been trying different non-singleton things with no luck so far...&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Heath Volmer&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Digital Domain Systems&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 303-517-9714&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On 1/28/12 7:09 PM, Jarrod Bell wrote:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; You can assign JS calls directly to buttons, no need to use join &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; numbers unless showing real feedback.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; So you could have one system defined, and then change what device &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; it is talking to by modifying its IP address/port at runtime using &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; CF.setSystemProperties.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The button that you use to change what device you want to control &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; could have JS attached to it to perform the system properties &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; changes, then each button could just have something like:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; myDevice.command(&amp;quot;play&amp;quot;);&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; With JavaScript it&amp;#39;s really capable of doing pretty much anything &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; you like - just up to you to program it in a way that suits your &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; requirements.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; You could even use the same join numbers for each system, and just &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; make sure to set the joins to a default state when changing &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; systems, and then request the new data from the system each time &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; you change.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On 29/01/12 10:22 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Going to ramble a tad here:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have a JS file designed to talk to a media server.  I could &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; have multiple media servers, so I might need multiple systems and &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; multiple JS objects to handle them.  My JS is building the &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; multiple instances with no problem, but now that I&amp;#39;m to the point &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; of connecting the buttons on the server&amp;#39;s gui page to the JS &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; objects that talk to the system, I realize that I have no idea &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; how to access a given object from a button and call a function on &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; it.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; One method (which I don&amp;#39;t like) is to watch joins and route them &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; to the currently-selected system.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Another way is to route different ranges of joins to different &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; systems (I like this even less, being a big proponent of reusing &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; things.)&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Either way, I&amp;#39;m assuming that I have to do this routing to the &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; appropriate object outside of my objects.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; My main questions:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Please tell me there is a better way that gets me out of &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; join-number-ville.  I&amp;#39;d like to say command(&amp;quot;Play&amp;quot;) on a button &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; press and have that button talk to the server it&amp;#39;s supposed to.  &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Do I need to have a central catcher of commands that says &amp;quot;He &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; pressed play, and he&amp;#39;s on media server 4.  Send the command to &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; that one&amp;quot;?  That might not be too messy.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Is there a way to attach a JS object to a subpage or page?  It&amp;#39;s &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; buttons would refer to a certain instance.   (Venturing into &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Mac-Xcode land here again folks) Like a page built in Interface &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Builder has a controller object attached to it.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-4448683170964565902?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/4448683170964565902/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-how-to-multiple-instances-of-similar_7866.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4448683170964565902'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4448683170964565902'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-how-to-multiple-instances-of-similar_7866.html' title='Re: How to - multiple instances of similar systems / objects'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-4688099200593344321</id><published>2012-01-29T16:37:00.000-08:00</published><updated>2012-01-29T16:38:11.940-08:00</updated><title type='text'>Re: How to - multiple instances of similar systems / objects</title><content type='html'>That did the trick.  Thanks.  I&amp;#39;m 50% there.&lt;p&gt;Regarding multiple similar devices and an earlier question that got &lt;br&gt;overlooked:  While your suggestion to switch IP addresses on the fly is &lt;br&gt;valid, this is a media server that builds up data when it connects.  I&amp;#39;d &lt;br&gt;rather not have to do that each time I connect so we will have to assume &lt;br&gt;I will have multiple objects representing my multiple servers.&lt;p&gt;If each button on subpage is connected to one object, I&amp;#39;m assuming the &lt;br&gt;only way to connect them to another object is to manually go through and &lt;br&gt;adjust the JS on each buttons action.  Yuk  (There is no &amp;quot;F9&amp;quot; in Gui &lt;br&gt;Designer...)&lt;p&gt;OR, I point the buttons at an object that in itself acts as a &amp;quot;router&amp;quot; &lt;br&gt;that directs the command at the currently-selected object.&lt;p&gt;Make sense?&lt;p&gt;Heath Volmer&lt;br&gt;Digital Domain Systems&lt;br&gt;303-517-9714&lt;p&gt;&lt;br&gt;On 1/29/12 5:12 PM, Heath Volmer wrote:&lt;br&gt;&amp;gt; That&amp;#39;s probably where I&amp;#39;m going wrong.  I was declaring them in &lt;br&gt;&amp;gt; CF.userMain, which didn&amp;#39;t seem like the right scope.  I&amp;#39;ll give that a &lt;br&gt;&amp;gt; shot.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Heath Volmer&lt;br&gt;&amp;gt; Digital Domain Systems&lt;br&gt;&amp;gt; 303-517-9714&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On 1/29/12 4:29 PM, Jarrod Bell wrote:&lt;br&gt;&amp;gt;&amp;gt; And make sure the object is defined globally (ie. outside of &lt;br&gt;&amp;gt;&amp;gt; CF.userMain) first so that it can be referenced from buttons.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; eg.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; // Create the object here&lt;br&gt;&amp;gt;&amp;gt; var myObject;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; CF.userMain = function() {&lt;br&gt;&amp;gt;&amp;gt;     // instantiate the object here&lt;br&gt;&amp;gt;&amp;gt;     myObject = new myDevice();&lt;br&gt;&amp;gt;&amp;gt; };&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; On 30/01/12 6:26 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; If I have a class &amp;quot;MyDevice&amp;quot; and I create a couple instances of it &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (say myDevice1 and myDevice2) can I make calls, from buttons, like:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     myDevice1(&amp;quot;play&amp;quot;);&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; or do I have to use a singleton pattern and only have one class &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; object to call on?&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I&amp;#39;ve been trying different non-singleton things with no luck so far...&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Heath Volmer&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Digital Domain Systems&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 303-517-9714&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On 1/28/12 7:09 PM, Jarrod Bell wrote:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; You can assign JS calls directly to buttons, no need to use join &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; numbers unless showing real feedback.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; So you could have one system defined, and then change what device &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; it is talking to by modifying its IP address/port at runtime using &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; CF.setSystemProperties.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The button that you use to change what device you want to control &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; could have JS attached to it to perform the system properties &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; changes, then each button could just have something like:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; myDevice.command(&amp;quot;play&amp;quot;);&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; With JavaScript it&amp;#39;s really capable of doing pretty much anything &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; you like - just up to you to program it in a way that suits your &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; requirements.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; You could even use the same join numbers for each system, and just &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; make sure to set the joins to a default state when changing &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; systems, and then request the new data from the system each time &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; you change.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On 29/01/12 10:22 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Going to ramble a tad here:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have a JS file designed to talk to a media server.  I could have &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; multiple media servers, so I might need multiple systems and &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; multiple JS objects to handle them.  My JS is building the &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; multiple instances with no problem, but now that I&amp;#39;m to the point &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; of connecting the buttons on the server&amp;#39;s gui page to the JS &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; objects that talk to the system, I realize that I have no idea how &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; to access a given object from a button and call a function on it.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; One method (which I don&amp;#39;t like) is to watch joins and route them &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; to the currently-selected system.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Another way is to route different ranges of joins to different &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; systems (I like this even less, being a big proponent of reusing &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; things.)&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Either way, I&amp;#39;m assuming that I have to do this routing to the &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; appropriate object outside of my objects.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; My main questions:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Please tell me there is a better way that gets me out of &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; join-number-ville.  I&amp;#39;d like to say command(&amp;quot;Play&amp;quot;) on a button &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; press and have that button talk to the server it&amp;#39;s supposed to.  &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Do I need to have a central catcher of commands that says &amp;quot;He &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; pressed play, and he&amp;#39;s on media server 4.  Send the command to &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; that one&amp;quot;?  That might not be too messy.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Is there a way to attach a JS object to a subpage or page?  It&amp;#39;s &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; buttons would refer to a certain instance.   (Venturing into &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Mac-Xcode land here again folks) Like a page built in Interface &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Builder has a controller object attached to it.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-4688099200593344321?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/4688099200593344321/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-how-to-multiple-instances-of-similar_2541.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4688099200593344321'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4688099200593344321'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-how-to-multiple-instances-of-similar_2541.html' title='Re: How to - multiple instances of similar systems / objects'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7732101759747493295</id><published>2012-01-29T16:12:00.001-08:00</published><updated>2012-01-29T16:12:28.826-08:00</updated><title type='text'>Re: How to - multiple instances of similar systems / objects</title><content type='html'>That&amp;#39;s probably where I&amp;#39;m going wrong.  I was declaring them in &lt;br&gt;CF.userMain, which didn&amp;#39;t seem like the right scope.  I&amp;#39;ll give that a shot.&lt;p&gt;Heath Volmer&lt;br&gt;Digital Domain Systems&lt;br&gt;303-517-9714&lt;p&gt;&lt;br&gt;On 1/29/12 4:29 PM, Jarrod Bell wrote:&lt;br&gt;&amp;gt; And make sure the object is defined globally (ie. outside of &lt;br&gt;&amp;gt; CF.userMain) first so that it can be referenced from buttons.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; eg.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; // Create the object here&lt;br&gt;&amp;gt; var myObject;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; CF.userMain = function() {&lt;br&gt;&amp;gt;     // instantiate the object here&lt;br&gt;&amp;gt;     myObject = new myDevice();&lt;br&gt;&amp;gt; };&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On 30/01/12 6:26 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt;&amp;gt; If I have a class &amp;quot;MyDevice&amp;quot; and I create a couple instances of it &lt;br&gt;&amp;gt;&amp;gt; (say myDevice1 and myDevice2) can I make calls, from buttons, like:&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;     myDevice1(&amp;quot;play&amp;quot;);&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; or do I have to use a singleton pattern and only have one class &lt;br&gt;&amp;gt;&amp;gt; object to call on?&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; I&amp;#39;ve been trying different non-singleton things with no luck so far...&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Thanks&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Heath Volmer&lt;br&gt;&amp;gt;&amp;gt; Digital Domain Systems&lt;br&gt;&amp;gt;&amp;gt; 303-517-9714&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; On 1/28/12 7:09 PM, Jarrod Bell wrote:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; You can assign JS calls directly to buttons, no need to use join &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; numbers unless showing real feedback.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; So you could have one system defined, and then change what device it &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; is talking to by modifying its IP address/port at runtime using &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; CF.setSystemProperties.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The button that you use to change what device you want to control &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; could have JS attached to it to perform the system properties &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; changes, then each button could just have something like:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; myDevice.command(&amp;quot;play&amp;quot;);&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; With JavaScript it&amp;#39;s really capable of doing pretty much anything &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; you like - just up to you to program it in a way that suits your &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; requirements.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; You could even use the same join numbers for each system, and just &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; make sure to set the joins to a default state when changing systems, &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; and then request the new data from the system each time you change.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On 29/01/12 10:22 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Going to ramble a tad here:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have a JS file designed to talk to a media server.  I could have &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; multiple media servers, so I might need multiple systems and &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; multiple JS objects to handle them.  My JS is building the multiple &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; instances with no problem, but now that I&amp;#39;m to the point of &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; connecting the buttons on the server&amp;#39;s gui page to the JS objects &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; that talk to the system, I realize that I have no idea how to &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; access a given object from a button and call a function on it.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; One method (which I don&amp;#39;t like) is to watch joins and route them to &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the currently-selected system.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Another way is to route different ranges of joins to different &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; systems (I like this even less, being a big proponent of reusing &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; things.)&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Either way, I&amp;#39;m assuming that I have to do this routing to the &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; appropriate object outside of my objects.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; My main questions:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Please tell me there is a better way that gets me out of &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; join-number-ville.  I&amp;#39;d like to say command(&amp;quot;Play&amp;quot;) on a button &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; press and have that button talk to the server it&amp;#39;s supposed to.  Do &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I need to have a central catcher of commands that says &amp;quot;He pressed &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; play, and he&amp;#39;s on media server 4.  Send the command to that one&amp;quot;?  &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; That might not be too messy.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Is there a way to attach a JS object to a subpage or page?  It&amp;#39;s &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; buttons would refer to a certain instance.   (Venturing into &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Mac-Xcode land here again folks) Like a page built in Interface &lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Builder has a controller object attached to it.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7732101759747493295?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7732101759747493295/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-how-to-multiple-instances-of-similar_7259.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7732101759747493295'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7732101759747493295'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-how-to-multiple-instances-of-similar_7259.html' title='Re: How to - multiple instances of similar systems / objects'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7096566645994855936</id><published>2012-01-29T15:29:00.000-08:00</published><updated>2012-01-29T15:30:00.613-08:00</updated><title type='text'>Re: How to - multiple instances of similar systems / objects</title><content type='html'>And make sure the object is defined globally (ie. outside of &lt;br&gt;CF.userMain) first so that it can be referenced from buttons.&lt;p&gt;eg.&lt;p&gt;// Create the object here&lt;br&gt;var myObject;&lt;p&gt;CF.userMain = function() {&lt;br&gt;     // instantiate the object here&lt;br&gt;     myObject = new myDevice();&lt;br&gt;};&lt;p&gt;Jarrod&lt;p&gt;On 30/01/12 6:26 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt; If I have a class &amp;quot;MyDevice&amp;quot; and I create a couple instances of it &lt;br&gt;&amp;gt; (say myDevice1 and myDevice2) can I make calls, from buttons, like:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;     myDevice1(&amp;quot;play&amp;quot;);&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; or do I have to use a singleton pattern and only have one class object &lt;br&gt;&amp;gt; to call on?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; I&amp;#39;ve been trying different non-singleton things with no luck so far...&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Thanks&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Heath Volmer&lt;br&gt;&amp;gt; Digital Domain Systems&lt;br&gt;&amp;gt; 303-517-9714&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On 1/28/12 7:09 PM, Jarrod Bell wrote:&lt;br&gt;&amp;gt;&amp;gt; You can assign JS calls directly to buttons, no need to use join &lt;br&gt;&amp;gt;&amp;gt; numbers unless showing real feedback.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; So you could have one system defined, and then change what device it &lt;br&gt;&amp;gt;&amp;gt; is talking to by modifying its IP address/port at runtime using &lt;br&gt;&amp;gt;&amp;gt; CF.setSystemProperties.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; The button that you use to change what device you want to control &lt;br&gt;&amp;gt;&amp;gt; could have JS attached to it to perform the system properties &lt;br&gt;&amp;gt;&amp;gt; changes, then each button could just have something like:&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; myDevice.command(&amp;quot;play&amp;quot;);&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; With JavaScript it&amp;#39;s really capable of doing pretty much anything you &lt;br&gt;&amp;gt;&amp;gt; like - just up to you to program it in a way that suits your &lt;br&gt;&amp;gt;&amp;gt; requirements.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; You could even use the same join numbers for each system, and just &lt;br&gt;&amp;gt;&amp;gt; make sure to set the joins to a default state when changing systems, &lt;br&gt;&amp;gt;&amp;gt; and then request the new data from the system each time you change.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; On 29/01/12 10:22 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Going to ramble a tad here:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I have a JS file designed to talk to a media server.  I could have &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; multiple media servers, so I might need multiple systems and &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; multiple JS objects to handle them.  My JS is building the multiple &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; instances with no problem, but now that I&amp;#39;m to the point of &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; connecting the buttons on the server&amp;#39;s gui page to the JS objects &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; that talk to the system, I realize that I have no idea how to access &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; a given object from a button and call a function on it.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; One method (which I don&amp;#39;t like) is to watch joins and route them to &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the currently-selected system.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Another way is to route different ranges of joins to different &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; systems (I like this even less, being a big proponent of reusing &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; things.)&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Either way, I&amp;#39;m assuming that I have to do this routing to the &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; appropriate object outside of my objects.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; My main questions:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Please tell me there is a better way that gets me out of &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; join-number-ville.  I&amp;#39;d like to say command(&amp;quot;Play&amp;quot;) on a button &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; press and have that button talk to the server it&amp;#39;s supposed to.  Do &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I need to have a central catcher of commands that says &amp;quot;He pressed &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; play, and he&amp;#39;s on media server 4.  Send the command to that one&amp;quot;?  &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; That might not be too messy.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Is there a way to attach a JS object to a subpage or page?  It&amp;#39;s &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; buttons would refer to a certain instance.   (Venturing into &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Mac-Xcode land here again folks) Like a page built in Interface &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Builder has a controller object attached to it.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7096566645994855936?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7096566645994855936/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-how-to-multiple-instances-of-similar_5809.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7096566645994855936'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7096566645994855936'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-how-to-multiple-instances-of-similar_5809.html' title='Re: How to - multiple instances of similar systems / objects'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7741217866313636683</id><published>2012-01-29T15:28:00.001-08:00</published><updated>2012-01-29T15:28:40.032-08:00</updated><title type='text'>Re: How to - multiple instances of similar systems / objects</title><content type='html'>You can call them as you say, but you need to call a function of that &lt;br&gt;object:&lt;br&gt;myObject.functionName(&amp;quot;param&amp;quot;)&lt;p&gt;Jarrod&lt;p&gt;On 30/01/12 6:26 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt; If I have a class &amp;quot;MyDevice&amp;quot; and I create a couple instances of it &lt;br&gt;&amp;gt; (say myDevice1 and myDevice2) can I make calls, from buttons, like:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;     myDevice1(&amp;quot;play&amp;quot;);&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; or do I have to use a singleton pattern and only have one class object &lt;br&gt;&amp;gt; to call on?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; I&amp;#39;ve been trying different non-singleton things with no luck so far...&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Thanks&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Heath Volmer&lt;br&gt;&amp;gt; Digital Domain Systems&lt;br&gt;&amp;gt; 303-517-9714&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On 1/28/12 7:09 PM, Jarrod Bell wrote:&lt;br&gt;&amp;gt;&amp;gt; You can assign JS calls directly to buttons, no need to use join &lt;br&gt;&amp;gt;&amp;gt; numbers unless showing real feedback.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; So you could have one system defined, and then change what device it &lt;br&gt;&amp;gt;&amp;gt; is talking to by modifying its IP address/port at runtime using &lt;br&gt;&amp;gt;&amp;gt; CF.setSystemProperties.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; The button that you use to change what device you want to control &lt;br&gt;&amp;gt;&amp;gt; could have JS attached to it to perform the system properties &lt;br&gt;&amp;gt;&amp;gt; changes, then each button could just have something like:&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; myDevice.command(&amp;quot;play&amp;quot;);&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; With JavaScript it&amp;#39;s really capable of doing pretty much anything you &lt;br&gt;&amp;gt;&amp;gt; like - just up to you to program it in a way that suits your &lt;br&gt;&amp;gt;&amp;gt; requirements.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; You could even use the same join numbers for each system, and just &lt;br&gt;&amp;gt;&amp;gt; make sure to set the joins to a default state when changing systems, &lt;br&gt;&amp;gt;&amp;gt; and then request the new data from the system each time you change.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; On 29/01/12 10:22 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Going to ramble a tad here:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I have a JS file designed to talk to a media server.  I could have &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; multiple media servers, so I might need multiple systems and &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; multiple JS objects to handle them.  My JS is building the multiple &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; instances with no problem, but now that I&amp;#39;m to the point of &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; connecting the buttons on the server&amp;#39;s gui page to the JS objects &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; that talk to the system, I realize that I have no idea how to access &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; a given object from a button and call a function on it.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; One method (which I don&amp;#39;t like) is to watch joins and route them to &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the currently-selected system.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Another way is to route different ranges of joins to different &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; systems (I like this even less, being a big proponent of reusing &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; things.)&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Either way, I&amp;#39;m assuming that I have to do this routing to the &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; appropriate object outside of my objects.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; My main questions:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Please tell me there is a better way that gets me out of &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; join-number-ville.  I&amp;#39;d like to say command(&amp;quot;Play&amp;quot;) on a button &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; press and have that button talk to the server it&amp;#39;s supposed to.  Do &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I need to have a central catcher of commands that says &amp;quot;He pressed &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; play, and he&amp;#39;s on media server 4.  Send the command to that one&amp;quot;?  &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; That might not be too messy.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Is there a way to attach a JS object to a subpage or page?  It&amp;#39;s &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; buttons would refer to a certain instance.   (Venturing into &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Mac-Xcode land here again folks) Like a page built in Interface &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Builder has a controller object attached to it.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7741217866313636683?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7741217866313636683/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-how-to-multiple-instances-of-similar_4615.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7741217866313636683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7741217866313636683'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-how-to-multiple-instances-of-similar_4615.html' title='Re: How to - multiple instances of similar systems / objects'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-4390741754699290301</id><published>2012-01-29T13:12:00.001-08:00</published><updated>2012-01-29T13:12:49.352-08:00</updated><title type='text'>RE: Dune Player</title><content type='html'>The problem is that the PC that controls the theater is where all the work&lt;br&gt;is done.  The iPad just lets the PC know which button (screen, button as two&lt;br&gt;digits) was touched on its screen.  the PC then does all the communicatoions&lt;br&gt;to the various theater components&lt;p&gt;-----Original Message-----&lt;br&gt;From: &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt; [mailto:&lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;]&lt;br&gt;On Behalf Of Nahshon Williams&lt;br&gt;Sent: Sunday, January 29, 2012 2:55 PM&lt;br&gt;To: &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;&lt;br&gt;Subject: Re: Dune Player&lt;p&gt;Would you be willing to share your CF system for dune?&lt;br&gt;I use RAID 6 over gigabit. It is seamless with blu-rays.&lt;br&gt;N&lt;p&gt;&lt;p&gt;On 29/01/2012 19:52, Barry Gordon wrote:&lt;br&gt;&amp;gt; You&amp;#39;re quite welcome.  I have been using a Dune player for well over a&lt;br&gt;year.&lt;br&gt;&amp;gt; I wrote my own librarian which looks very much like Kaliedescape and runs&lt;br&gt;on&lt;br&gt;&amp;gt; the PC that controls the theater. You select a title using the iPad or a&lt;br&gt;&amp;gt; Pronto PRO and the dune player gets commanded over IP to play the Movie.&lt;br&gt;&amp;gt; All movies are stored on a Raid 5 system that is actually an improvement&lt;br&gt;&amp;gt; IMHO over standard raid 5 in that two errors will not destroy the array.&lt;br&gt;&amp;gt; While the movie is playing you can pull the chapters down to the iPad and&lt;br&gt;&amp;gt; skip around, stop, pause, fast forward and rewind etc. I have never had a&lt;br&gt;&amp;gt; DVD or BD that the Dune could not play.  What I like the best about the&lt;br&gt;&amp;gt; entire system is that from the moment I select the film (or TV show or&lt;br&gt;&amp;gt; concert) to watch, it is playing in about 7 seconds with no previews,&lt;br&gt;&amp;gt; warnings, etc. That however is because of the way I rip them, not anything&lt;br&gt;&amp;gt; to do with the Dune player.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; -----Original Message-----&lt;br&gt;&amp;gt; From: &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;&lt;br&gt;[mailto:&lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;]&lt;br&gt;&amp;gt; On Behalf Of Nahshon Williams&lt;br&gt;&amp;gt; Sent: Sunday, January 29, 2012 12:10 PM&lt;br&gt;&amp;gt; To: &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;&lt;br&gt;&amp;gt; Subject: Dune Player&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; This is wonderful technology!&lt;br&gt;&amp;gt; Very reliable!&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Never again will I install Media Center for a client!&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Thanks Barry Gordon&lt;br&gt;&amp;gt; Nahshon&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups&lt;br&gt;&amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to&lt;br&gt;&lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at&lt;br&gt;&lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-4390741754699290301?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/4390741754699290301/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-dune-player_4513.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4390741754699290301'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4390741754699290301'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-dune-player_4513.html' title='RE: Dune Player'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-1877897186229223133</id><published>2012-01-29T11:55:00.001-08:00</published><updated>2012-01-29T11:55:35.137-08:00</updated><title type='text'>Re: Dune Player</title><content type='html'>Would you be willing to share your CF system for dune?&lt;br&gt;I use RAID 6 over gigabit. It is seamless with blu-rays.&lt;br&gt;N&lt;p&gt;&lt;p&gt;On 29/01/2012 19:52, Barry Gordon wrote:&lt;br&gt;&amp;gt; You&amp;#39;re quite welcome.  I have been using a Dune player for well over a year.&lt;br&gt;&amp;gt; I wrote my own librarian which looks very much like Kaliedescape and runs on&lt;br&gt;&amp;gt; the PC that controls the theater. You select a title using the iPad or a&lt;br&gt;&amp;gt; Pronto PRO and the dune player gets commanded over IP to play the Movie.&lt;br&gt;&amp;gt; All movies are stored on a Raid 5 system that is actually an improvement&lt;br&gt;&amp;gt; IMHO over standard raid 5 in that two errors will not destroy the array.&lt;br&gt;&amp;gt; While the movie is playing you can pull the chapters down to the iPad and&lt;br&gt;&amp;gt; skip around, stop, pause, fast forward and rewind etc. I have never had a&lt;br&gt;&amp;gt; DVD or BD that the Dune could not play.  What I like the best about the&lt;br&gt;&amp;gt; entire system is that from the moment I select the film (or TV show or&lt;br&gt;&amp;gt; concert) to watch, it is playing in about 7 seconds with no previews,&lt;br&gt;&amp;gt; warnings, etc. That however is because of the way I rip them, not anything&lt;br&gt;&amp;gt; to do with the Dune player.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; -----Original Message-----&lt;br&gt;&amp;gt; From: &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt; [mailto:&lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;]&lt;br&gt;&amp;gt; On Behalf Of Nahshon Williams&lt;br&gt;&amp;gt; Sent: Sunday, January 29, 2012 12:10 PM&lt;br&gt;&amp;gt; To: &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;&lt;br&gt;&amp;gt; Subject: Dune Player&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; This is wonderful technology!&lt;br&gt;&amp;gt; Very reliable!&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Never again will I install Media Center for a client!&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Thanks Barry Gordon&lt;br&gt;&amp;gt; Nahshon&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-1877897186229223133?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/1877897186229223133/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-dune-player_29.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1877897186229223133'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1877897186229223133'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-dune-player_29.html' title='Re: Dune Player'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-690311344184494118</id><published>2012-01-29T11:52:00.001-08:00</published><updated>2012-01-29T11:52:19.764-08:00</updated><title type='text'>RE: Dune Player</title><content type='html'>You&amp;#39;re quite welcome.  I have been using a Dune player for well over a year.&lt;br&gt;I wrote my own librarian which looks very much like Kaliedescape and runs on&lt;br&gt;the PC that controls the theater. You select a title using the iPad or a&lt;br&gt;Pronto PRO and the dune player gets commanded over IP to play the Movie.&lt;br&gt;All movies are stored on a Raid 5 system that is actually an improvement&lt;br&gt;IMHO over standard raid 5 in that two errors will not destroy the array.&lt;br&gt;While the movie is playing you can pull the chapters down to the iPad and&lt;br&gt;skip around, stop, pause, fast forward and rewind etc. I have never had a&lt;br&gt;DVD or BD that the Dune could not play.  What I like the best about the&lt;br&gt;entire system is that from the moment I select the film (or TV show or&lt;br&gt;concert) to watch, it is playing in about 7 seconds with no previews,&lt;br&gt;warnings, etc. That however is because of the way I rip them, not anything&lt;br&gt;to do with the Dune player.&lt;p&gt;-----Original Message-----&lt;br&gt;From: &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt; [mailto:&lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;]&lt;br&gt;On Behalf Of Nahshon Williams&lt;br&gt;Sent: Sunday, January 29, 2012 12:10 PM&lt;br&gt;To: &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;&lt;br&gt;Subject: Dune Player&lt;p&gt;This is wonderful technology!&lt;br&gt;Very reliable!&lt;p&gt;Never again will I install Media Center for a client!&lt;p&gt;Thanks Barry Gordon&lt;br&gt;Nahshon&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups&lt;br&gt;&amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to&lt;br&gt;&lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at&lt;br&gt;&lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-690311344184494118?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/690311344184494118/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-dune-player.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/690311344184494118'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/690311344184494118'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-dune-player.html' title='RE: Dune Player'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-2289283100667505476</id><published>2012-01-29T11:26:00.000-08:00</published><updated>2012-01-29T11:27:01.705-08:00</updated><title type='text'>Re: How to - multiple instances of similar systems / objects</title><content type='html'>If I have a class &amp;quot;MyDevice&amp;quot; and I create a couple instances of it (say &lt;br&gt;myDevice1 and myDevice2) can I make calls, from buttons, like:&lt;p&gt;     myDevice1(&amp;quot;play&amp;quot;);&lt;p&gt;or do I have to use a singleton pattern and only have one class object &lt;br&gt;to call on?&lt;p&gt;I&amp;#39;ve been trying different non-singleton things with no luck so far...&lt;p&gt;Thanks&lt;p&gt;Heath Volmer&lt;br&gt;Digital Domain Systems&lt;br&gt;303-517-9714&lt;p&gt;&lt;br&gt;On 1/28/12 7:09 PM, Jarrod Bell wrote:&lt;br&gt;&amp;gt; You can assign JS calls directly to buttons, no need to use join &lt;br&gt;&amp;gt; numbers unless showing real feedback.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; So you could have one system defined, and then change what device it &lt;br&gt;&amp;gt; is talking to by modifying its IP address/port at runtime using &lt;br&gt;&amp;gt; CF.setSystemProperties.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; The button that you use to change what device you want to control &lt;br&gt;&amp;gt; could have JS attached to it to perform the system properties changes, &lt;br&gt;&amp;gt; then each button could just have something like:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; myDevice.command(&amp;quot;play&amp;quot;);&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; With JavaScript it&amp;#39;s really capable of doing pretty much anything you &lt;br&gt;&amp;gt; like - just up to you to program it in a way that suits your &lt;br&gt;&amp;gt; requirements.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; You could even use the same join numbers for each system, and just &lt;br&gt;&amp;gt; make sure to set the joins to a default state when changing systems, &lt;br&gt;&amp;gt; and then request the new data from the system each time you change.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On 29/01/12 10:22 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt;&amp;gt; Going to ramble a tad here:&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; I have a JS file designed to talk to a media server.  I could have &lt;br&gt;&amp;gt;&amp;gt; multiple media servers, so I might need multiple systems and multiple &lt;br&gt;&amp;gt;&amp;gt; JS objects to handle them.  My JS is building the multiple instances &lt;br&gt;&amp;gt;&amp;gt; with no problem, but now that I&amp;#39;m to the point of connecting the &lt;br&gt;&amp;gt;&amp;gt; buttons on the server&amp;#39;s gui page to the JS objects that talk to the &lt;br&gt;&amp;gt;&amp;gt; system, I realize that I have no idea how to access a given object &lt;br&gt;&amp;gt;&amp;gt; from a button and call a function on it.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; One method (which I don&amp;#39;t like) is to watch joins and route them to &lt;br&gt;&amp;gt;&amp;gt; the currently-selected system.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Another way is to route different ranges of joins to different &lt;br&gt;&amp;gt;&amp;gt; systems (I like this even less, being a big proponent of reusing &lt;br&gt;&amp;gt;&amp;gt; things.)&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Either way, I&amp;#39;m assuming that I have to do this routing to the &lt;br&gt;&amp;gt;&amp;gt; appropriate object outside of my objects.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; My main questions:&lt;br&gt;&amp;gt;&amp;gt; Please tell me there is a better way that gets me out of &lt;br&gt;&amp;gt;&amp;gt; join-number-ville.  I&amp;#39;d like to say command(&amp;quot;Play&amp;quot;) on a button press &lt;br&gt;&amp;gt;&amp;gt; and have that button talk to the server it&amp;#39;s supposed to.  Do I need &lt;br&gt;&amp;gt;&amp;gt; to have a central catcher of commands that says &amp;quot;He pressed play, and &lt;br&gt;&amp;gt;&amp;gt; he&amp;#39;s on media server 4.  Send the command to that one&amp;quot;?  That might &lt;br&gt;&amp;gt;&amp;gt; not be too messy.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Is there a way to attach a JS object to a subpage or page?  It&amp;#39;s &lt;br&gt;&amp;gt;&amp;gt; buttons would refer to a certain instance.   (Venturing into &lt;br&gt;&amp;gt;&amp;gt; Mac-Xcode land here again folks) Like a page built in Interface &lt;br&gt;&amp;gt;&amp;gt; Builder has a controller object attached to it.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Thanks&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-2289283100667505476?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/2289283100667505476/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-how-to-multiple-instances-of-similar_29.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2289283100667505476'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2289283100667505476'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-how-to-multiple-instances-of-similar_29.html' title='Re: How to - multiple instances of similar systems / objects'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-1971249468898629019</id><published>2012-01-29T09:47:00.001-08:00</published><updated>2012-01-29T09:47:22.656-08:00</updated><title type='text'>Re: CIP does not connect</title><content type='html'>All devices use a different id to connect.&lt;br&gt;Didn&amp;#39;t want to stretch my luck on multiple connections to the same id.&lt;p&gt;Tried using a different id on that device, no connect.&lt;p&gt;Switched to the legacy connection now, which works fine....&lt;p&gt;Still somewhat strange.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-1971249468898629019?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/1971249468898629019/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-cip-does-not-connect_1220.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1971249468898629019'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1971249468898629019'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-cip-does-not-connect_1220.html' title='Re: CIP does not connect'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-6181210779905643864</id><published>2012-01-29T09:10:00.001-08:00</published><updated>2012-01-29T09:10:27.034-08:00</updated><title type='text'>Dune Player</title><content type='html'>This is wonderful technology!&lt;br&gt;Very reliable!&lt;p&gt;Never again will I install Media Center for a client!&lt;p&gt;Thanks Barry Gordon&lt;br&gt;Nahshon&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-6181210779905643864?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/6181210779905643864/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/dune-player.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6181210779905643864'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6181210779905643864'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/dune-player.html' title='Dune Player'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-3027134944542579148</id><published>2012-01-29T04:56:00.000-08:00</published><updated>2012-01-29T04:57:02.207-08:00</updated><title type='text'>Alterações na Política de Privacidade e nos Termos de Serviço do Google</title><content type='html'>&lt;font face="Arial,Helvetica,sans-serif" size="2"&gt; &lt;table width="700" border="0" bordercolor="none"&gt; &lt;tbody&gt;  &lt;tr&gt;&lt;td colspan="4" valign="top"&gt;&lt;/td&gt; &lt;td valign="top"&gt; &lt;p style="line-height:14px;"&gt;&lt;font size="1" color="#777"&gt;Esta mensagens não está sendo exibida corretamente?&lt;br&gt; &lt;a href="http://www.google.com/policies"&gt;Abra-a em seu navegador.&lt;/a&gt;&lt;/font&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="5" valign="top"&gt; &lt;font color="#222"&gt; &lt;p style="line-height:18px;"&gt;Caro usuário do Google,&lt;/p&gt;  &lt;p style="line-height:18px;"&gt;Estamos substituindo mais de 60 políticas de privacidade diferentes do Google por uma política mais concisa e fácil de ler. A nova política abrange vários produtos e recursos, refletindo nosso objetivo de criar uma experiência extremamente simples e intuitiva em todos os produtos do Google.&lt;/p&gt;  &lt;p style="line-height:18px;"&gt;Isto é importante. Assim, dedique alguns minutos para ler as versões atualizadas da nossa Política de Privacidade e dos nossos Termos de Serviço em &lt;a href="http://www.google.com/policies"&gt;http://www.google.com/policies&lt;/a&gt;. Estas mudanças entrarão em vigor no dia 1º de março de 2012. &lt;/p&gt;&lt;/font&gt; &lt;br&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="5" height="40"&gt; &lt;font size="4" color="#222"&gt;Uma política, uma experiência no Google&lt;/font&gt; &lt;hr noshade="noshade" size="1"&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td width="200"&gt;&lt;img src="https://www.gstatic.com/policies/email/images/intl/en/products.png" width="200" height="113" alt="Fácil de trabalhar em vários produtos" vspace="16" border="1" style="border:1px solid #ccc;"&gt;&lt;/td&gt; &lt;td width="40"&gt;&lt;/td&gt; &lt;td width="200"&gt;&lt;img src="https://www.gstatic.com/policies/email/images/intl/pt-BR/you.png" width="200" height="113" alt="Sob medida para você" vspace="16" border="1" style="border:1px solid #ccc;"&gt;&lt;/td&gt; &lt;td width="40"&gt;&lt;/td&gt; &lt;td width="200"&gt;&lt;img src="https://www.gstatic.com/policies/email/images/intl/pt-BR/share.png" width="200" height="113" alt="Compartilhar e colaborar é fácil" vspace="16" border="1" style="border:1px solid #ccc;"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td valign="top"&gt;&lt;font size="3" color="#222"&gt;Fácil de trabalhar em vários produtos&lt;/font&gt; &lt;p style="line-height:18px;"&gt;Nossa nova política reflete nosso desejo de criar uma experiência de produto simples, que ofereça o que você precisar, quando você quiser. Seja ao ler um e-mail que o faça lembrar de marcar um encontro familiar ou encontrar um vídeo favorito que você queira compartilhar, queremos que você possa utilizar com facilidade o Gmail, o Google Agenda, a ferramenta de pesquisa, o YouTube ou o que mais você quiser.&lt;/p&gt;&lt;/td&gt; &lt;td width="40"&gt;&lt;/td&gt; &lt;td valign="top"&gt; &lt;font size="3" color="#222"&gt;Sob medida para você&lt;/font&gt; &lt;p style="line-height:18px;"&gt;Se você fizer login no Google, podemos sugerir consultas de pesquisa ou adequar os resultados da pesquisa de acordo com os interesses que você expressou no Google+, Gmail e YouTube. Assim, poderemos compreender melhor qual versão do Pink ou Jaguar você está pesquisando e oferecer esses resultados com mais rapidez.&lt;/p&gt;&lt;/td&gt; &lt;td width="40"&gt;&lt;/td&gt; &lt;td valign="top"&gt; &lt;font size="3" color="#222"&gt;Compartilhar e colaborar é fácil&lt;/font&gt; &lt;p style="line-height:18px;"&gt;Ao postar ou criar um documento on-line, é provável que você queira que outras pessoas o vejam e contribuam. Ao lembrar as informações de contato das pessoas com quem você deseja compartilhar, facilitamos seu compartilhamento em qualquer produto ou serviço do Google com o mínimo de cliques e erros.&lt;/p&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="5" height="40"&gt; &lt;hr noshade="noshade" size="1"&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td valign="top"&gt;  &lt;font size="3" color="#222"&gt;A proteção de sua privacidade não mudou.&lt;/font&gt; &lt;p style="line-height:18px;"&gt;Nosso objetivo é fornecer a você o máximo de transparência e de escolha possível, por meio de produtos como Google Dashboard e Gerenciador de preferências de anúncios entre outras ferramentas. Nossos princípios de privacidade  permanecem os mesmos. Ainda, nunca venderemos nem compartilharemos suas informações profissionais sem sua permissão (a não ser em raras circunstâncias, como solicitações legais legítimas). &lt;/p&gt;&lt;/td&gt;  &lt;td width="40"&gt;&lt;/td&gt; &lt;td valign="top"&gt;  &lt;font size="3" color="#222"&gt;Alguma dúvida?&lt;br&gt; Temos a resposta.&lt;/font&gt; &lt;p style="line-height:18px;"&gt;Visite nossas Perguntas frequentes em &lt;a href="http://www.google.com/policies/faq"&gt;http://www.google.com/policies/faq&lt;/a&gt; para saber mais sobre estas mudanças. (Imaginamos que nossos usuários podem ter uma pergunta ou vinte e duas.)&lt;/p&gt;&lt;/td&gt;  &lt;td width="40"&gt;&lt;/td&gt; &lt;td valign="top"&gt;  &lt;p&gt; &lt;/p&gt;  &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="5" height="40"&gt; &lt;hr noshade="noshade" size="1"&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt;&lt;td colspan="5" valign="top"&gt; &lt;font size="3" color="#222"&gt;Aviso de alteração&lt;/font&gt; &lt;p style="line-height:18px;"&gt;A nova Política de Privacidade e os novos Termos de Serviço do entrarão em vigor em 1º de março de 2012. Se optar por continuar usando o Google assim que a alteração ocorrer, você fará isso de acordo com a nova Política de Privacidade e os Termos de Serviço.&lt;/p&gt; &lt;p style="line-height:18px;"&gt;&lt;font size="1"&gt;Não responda a este e-mail. Respostas enviadas para este endereço não serão respondidas. Nunca insira sua senha após abrir um link que aponte para um site não confiável. Em vez disso, acesse diretamente o site, como mail.google.com ou www.google.com/accounts. O Google nunca mandará um e-mail pedindo sua senha ou outra informação confidencial.&lt;/font&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;/font&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-3027134944542579148?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/3027134944542579148/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/alteracoes-na-politica-de-privacidade-e.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3027134944542579148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3027134944542579148'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/alteracoes-na-politica-de-privacidade-e.html' title='Alterações na Política de Privacidade e nos Termos de Serviço do Google'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-5486082764191347585</id><published>2012-01-29T02:46:00.001-08:00</published><updated>2012-01-29T02:46:17.366-08:00</updated><title type='text'>Re: Macros and timing reliability</title><content type='html'>I think your problem is the time that is needed to execute the ir code&lt;br&gt;by the Global Cach&amp;#233; device.&lt;p&gt;Joep&lt;p&gt;Op 27 jan. 2012 om 23:33 heeft Jarrod Bell &amp;lt;&lt;a href="mailto:jarrod@guilink.com"&gt;jarrod@guilink.com&lt;/a&gt;&amp;gt; het&lt;br&gt;volgende geschreven:&lt;p&gt;&amp;gt; Of course discrete vol is the real answer, but I have not heard of anyone having issues with macro timing.&lt;br&gt;&amp;gt; 1 second should be plenty of delay, but then again IR is very hardware dependent. I don&amp;#39;t think its a network issue.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Waiting 10-20 seconds for vol adjustment sounds like a very bad situation. Why not use an amp that has RS232 control?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On 28/01/12 1:29 AM, MarkusKl wrote:&lt;br&gt;&amp;gt;&amp;gt; Hi,&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; I have a few questions regarding macros, command timings within macros&lt;br&gt;&amp;gt;&amp;gt; etc.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; We have a couple of projects done now each of them having the same&lt;br&gt;&amp;gt;&amp;gt; hardware amps controlled by global caches IP bus devices via IR&lt;br&gt;&amp;gt;&amp;gt; commands.&lt;br&gt;&amp;gt;&amp;gt; I do know about IR code problematics etc. but I can for sure say that&lt;br&gt;&amp;gt;&amp;gt; all codes are working fine because we developed them on our own with&lt;br&gt;&amp;gt;&amp;gt; the manufacturer.&lt;br&gt;&amp;gt;&amp;gt; To clarify the situation a little bit more we are having audio scenes&lt;br&gt;&amp;gt;&amp;gt; within a multiroom environment and we are controlling the amps and the&lt;br&gt;&amp;gt;&amp;gt; audio zones by setting the volume levels on the amps differently (via&lt;br&gt;&amp;gt;&amp;gt; the mentioned IR/GC combos).&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Now as you might expect the macros are quite extensive because each of&lt;br&gt;&amp;gt;&amp;gt; the amps have 102 (!!) volume steps.&lt;br&gt;&amp;gt;&amp;gt; Besides this there are also a few other things to do in the macros.&lt;br&gt;&amp;gt;&amp;gt; Of course, not always 102 steps/commands are send per amp, we have&lt;br&gt;&amp;gt;&amp;gt; some improvements and used some tricks so we are talking about 10-20&lt;br&gt;&amp;gt;&amp;gt; steps per amp.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Knowing that each vol up/vol down command needs ~500ms for execution&lt;br&gt;&amp;gt;&amp;gt; within the amp we have a delay of 1000ms in our macros (which are real&lt;br&gt;&amp;gt;&amp;gt; CF macros, no JS code) to ensure the commands are send adequately.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; I am wondering if I can rely on the 1000ms within the macro&lt;br&gt;&amp;gt;&amp;gt; execution ?&lt;br&gt;&amp;gt;&amp;gt; And also, is it ensured that the macros are executed serially (which&lt;br&gt;&amp;gt;&amp;gt; is what I am expecting, of course)?&lt;br&gt;&amp;gt;&amp;gt; Would it make sense to program the macros within JS ? Would that bring&lt;br&gt;&amp;gt;&amp;gt; any benefits/more reliability? Also, how to code the delays and ensure&lt;br&gt;&amp;gt;&amp;gt; the serial execution ? (The UI is blocked for the user in any case to&lt;br&gt;&amp;gt;&amp;gt; ensure correct execution and finalization of the macros)!&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; I am asking this because even when I further delay the commands for&lt;br&gt;&amp;gt;&amp;gt; vol up/down sometimes (I would say in 1-3% of the cases) not all the&lt;br&gt;&amp;gt;&amp;gt; commands are received by the amps which results in differences in the&lt;br&gt;&amp;gt;&amp;gt; audio scenes...it&amp;#39;s not something the user probably hears, but I can&lt;br&gt;&amp;gt;&amp;gt; track it in our devlopement/debuging software of the amps...and&lt;br&gt;&amp;gt;&amp;gt; because it&amp;#39;s a question of professionality i would like to have this&lt;br&gt;&amp;gt;&amp;gt; 100% solved !&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; It could be that the network has some delay in theory, although it is&lt;br&gt;&amp;gt;&amp;gt; a multimedia network used and installed ONLY for audio (!), no other&lt;br&gt;&amp;gt;&amp;gt; pc or NAS devices etc., also it&amp;#39;s a gigabit network...&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; I am just curious what other guys/installers say about this behavior,&lt;br&gt;&amp;gt;&amp;gt; and also would appreciate any idea to solve the issue.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; I know that the best way is to have discrete volume level commands&lt;br&gt;&amp;gt;&amp;gt; which in fact is something we are working at with the manufacturer but&lt;br&gt;&amp;gt;&amp;gt; it&amp;#39;s not guaranteed that we will get them...&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; So, any ideas ?&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Markus&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; --&lt;br&gt;&amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-5486082764191347585?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/5486082764191347585/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-macros-and-timing-reliability_29.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5486082764191347585'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5486082764191347585'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-macros-and-timing-reliability_29.html' title='Re: Macros and timing reliability'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7614854948317739496</id><published>2012-01-29T01:19:00.000-08:00</published><updated>2012-01-29T01:20:21.753-08:00</updated><title type='text'>Re: CIP does not connect</title><content type='html'>4 iPods connect at the same time? Or are you trying them one by one?&lt;br&gt;Maybe there is some limitation to the number of single connections to &lt;br&gt;the same IPID?&lt;p&gt;Does the 5th device work at all on its own? Could be a dodgy unit.&lt;p&gt;Jarrod&lt;p&gt;On 29/01/12 7:51 PM, Fakum12 wrote:&lt;br&gt;&amp;gt; Let&amp;#39;s clarify the situation.&lt;br&gt;&amp;gt; This does not happen after some time, but on the first time the&lt;br&gt;&amp;gt; iviewer is installed and launched.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; 1. Unpack the iPods&lt;br&gt;&amp;gt; 2. Update to the newest IOS&lt;br&gt;&amp;gt; 3. Install iviewer&lt;br&gt;&amp;gt; 4. Run iviewer&amp;amp;  load project.&lt;br&gt;&amp;gt; 5. 4 iPods connect, 1 does not.&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7614854948317739496?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7614854948317739496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-cip-does-not-connect_8958.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7614854948317739496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7614854948317739496'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-cip-does-not-connect_8958.html' title='Re: CIP does not connect'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-8769046583838748644</id><published>2012-01-29T00:51:00.001-08:00</published><updated>2012-01-29T00:51:48.271-08:00</updated><title type='text'>Re: CIP does not connect</title><content type='html'>Let&amp;#39;s clarify the situation.&lt;br&gt;This does not happen after some time, but on the first time the&lt;br&gt;iviewer is installed and launched.&lt;p&gt;1. Unpack the iPods&lt;br&gt;2. Update to the newest IOS&lt;br&gt;3. Install iviewer&lt;br&gt;4. Run iviewer &amp;amp; load project.&lt;br&gt;5. 4 iPods connect, 1 does not.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-8769046583838748644?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/8769046583838748644/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-cip-does-not-connect_29.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/8769046583838748644'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/8769046583838748644'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-cip-does-not-connect_29.html' title='Re: CIP does not connect'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-3490559927328228656</id><published>2012-01-28T18:09:00.001-08:00</published><updated>2012-01-28T18:09:59.519-08:00</updated><title type='text'>Re: How to - multiple instances of similar systems / objects</title><content type='html'>You can assign JS calls directly to buttons, no need to use join numbers &lt;br&gt;unless showing real feedback.&lt;p&gt;So you could have one system defined, and then change what device it is &lt;br&gt;talking to by modifying its IP address/port at runtime using &lt;br&gt;CF.setSystemProperties.&lt;p&gt;The button that you use to change what device you want to control could &lt;br&gt;have JS attached to it to perform the system properties changes, then &lt;br&gt;each button could just have something like:&lt;p&gt;myDevice.command(&amp;quot;play&amp;quot;);&lt;p&gt;With JavaScript it&amp;#39;s really capable of doing pretty much anything you &lt;br&gt;like - just up to you to program it in a way that suits your requirements.&lt;p&gt;You could even use the same join numbers for each system, and just make &lt;br&gt;sure to set the joins to a default state when changing systems, and then &lt;br&gt;request the new data from the system each time you change.&lt;p&gt;Jarrod&lt;p&gt;On 29/01/12 10:22 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt; Going to ramble a tad here:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; I have a JS file designed to talk to a media server.  I could have &lt;br&gt;&amp;gt; multiple media servers, so I might need multiple systems and multiple &lt;br&gt;&amp;gt; JS objects to handle them.  My JS is building the multiple instances &lt;br&gt;&amp;gt; with no problem, but now that I&amp;#39;m to the point of connecting the &lt;br&gt;&amp;gt; buttons on the server&amp;#39;s gui page to the JS objects that talk to the &lt;br&gt;&amp;gt; system, I realize that I have no idea how to access a given object &lt;br&gt;&amp;gt; from a button and call a function on it.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; One method (which I don&amp;#39;t like) is to watch joins and route them to &lt;br&gt;&amp;gt; the currently-selected system.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Another way is to route different ranges of joins to different systems &lt;br&gt;&amp;gt; (I like this even less, being a big proponent of reusing things.)&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Either way, I&amp;#39;m assuming that I have to do this routing to the &lt;br&gt;&amp;gt; appropriate object outside of my objects.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; My main questions:&lt;br&gt;&amp;gt; Please tell me there is a better way that gets me out of &lt;br&gt;&amp;gt; join-number-ville.  I&amp;#39;d like to say command(&amp;quot;Play&amp;quot;) on a button press &lt;br&gt;&amp;gt; and have that button talk to the server it&amp;#39;s supposed to.  Do I need &lt;br&gt;&amp;gt; to have a central catcher of commands that says &amp;quot;He pressed play, and &lt;br&gt;&amp;gt; he&amp;#39;s on media server 4.  Send the command to that one&amp;quot;?  That might &lt;br&gt;&amp;gt; not be too messy.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Is there a way to attach a JS object to a subpage or page?  It&amp;#39;s &lt;br&gt;&amp;gt; buttons would refer to a certain instance.   (Venturing into Mac-Xcode &lt;br&gt;&amp;gt; land here again folks) Like a page built in Interface Builder has a &lt;br&gt;&amp;gt; controller object attached to it.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Thanks&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-3490559927328228656?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/3490559927328228656/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-how-to-multiple-instances-of-similar_28.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3490559927328228656'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3490559927328228656'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-how-to-multiple-instances-of-similar_28.html' title='Re: How to - multiple instances of similar systems / objects'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7287197770532144723</id><published>2012-01-28T15:54:00.000-08:00</published><updated>2012-01-28T15:55:13.387-08:00</updated><title type='text'>Re: How to - multiple instances of similar systems / objects</title><content type='html'>As a follow up:&lt;p&gt;If I am forced to take the one range of joins for each server route, &lt;br&gt;each page will be identical.  Is there a way to offset a subpage&amp;#39;s &lt;br&gt;joins, so I can just paste in multiple copies of a subpage and have each &lt;br&gt;offset to it&amp;#39;s own range of joins?&lt;p&gt;Thanks&lt;p&gt;&lt;br&gt;Heath Volmer&lt;br&gt;Digital Domain Systems&lt;br&gt;303-517-9714&lt;p&gt;&lt;br&gt;On 1/28/12 4:22 PM, Heath Volmer wrote:&lt;br&gt;&amp;gt; Going to ramble a tad here:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; I have a JS file designed to talk to a media server.  I could have &lt;br&gt;&amp;gt; multiple media servers, so I might need multiple systems and multiple &lt;br&gt;&amp;gt; JS objects to handle them.  My JS is building the multiple instances &lt;br&gt;&amp;gt; with no problem, but now that I&amp;#39;m to the point of connecting the &lt;br&gt;&amp;gt; buttons on the server&amp;#39;s gui page to the JS objects that talk to the &lt;br&gt;&amp;gt; system, I realize that I have no idea how to access a given object &lt;br&gt;&amp;gt; from a button and call a function on it.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; One method (which I don&amp;#39;t like) is to watch joins and route them to &lt;br&gt;&amp;gt; the currently-selected system.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Another way is to route different ranges of joins to different systems &lt;br&gt;&amp;gt; (I like this even less, being a big proponent of reusing things.)&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Either way, I&amp;#39;m assuming that I have to do this routing to the &lt;br&gt;&amp;gt; appropriate object outside of my objects.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; My main questions:&lt;br&gt;&amp;gt; Please tell me there is a better way that gets me out of &lt;br&gt;&amp;gt; join-number-ville.  I&amp;#39;d like to say command(&amp;quot;Play&amp;quot;) on a button press &lt;br&gt;&amp;gt; and have that button talk to the server it&amp;#39;s supposed to.  Do I need &lt;br&gt;&amp;gt; to have a central catcher of commands that says &amp;quot;He pressed play, and &lt;br&gt;&amp;gt; he&amp;#39;s on media server 4.  Send the command to that one&amp;quot;?  That might &lt;br&gt;&amp;gt; not be too messy.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Is there a way to attach a JS object to a subpage or page?  It&amp;#39;s &lt;br&gt;&amp;gt; buttons would refer to a certain instance.   (Venturing into Mac-Xcode &lt;br&gt;&amp;gt; land here again folks) Like a page built in Interface Builder has a &lt;br&gt;&amp;gt; controller object attached to it.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Thanks&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7287197770532144723?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7287197770532144723/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-how-to-multiple-instances-of-similar.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7287197770532144723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7287197770532144723'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-how-to-multiple-instances-of-similar.html' title='Re: How to - multiple instances of similar systems / objects'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-5361119154182778663</id><published>2012-01-28T15:22:00.000-08:00</published><updated>2012-01-28T15:23:01.772-08:00</updated><title type='text'>How to - multiple instances of similar systems / objects</title><content type='html'>Going to ramble a tad here:&lt;p&gt;I have a JS file designed to talk to a media server.  I could have &lt;br&gt;multiple media servers, so I might need multiple systems and multiple JS &lt;br&gt;objects to handle them.  My JS is building the multiple instances with &lt;br&gt;no problem, but now that I&amp;#39;m to the point of connecting the buttons on &lt;br&gt;the server&amp;#39;s gui page to the JS objects that talk to the system, I &lt;br&gt;realize that I have no idea how to access a given object from a button &lt;br&gt;and call a function on it.&lt;p&gt;One method (which I don&amp;#39;t like) is to watch joins and route them to the &lt;br&gt;currently-selected system.&lt;p&gt;Another way is to route different ranges of joins to different systems &lt;br&gt;(I like this even less, being a big proponent of reusing things.)&lt;p&gt;Either way, I&amp;#39;m assuming that I have to do this routing to the &lt;br&gt;appropriate object outside of my objects.&lt;p&gt;My main questions:&lt;br&gt;Please tell me there is a better way that gets me out of &lt;br&gt;join-number-ville.  I&amp;#39;d like to say command(&amp;quot;Play&amp;quot;) on a button press &lt;br&gt;and have that button talk to the server it&amp;#39;s supposed to.  Do I need to &lt;br&gt;have a central catcher of commands that says &amp;quot;He pressed play, and he&amp;#39;s &lt;br&gt;on media server 4.  Send the command to that one&amp;quot;?  That might not be &lt;br&gt;too messy.&lt;p&gt;Is there a way to attach a JS object to a subpage or page?  It&amp;#39;s buttons &lt;br&gt;would refer to a certain instance.   (Venturing into Mac-Xcode land here &lt;br&gt;again folks) Like a page built in Interface Builder has a controller &lt;br&gt;object attached to it.&lt;p&gt;Thanks&lt;p&gt;-- &lt;br&gt;Heath Volmer&lt;br&gt;Digital Domain Systems&lt;br&gt;303-517-9714&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-5361119154182778663?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/5361119154182778663/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/how-to-multiple-instances-of-similar.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5361119154182778663'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5361119154182778663'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/how-to-multiple-instances-of-similar.html' title='How to - multiple instances of similar systems / objects'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-6227978983994317318</id><published>2012-01-28T13:09:00.001-08:00</published><updated>2012-01-28T13:09:34.471-08:00</updated><title type='text'>[Showmetech] Showmetech.com.br</title><content type='html'>&lt;style type="text/css"&gt;                          h1 a:hover {background-color:#888;color:#fff ! important;}                          div#emailbody table#itemcontentlist tr td div ul {                                         list-style-type:square;                                         padding-left:1em;                         }                                  div#emailbody table#itemcontentlist tr td div blockquote {                                 padding-left:6px;                                 border-left: 6px solid #dadada;                                 margin-left:1em;                         }                                  div#emailbody table#itemcontentlist tr td div li {                                 margin-bottom:1em;                                 margin-left:1em;                         }                           table#itemcontentlist tr td a:link, table#itemcontentlist tr td a:visited, table#itemcontentlist tr td a:active, ul#summarylist li a {                                 color:#FF6600;                                 font-weight:bold;                                 text-decoration:none;                         }                                 img {border:none;}                   &lt;/style&gt; &lt;div xmlns="http://www.w3.org/1999/xhtml" id="emailbody" style="margin:0 2em;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000;"&gt; &lt;table style="border:0;padding:0;margin:0;width:100%"&gt; &lt;tr&gt; &lt;td style="vertical-align:top" width="99%"&gt; &lt;h1 style="margin:0;padding-bottom:6px;"&gt; &lt;a style="color:#888;font-size:22px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:normal;text-decoration:none;" href="http://showmetech.com.br" title="(http://showmetech.com.br)"&gt;Showmetech.com.br&lt;/a&gt; &lt;br /&gt; &lt;a href="http://fusion.google.com/add?source=atgs&amp;amp;feedurl=http://feeds.feedburner.com/Showmetechcombr"&gt; &lt;img style="padding-top:6px" alt="" border="0" src="http://gmodules.com/ig/images/plus_google.gif" /&gt; &lt;/a&gt; &lt;/h1&gt; &lt;/td&gt; &lt;td width="1%"&gt; &lt;a href="http://showmetech.com.br"&gt; &lt;img src="http://showmetech.com.br/wp-content/uploads/2011/11/Showmetech-Shout-novo-SMT-logo-mini.jpg" alt="Link to Showmetech" id="feedimage" style="padding:0 0 10px 3px;border:0;" /&gt; &lt;/a&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;hr style="border:1px solid #ccc;padding:0;margin:0" /&gt; &lt;ul style="clear:both;padding:0 0 0 1.2em;width:100%" id="summarylist"&gt; &lt;li&gt; &lt;a href="#1"&gt;Google d&amp;aacute; adeus aos bot&amp;otilde;es f&amp;iacute;sicos&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#2"&gt;Humor: Twittando em 1991&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#3"&gt;Voc&amp;ecirc; j&amp;aacute; viu um beb&amp;ecirc;-rob&amp;ocirc;?&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;table id="itemcontentlist"&gt; &lt;tr xmlns=""&gt; &lt;td style="margin-bottom:0;line-height:1.4em;"&gt; &lt;p style="margin:1em 0 3px 0;"&gt; &lt;a name="1" style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;" href="http://feedproxy.google.com/~r/Showmetechcombr/~3/3MMz6adlD_I/google-da-adeus-aos-botoes-fisicos?utm_source=feedburner&amp;utm_medium=email"&gt;Google d&amp;aacute; adeus aos bot&amp;otilde;es f&amp;iacute;sicos&lt;/a&gt; &lt;/p&gt; &lt;p style="font-size:13px;color:#555;margin:9px 0 3px 0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;"&gt; &lt;span&gt;Posted:&lt;/span&gt; 28 Jan 2012 10:35 AM PST&lt;/p&gt; &lt;div style="margin:0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000;"&gt;&lt;p&gt;&lt;a href="http://showmetech.com.br/google-da-adeus-aos-botoes-fisicos/action-bar-2" rel="attachment wp-att-21795"&gt;&lt;img src="http://showmetech.com.br/wp-content/uploads/2012/01/action-bar-2.png" alt="" width="230" height="400" class="alignleft size-full wp-image-21795" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;O &lt;strong&gt;Google&lt;/strong&gt;, no &lt;em&gt;blog&lt;/em&gt; &lt;a href="http://android-developers.blogspot.com/2012/01/say-goodbye-to-menu-button.html" title="Android Developers" target="_blank"&gt;Android Developers&lt;/a&gt;, pede aos desenvolvedores de aplicativos para começar a migrar as funções do menu para a &lt;strong&gt;Action Bar&lt;/strong&gt;. Essa barra de ações não é um conceito novo, ela foi vista primeiramente no &lt;strong&gt;Honeycomb&lt;/strong&gt; (Android 3.0), porém como agora os novos &lt;em&gt;devices&lt;/em&gt; estão saindo da fábrica com &lt;strong&gt;Ice Cream Sandwich&lt;/strong&gt; (Android 4.0) essa mudança é inevitável. &lt;/p&gt; &lt;p&gt;&lt;a href="http://showmetech.com.br/google-da-adeus-aos-botoes-fisicos/action-bar" rel="attachment wp-att-21794"&gt;&lt;img src="http://showmetech.com.br/wp-content/uploads/2012/01/Action-Bar.png" alt="" width="400" height="49" class="alignleft size-full wp-image-21794" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Uma preocupação dos desenvolvedores é o trabalho que esse recurso pode gerar no suporte às versões antigas, mas, segundo o &lt;em&gt;blog&lt;/em&gt;, eles podem continuar usando os botões físicos nas versões pré-honeycomb. &lt;/p&gt; &lt;p&gt;O uso da &lt;strong&gt;Action Bar&lt;/strong&gt; promete facilitar a experiência do usuário, principalmente com o &lt;strong&gt;Action Overflow&lt;/strong&gt;, um segundo menu com opções que os desenvolvedores julgam ser necessárias aos seus aplicativos, mas que não precisam estar no menu principal. &lt;/p&gt; &lt;p&gt;&lt;a href="http://showmetech.com.br/google-da-adeus-aos-botoes-fisicos/action-overflow" rel="attachment wp-att-21793"&gt;&lt;img src="http://showmetech.com.br/wp-content/uploads/2012/01/Action-Overflow.png" alt="" width="315" height="60" class="alignleft size-full wp-image-21793" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Ações como essa, fazem parte da promessa de deixar o &lt;strong&gt;Android&lt;/strong&gt; cada vez mais padronizado, o que é bom para os usuários e desenvolvedores.&lt;/p&gt;  &lt;p&gt;&lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/KGkw-Wmo34LbYd01TRtnA5oyVuY/0/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/KGkw-Wmo34LbYd01TRtnA5oyVuY/0/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt; &lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/KGkw-Wmo34LbYd01TRtnA5oyVuY/1/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/KGkw-Wmo34LbYd01TRtnA5oyVuY/1/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=3MMz6adlD_I:zb6DM5p1QaU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=3MMz6adlD_I:zb6DM5p1QaU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Showmetechcombr/~4/3MMz6adlD_I?utm_source=feedburner&amp;utm_medium=email" height="1" width="1"/&gt;&lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="margin-bottom:0;line-height:1.4em;"&gt; &lt;p style="margin:1em 0 3px 0;"&gt; &lt;a name="2" style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;" href="http://feedproxy.google.com/~r/Showmetechcombr/~3/c3ga6QnFuos/humor-twittando-em-1991?utm_source=feedburner&amp;utm_medium=email"&gt;Humor: Twittando em 1991&lt;/a&gt; &lt;/p&gt; &lt;p style="font-size:13px;color:#555;margin:9px 0 3px 0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;"&gt; &lt;span&gt;Posted:&lt;/span&gt; 27 Jan 2012 08:06 PM PST&lt;/p&gt; &lt;div style="margin:0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000;"&gt;&lt;p&gt;&lt;a href="http://showmetech.com.br/wp-content/uploads/2012/01/aD4oy.jpg"&gt;&lt;img class="aligncenter size-full wp-image-21771" title="aD4oy" src="http://showmetech.com.br/wp-content/uploads/2012/01/aD4oy.jpg" alt="" width="450" height="459" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Via: &lt;a href="http://www.rodrigostoledo.com/2012/01/twitter-em-1991/?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+rodrigostoledocom+%28rodrigostoledo.com%29"&gt;Rodrigostoledo&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/nW-z9ulY4HeKyn-JHufch8L7JHI/0/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/nW-z9ulY4HeKyn-JHufch8L7JHI/0/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt; &lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/nW-z9ulY4HeKyn-JHufch8L7JHI/1/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/nW-z9ulY4HeKyn-JHufch8L7JHI/1/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=c3ga6QnFuos:VSMSBDnulvE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=c3ga6QnFuos:VSMSBDnulvE:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Showmetechcombr/~4/c3ga6QnFuos?utm_source=feedburner&amp;utm_medium=email" height="1" width="1"/&gt;&lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="margin-bottom:0;line-height:1.4em;"&gt; &lt;p style="margin:1em 0 3px 0;"&gt; &lt;a name="3" style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;" href="http://feedproxy.google.com/~r/Showmetechcombr/~3/wVNBs0qPEtk/voce-ja-viu-um-bebe-robo?utm_source=feedburner&amp;utm_medium=email"&gt;Voc&amp;ecirc; j&amp;aacute; viu um beb&amp;ecirc;-rob&amp;ocirc;?&lt;/a&gt; &lt;/p&gt; &lt;p style="font-size:13px;color:#555;margin:9px 0 3px 0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;"&gt; &lt;span&gt;Posted:&lt;/span&gt; 27 Jan 2012 07:09 PM PST&lt;/p&gt; &lt;div style="margin:0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000;"&gt;&lt;p&gt;O robozinho abaixo foi criado pelo britânico &lt;strong&gt;Chris Clarke&lt;/strong&gt; para atender uma encomenda de uma novela norte-americana. Ele vem para resolver um problema muito comum em sets de filmagem: bebês de verdade podem chorar e não colaborar muito durante a gravação das cenas.&lt;/p&gt; &lt;p&gt;&lt;iframe src="http://www.youtube.com/embed/RbgzqFtcALA?feature=player_embedded" frameborder="0" width="640" height="360"&gt;&lt;/iframe&gt;&lt;/p&gt; &lt;p&gt;Embora os movimentos sejam muito convincentes, é estranho ver o pequeno robô sem uma &amp;#8220;pele&amp;#8221;, não é mesmo? Engenhoca digna da &lt;a href="http://pt.wikipedia.org/wiki/Cyberdyne_Systems"&gt;Cyberdyne Systems&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Fonte: &lt;a href="http://www.geekologie.com/2012/01/creepy-animatronic-baby-made-for-soap-op.php"&gt;Geekologie&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/DqyR1vUhI1VcpjSsAmPH-05YM68/0/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/DqyR1vUhI1VcpjSsAmPH-05YM68/0/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt; &lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/DqyR1vUhI1VcpjSsAmPH-05YM68/1/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/DqyR1vUhI1VcpjSsAmPH-05YM68/1/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=wVNBs0qPEtk:AMryPwnqz5o:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=wVNBs0qPEtk:AMryPwnqz5o:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Showmetechcombr/~4/wVNBs0qPEtk?utm_source=feedburner&amp;utm_medium=email" height="1" width="1"/&gt;&lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;table style="border-top:1px solid #999;padding-top:4px;margin-top:1.5em;width:100%" id="footer"&gt; &lt;tr&gt; &lt;td style="text-align:left;font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333;"&gt;You are subscribed to email updates from &lt;a href="http://showmetech.com.br"&gt;Showmetech&lt;/a&gt; &lt;br /&gt;To stop receiving these emails, you may &lt;a href="http://feedburner.google.com/fb/a/mailunsubscribe?k=AulG5wQfUn-MPvI6j5yinBvSngk"&gt;unsubscribe now&lt;/a&gt;.&lt;/td&gt; &lt;td style="font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333;text-align:right;vertical-align:top"&gt;Email delivery powered by Google&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="2" style="text-align:left;font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333;"&gt;Google Inc., 20 West Kinzie, Chicago IL USA 60610&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-6227978983994317318?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/6227978983994317318/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/showmetech-showmetechcombr_28.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6227978983994317318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6227978983994317318'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/showmetech-showmetechcombr_28.html' title='[Showmetech] Showmetech.com.br'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://img.youtube.com/vi/RbgzqFtcALA/default.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-182347980027128932</id><published>2012-01-27T20:08:00.000-08:00</published><updated>2012-01-27T20:09:14.536-08:00</updated><title type='text'>Re: Itunes</title><content type='html'>Ok thank you Jarrod i hope so&lt;p&gt;On 28 Jan., 04:51, Jarrod Bell &amp;lt;&lt;a href="mailto:jar...@guilink.com"&gt;jar...@guilink.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; Its in the works. No release timeframe just yet.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On 28/01/12 2:17 PM, &lt;a href="mailto:marco.marino1...@googlemail.com"&gt;marco.marino1...@googlemail.com&lt;/a&gt; wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; Hi has anyone a itunes plugin ? Or where can i get it ?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; Regards&lt;br&gt;&amp;gt; &amp;gt; Saya- Zitierten Text ausblenden -&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; - Zitierten Text anzeigen -&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-182347980027128932?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/182347980027128932/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-itunes_27.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/182347980027128932'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/182347980027128932'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-itunes_27.html' title='Re: Itunes'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-8160451513621755087</id><published>2012-01-27T19:51:00.001-08:00</published><updated>2012-01-27T19:51:47.370-08:00</updated><title type='text'>Re: Itunes</title><content type='html'>Its in the works. No release timeframe just yet.&lt;p&gt;Jarrod&lt;p&gt;On 28/01/12 2:17 PM, &lt;a href="mailto:marco.marino1981@googlemail.com"&gt;marco.marino1981@googlemail.com&lt;/a&gt; wrote:&lt;br&gt;&amp;gt; Hi has anyone a itunes plugin ? Or where can i get it ?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Regards&lt;br&gt;&amp;gt; Saya&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-8160451513621755087?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/8160451513621755087/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-itunes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/8160451513621755087'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/8160451513621755087'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-itunes.html' title='Re: Itunes'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-544604776983110293</id><published>2012-01-27T19:17:00.000-08:00</published><updated>2012-01-27T19:18:06.153-08:00</updated><title type='text'>Itunes</title><content type='html'>Hi has anyone a itunes plugin ? Or where can i get it ?&lt;p&gt;Regards&lt;br&gt;Saya&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-544604776983110293?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/544604776983110293/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/itunes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/544604776983110293'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/544604776983110293'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/itunes.html' title='Itunes'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-3539562627160671718</id><published>2012-01-27T14:33:00.001-08:00</published><updated>2012-01-27T14:33:45.107-08:00</updated><title type='text'>Re: Macros and timing reliability</title><content type='html'>Of course discrete vol is the real answer, but I have not heard of &lt;br&gt;anyone having issues with macro timing.&lt;br&gt;1 second should be plenty of delay, but then again IR is very hardware &lt;br&gt;dependent. I don&amp;#39;t think its a network issue.&lt;p&gt;Waiting 10-20 seconds for vol adjustment sounds like a very bad &lt;br&gt;situation. Why not use an amp that has RS232 control?&lt;p&gt;Jarrod&lt;p&gt;On 28/01/12 1:29 AM, MarkusKl wrote:&lt;br&gt;&amp;gt; Hi,&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; I have a few questions regarding macros, command timings within macros&lt;br&gt;&amp;gt; etc.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; We have a couple of projects done now each of them having the same&lt;br&gt;&amp;gt; hardware amps controlled by global caches IP bus devices via IR&lt;br&gt;&amp;gt; commands.&lt;br&gt;&amp;gt; I do know about IR code problematics etc. but I can for sure say that&lt;br&gt;&amp;gt; all codes are working fine because we developed them on our own with&lt;br&gt;&amp;gt; the manufacturer.&lt;br&gt;&amp;gt; To clarify the situation a little bit more we are having audio scenes&lt;br&gt;&amp;gt; within a multiroom environment and we are controlling the amps and the&lt;br&gt;&amp;gt; audio zones by setting the volume levels on the amps differently (via&lt;br&gt;&amp;gt; the mentioned IR/GC combos).&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Now as you might expect the macros are quite extensive because each of&lt;br&gt;&amp;gt; the amps have 102 (!!) volume steps.&lt;br&gt;&amp;gt; Besides this there are also a few other things to do in the macros.&lt;br&gt;&amp;gt; Of course, not always 102 steps/commands are send per amp, we have&lt;br&gt;&amp;gt; some improvements and used some tricks so we are talking about 10-20&lt;br&gt;&amp;gt; steps per amp.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Knowing that each vol up/vol down command needs ~500ms for execution&lt;br&gt;&amp;gt; within the amp we have a delay of 1000ms in our macros (which are real&lt;br&gt;&amp;gt; CF macros, no JS code) to ensure the commands are send adequately.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; I am wondering if I can rely on the 1000ms within the macro&lt;br&gt;&amp;gt; execution ?&lt;br&gt;&amp;gt; And also, is it ensured that the macros are executed serially (which&lt;br&gt;&amp;gt; is what I am expecting, of course)?&lt;br&gt;&amp;gt; Would it make sense to program the macros within JS ? Would that bring&lt;br&gt;&amp;gt; any benefits/more reliability? Also, how to code the delays and ensure&lt;br&gt;&amp;gt; the serial execution ? (The UI is blocked for the user in any case to&lt;br&gt;&amp;gt; ensure correct execution and finalization of the macros)!&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; I am asking this because even when I further delay the commands for&lt;br&gt;&amp;gt; vol up/down sometimes (I would say in 1-3% of the cases) not all the&lt;br&gt;&amp;gt; commands are received by the amps which results in differences in the&lt;br&gt;&amp;gt; audio scenes...it&amp;#39;s not something the user probably hears, but I can&lt;br&gt;&amp;gt; track it in our devlopement/debuging software of the amps...and&lt;br&gt;&amp;gt; because it&amp;#39;s a question of professionality i would like to have this&lt;br&gt;&amp;gt; 100% solved !&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; It could be that the network has some delay in theory, although it is&lt;br&gt;&amp;gt; a multimedia network used and installed ONLY for audio (!), no other&lt;br&gt;&amp;gt; pc or NAS devices etc., also it&amp;#39;s a gigabit network...&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; I am just curious what other guys/installers say about this behavior,&lt;br&gt;&amp;gt; and also would appreciate any idea to solve the issue.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; I know that the best way is to have discrete volume level commands&lt;br&gt;&amp;gt; which in fact is something we are working at with the manufacturer but&lt;br&gt;&amp;gt; it&amp;#39;s not guaranteed that we will get them...&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; So, any ideas ?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Markus&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-3539562627160671718?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/3539562627160671718/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-macros-and-timing-reliability.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3539562627160671718'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3539562627160671718'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-macros-and-timing-reliability.html' title='Re: Macros and timing reliability'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-557612745361038145</id><published>2012-01-27T13:35:00.000-08:00</published><updated>2012-01-27T13:36:05.907-08:00</updated><title type='text'>[Showmetech] Showmetech.com.br</title><content type='html'>&lt;style type="text/css"&gt;                          h1 a:hover {background-color:#888;color:#fff ! important;}                          div#emailbody table#itemcontentlist tr td div ul {                                         list-style-type:square;                                         padding-left:1em;                         }                                  div#emailbody table#itemcontentlist tr td div blockquote {                                 padding-left:6px;                                 border-left: 6px solid #dadada;                                 margin-left:1em;                         }                                  div#emailbody table#itemcontentlist tr td div li {                                 margin-bottom:1em;                                 margin-left:1em;                         }                           table#itemcontentlist tr td a:link, table#itemcontentlist tr td a:visited, table#itemcontentlist tr td a:active, ul#summarylist li a {                                 color:#FF6600;                                 font-weight:bold;                                 text-decoration:none;                         }                                 img {border:none;}                   &lt;/style&gt; &lt;div xmlns="http://www.w3.org/1999/xhtml" id="emailbody" style="margin:0 2em;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000;"&gt; &lt;table style="border:0;padding:0;margin:0;width:100%"&gt; &lt;tr&gt; &lt;td style="vertical-align:top" width="99%"&gt; &lt;h1 style="margin:0;padding-bottom:6px;"&gt; &lt;a style="color:#888;font-size:22px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:normal;text-decoration:none;" href="http://showmetech.com.br" title="(http://showmetech.com.br)"&gt;Showmetech.com.br&lt;/a&gt; &lt;br /&gt; &lt;a href="http://fusion.google.com/add?source=atgs&amp;amp;feedurl=http://feeds.feedburner.com/Showmetechcombr"&gt; &lt;img style="padding-top:6px" alt="" border="0" src="http://gmodules.com/ig/images/plus_google.gif" /&gt; &lt;/a&gt; &lt;/h1&gt; &lt;/td&gt; &lt;td width="1%"&gt; &lt;a href="http://showmetech.com.br"&gt; &lt;img src="http://showmetech.com.br/wp-content/uploads/2011/11/Showmetech-Shout-novo-SMT-logo-mini.jpg" alt="Link to Showmetech" id="feedimage" style="padding:0 0 10px 3px;border:0;" /&gt; &lt;/a&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;hr style="border:1px solid #ccc;padding:0;margin:0" /&gt; &lt;table id="itemcontentlist"&gt; &lt;tr xmlns=""&gt; &lt;td style="margin-bottom:0;line-height:1.4em;"&gt; &lt;p style="margin:1em 0 3px 0;"&gt; &lt;a name="1" style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;" href="http://feedproxy.google.com/~r/Showmetechcombr/~3/2XJcPL5BBDY/google-maps-conta-agora-com-alerta-de-situacoes-de-emergencia?utm_source=feedburner&amp;utm_medium=email"&gt;Google Maps conta agora com alerta de situa&amp;ccedil;&amp;otilde;es de emerg&amp;ecirc;ncia&lt;/a&gt; &lt;/p&gt; &lt;p style="font-size:13px;color:#555;margin:9px 0 3px 0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;"&gt; &lt;span&gt;Posted:&lt;/span&gt; 27 Jan 2012 04:11 AM PST&lt;/p&gt; &lt;div style="margin:0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000;"&gt;&lt;p&gt;&lt;a href="http://showmetech.com.br/google-maps-conta-agora-com-alerta-de-situacoes-de-emergencia/public-alerts" rel="attachment wp-att-21724"&gt;&lt;img class="aligncenter size-large wp-image-21724" src="http://showmetech.com.br/wp-content/uploads/2012/01/Public-Alerts-610x381.jpg" alt="" width="610" height="381" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;O &lt;strong&gt;Google&lt;/strong&gt; integrou mais um serviço ao&lt;strong&gt; Google Maps&lt;/strong&gt;: O&lt;strong&gt; &lt;a href="http://www.google.org/publicalerts"&gt;Google Publics Alerts&lt;/a&gt;&lt;/strong&gt;. Ainda &lt;strong&gt;em fase beta&lt;/strong&gt; e &lt;strong&gt;indisponível para nosso idioma&lt;/strong&gt;, o serviço conta com&lt;strong&gt; informações detalhadas sobre situações emergenciais pelo mundo&lt;/strong&gt;, causadas &lt;strong&gt;por fenômenos naturais&lt;/strong&gt;.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Inundações&lt;/strong&gt;, &lt;strong&gt;terremotos&lt;/strong&gt;, &lt;strong&gt;tempestades de neve&lt;/strong&gt;, &lt;strong&gt;tornados&lt;/strong&gt;, dentre outros fenômenos passam a ser catalogados e registrados no serviço, informando gravidade, se há centros de ajuda por perto e o que providências estão sendo tomadas&lt;strong&gt;.&lt;/strong&gt; Há também a possibilidade de pesquisarmos, através de palavras-chave ou nos pontos de alerta no mapa, todo tipo de informação.&lt;/p&gt; &lt;p&gt;Para conferir de perto, acesse a página do &lt;strong&gt;Google Public Alerts&lt;/strong&gt;, clicando &lt;a href="http://www.google.org/publicalerts"&gt;aqui&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/yhiPfeaAsfHTRQvg4w5cNPHE3Ow/0/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/yhiPfeaAsfHTRQvg4w5cNPHE3Ow/0/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt; &lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/yhiPfeaAsfHTRQvg4w5cNPHE3Ow/1/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/yhiPfeaAsfHTRQvg4w5cNPHE3Ow/1/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=2XJcPL5BBDY:AdzurLfwmfo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=2XJcPL5BBDY:AdzurLfwmfo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Showmetechcombr/~4/2XJcPL5BBDY?utm_source=feedburner&amp;utm_medium=email" height="1" width="1"/&gt;&lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="margin-bottom:0;line-height:1.4em;"&gt; &lt;p style="margin:1em 0 3px 0;"&gt; &lt;a name="2" style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;" href="http://feedproxy.google.com/~r/Showmetechcombr/~3/L1UHH62TeMA/nokia-n9-review?utm_source=feedburner&amp;utm_medium=email"&gt;Nokia N9 &amp;ndash; Review&lt;/a&gt; &lt;/p&gt; &lt;p style="font-size:13px;color:#555;margin:9px 0 3px 0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;"&gt; &lt;span&gt;Posted:&lt;/span&gt; 26 Jan 2012 05:20 PM PST&lt;/p&gt; &lt;div style="margin:0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000;"&gt;&lt;p&gt;&lt;a href="http://showmetech.com.br/wp-content/uploads/2011/06/nokia-n9c.jpg"&gt;&lt;img class="aligncenter size-large wp-image-15301" title="nokia-n9c" src="http://showmetech.com.br/wp-content/uploads/2011/06/nokia-n9c-610x343.jpg" alt="" width="610" height="343" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Sempre que se fala em &lt;strong&gt;Nokia,&lt;/strong&gt; bate uma saudade daquele tempo em que a empresa finlandesa tinha os celulares mais legais, ainda que o melhor de tudo fosse poder jogar Snake. Me vem à cabeça também o tempo em que o &lt;strong&gt;N95&lt;/strong&gt; era &lt;em&gt;estado-da-arte&lt;/em&gt; em termos de smartphone: câmera de 5MP, slider para cima e para baixo &amp;#8211; evidenciando o teclado ou os comandos de música, quando não era obrigatório haver&lt;em&gt; touchscreen&lt;/em&gt; -, câmera frontal, conectividade 3G, wi-fi, bluetooth&amp;#8230;&lt;/p&gt; &lt;p&gt;Porém, houve uma grande reviravolta no mercado de smartphones, novos aparelhos e sistemas operacionais surgiram, e a &lt;strong&gt;Nokia&lt;/strong&gt; ficou para trás com o &lt;strong&gt;Symbian&lt;/strong&gt;. Mas, com o excelente &lt;strong&gt;N9&lt;/strong&gt;, acredito que ela mostra que está ressurgindo como peça importante neste mercado.&lt;/p&gt; &lt;p&gt;Sendo assim, nos próximos parágrafos, vamos falar um pouco sobre o &lt;strong&gt;Nokia N9:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;O aparelho&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;O &lt;strong&gt;Nokia N9&lt;/strong&gt; é um aparelho muito elegante e discreto. O corpo, formado em peça única de policarbonato de acabamento fosco, não possui vincos ou ressaltos. O vidro &lt;strong&gt;Gorilla Glass&lt;/strong&gt; possui curvatura nas suas bordas acompanhando o desenho do corpo, e protege uma &lt;strong&gt;tela AMOLED&lt;/strong&gt; de &lt;strong&gt;3,9 polegadas&lt;/strong&gt; (resolução de 854 x 480 pixels) com 16,7 milhões de cores, além da câmera frontal, curiosamente posicionada no canto inferior direito do aparelho.&lt;/p&gt; &lt;p&gt;&lt;a href="http://showmetech.com.br/nokia-n9-review/n9_frente1" rel="attachment wp-att-21555"&gt;&lt;img class="aligncenter size-full wp-image-21555" title="N9_frente1" src="http://showmetech.com.br/wp-content/uploads/2012/01/N9_frente1.jpg" alt="" width="562" height="1000" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Na lateral direita, há três botões: os controles de volume e o botão de ligar/bloqueio/desbloqueio do aparelho. Mas o aparelho é tão bacana que dispensaria o uso deste botão pro desbloqueio: basta dois leves toques na tela e ela liga, pronta para ser desbloqueada.&lt;/p&gt; &lt;p&gt;&lt;a href="http://showmetech.com.br/nokia-n9-review/n9_costas1" rel="attachment wp-att-21554"&gt;&lt;img class="aligncenter size-full wp-image-21554" title="N9_costas1" src="http://showmetech.com.br/wp-content/uploads/2012/01/N9_costas1.png" alt="" width="562" height="1000" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Na parte traseira, o aparelho apresenta uma curvatura suave (semelhante àquela encontrada nos iPod Touch de 3ª geração), tendo ao centro uma chapinha cromada contendo a câmera de 8 megapixels com lentes Carl Zeiss &amp;#8211; padrão na linha N da Nokia &amp;#8211; e ao lado o flash de LED duplo.&lt;/p&gt; &lt;p&gt;Na parte superior, o conector 3,5mm para fones de ouvido e microfone e duas portinhas: uma para o conector microUSB &amp;#8211; usado para recarga da bateria, conexão com o PC e leitura de pen-drives &amp;#8211; e outra com uma gavetinha para o microSIM. Um detalhe digno de nota: fui até a minha operadora para substituir o SIM por um microSIM, e eles não o substituem; apenas usam uma ferramenta que corta o SIM padrão pro formato microSIM. E não foi só na minha operadora que vi isto acontecer&amp;#8230;&lt;/p&gt; &lt;p&gt;&lt;a href="http://showmetech.com.br/nokia-n9-review/n9_topo" rel="attachment wp-att-21557"&gt;&lt;img class="aligncenter size-full wp-image-21557" title="N9_topo" src="http://showmetech.com.br/wp-content/uploads/2012/01/N9_topo.png" alt="" width="562" height="1000" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Na parte inferior, a saída do alto-falante, que é apenas uma furação em formato oblongo na carcaça do aparelho.&lt;/p&gt; &lt;p&gt;Internamente, o aparelho apresenta um processador single-core Cortex A8 de 1 GHz, e uma GPU PowerVR SGX530. Ambos estão ligados a 1 GB de memória RAM, tornando um aparelho bem robusto em termos de recursos para aplicativos. De fato, como visto durante nossos testes, não houve engasgos ou transições travadas. Em termos de conectividade sem fio, temos 3G UMTS/HSPA pentaband, 2G GSM/EDGE quadband, Wi-Fi a/b/g/n, Bluetooth 2.1, GPS e o recém chegado NFC. Não há, contudo, receptor de FM, comum nos aparelhos Nokia, ou mesmo o transmissor FM, já visto no N97 e N8. A bateria de 1.450mAh mantém o padrão de autonomia dos aparelhos da Nokia, permitindo em casos de pouco uso ficar até 3 dias sem recarga.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;O sistema operacional&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;O Nokia N9 utiliza-se do MeeGo 1.2 Harmattan, a última versão do sistema operacional móvel baseado em Linux, fruto da fusão dos projetos Moblin (Intel) e Maemo (Nokia). Diferentemente do que outros sites falam, não considero o MeeGo um sistema &amp;#8220;zumbi&amp;#8221; ou&amp;#8221;natimorto&amp;#8221;. Antes de mais nada, o MeeGo é um sistema operacional móvel, com vistas para aplicação não somente em smartphones, mas também em tablets, netbooks, sistemas de navegação automotiva, smart TVs e outros sistemas embarcados, ou seja, não é exclusivo da Nokia.&lt;/p&gt; &lt;p&gt;O MeeGo é mais prático de usar que o Android e o iOS. Não há múltiplas telas, app drawers, launchers, widgets, planos de fundo, e todos os frufrus que costumam entupir a tela dos aparelhos. Há apenas três telas: Eventos, Aplicativos em execução, e Menu de aplicativos. Tudo num fundo preto, com um design simples e lindo de se ver, com fontes e ícones elegantes. Para mudar de tela, basta arrastar para os lados. Simples, sem botões. Se você abriu um aplicativo e quer fazer outra coisa, só arrastar para o lado até a tela de Menu. Se quer voltar, arraste para o lado até a tela de Aplicativos em execução, e selecione o aplicativo. Quer fechar o aplicativo? Arraste da borda superior para baixo (como se fosse abrir a barra de notificações de Android e iOS) e o aplicativo fecha. Com tudo isso, o MeeGo mostra uma de suas virtudes: não há necessidade de botões de comando. Isto inclui o desbloqueio da tela: dois toques suaves na tela acordam o aparelho para desbloqueio. Fantástico.&lt;/p&gt; &lt;p&gt;&lt;a href="http://showmetech.com.br/nokia-n9-review/telas" rel="attachment wp-att-21738"&gt;&lt;img class="aligncenter size-full wp-image-21738" title="Telas" src="http://showmetech.com.br/wp-content/uploads/2012/01/Telas.jpg" alt="" width="626" height="417" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;No Menu de Aplicativos, ícones bonitos e bem organizados, com fundo preto na tela. Recursos conhecidos de outros sistemas: segurando qualquer ícone, a tela entra em modo de edição, e você pode reorganizar os ícones de acordo com seu gosto, e também desinstalar aplicativos (ainda bem, quem usa Symbian sabe o sufoco que é desinstalar qualquer coisa) clicando no &amp;#8220;x&amp;#8221; que aparece.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Arraste a tela pra esquerda e você verá os aplicativos abertos. Não aparecerão ícones dos aplicativos, mas sim miniaturas dos aplicativos em execução. Se você selecionar algum, ele abre; se segurar, habilita a função para fechar os aplicativos individualmente ou todos de uma vez.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Arraste mais uma vez a tela, e chegam os Eventos. Aqui o MeeGo mostra o nível de integração das redes sociais no sistema: uma vez que você adicione suas contas do Twitter, Facebook e E-mail, ele mostra as atualizações de todas as redes em tempo real. Se você clicar em alguma, ele abre o aplicativo correspondente.  E claro, ele também mostra informações sobre data, hora e clima.&lt;/p&gt; &lt;p&gt;A ausência de botões de comando (como o Home do iOS, e todos os do Android) é uma quebra de paradigma, e o recurso Swipe os substitui com primazia. Me peguei algumas vezes depois de ter devolvido o aparelho tentando arrastar as telas do meu Android.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Câmera&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Apesar do downgrade da câmera em relação ao N8, o conjunto óptico formado pelas lentes Carl Zeiss se sobressai frente à concorrência: fotos nítidas, com pouco ruído ou distorção, mesmo em condições adversas de iluminação. Abaixo vemos alguns exemplos de fotos, tiradas em condições de iluminação não muito favoráveis:&lt;/p&gt; &lt;p style="text-align: center;"&gt;&lt;a href="http://showmetech.com.br/nokia-n9-review/fotoscuro" rel="attachment wp-att-21744"&gt;&lt;img class="aligncenter size-full wp-image-21744" title="Fotoscuro" src="http://showmetech.com.br/wp-content/uploads/2012/01/Fotoscuro.png" alt="" width="500" height="500" /&gt;&lt;/a&gt;&lt;br /&gt; Foto tirada sem flash em ambiente interno com iluminação mediana&lt;/p&gt; &lt;p style="text-align: center;"&gt;&lt;a href="http://showmetech.com.br/nokia-n9-review/fotoexterno" rel="attachment wp-att-21741"&gt;&lt;img class="aligncenter size-full wp-image-21741" title="fotoexterno" src="http://showmetech.com.br/wp-content/uploads/2012/01/fotoexterno.png" alt="" width="500" height="500" /&gt;&lt;/a&gt;&lt;br /&gt; Foto tirada em ambiente externo em dia nublado&lt;/p&gt; &lt;p style="text-align: center;"&gt;&lt;a href="http://showmetech.com.br/nokia-n9-review/fotomacro" rel="attachment wp-att-21742"&gt;&lt;img class="aligncenter size-full wp-image-21742" title="fotomacro" src="http://showmetech.com.br/wp-content/uploads/2012/01/fotomacro.png" alt="" width="500" height="500" /&gt;&lt;/a&gt;&lt;br /&gt; Foto tirada em modo Macro&lt;/p&gt; &lt;p style="text-align: center;"&gt;&lt;a href="http://showmetech.com.br/nokia-n9-review/fotomacrodetalhe" rel="attachment wp-att-21743"&gt;&lt;img class="aligncenter size-full wp-image-21743" title="fotomacrodetalhe" src="http://showmetech.com.br/wp-content/uploads/2012/01/fotomacrodetalhe.png" alt="" width="500" height="500" /&gt;&lt;/a&gt;&lt;br /&gt; Detalhe da imagem acima em resolução máxima&lt;/p&gt; &lt;p&gt;&lt;a href="http://showmetech.com.br/nokia-n9-review/quadron9" rel="attachment wp-att-21746"&gt;&lt;img class="aligncenter size-full wp-image-21746" title="quadroN9" src="http://showmetech.com.br/wp-content/uploads/2012/01/quadroN9.png" alt="" width="500" height="500" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://showmetech.com.br/nokia-n9-review/quadron8" rel="attachment wp-att-21745"&gt;&lt;img class="size-full wp-image-21745 aligncenter" title="quadroN8" src="http://showmetech.com.br/wp-content/uploads/2012/01/quadroN8.png" alt="" width="500" height="500" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Duas fotos, dois aparelhos, mesmo cenário: a foto ao alto foi tirada com o N9, e a foto abaixo tirada com o N8. Podemos notar que, apesar do flash do N8 ser mais forte e ter gerado mais reflexo, percebe-se na sua foto um nível de detalhe melhor que do N9. Ainda assim, a câmera do N9 não deixa a desejar.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Música&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://showmetech.com.br/nokia-n9-review/phonenoflashnew" rel="attachment wp-att-21747"&gt;&lt;img class="aligncenter size-full wp-image-21747" title="phonenoflashnew" src="http://showmetech.com.br/wp-content/uploads/2012/01/phonenoflashnew.jpg" alt="" width="201" height="435" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Aquele aplicativo de músicas meio desajeitado do Symbian deu lugar a um aplicativo todo novo, com interface mais simples e elegante, tão funcional quanto o player nativo do iOS. Quando a música não tem a imagem da capa, o aplicativo coloca o nome do álbum num fundo sólido, com cores que variam de acordo com o álbum, em letras caixa alta, repetindo até preencher a imagem. Bem legal!&lt;/p&gt; &lt;p&gt;&lt;a href="http://showmetech.com.br/nokia-n9-review/nokialink01" rel="attachment wp-att-21739"&gt;&lt;img class="aligncenter size-full wp-image-21739" title="NokiaLink01" src="http://showmetech.com.br/wp-content/uploads/2012/01/NokiaLink01.png" alt="" width="540" height="384" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;#8220;Puxa, mas eu tenho todas as minhas músicas e vídeos organizadas no iTunes&amp;#8221;. Não tem problema, a Nokia desenvolveu um aplicativo que faz o aparelho se comunicar com a biblioteca do seu iTunes: o Nokia Link. Ele lê a sua biblioteca, identifica os arquivos de mídia e playlists dentro do iTunes e sincroniza com o seu aparelho. Simples assim.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Aplicativos&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Bem, se há um ponto fraco no aparelho, podemos dizer que seria a oferta de aplicativos. O básico está lá: os aplicativos integrados ao sistema do Twitter e Facebook, Foursquare, softwares de melhorias na câmera, jogos casuais. Mas não dá pra esperar a mesma oferta de aplicativos que existe no iOS e no Android, seja em quantidade ou qualidade; passeando pela Loja Nokia, dá pra notar que existe muita coisa simples, muitos experimentos e opções informais de grandes aplicativos de outras plataformas. Você não vai postar suas fotos no Instagram (opa, mas se você tiver Android também não pode&amp;#8230; &lt;a href="http://showmetech.com.br/instagram-para-android" target="_blank"&gt;ao menos por enquanto&lt;/a&gt;), mas há uma opção semelhante, o Molome. Você não tem o Whatsapp, mas&amp;#8230; é, você vai ter que usar SMS. Não tem o Evernote, mas tem o EverN9, versão não-oficial.&lt;/p&gt; &lt;p&gt;&lt;a href="http://showmetech.com.br/nokia-n9-review/drive3" rel="attachment wp-att-21740"&gt;&lt;img class="aligncenter size-full wp-image-21740" title="drive3" src="http://showmetech.com.br/wp-content/uploads/2012/01/drive3.png" alt="" width="540" height="304" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Mas, existe a melhor opção de navegador GPS que não é pago nem é Beta: o Nokia Drive, que evoluiu a partiu do Nokia Maps. Ele pode tanto carregar os mapas através da sua conexão 3G quanto da memória do aparelho, bastando para isso conectar ao seu computador através do Nokia Suite e escolher os mapas que você quer disponíveis &amp;#8211; e ele baixa quantos mapas você quiser, enquanto houver espaço de armazenamento no aparelho.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;NFC&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;O aparelho possui embarcada a tecnologia NFC &amp;#8211; Near Field Communication &amp;#8211; que é um protocolo de comunicação estabelecido através de contato ou proximidade entre o aparelho e outros dispositivos, que podem ser outros aparelhos, falantes externos (como os &lt;a href="http://www.nokia.com.br/produtos/acessorios/acessorios-para-musica/caixas-de-som/nokia-play-360" target="_blank"&gt;Nokia Play 360º&lt;/a&gt;) e até dispositivos de tarifação. O NFC, num futuro próximo (será?), permitirá que dispensemos nossos cartões de crédito para efetuar pagamentos em lojas, transporte público e outros locais: basta aproximar o celular do dispositivo de cobrança e efetuar o pagamento. Enquanto a tecnologia não se populariza, a Nokia disponibiliza uma versão de Angry Birds especial para NFC: Angry Birds Free With Magic&lt;/p&gt; &lt;p&gt;&lt;a href="http://showmetech.com.br/nokia-n9-review/n9_features_apps" rel="attachment wp-att-21748"&gt;&lt;img class="aligncenter size-full wp-image-21748" title="n9_features_apps" src="http://showmetech.com.br/wp-content/uploads/2012/01/n9_features_apps.jpg" alt="" width="475" height="440" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Todo mundo conhece Angry Birds, então não preciso falar sobre a dinâmica do jogo. O que muda mesmo é que, em um determinado ponto, só é possível avançar de fase se você estabelecer uma ligação NFC com outro aparelho que tenha o jogo. Ou seja, não dá pra jogar sozinho sem a ajuda de um colega.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Extras&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Em relação ao N8, a mudança na apresentação da caixa foi bem drástica: de uma caixa simples visando economia, sustentabilidade e tal, passamos pra uma caixa muito elegante, muito parecida com a do&amp;#8230; iPhone. Só que azul. Você abre e está lá o apareho em primeiro plano, bonito, e com os acessórios abaixo. Como acessórios: um carregador de tomada USB &amp;#8211; bem pequeno, por sinal -, o cabo padrão micro-USB para ser usado tanto na conexão com o computador quanto para carga de bateria, par de fones de ouvido e uma capinha emborrachada. Sim, a Nokia já fornece com o aparelho uma capinha emborrachada em preto fosco, que quando colocada no aparelho, apresenta-se bem discreta. Se bem que o corpo de policarbonato não quebra quando cai no chão&amp;#8230; O que senti falta, em se tratando de um aparelho topo de linha da Nokia, foi o carregador veicular. O N95 tinha, o N97 também. Por que não pro N9? Pô, vai, até o Motorola Defy vem com carregador (por sorte pude usar, já que é o mesmo padrão micro-USB.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Conclusão&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Sempre gosto de falar que sou multiplataforma: no meu dia-a-dia, convivo com iOS, Android e Symbian. Há uma grande diferença de facilidade de uso entre eles, de integração com hardware, de aplicativos disponíveis. E o N9 com o MeeGo foi uma bela surpresa: mostrou que a Nokia continua sendo capaz de desenvolver tecnologia boa, tanto em hardware quanto em software. Há uma integração muito boa, tão boa quanto acontece entre iOS e iPhone: o tal do &amp;#8220;feitos um para o outro&amp;#8221;.&lt;/p&gt; &lt;p&gt;Porém, como já é sabido, o MeeGo é sistema de um aparelho só: apenas o N9 vai vir com ele. E sendo assim, dificilmente surgirão versões para ele de aplicativos conhecidos de outras plataformas; o custo não compensa. Porém, como citei, pra tudo dá-se jeito e existem opções alternativas de aplicativos para as mais diversas necessidades, ficando a cargo do usuário garimpar as melhores opções.&lt;/p&gt; &lt;p&gt;Ao final deste texto, afirmo uma coisa: eu compraria um N9. Por ser belo. Por ser elegante. Por ser diferente. Por não ser mais um formato sabonete no meio da multidão. Por ser parrudo o suficiente para ter um funcionamento suave. Pela grande facilidade que é o Swipe. É o tipo de aparelho que eu recomendo às pessoas que querem provar algo de diferente e não têm apego com aplicativos mainstream. Aqueles que sabem que tem um grande aparelho, mas não precisam ficar alardeando pros outros.&lt;/p&gt; &lt;p&gt;&lt;em&gt;O &lt;span style="color: #ff6600;"&gt;&lt;strong&gt;Showmetech&lt;/strong&gt;&lt;/span&gt; agradece à &lt;a href="http://www.nokia.com.br/" target="_blank"&gt;Nokia&lt;/a&gt; por fornecer o aparelho para testes, e aguarda ansiosamente os próximos lançamentos!&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/_GKkzqmQx_LCQMfPjSaXrHIEzt4/0/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/_GKkzqmQx_LCQMfPjSaXrHIEzt4/0/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt; &lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/_GKkzqmQx_LCQMfPjSaXrHIEzt4/1/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/_GKkzqmQx_LCQMfPjSaXrHIEzt4/1/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=L1UHH62TeMA:VaX2AVAdnpw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=L1UHH62TeMA:VaX2AVAdnpw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Showmetechcombr/~4/L1UHH62TeMA?utm_source=feedburner&amp;utm_medium=email" height="1" width="1"/&gt;&lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;table style="border-top:1px solid #999;padding-top:4px;margin-top:1.5em;width:100%" id="footer"&gt; &lt;tr&gt; &lt;td style="text-align:left;font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333;"&gt;You are subscribed to email updates from &lt;a href="http://showmetech.com.br"&gt;Showmetech&lt;/a&gt; &lt;br /&gt;To stop receiving these emails, you may &lt;a href="http://feedburner.google.com/fb/a/mailunsubscribe?k=AulG5wQfUn-MPvI6j5yinBvSngk"&gt;unsubscribe now&lt;/a&gt;.&lt;/td&gt; &lt;td style="font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333;text-align:right;vertical-align:top"&gt;Email delivery powered by Google&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="2" style="text-align:left;font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333;"&gt;Google Inc., 20 West Kinzie, Chicago IL USA 60610&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-557612745361038145?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/557612745361038145/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/showmetech-showmetechcombr_27.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/557612745361038145'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/557612745361038145'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/showmetech-showmetechcombr_27.html' title='[Showmetech] Showmetech.com.br'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-3597544182553382933</id><published>2012-01-27T11:49:00.000-08:00</published><updated>2012-01-27T11:50:10.056-08:00</updated><title type='text'>Re: Images disappeared after moving GUI file</title><content type='html'>Found the problem.  The folder I created where the gui file lived was&lt;br&gt;two words and it had a space between the words.  Weird how that&lt;br&gt;affected it.  In the URL for iViewer I was using %20 to denote the&lt;br&gt;space.  iViewer NO did not like that.&lt;p&gt;On Jan 27, 10:52&amp;#160;am, Jared Haleck &amp;lt;&lt;a href="mailto:jhal...@gmail.com"&gt;jhal...@gmail.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; I guess the other thing to ask is if anyone else has tried to serve the GUI&lt;br&gt;&amp;gt; file form a synology nas?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On Fri, Jan 27, 2012 at 10:38 AM, yellowfin &amp;lt;&lt;a href="mailto:jhal...@gmail.com"&gt;jhal...@gmail.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; &amp;gt; Yup, I just copied and pasted the file path from the GUI into a web&lt;br&gt;&amp;gt; &amp;gt; browser and the images show up just fine &amp;#160;Any other thoughts?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; On Jan 27, 7:41 am, Heath Volmer &amp;lt;&lt;a href="mailto:hvol...@ddsys.co"&gt;hvol...@ddsys.co&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I&amp;#39;ve had problems with permissions getting out of whack moving between&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; servers. &amp;#160;I don&amp;#39;t know why that would only apply to graphics though.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Just a thought. &amp;#160;Can you access the files through a web browser?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Heath Volmer&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Digital Domain Systems&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 303-517-9714&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On 1/27/12 7:33 AM, Jared Haleck wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Yes the relative locations are the same. I have checked the GUI file&lt;br&gt;&amp;gt; &amp;gt; in both text editor and guidesigner to verify. Any other thoughts?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Jan 27, 2012, at 3:44 AM, Jarrod Bell&amp;lt;&lt;a href="mailto:jar...@guilink.com"&gt;jar...@guilink.com&lt;/a&gt;&amp;gt; &amp;#160;wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; Did you leave the GUI file in the same relative location to the&lt;br&gt;&amp;gt; &amp;gt; images?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; Check that the image references in the theme definitions are correct,&lt;br&gt;&amp;gt; &amp;gt; relative to the project asset directory (in project properties).&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; Open it up in a text editor and manually check the file paths if you&lt;br&gt;&amp;gt; &amp;gt; need.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; On 27/01/12 5:35 PM, yellowfin wrote:&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Ok, this sounds like a newbie question, but when I moved the GUI&lt;br&gt;&amp;gt; &amp;gt; file,&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; I also moved the directories of images along with the GUI file. &amp;#160;When&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; I open the GUI file in GUIDesigner, all the files are still there,&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; however, when I I fetch the GUI file from the iPad, I only get text&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; and it doesn&amp;#39;t pull the images down.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; I moved my file and the image directories from a bluehost webserver&lt;br&gt;&amp;gt; &amp;gt; to&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; a local synology webserver.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Any ideas on how I can fix this?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; --&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; You received this message because you are subscribed to the Google&lt;br&gt;&amp;gt; &amp;gt; Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; To unsubscribe from this group, send email to&lt;br&gt;&amp;gt; &amp;gt; &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; For more options, visit this group athttp://&lt;br&gt;&amp;gt; &amp;gt; &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; --&lt;br&gt;&amp;gt; &amp;gt; You received this message because you are subscribed to the Google Groups&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt; &amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe from this group, send email to&lt;br&gt;&amp;gt; &amp;gt; &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; For more options, visit this group at&lt;br&gt;&amp;gt; &amp;gt;&lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-3597544182553382933?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/3597544182553382933/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-images-disappeared-after-moving-gui_8742.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3597544182553382933'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3597544182553382933'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-images-disappeared-after-moving-gui_8742.html' title='Re: Images disappeared after moving GUI file'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-2772012482338048803</id><published>2012-01-27T11:39:00.000-08:00</published><updated>2012-01-27T11:40:00.361-08:00</updated><title type='text'>Re: Images disappeared after moving GUI file</title><content type='html'>Spaces are evil in commandFusion land&lt;br&gt;&lt;br&gt;On Friday, 27 January 2012, yellowfin &amp;lt;&lt;a href="mailto:jhaleck@gmail.com"&gt;jhaleck@gmail.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; Found the problem.  The folder I created where the gui file lived was&lt;br&gt; &amp;gt; two words and it had a space between the words.  Weird how that&lt;br&gt;&amp;gt; affected it.  In the URL for iViewer I was using %20 to denote the&lt;br&gt;&amp;gt; space.  iViewer NO did not like that.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On Jan 27, 10:52 am, Jared Haleck &amp;lt;&lt;a href="mailto:jhal...@gmail.com"&gt;jhal...@gmail.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt; &amp;gt;&amp;gt; I guess the other thing to ask is if anyone else has tried to serve the GUI&lt;br&gt;&amp;gt;&amp;gt; file form a synology nas?&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; On Fri, Jan 27, 2012 at 10:38 AM, yellowfin &amp;lt;&lt;a href="mailto:jhal...@gmail.com"&gt;jhal...@gmail.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt; &amp;gt;&amp;gt; &amp;gt; Yup, I just copied and pasted the file path from the GUI into a web&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; browser and the images show up just fine  Any other thoughts?&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; On Jan 27, 7:41 am, Heath Volmer &amp;lt;&lt;a href="mailto:hvol...@ddsys.co"&gt;hvol...@ddsys.co&lt;/a&gt;&amp;gt; wrote:&lt;br&gt; &amp;gt;&amp;gt; &amp;gt; &amp;gt; I&amp;#39;ve had problems with permissions getting out of whack moving between&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; servers.  I don&amp;#39;t know why that would only apply to graphics though.&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; Just a thought.  Can you access the files through a web browser?&lt;br&gt; &amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; Heath Volmer&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; Digital Domain Systems&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; 303-517-9714&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; On 1/27/12 7:33 AM, Jared Haleck wrote:&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Yes the relative locations are the same. I have checked the GUI file&lt;br&gt; &amp;gt;&amp;gt; &amp;gt; in both text editor and guidesigner to verify. Any other thoughts?&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Jan 27, 2012, at 3:44 AM, Jarrod Bell&amp;lt;&lt;a href="mailto:jar...@guilink.com"&gt;jar...@guilink.com&lt;/a&gt;&amp;gt;  wrote:&lt;br&gt; &amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; Did you leave the GUI file in the same relative location to the&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; images?&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; Check that the image references in the theme definitions are correct,&lt;br&gt; &amp;gt;&amp;gt; &amp;gt; relative to the project asset directory (in project properties).&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; Open it up in a text editor and manually check the file paths if you&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; need.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; Jarrod&lt;br&gt; &amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; On 27/01/12 5:35 PM, yellowfin wrote:&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Ok, this sounds like a newbie question, but when I moved the GUI&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; file,&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; I also moved the directories of images along with the GUI file.  When&lt;br&gt; &amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; I open the GUI file in GUIDesigner, all the files are still there,&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; however, when I I fetch the GUI file from the iPad, I only get text&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; and it doesn&amp;#39;t pull the images down.&lt;br&gt; &amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; I moved my file and the image directories from a bluehost webserver&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; to&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; a local synology webserver.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Any ideas on how I can fix this?&lt;br&gt; &amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; --&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; You received this message because you are subscribed to the Google&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt; &amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; To unsubscribe from this group, send email to&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; For more options, visit this group athttp://&lt;br&gt; &amp;gt;&amp;gt; &amp;gt; &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; --&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; You received this message because you are subscribed to the Google Groups&lt;br&gt; &amp;gt;&amp;gt; &amp;gt; &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; To unsubscribe from this group, send email to&lt;br&gt; &amp;gt;&amp;gt; &amp;gt; &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; For more options, visit this group at&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt; &amp;gt;&lt;br&gt;&amp;gt; --&lt;br&gt;&amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt; &amp;gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt; &amp;gt;&lt;br&gt;&amp;gt;  &lt;p&gt;&lt;/p&gt;  -- &lt;br /&gt; You received this message because you are subscribed to the Google Groups "CommandFusion" group.&lt;br /&gt; To post to this group, send email to commandfusion@googlegroups.com.&lt;br /&gt; To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.&lt;br /&gt;  For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.&lt;br /&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-2772012482338048803?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/2772012482338048803/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-images-disappeared-after-moving-gui_4894.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2772012482338048803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2772012482338048803'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-images-disappeared-after-moving-gui_4894.html' title='Re: Images disappeared after moving GUI file'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-1316604912260284652</id><published>2012-01-27T11:25:00.000-08:00</published><updated>2012-01-27T11:26:09.516-08:00</updated><title type='text'>Re: Images disappeared after moving GUI file</title><content type='html'>Found the problem.  The folder I created where the gui file lived was&lt;br&gt;two words and it had a space between the words.  Weird how that&lt;br&gt;affected it.  In the URL for iViewer I was using %20 to denote the&lt;br&gt;space.  iViewer NO did not like that.&lt;p&gt;On Jan 27, 10:52&amp;#160;am, Jared Haleck &amp;lt;&lt;a href="mailto:jhal...@gmail.com"&gt;jhal...@gmail.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; I guess the other thing to ask is if anyone else has tried to serve the GUI&lt;br&gt;&amp;gt; file form a synology nas?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On Fri, Jan 27, 2012 at 10:38 AM, yellowfin &amp;lt;&lt;a href="mailto:jhal...@gmail.com"&gt;jhal...@gmail.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; &amp;gt; Yup, I just copied and pasted the file path from the GUI into a web&lt;br&gt;&amp;gt; &amp;gt; browser and the images show up just fine &amp;#160;Any other thoughts?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; On Jan 27, 7:41 am, Heath Volmer &amp;lt;&lt;a href="mailto:hvol...@ddsys.co"&gt;hvol...@ddsys.co&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I&amp;#39;ve had problems with permissions getting out of whack moving between&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; servers. &amp;#160;I don&amp;#39;t know why that would only apply to graphics though.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Just a thought. &amp;#160;Can you access the files through a web browser?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Heath Volmer&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Digital Domain Systems&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 303-517-9714&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On 1/27/12 7:33 AM, Jared Haleck wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Yes the relative locations are the same. I have checked the GUI file&lt;br&gt;&amp;gt; &amp;gt; in both text editor and guidesigner to verify. Any other thoughts?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Jan 27, 2012, at 3:44 AM, Jarrod Bell&amp;lt;&lt;a href="mailto:jar...@guilink.com"&gt;jar...@guilink.com&lt;/a&gt;&amp;gt; &amp;#160;wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; Did you leave the GUI file in the same relative location to the&lt;br&gt;&amp;gt; &amp;gt; images?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; Check that the image references in the theme definitions are correct,&lt;br&gt;&amp;gt; &amp;gt; relative to the project asset directory (in project properties).&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; Open it up in a text editor and manually check the file paths if you&lt;br&gt;&amp;gt; &amp;gt; need.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; On 27/01/12 5:35 PM, yellowfin wrote:&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Ok, this sounds like a newbie question, but when I moved the GUI&lt;br&gt;&amp;gt; &amp;gt; file,&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; I also moved the directories of images along with the GUI file. &amp;#160;When&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; I open the GUI file in GUIDesigner, all the files are still there,&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; however, when I I fetch the GUI file from the iPad, I only get text&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; and it doesn&amp;#39;t pull the images down.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; I moved my file and the image directories from a bluehost webserver&lt;br&gt;&amp;gt; &amp;gt; to&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; a local synology webserver.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Any ideas on how I can fix this?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; --&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; You received this message because you are subscribed to the Google&lt;br&gt;&amp;gt; &amp;gt; Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; To unsubscribe from this group, send email to&lt;br&gt;&amp;gt; &amp;gt; &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; For more options, visit this group athttp://&lt;br&gt;&amp;gt; &amp;gt; &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; --&lt;br&gt;&amp;gt; &amp;gt; You received this message because you are subscribed to the Google Groups&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt; &amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe from this group, send email to&lt;br&gt;&amp;gt; &amp;gt; &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; For more options, visit this group at&lt;br&gt;&amp;gt; &amp;gt;&lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-1316604912260284652?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/1316604912260284652/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-images-disappeared-after-moving-gui_4376.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1316604912260284652'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1316604912260284652'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-images-disappeared-after-moving-gui_4376.html' title='Re: Images disappeared after moving GUI file'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-1971356483658230601</id><published>2012-01-27T09:52:00.001-08:00</published><updated>2012-01-27T09:52:34.534-08:00</updated><title type='text'>Re: Images disappeared after moving GUI file</title><content type='html'>I guess the other thing to ask is if anyone else has tried to serve the GUI file form a synology nas?&lt;br&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;On Fri, Jan 27, 2012 at 10:38 AM, yellowfin &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:jhaleck@gmail.com"&gt;jhaleck@gmail.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt; &lt;blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt;Yup, I just copied and pasted the file path from the GUI into a web&lt;br&gt; browser and the images show up just fine  Any other thoughts?&lt;br&gt; &lt;div class="im"&gt;&lt;br&gt; On Jan 27, 7:41 am, Heath Volmer &amp;lt;&lt;a href="mailto:hvol...@ddsys.co"&gt;hvol...@ddsys.co&lt;/a&gt;&amp;gt; wrote:&lt;br&gt; &amp;gt; I&amp;#39;ve had problems with permissions getting out of whack moving between&lt;br&gt; &amp;gt; servers.  I don&amp;#39;t know why that would only apply to graphics though.&lt;br&gt; &amp;gt; Just a thought.  Can you access the files through a web browser?&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; Heath Volmer&lt;br&gt; &amp;gt; Digital Domain Systems&lt;br&gt; &amp;gt; &lt;a href="tel:303-517-9714" value="+13035179714"&gt;303-517-9714&lt;/a&gt;&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; On 1/27/12 7:33 AM, Jared Haleck wrote:&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; &amp;gt; Yes the relative locations are the same. I have checked the GUI file in both text editor and guidesigner to verify. Any other thoughts?&lt;br&gt; &amp;gt;&lt;br&gt; &lt;/div&gt;&amp;gt; &amp;gt; On Jan 27, 2012, at 3:44 AM, Jarrod Bell&amp;lt;&lt;a href="mailto:jar...@guilink.com"&gt;jar...@guilink.com&lt;/a&gt;&amp;gt;  wrote:&lt;br&gt; &lt;div class="im"&gt;&amp;gt;&lt;br&gt; &amp;gt; &amp;gt;&amp;gt; Did you leave the GUI file in the same relative location to the images?&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; &amp;gt;&amp;gt; Check that the image references in the theme definitions are correct, relative to the project asset directory (in project properties).&lt;br&gt; &amp;gt; &amp;gt;&amp;gt; Open it up in a text editor and manually check the file paths if you need.&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; &amp;gt;&amp;gt; Jarrod&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; &amp;gt;&amp;gt; On 27/01/12 5:35 PM, yellowfin wrote:&lt;br&gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Ok, this sounds like a newbie question, but when I moved the GUI file,&lt;br&gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; I also moved the directories of images along with the GUI file.  When&lt;br&gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; I open the GUI file in GUIDesigner, all the files are still there,&lt;br&gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; however, when I I fetch the GUI file from the iPad, I only get text&lt;br&gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; and it doesn&amp;#39;t pull the images down.&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; I moved my file and the image directories from a bluehost webserver to&lt;br&gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; a local synology webserver.&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Any ideas on how I can fix this?&lt;br&gt; &amp;gt;&lt;br&gt; &amp;gt; &amp;gt;&amp;gt; --&lt;br&gt; &amp;gt; &amp;gt;&amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt; &amp;gt; &amp;gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt; &amp;gt; &amp;gt;&amp;gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt; &lt;/div&gt;&amp;gt; &amp;gt;&amp;gt; For more options, visit this group athttp://&lt;a href="http://groups.google.com/group/commandfusion?hl=en" target="_blank"&gt;groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt; &lt;div class="HOEnZb"&gt;&lt;div class="h5"&gt;&lt;br&gt; --&lt;br&gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en" target="_blank"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt; &lt;br&gt; &lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;  &lt;p&gt;&lt;/p&gt;  -- &lt;br /&gt; You received this message because you are subscribed to the Google Groups "CommandFusion" group.&lt;br /&gt; To post to this group, send email to commandfusion@googlegroups.com.&lt;br /&gt; To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.&lt;br /&gt;  For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.&lt;br /&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-1971356483658230601?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/1971356483658230601/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-images-disappeared-after-moving-gui_3172.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1971356483658230601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1971356483658230601'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-images-disappeared-after-moving-gui_3172.html' title='Re: Images disappeared after moving GUI file'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-817394617929002389</id><published>2012-01-27T09:38:00.000-08:00</published><updated>2012-01-27T09:39:18.185-08:00</updated><title type='text'>Re: Images disappeared after moving GUI file</title><content type='html'>Yup, I just copied and pasted the file path from the GUI into a web&lt;br&gt;browser and the images show up just fine  Any other thoughts?&lt;p&gt;On Jan 27, 7:41&amp;#160;am, Heath Volmer &amp;lt;&lt;a href="mailto:hvol...@ddsys.co"&gt;hvol...@ddsys.co&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; I&amp;#39;ve had problems with permissions getting out of whack moving between&lt;br&gt;&amp;gt; servers. &amp;#160;I don&amp;#39;t know why that would only apply to graphics though.&lt;br&gt;&amp;gt; Just a thought. &amp;#160;Can you access the files through a web browser?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Heath Volmer&lt;br&gt;&amp;gt; Digital Domain Systems&lt;br&gt;&amp;gt; 303-517-9714&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On 1/27/12 7:33 AM, Jared Haleck wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; Yes the relative locations are the same. I have checked the GUI file in both text editor and guidesigner to verify. Any other thoughts?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; On Jan 27, 2012, at 3:44 AM, Jarrod Bell&amp;lt;&lt;a href="mailto:jar...@guilink.com"&gt;jar...@guilink.com&lt;/a&gt;&amp;gt; &amp;#160;wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Did you leave the GUI file in the same relative location to the images?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Check that the image references in the theme definitions are correct, relative to the project asset directory (in project properties).&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Open it up in a text editor and manually check the file paths if you need.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; On 27/01/12 5:35 PM, yellowfin wrote:&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Ok, this sounds like a newbie question, but when I moved the GUI file,&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; I also moved the directories of images along with the GUI file. &amp;#160;When&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; I open the GUI file in GUIDesigner, all the files are still there,&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; however, when I I fetch the GUI file from the iPad, I only get text&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; and it doesn&amp;#39;t pull the images down.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; I moved my file and the image directories from a bluehost webserver to&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; a local synology webserver.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Any ideas on how I can fix this?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; --&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; For more options, visit this group athttp://&lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-817394617929002389?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/817394617929002389/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-images-disappeared-after-moving-gui_5254.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/817394617929002389'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/817394617929002389'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-images-disappeared-after-moving-gui_5254.html' title='Re: Images disappeared after moving GUI file'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-8883218826010121091</id><published>2012-01-27T06:41:00.000-08:00</published><updated>2012-01-27T06:42:13.761-08:00</updated><title type='text'>Re: Images disappeared after moving GUI file</title><content type='html'>I&amp;#39;ve had problems with permissions getting out of whack moving between &lt;br&gt;servers.  I don&amp;#39;t know why that would only apply to graphics though.  &lt;br&gt;Just a thought.  Can you access the files through a web browser?&lt;p&gt;Heath Volmer&lt;br&gt;Digital Domain Systems&lt;br&gt;303-517-9714&lt;p&gt;&lt;br&gt;On 1/27/12 7:33 AM, Jared Haleck wrote:&lt;br&gt;&amp;gt; Yes the relative locations are the same. I have checked the GUI file in both text editor and guidesigner to verify. Any other thoughts?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On Jan 27, 2012, at 3:44 AM, Jarrod Bell&amp;lt;&lt;a href="mailto:jarrod@guilink.com"&gt;jarrod@guilink.com&lt;/a&gt;&amp;gt;  wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Did you leave the GUI file in the same relative location to the images?&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Check that the image references in the theme definitions are correct, relative to the project asset directory (in project properties).&lt;br&gt;&amp;gt;&amp;gt; Open it up in a text editor and manually check the file paths if you need.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; On 27/01/12 5:35 PM, yellowfin wrote:&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Ok, this sounds like a newbie question, but when I moved the GUI file,&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I also moved the directories of images along with the GUI file.  When&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I open the GUI file in GUIDesigner, all the files are still there,&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; however, when I I fetch the GUI file from the iPad, I only get text&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; and it doesn&amp;#39;t pull the images down.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I moved my file and the image directories from a bluehost webserver to&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; a local synology webserver.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Any ideas on how I can fix this?&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; -- &lt;br&gt;&amp;gt;&amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt;&amp;gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-8883218826010121091?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/8883218826010121091/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-images-disappeared-after-moving-gui_4701.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/8883218826010121091'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/8883218826010121091'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-images-disappeared-after-moving-gui_4701.html' title='Re: Images disappeared after moving GUI file'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-9197408944402295855</id><published>2012-01-27T06:33:00.000-08:00</published><updated>2012-01-27T06:34:11.232-08:00</updated><title type='text'>Re: Images disappeared after moving GUI file</title><content type='html'>Yes the relative locations are the same. I have checked the GUI file in both text editor and guidesigner to verify. Any other thoughts?&lt;p&gt;&lt;p&gt;On Jan 27, 2012, at 3:44 AM, Jarrod Bell &amp;lt;&lt;a href="mailto:jarrod@guilink.com"&gt;jarrod@guilink.com&lt;/a&gt;&amp;gt; wrote:&lt;p&gt;&amp;gt; Did you leave the GUI file in the same relative location to the images?&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; Check that the image references in the theme definitions are correct, relative to the project asset directory (in project properties).&lt;br&gt;&amp;gt; Open it up in a text editor and manually check the file paths if you need.&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; On 27/01/12 5:35 PM, yellowfin wrote:&lt;br&gt;&amp;gt;&amp;gt; Ok, this sounds like a newbie question, but when I moved the GUI file,&lt;br&gt;&amp;gt;&amp;gt; I also moved the directories of images along with the GUI file.  When&lt;br&gt;&amp;gt;&amp;gt; I open the GUI file in GUIDesigner, all the files are still there,&lt;br&gt;&amp;gt;&amp;gt; however, when I I fetch the GUI file from the iPad, I only get text&lt;br&gt;&amp;gt;&amp;gt; and it doesn&amp;#39;t pull the images down.&lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt; I moved my file and the image directories from a bluehost webserver to&lt;br&gt;&amp;gt;&amp;gt; a local synology webserver.&lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt; Any ideas on how I can fix this?&lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; -- &lt;br&gt;&amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt; &lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-9197408944402295855?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/9197408944402295855/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-images-disappeared-after-moving-gui_27.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/9197408944402295855'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/9197408944402295855'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-images-disappeared-after-moving-gui_27.html' title='Re: Images disappeared after moving GUI file'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-1698927941832006770</id><published>2012-01-27T06:29:00.000-08:00</published><updated>2012-01-27T06:30:27.089-08:00</updated><title type='text'>Macros and timing reliability</title><content type='html'>Hi,&lt;p&gt;I have a few questions regarding macros, command timings within macros&lt;br&gt;etc.&lt;p&gt;We have a couple of projects done now each of them having the same&lt;br&gt;hardware amps controlled by global caches IP bus devices via IR&lt;br&gt;commands.&lt;br&gt;I do know about IR code problematics etc. but I can for sure say that&lt;br&gt;all codes are working fine because we developed them on our own with&lt;br&gt;the manufacturer.&lt;br&gt;To clarify the situation a little bit more we are having audio scenes&lt;br&gt;within a multiroom environment and we are controlling the amps and the&lt;br&gt;audio zones by setting the volume levels on the amps differently (via&lt;br&gt;the mentioned IR/GC combos).&lt;p&gt;Now as you might expect the macros are quite extensive because each of&lt;br&gt;the amps have 102 (!!) volume steps.&lt;br&gt;Besides this there are also a few other things to do in the macros.&lt;br&gt;Of course, not always 102 steps/commands are send per amp, we have&lt;br&gt;some improvements and used some tricks so we are talking about 10-20&lt;br&gt;steps per amp.&lt;p&gt;Knowing that each vol up/vol down command needs ~500ms for execution&lt;br&gt;within the amp we have a delay of 1000ms in our macros (which are real&lt;br&gt;CF macros, no JS code) to ensure the commands are send adequately.&lt;p&gt;I am wondering if I can rely on the 1000ms within the macro&lt;br&gt;execution ?&lt;br&gt;And also, is it ensured that the macros are executed serially (which&lt;br&gt;is what I am expecting, of course)?&lt;br&gt;Would it make sense to program the macros within JS ? Would that bring&lt;br&gt;any benefits/more reliability? Also, how to code the delays and ensure&lt;br&gt;the serial execution ? (The UI is blocked for the user in any case to&lt;br&gt;ensure correct execution and finalization of the macros)!&lt;p&gt;I am asking this because even when I further delay the commands for&lt;br&gt;vol up/down sometimes (I would say in 1-3% of the cases) not all the&lt;br&gt;commands are received by the amps which results in differences in the&lt;br&gt;audio scenes...it&amp;#39;s not something the user probably hears, but I can&lt;br&gt;track it in our devlopement/debuging software of the amps...and&lt;br&gt;because it&amp;#39;s a question of professionality i would like to have this&lt;br&gt;100% solved !&lt;p&gt;It could be that the network has some delay in theory, although it is&lt;br&gt;a multimedia network used and installed ONLY for audio (!), no other&lt;br&gt;pc or NAS devices etc., also it&amp;#39;s a gigabit network...&lt;p&gt;I am just curious what other guys/installers say about this behavior,&lt;br&gt;and also would appreciate any idea to solve the issue.&lt;p&gt;I know that the best way is to have discrete volume level commands&lt;br&gt;which in fact is something we are working at with the manufacturer but&lt;br&gt;it&amp;#39;s not guaranteed that we will get them...&lt;p&gt;So, any ideas ?&lt;p&gt;Markus&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-1698927941832006770?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/1698927941832006770/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/macros-and-timing-reliability.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1698927941832006770'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1698927941832006770'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/macros-and-timing-reliability.html' title='Macros and timing reliability'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-5303241082708927680</id><published>2012-01-27T03:41:00.001-08:00</published><updated>2012-01-27T03:41:44.756-08:00</updated><title type='text'>CommandFusion Protocol</title><content type='html'>Hi, I need help choosing my next protocol option for the next project.&lt;p&gt;Old simpl+ method suffers if you are using analog ramping and to fix&lt;br&gt;the offline issue you need to jailbreak it and install fusionlock or&lt;br&gt;dim to black (or dont lock the screen if not jailbreaking) to keep the&lt;br&gt;wifi active&lt;p&gt;CIP method has no issues with analog ramping, you can use an xpanel&lt;br&gt;symbol to keep digitals, analog and serials nice and tidy, but over a&lt;br&gt;longer period of time it suffers with excessive memory eating when&lt;br&gt;coming back online if it ever does, maybe this can be fixed with&lt;br&gt;fusionlock or dim to black (this would reduce the battery life from 30&lt;br&gt;ish days to 3-4days)&lt;p&gt;Crestron Mobile method. Not used this yet, what are the pros and cons&lt;br&gt;with this method?&lt;p&gt;Cheers&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-5303241082708927680?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/5303241082708927680/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/commandfusion-protocol.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5303241082708927680'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5303241082708927680'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/commandfusion-protocol.html' title='CommandFusion Protocol'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-5978511181716127192</id><published>2012-01-27T03:30:00.000-08:00</published><updated>2012-01-27T03:31:10.630-08:00</updated><title type='text'>Re: CIP does not connect</title><content type='html'>a reboot does not free up memory all of the time, even if you kill the app first&lt;br&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;On 27 January 2012 11:28, Fakum12 &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:t.wichert@gmx.de"&gt;t.wichert@gmx.de&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt; &lt;blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt;No, not jailbroken.&lt;br&gt; Did a hard restart of the iPod (should start with some free memory, no&lt;br&gt; other no-apple apps installed), no change....&lt;br&gt; Looks like I might have to switch back to the legacy solution...&lt;br&gt; &lt;div class="HOEnZb"&gt;&lt;div class="h5"&gt;&lt;br&gt; --&lt;br&gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en" target="_blank"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt; &lt;br&gt; &lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;  &lt;p&gt;&lt;/p&gt;  -- &lt;br /&gt; You received this message because you are subscribed to the Google Groups "CommandFusion" group.&lt;br /&gt; To post to this group, send email to commandfusion@googlegroups.com.&lt;br /&gt; To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.&lt;br /&gt;  For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.&lt;br /&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-5978511181716127192?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/5978511181716127192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-cip-does-not-connect_4415.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5978511181716127192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5978511181716127192'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-cip-does-not-connect_4415.html' title='Re: CIP does not connect'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-315861656119669490</id><published>2012-01-27T03:28:00.000-08:00</published><updated>2012-01-27T03:29:15.931-08:00</updated><title type='text'>Re: CIP does not connect</title><content type='html'>No, not jailbroken.&lt;br&gt;Did a hard restart of the iPod (should start with some free memory, no&lt;br&gt;other no-apple apps installed), no change....&lt;br&gt;Looks like I might have to switch back to the legacy solution...&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-315861656119669490?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/315861656119669490/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-cip-does-not-connect_27.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/315861656119669490'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/315861656119669490'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-cip-does-not-connect_27.html' title='Re: CIP does not connect'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-4963810788290230380</id><published>2012-01-27T03:14:00.000-08:00</published><updated>2012-01-27T03:15:14.904-08:00</updated><title type='text'>Re: CIP does not connect</title><content type='html'>is it jailbroken? if so kill iViewer then in SB settings free up memory. (You will notice that the free memory is less than 40meg). Then repeat when it happens again.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Must be summut in the JS code during the reconnect function, its eating up the apples memory, must be hungry.&lt;/div&gt; &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;You need to be monitoring the network connection be for the CIP goes offline and not afterwards.&lt;br&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;On 27 January 2012 11:09, Fakum12 &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:t.wichert@gmx.de"&gt;t.wichert@gmx.de&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt; &lt;blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt;Hi,&lt;br&gt; &lt;br&gt;  again I have a problem with the cip javascript.&lt;br&gt; It&amp;#39;s a project with 5 identical iPods (newest model). Identical gui,&lt;br&gt; except the ID.&lt;br&gt; Four work flawless, the fifth is unable to connect. Changing the ID&lt;br&gt; makes no difference.&lt;br&gt; The network connection is fine, can browse the Internet, use&lt;br&gt; Airplay....&lt;br&gt; &lt;br&gt; Strange, or not?&lt;br&gt; &lt;span class="HOEnZb"&gt;&lt;font color="#888888"&gt;&lt;br&gt; --&lt;br&gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en" target="_blank"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt; &lt;br&gt; &lt;/font&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;  &lt;p&gt;&lt;/p&gt;  -- &lt;br /&gt; You received this message because you are subscribed to the Google Groups "CommandFusion" group.&lt;br /&gt; To post to this group, send email to commandfusion@googlegroups.com.&lt;br /&gt; To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.&lt;br /&gt;  For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.&lt;br /&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-4963810788290230380?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/4963810788290230380/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-cip-does-not-connect.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4963810788290230380'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4963810788290230380'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-cip-does-not-connect.html' title='Re: CIP does not connect'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-1513948203425580353</id><published>2012-01-27T03:09:00.000-08:00</published><updated>2012-01-27T03:10:07.785-08:00</updated><title type='text'>CIP does not connect</title><content type='html'>Hi,&lt;p&gt; again I have a problem with the cip javascript.&lt;br&gt;It&amp;#39;s a project with 5 identical iPods (newest model). Identical gui,&lt;br&gt;except the ID.&lt;br&gt;Four work flawless, the fifth is unable to connect. Changing the ID&lt;br&gt;makes no difference.&lt;br&gt;The network connection is fine, can browse the Internet, use&lt;br&gt;Airplay....&lt;p&gt;Strange, or not?&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-1513948203425580353?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/1513948203425580353/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/cip-does-not-connect.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1513948203425580353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1513948203425580353'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/cip-does-not-connect.html' title='CIP does not connect'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-4761216250873686376</id><published>2012-01-27T02:44:00.001-08:00</published><updated>2012-01-27T02:44:22.597-08:00</updated><title type='text'>Re: Images disappeared after moving GUI file</title><content type='html'>Did you leave the GUI file in the same relative location to the images?&lt;p&gt;Check that the image references in the theme definitions are correct, &lt;br&gt;relative to the project asset directory (in project properties).&lt;br&gt;Open it up in a text editor and manually check the file paths if you need.&lt;p&gt;Jarrod&lt;p&gt;On 27/01/12 5:35 PM, yellowfin wrote:&lt;br&gt;&amp;gt; Ok, this sounds like a newbie question, but when I moved the GUI file,&lt;br&gt;&amp;gt; I also moved the directories of images along with the GUI file.  When&lt;br&gt;&amp;gt; I open the GUI file in GUIDesigner, all the files are still there,&lt;br&gt;&amp;gt; however, when I I fetch the GUI file from the iPad, I only get text&lt;br&gt;&amp;gt; and it doesn&amp;#39;t pull the images down.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; I moved my file and the image directories from a bluehost webserver to&lt;br&gt;&amp;gt; a local synology webserver.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Any ideas on how I can fix this?&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-4761216250873686376?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/4761216250873686376/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-images-disappeared-after-moving-gui.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4761216250873686376'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4761216250873686376'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-images-disappeared-after-moving-gui.html' title='Re: Images disappeared after moving GUI file'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-8966565658437127546</id><published>2012-01-26T22:35:00.001-08:00</published><updated>2012-01-26T22:35:24.577-08:00</updated><title type='text'>Images disappeared after moving GUI file</title><content type='html'>Ok, this sounds like a newbie question, but when I moved the GUI file,&lt;br&gt;I also moved the directories of images along with the GUI file.  When&lt;br&gt;I open the GUI file in GUIDesigner, all the files are still there,&lt;br&gt;however, when I I fetch the GUI file from the iPad, I only get text&lt;br&gt;and it doesn&amp;#39;t pull the images down.&lt;p&gt;I moved my file and the image directories from a bluehost webserver to&lt;br&gt;a local synology webserver.&lt;p&gt;Any ideas on how I can fix this?&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-8966565658437127546?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/8966565658437127546/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/images-disappeared-after-moving-gui.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/8966565658437127546'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/8966565658437127546'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/images-disappeared-after-moving-gui.html' title='Images disappeared after moving GUI file'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7417487574281085444</id><published>2012-01-26T15:44:00.001-08:00</published><updated>2012-01-26T15:44:28.997-08:00</updated><title type='text'>Re: Snap To Grid</title><content type='html'>Or just use the alignment tools :P&lt;br&gt;     &lt;br&gt;     On 27/01/12 10:40 AM, vmailtk5 wrote:     &lt;blockquote cite="mid:CACEqosa1-F6Uj4V7kKqLV0dO=PQ1oRQOGUzJzu63GRKrM618hQ@mail.gmail.com"       type="cite"&gt;Cheers, I'll get my ruler, set square and spirit level       out.&lt;a href="http://2.bp.blogspot.com/-vkk3c1Aju8g/TyHlXaN5xlI/AAAAAAAAAXY/XQevw8baCRk/s1600/bm-image-768998.gif"&gt;&lt;img src="http://2.bp.blogspot.com/-vkk3c1Aju8g/TyHlXaN5xlI/AAAAAAAAAXY/XQevw8baCRk/s320/bm-image-768998.gif"  border="0" alt="" id="BLOGGER_PHOTO_ID_5702090793565144658" /&gt;&lt;/a&gt;&lt;br&gt;       &lt;br&gt;       &lt;div class="gmail_quote"&gt;On 26 January 2012 23:37, Jarrod Bell &lt;span           dir="ltr"&gt;&amp;lt;&lt;a moz-do-not-send="true"             href="mailto:jarrod@guilink.com"&gt;jarrod@guilink.com&lt;/a&gt;&amp;gt;&lt;/span&gt;         wrote:&lt;br&gt;         &lt;blockquote class="gmail_quote" style="margin:0 0 0           .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt;           It doesn't exist. No plans to add it in immediate future, but           its on the todo list.&lt;span class="HOEnZb"&gt;&lt;font               color="#888888"&gt;&lt;br&gt;               &lt;br&gt;               Jarrod&lt;/font&gt;&lt;/span&gt;           &lt;div class="HOEnZb"&gt;             &lt;div class="h5"&gt;&lt;br&gt;               &lt;br&gt;               On 27/01/12 10:16 AM, vmail wrote:&lt;br&gt;               &lt;blockquote class="gmail_quote" style="margin:0 0 0                 .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt;                 Where is it?&lt;br&gt;                 &lt;br&gt;               &lt;/blockquote&gt;               &lt;br&gt;               -- &lt;br&gt;               You received this message because you are subscribed to               the Google Groups "CommandFusion" group.&lt;br&gt;               To post to this group, send email to &lt;a                 moz-do-not-send="true"                 href="mailto:commandfusion@googlegroups.com"                 target="_blank"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;               To unsubscribe from this group, send email to &lt;a                 moz-do-not-send="true"                 href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"                 target="_blank"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;               For more options, visit this group at &lt;a                 moz-do-not-send="true"                 href="http://groups.google.com/group/commandfusion?hl=en"                 target="_blank"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;               &lt;br&gt;             &lt;/div&gt;           &lt;/div&gt;         &lt;/blockquote&gt;       &lt;/div&gt;       &lt;br&gt;       -- &lt;br&gt;       You received this message because you are subscribed to the Google       Groups "CommandFusion" group.&lt;br&gt;       To post to this group, send email to       &lt;a class="moz-txt-link-abbreviated" href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;       To unsubscribe from this group, send email to       &lt;a class="moz-txt-link-abbreviated" href="mailto:commandfusion+unsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;       For more options, visit this group at       &lt;a class="moz-txt-link-freetext" href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;     &lt;/blockquote&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7417487574281085444?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7417487574281085444/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-snap-to-grid_6771.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7417487574281085444'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7417487574281085444'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-snap-to-grid_6771.html' title='Re: Snap To Grid'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-vkk3c1Aju8g/TyHlXaN5xlI/AAAAAAAAAXY/XQevw8baCRk/s72-c/bm-image-768998.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-3666623090569104149</id><published>2012-01-26T15:43:00.000-08:00</published><updated>2012-01-26T15:44:02.384-08:00</updated><title type='text'>Re: Snap To Grid</title><content type='html'>Those little X/Y markers combined with the various alignment tools     are much more useful.&amp;nbsp; Snap is obnoxious, unless it is intelligent,     not grid-based.&lt;br&gt;     &lt;pre class="moz-signature" cols="72"&gt;Heath Volmer Digital Domain Systems 303-517-9714&lt;/pre&gt;     &lt;br&gt;     On 1/26/12 4:40 PM, vmailtk5 wrote:     &lt;blockquote cite="mid:CACEqosa1-F6Uj4V7kKqLV0dO=PQ1oRQOGUzJzu63GRKrM618hQ@mail.gmail.com"       type="cite"&gt;Cheers, I'll get my ruler, set square and spirit level       out.&lt;a href="http://2.bp.blogspot.com/-dpWEYN1QdfQ/TyHlQwb_dfI/AAAAAAAAAXM/z4-vhKxwUIY/s1600/bm-image-742385.gif"&gt;&lt;img src="http://2.bp.blogspot.com/-dpWEYN1QdfQ/TyHlQwb_dfI/AAAAAAAAAXM/z4-vhKxwUIY/s320/bm-image-742385.gif"  border="0" alt="" id="BLOGGER_PHOTO_ID_5702090679270733298" /&gt;&lt;/a&gt;&lt;br&gt;       &lt;br&gt;       &lt;div class="gmail_quote"&gt;On 26 January 2012 23:37, Jarrod Bell &lt;span           dir="ltr"&gt;&amp;lt;&lt;a moz-do-not-send="true"             href="mailto:jarrod@guilink.com"&gt;jarrod@guilink.com&lt;/a&gt;&amp;gt;&lt;/span&gt;         wrote:&lt;br&gt;         &lt;blockquote class="gmail_quote" style="margin:0 0 0           .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt;           It doesn't exist. No plans to add it in immediate future, but           its on the todo list.&lt;span class="HOEnZb"&gt;&lt;font               color="#888888"&gt;&lt;br&gt;               &lt;br&gt;               Jarrod&lt;/font&gt;&lt;/span&gt;           &lt;div class="HOEnZb"&gt;             &lt;div class="h5"&gt;&lt;br&gt;               &lt;br&gt;               On 27/01/12 10:16 AM, vmail wrote:&lt;br&gt;               &lt;blockquote class="gmail_quote" style="margin:0 0 0                 .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt;                 Where is it?&lt;br&gt;                 &lt;br&gt;               &lt;/blockquote&gt;               &lt;br&gt;               -- &lt;br&gt;               You received this message because you are subscribed to               the Google Groups "CommandFusion" group.&lt;br&gt;               To post to this group, send email to &lt;a                 moz-do-not-send="true"                 href="mailto:commandfusion@googlegroups.com"                 target="_blank"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;               To unsubscribe from this group, send email to &lt;a                 moz-do-not-send="true"                 href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"                 target="_blank"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;               For more options, visit this group at &lt;a                 moz-do-not-send="true"                 href="http://groups.google.com/group/commandfusion?hl=en"                 target="_blank"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;               &lt;br&gt;             &lt;/div&gt;           &lt;/div&gt;         &lt;/blockquote&gt;       &lt;/div&gt;       &lt;br&gt;       -- &lt;br&gt;       You received this message because you are subscribed to the Google       Groups "CommandFusion" group.&lt;br&gt;       To post to this group, send email to       &lt;a class="moz-txt-link-abbreviated" href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;       To unsubscribe from this group, send email to       &lt;a class="moz-txt-link-abbreviated" href="mailto:commandfusion+unsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;       For more options, visit this group at       &lt;a class="moz-txt-link-freetext" href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;     &lt;/blockquote&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-3666623090569104149?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/3666623090569104149/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-snap-to-grid_8496.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3666623090569104149'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3666623090569104149'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-snap-to-grid_8496.html' title='Re: Snap To Grid'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-dpWEYN1QdfQ/TyHlQwb_dfI/AAAAAAAAAXM/z4-vhKxwUIY/s72-c/bm-image-742385.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7429459131323476206</id><published>2012-01-26T15:40:00.000-08:00</published><updated>2012-01-26T15:41:14.796-08:00</updated><title type='text'>Re: Snap To Grid</title><content type='html'>Cheers, I&amp;#39;ll get my ruler, set square and spirit level out.&lt;a href="http://1.bp.blogspot.com/-ZQUNLajRtNA/TyHkm3nKEGI/AAAAAAAAAXA/zCj4JQjtyuo/s1600/360-774797.gif"&gt;&lt;img src="http://1.bp.blogspot.com/-ZQUNLajRtNA/TyHkm3nKEGI/AAAAAAAAAXA/zCj4JQjtyuo/s320/360-774797.gif"  border="0" alt="" id="BLOGGER_PHOTO_ID_5702089959642108002" /&gt;&lt;/a&gt;&lt;br&gt; &lt;br&gt;&lt;div class="gmail_quote"&gt;On 26 January 2012 23:37, Jarrod Bell &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:jarrod@guilink.com"&gt;jarrod@guilink.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt; It doesn&amp;#39;t exist. No plans to add it in immediate future, but its on the todo list.&lt;span class="HOEnZb"&gt;&lt;font color="#888888"&gt;&lt;br&gt; &lt;br&gt; Jarrod&lt;/font&gt;&lt;/span&gt;&lt;div class="HOEnZb"&gt;&lt;div class="h5"&gt;&lt;br&gt; &lt;br&gt; On 27/01/12 10:16 AM, vmail wrote:&lt;br&gt; &lt;blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt; Where is it?&lt;br&gt; &lt;br&gt; &lt;/blockquote&gt; &lt;br&gt; -- &lt;br&gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com" target="_blank"&gt;commandfusion@googlegroups.com&lt;/a&gt;&lt;u&gt;&lt;/u&gt;.&lt;br&gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com" target="_blank"&gt;commandfusion+unsubscribe@&lt;u&gt;&lt;/u&gt;googlegroups.com&lt;/a&gt;.&lt;br&gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en" target="_blank"&gt;http://groups.google.com/&lt;u&gt;&lt;/u&gt;group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt; &lt;br&gt; &lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;  &lt;p&gt;&lt;/p&gt;  -- &lt;br /&gt; You received this message because you are subscribed to the Google Groups "CommandFusion" group.&lt;br /&gt; To post to this group, send email to commandfusion@googlegroups.com.&lt;br /&gt; To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.&lt;br /&gt;  For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.&lt;br /&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7429459131323476206?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7429459131323476206/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-snap-to-grid_4109.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7429459131323476206'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7429459131323476206'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-snap-to-grid_4109.html' title='Re: Snap To Grid'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-ZQUNLajRtNA/TyHkm3nKEGI/AAAAAAAAAXA/zCj4JQjtyuo/s72-c/360-774797.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-4371311497347148438</id><published>2012-01-26T15:38:00.001-08:00</published><updated>2012-01-26T15:38:53.813-08:00</updated><title type='text'>Re: Snap To Grid</title><content type='html'>Meh&lt;br&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;On 26 January 2012 23:35, Nahshon Williams &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:spcfix@gmail.com"&gt;spcfix@gmail.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt; In yo dreamz :-P&lt;br&gt; &lt;br&gt; &lt;br&gt; On 26/01/2012 23:16, vmail wrote:&lt;br&gt; &lt;blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt; Where is it?&lt;br&gt; &lt;br&gt;&lt;span class="HOEnZb"&gt;&lt;font color="#888888"&gt; &lt;/font&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span class="HOEnZb"&gt;&lt;font color="#888888"&gt; &lt;br&gt; -- &lt;br&gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com" target="_blank"&gt;commandfusion@googlegroups.com&lt;/a&gt;&lt;u&gt;&lt;/u&gt;.&lt;br&gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com" target="_blank"&gt;commandfusion+unsubscribe@&lt;u&gt;&lt;/u&gt;googlegroups.com&lt;/a&gt;.&lt;br&gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en" target="_blank"&gt;http://groups.google.com/&lt;u&gt;&lt;/u&gt;group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt; &lt;br&gt; &lt;/font&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;  &lt;p&gt;&lt;/p&gt;  -- &lt;br /&gt; You received this message because you are subscribed to the Google Groups "CommandFusion" group.&lt;br /&gt; To post to this group, send email to commandfusion@googlegroups.com.&lt;br /&gt; To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.&lt;br /&gt;  For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.&lt;br /&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-4371311497347148438?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/4371311497347148438/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-snap-to-grid_1551.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4371311497347148438'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4371311497347148438'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-snap-to-grid_1551.html' title='Re: Snap To Grid'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-2557651306225997004</id><published>2012-01-26T15:37:00.001-08:00</published><updated>2012-01-26T15:37:51.733-08:00</updated><title type='text'>Re: Snap To Grid</title><content type='html'>It doesn&amp;#39;t exist. No plans to add it in immediate future, but its on the &lt;br&gt;todo list.&lt;p&gt;Jarrod&lt;p&gt;On 27/01/12 10:16 AM, vmail wrote:&lt;br&gt;&amp;gt; Where is it?&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-2557651306225997004?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/2557651306225997004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-snap-to-grid_26.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2557651306225997004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2557651306225997004'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-snap-to-grid_26.html' title='Re: Snap To Grid'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-6980842502724637511</id><published>2012-01-26T15:35:00.001-08:00</published><updated>2012-01-26T15:35:53.881-08:00</updated><title type='text'>Re: Snap To Grid</title><content type='html'>In yo dreamz :-P&lt;p&gt;&lt;br&gt;On 26/01/2012 23:16, vmail wrote:&lt;br&gt;&amp;gt; Where is it?&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-6980842502724637511?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/6980842502724637511/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-snap-to-grid.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6980842502724637511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6980842502724637511'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-snap-to-grid.html' title='Re: Snap To Grid'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-1341397049213982543</id><published>2012-01-26T15:16:00.000-08:00</published><updated>2012-01-26T15:17:14.575-08:00</updated><title type='text'>Snap To Grid</title><content type='html'>Where is it?&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-1341397049213982543?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/1341397049213982543/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/snap-to-grid.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1341397049213982543'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1341397049213982543'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/snap-to-grid.html' title='Snap To Grid'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-6266480457809523717</id><published>2012-01-26T13:31:00.001-08:00</published><updated>2012-01-26T13:31:13.574-08:00</updated><title type='text'>[Showmetech] Showmetech.com.br</title><content type='html'>&lt;style type="text/css"&gt;                          h1 a:hover {background-color:#888;color:#fff ! important;}                          div#emailbody table#itemcontentlist tr td div ul {                                         list-style-type:square;                                         padding-left:1em;                         }                                  div#emailbody table#itemcontentlist tr td div blockquote {                                 padding-left:6px;                                 border-left: 6px solid #dadada;                                 margin-left:1em;                         }                                  div#emailbody table#itemcontentlist tr td div li {                                 margin-bottom:1em;                                 margin-left:1em;                         }                           table#itemcontentlist tr td a:link, table#itemcontentlist tr td a:visited, table#itemcontentlist tr td a:active, ul#summarylist li a {                                 color:#FF6600;                                 font-weight:bold;                                 text-decoration:none;                         }                                 img {border:none;}                   &lt;/style&gt; &lt;div xmlns="http://www.w3.org/1999/xhtml" id="emailbody" style="margin:0 2em;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000;"&gt; &lt;table style="border:0;padding:0;margin:0;width:100%"&gt; &lt;tr&gt; &lt;td style="vertical-align:top" width="99%"&gt; &lt;h1 style="margin:0;padding-bottom:6px;"&gt; &lt;a style="color:#888;font-size:22px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:normal;text-decoration:none;" href="http://showmetech.com.br" title="(http://showmetech.com.br)"&gt;Showmetech.com.br&lt;/a&gt; &lt;br /&gt; &lt;a href="http://fusion.google.com/add?source=atgs&amp;amp;feedurl=http://feeds.feedburner.com/Showmetechcombr"&gt; &lt;img style="padding-top:6px" alt="" border="0" src="http://gmodules.com/ig/images/plus_google.gif" /&gt; &lt;/a&gt; &lt;/h1&gt; &lt;/td&gt; &lt;td width="1%"&gt; &lt;a href="http://showmetech.com.br"&gt; &lt;img src="http://showmetech.com.br/wp-content/uploads/2011/11/Showmetech-Shout-novo-SMT-logo-mini.jpg" alt="Link to Showmetech" id="feedimage" style="padding:0 0 10px 3px;border:0;" /&gt; &lt;/a&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;hr style="border:1px solid #ccc;padding:0;margin:0" /&gt; &lt;table id="itemcontentlist"&gt; &lt;tr xmlns=""&gt; &lt;td style="margin-bottom:0;line-height:1.4em;"&gt; &lt;p style="margin:1em 0 3px 0;"&gt; &lt;a name="1" style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;" href="http://feedproxy.google.com/~r/Showmetechcombr/~3/_J_FvTnP8lA/nova-imagem-da-nasa-mostra-o-planeta-terra-em-alta-resolucao?utm_source=feedburner&amp;utm_medium=email"&gt;Nova imagem da NASA mostra o planeta Terra em alta resolu&amp;ccedil;&amp;atilde;o&lt;/a&gt; &lt;/p&gt; &lt;p style="font-size:13px;color:#555;margin:9px 0 3px 0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;"&gt; &lt;span&gt;Posted:&lt;/span&gt; 26 Jan 2012 08:54 AM PST&lt;/p&gt; &lt;div style="margin:0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000;"&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://showmetech.com.br/wp-content/uploads/2012/01/earth-blue-marble-2012.jpg"&gt;&lt;img class="aligncenter size-large wp-image-21721" title="earth blue marble 2012" src="http://showmetech.com.br/wp-content/uploads/2012/01/earth-blue-marble-2012-610x440.jpg" alt="" width="610" height="440" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Suomi NPP&lt;/strong&gt;, o mais novo satélite de observação terrestre da &lt;strong&gt;NASA&lt;/strong&gt;, foi responsável pela imagem de alta resolução acima. Ela mostra a &lt;strong&gt;Terra&lt;/strong&gt; em uma das imagens mais bonitas e mais nítidas já criadas do planeta. Aos interessados, é possível fazer o &lt;a href="https://secure.flickr.com/photos/gsfc/6760135001/sizes/o/in/photostream/"&gt;&lt;strong&gt;download&lt;/strong&gt; dela no tamanho 8000 x 8000 pixels&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;O satélite que a capturou tem seu nome em homenagem a Verner E. Suomi, cientista e pai da meteorologia com o uso de satélites. Ele foi desenvolvido para criar imagens de alta resolução do planeta, monitorar desastres naturais e servir como um novo instrumento para o melhoramento da previsão meteorológica global&lt;/p&gt; &lt;p&gt;A imagem imita a legendária foto "&lt;a href="https://en.wikipedia.org/wiki/The_Blue_Marble" target="_blank"&gt;Blue Marble&lt;/a&gt;", tirada pela tripulação da Apollo 17 em 7 de Dezembro de 1972.&lt;/p&gt; &lt;p&gt;Créditos: &lt;em&gt;NASA/NOAA/GSFC/Suomi NPP/VIIRS/Norman Kuring&lt;/em&gt;&lt;/p&gt; &lt;p&gt;Fonte: &lt;a href="http://www.ouramazingplanet.com/2329-earth-satellite-sends-blue-marble-image.html" target="_blank"&gt;Our Amazing Planet&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/xmTZZAknMVbv-ADXI5l0vzCJpeY/0/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/xmTZZAknMVbv-ADXI5l0vzCJpeY/0/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt; &lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/xmTZZAknMVbv-ADXI5l0vzCJpeY/1/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/xmTZZAknMVbv-ADXI5l0vzCJpeY/1/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=_J_FvTnP8lA:rBdSDu3_DK4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=_J_FvTnP8lA:rBdSDu3_DK4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Showmetechcombr/~4/_J_FvTnP8lA?utm_source=feedburner&amp;utm_medium=email" height="1" width="1"/&gt;&lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="margin-bottom:0;line-height:1.4em;"&gt; &lt;p style="margin:1em 0 3px 0;"&gt; &lt;a name="2" style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;" href="http://feedproxy.google.com/~r/Showmetechcombr/~3/Qq7tEHMTBSU/primeiras-impressoes-asus-eee-pad-transformer?utm_source=feedburner&amp;utm_medium=email"&gt;Primeiras impress&amp;otilde;es: Asus Eee Pad Transformer&lt;/a&gt; &lt;/p&gt; &lt;p style="font-size:13px;color:#555;margin:9px 0 3px 0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;"&gt; &lt;span&gt;Posted:&lt;/span&gt; 26 Jan 2012 06:42 AM PST&lt;/p&gt; &lt;div style="margin:0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000;"&gt;&lt;p&gt;&lt;a href="http://showmetech.com.br/wp-content/uploads/2012/01/P_500.jpg"&gt;&lt;img class="aligncenter size-full wp-image-21712" title="P_500" src="http://showmetech.com.br/wp-content/uploads/2012/01/P_500.jpg" alt="" width="500" height="500" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;O usuário &lt;strong&gt;Arthur Beltrão&lt;/strong&gt; repassou para nós suas primeiras impressões do uso do seu novo tablet: o &lt;strong&gt;Asus Eee Pad Transformer&lt;/strong&gt;. Veja abaixo o que ele achou:&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Duração da Bateria:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;A bateria é fantástica (faço o comparativo com um smartphone Motorola Milestone 2 e um Notebook HP com bateria de 9 células). Como o brinquedo é novo, faço uso dele constantemente. Segundo meus cálculos, a bateria deve durar entre 9 e 10 horas, mesmo jogando Order and Chaos (um RPG 3D online), com brilho no automático e sem o teclado.&lt;/p&gt; &lt;p&gt;Em média, minha bateria tem durado entre 1 dia e meio e 2 dias, usando bastante o&lt;em&gt; tablet&lt;/em&gt;. No &lt;em&gt;stand-by&lt;/em&gt; a bateria gasta bem pouco, ao contrário do que tinha ouvido falar por ai. &lt;/p&gt; &lt;p&gt;A única configuração que eu alterei foi na política de desligamento do Wi-Fi, colocando-o para desligar quando entra em &lt;em&gt;deep-seep&lt;/em&gt; se desconectado do carregador. Nessa situação a bateria descarrega por volta de 2% a cada 10 horas.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Velocidade e desempenho:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Achei o desempenho do tablet muito bom também. Estou com cerca de 150 aplicativos já instalados nele e o laucher padrão roda suave. Existem alguns momentos não muito frequentes em que ele dá uma engasgada, mas não chega a incomodar muito. Espero que isso suma no ICS.&lt;/p&gt; &lt;p&gt;Os jogos THD rodam incrivelmente lisos nele. O &lt;em&gt;Order and Chaos&lt;/em&gt; dá algumas engasgadas de vez em quando, mas isso deve ser por causa da gambiarra que fiz para rodar o jogo nele (não é compatível por padrão). Não cheguei a fazer benchmark nenhum, mas no meu uso do dia a dia, e nos jogos 3D me agradou muito.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Internet e navegação:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;A navegação na internet é muito boa. Para mim que estava acostumado com o browser do telefone, foi um salto quântico. As páginas carregam rapidamente, mesmo as com Flash, e tudo roda perfeitamente (a não ser os sites mal feitos apenas para internet explorer). Ele lembra muito o navegador Chrome.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Gmail:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;O aplicativo de &lt;strong&gt;Gmail&lt;/strong&gt; é muito bom no &lt;em&gt;tablet&lt;/em&gt;, mas de vez em quando dá alguns bugs. Algumas mensagens que leio aqui da lista, não sei por qual motivo, continuam como não lidas, mesmo clicando várias vezes. Nesse caso eu volto para a caixa de entrada e dai clico novamente no marcador do grupo, depois na mensagem e ela fica marcada como lida.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Display:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;O touch do aparelho é muito bom, bastante preciso. O brilho da tela é excelente, se você precisar pode colocar no máximo e a tela fica muito viva e nítida.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Acabamento:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;O acabamento do &lt;em&gt;tablet&lt;/em&gt; é ótimo, muito mais bonito que &lt;strong&gt;Motorola XOOM &lt;/strong&gt;ou o &lt;strong&gt;Samsung Galaxy Tab&lt;/strong&gt; (na minha opinião, claro).&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Câmera/Vídeos:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Não testei a câmera ainda nem assisti vídeos nele (exceto &lt;em&gt;youtube&lt;/em&gt;). Ainda preciso testar o Netflix também.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Galeria de Imagens:&lt;/strong&gt;&lt;/p&gt;  &lt;a href='http://showmetech.com.br/primeiras-impressoes-asus-eee-pad-transformer/xxomrfjiuberimo5_500' title='XxOmRfjIUberimo5_500'&gt;&lt;img width="150" height="150" src="http://showmetech.com.br/wp-content/uploads/2012/01/XxOmRfjIUberimo5_500-150x150.jpg" class="attachment-thumbnail" alt="XxOmRfjIUberimo5_500" title="XxOmRfjIUberimo5_500" /&gt;&lt;/a&gt; &lt;a href='http://showmetech.com.br/primeiras-impressoes-asus-eee-pad-transformer/qb73railh199dqvb_500' title='qb73RAILH199Dqvb_500'&gt;&lt;img width="150" height="150" src="http://showmetech.com.br/wp-content/uploads/2012/01/qb73RAILH199Dqvb_500-150x150.jpg" class="attachment-thumbnail" alt="qb73RAILH199Dqvb_500" title="qb73RAILH199Dqvb_500" /&gt;&lt;/a&gt; &lt;a href='http://showmetech.com.br/primeiras-impressoes-asus-eee-pad-transformer/lnf0ehhwteiv9zzf_500' title='Lnf0ehHwteIV9ZZF_500'&gt;&lt;img width="150" height="150" src="http://showmetech.com.br/wp-content/uploads/2012/01/Lnf0ehHwteIV9ZZF_500-150x150.jpg" class="attachment-thumbnail" alt="Lnf0ehHwteIV9ZZF_500" title="Lnf0ehHwteIV9ZZF_500" /&gt;&lt;/a&gt; &lt;a href='http://showmetech.com.br/primeiras-impressoes-asus-eee-pad-transformer/p_500' title='P_500'&gt;&lt;img width="150" height="150" src="http://showmetech.com.br/wp-content/uploads/2012/01/P_500-150x150.jpg" class="attachment-thumbnail" alt="P_500" title="P_500" /&gt;&lt;/a&gt;  &lt;p&gt;==&lt;/p&gt; &lt;p&gt;Se você gostou dos comentários, ou gostaria de fazer perguntas ao &lt;strong&gt;Athur&lt;/strong&gt;, escreva nos campos abaixo:&lt;/p&gt;  &lt;p&gt;&lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/kH_jMYF40HqtTF9LtLfq-8u4QKU/0/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/kH_jMYF40HqtTF9LtLfq-8u4QKU/0/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt; &lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/kH_jMYF40HqtTF9LtLfq-8u4QKU/1/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/kH_jMYF40HqtTF9LtLfq-8u4QKU/1/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=Qq7tEHMTBSU:lyP-m1WiCQ4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=Qq7tEHMTBSU:lyP-m1WiCQ4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Showmetechcombr/~4/Qq7tEHMTBSU?utm_source=feedburner&amp;utm_medium=email" height="1" width="1"/&gt;&lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;table style="border-top:1px solid #999;padding-top:4px;margin-top:1.5em;width:100%" id="footer"&gt; &lt;tr&gt; &lt;td style="text-align:left;font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333;"&gt;You are subscribed to email updates from &lt;a href="http://showmetech.com.br"&gt;Showmetech&lt;/a&gt; &lt;br /&gt;To stop receiving these emails, you may &lt;a href="http://feedburner.google.com/fb/a/mailunsubscribe?k=AulG5wQfUn-MPvI6j5yinBvSngk"&gt;unsubscribe now&lt;/a&gt;.&lt;/td&gt; &lt;td style="font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333;text-align:right;vertical-align:top"&gt;Email delivery powered by Google&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="2" style="text-align:left;font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333;"&gt;Google Inc., 20 West Kinzie, Chicago IL USA 60610&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-6266480457809523717?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/6266480457809523717/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/showmetech-showmetechcombr_26.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6266480457809523717'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6266480457809523717'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/showmetech-showmetechcombr_26.html' title='[Showmetech] Showmetech.com.br'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-2875741985458299293</id><published>2012-01-26T12:47:00.000-08:00</published><updated>2012-01-26T12:48:06.207-08:00</updated><title type='text'>Re: iOS simluator</title><content type='html'>Both are not mutually exclusive. We&amp;#39;ll get to work on desktop viewers soon, but not&lt;br&gt;before Android is released and fully in sync with iOS (it can already run most GUIs&lt;br&gt;designed for iOS without any change, which is the ultimate goal -- each viewer complies&lt;br&gt;with a core set of functionalities).&lt;p&gt;And no, we don&amp;#39;t announce specific dates.&lt;p&gt;Florent&lt;p&gt;On Jan 26, 2012, at 8:30 PM, Joep van den Aker wrote:&lt;p&gt;&amp;gt; I understand but is it still in hold or still in the line of future releases?&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; Joep&lt;br&gt;&amp;gt; &lt;p&gt;--&lt;br&gt;Florent Pillet - Software Engineering Lead&lt;br&gt;&lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;p&gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-2875741985458299293?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/2875741985458299293/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_231.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2875741985458299293'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2875741985458299293'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_231.html' title='Re: iOS simluator'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-6724080179331420133</id><published>2012-01-26T11:30:00.001-08:00</published><updated>2012-01-26T11:30:26.023-08:00</updated><title type='text'>Re: iOS simluator</title><content type='html'>I understand but is it still in hold or still in the line of future releases?&lt;p&gt;Joep&lt;p&gt;Op 26 jan. 2012 om 19:38 heeft Florent Pillet &amp;lt;&lt;a href="mailto:fpillet@gmail.com"&gt;fpillet@gmail.com&lt;/a&gt;&amp;gt; het&lt;br&gt;volgende geschreven:&lt;p&gt;&amp;gt; We would love that too. For now, all our attention is focused on the nearly complete Android version.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Florent&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On Jan 26, 2012, at 7:14 PM, Joep van den Aker wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; What about the webviever?&lt;br&gt;&amp;gt;&amp;gt; When will it be released? I would love to use CF on a touchscreen..&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; --&lt;br&gt;&amp;gt; Florent Pillet - Software Engineering Lead&lt;br&gt;&amp;gt; &lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; --&lt;br&gt;&amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-6724080179331420133?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/6724080179331420133/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_813.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6724080179331420133'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6724080179331420133'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_813.html' title='Re: iOS simluator'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-2147764772458065098</id><published>2012-01-26T10:38:00.001-08:00</published><updated>2012-01-26T10:38:59.816-08:00</updated><title type='text'>Re: iOS simluator</title><content type='html'>We would love that too. For now, all our attention is focused on the nearly complete Android version.&lt;p&gt;Florent&lt;p&gt;On Jan 26, 2012, at 7:14 PM, Joep van den Aker wrote:&lt;p&gt;&amp;gt; What about the webviever?&lt;br&gt;&amp;gt; When will it be released? I would love to use CF on a touchscreen..&lt;p&gt;--&lt;br&gt;Florent Pillet - Software Engineering Lead&lt;br&gt;&lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;p&gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-2147764772458065098?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/2147764772458065098/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_8464.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2147764772458065098'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2147764772458065098'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_8464.html' title='Re: iOS simluator'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-1800539322530943485</id><published>2012-01-26T10:22:00.001-08:00</published><updated>2012-01-26T10:22:27.314-08:00</updated><title type='text'>Re: XBMC Queries</title><content type='html'>Hi Jarrod,&lt;p&gt;That cured the problem.&lt;p&gt;Cheers&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-1800539322530943485?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/1800539322530943485/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-xbmc-queries_26.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1800539322530943485'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1800539322530943485'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-xbmc-queries_26.html' title='Re: XBMC Queries'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-5053499426089127804</id><published>2012-01-26T10:14:00.000-08:00</published><updated>2012-01-26T10:15:06.965-08:00</updated><title type='text'>Re: iOS simluator</title><content type='html'>Hi Florent,&lt;p&gt;What about the webviever?&lt;br&gt;When will it be released? I would love to use CF on a touchscreen..&lt;p&gt;Best regards, Joep&lt;p&gt;Op 26 jan. 2012 om 17:12 heeft Florent Pillet &amp;lt;&lt;a href="mailto:fpillet@gmail.com"&gt;fpillet@gmail.com&lt;/a&gt;&amp;gt; het&lt;br&gt;volgende geschreven:&lt;p&gt;&amp;gt; We&amp;#39;re implementing the last details. I know many of you are waiting for droidViewer.&lt;br&gt;&amp;gt; It&amp;#39;ll be released as beta as soon as we think it works sufficiently well and is of&lt;br&gt;&amp;gt; beta quality.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Florent&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On Jan 26, 2012, at 5:05 PM, Bram van der Mooren wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Is there a expected release date for droidviewer?&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; I&amp;#39;m waiting for it because I have a android tablet.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; --&lt;br&gt;&amp;gt; Florent Pillet - Software Engineering Lead&lt;br&gt;&amp;gt; &lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; --&lt;br&gt;&amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-5053499426089127804?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/5053499426089127804/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_5709.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5053499426089127804'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5053499426089127804'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_5709.html' title='Re: iOS simluator'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-4387308893316339032</id><published>2012-01-26T10:10:00.000-08:00</published><updated>2012-01-26T10:11:16.859-08:00</updated><title type='text'>Re: Javascript "object" question</title><content type='html'>BTW here&amp;#39;s a link you may find helpful, it describes a lot of common JS patterns:&lt;p&gt;&lt;a href="http://shichuan.github.com/javascript-patterns/"&gt;http://shichuan.github.com/javascript-patterns/&lt;/a&gt;&lt;p&gt;Florent&lt;p&gt;On Jan 26, 2012, at 6:30 PM, Heath Volmer wrote:&lt;p&gt;&amp;gt; I think I may have a better understanding of my question and I think I&amp;#39;m stuck.&lt;p&gt;--&lt;br&gt;Florent Pillet - Software Engineering Lead&lt;br&gt;&lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;p&gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-4387308893316339032?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/4387308893316339032/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-object-question_4253.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4387308893316339032'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4387308893316339032'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-object-question_4253.html' title='Re: Javascript &quot;object&quot; question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-6304926965242308175</id><published>2012-01-26T09:57:00.001-08:00</published><updated>2012-01-26T09:57:56.834-08:00</updated><title type='text'>Re: Javascript "object" question</title><content type='html'>We use objects all the time. There are many reasons to do so, mainly:&lt;p&gt;- proper encapsulation / namespacing of your code: you don&amp;#39;t risk conflicting with functions named the&lt;br&gt;  same way in other objects / libraries you may be using&lt;br&gt;- multiple instances: use the class pattern to have multiple instances of objects in the same class&lt;br&gt;- general cleanliness of your code. Non-object code quickly turns into a plate of spaghetti&lt;br&gt;- better modularization and reusability&lt;p&gt;From a general standpoint, there&amp;#39;s no decent reason not to use objects unless you don&amp;#39;t understand&lt;br&gt;what they are and what they do. I strongly recommend that you educate yourself on proper Javascript&lt;br&gt;patterns, as some aspects of it tend to be different from other languages. Javascript is a prototype-based&lt;br&gt;language. This concept is difficult to understand at first and maybe a little confusing. There are many&lt;br&gt;ways to emulate a class-based language with inheritance, you may want to select some of the good&lt;br&gt;libraries out there that do a lot of the grunt work for you.&lt;p&gt;Javascript is actually surprisingly powerful once you get the concepts. For all its flaws, it has&lt;br&gt;some hidden gems that make it super useful.&lt;p&gt;Florent&lt;p&gt;On Jan 26, 2012, at 6:30 PM, Heath Volmer wrote:&lt;p&gt;&amp;gt; Objects in JS appear to be little more that property lists, where properties can be all sorts of things that include functions.  Thus the crazy notation.  I&amp;#39;m assuming this was all grown out of JS&amp;#39;s original procedural nature (one can write non-object JS that looks rather nice when you don&amp;#39;t include objects.)&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; Now maybe the question should be: Is there any compelling reason to do objects with CF?  The namespace issue is key here I think.  It&amp;#39;s sorta in my nature to want to organize things thus.&lt;p&gt;--&lt;br&gt;Florent Pillet - Software Engineering Lead&lt;br&gt;&lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;p&gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-6304926965242308175?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/6304926965242308175/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-object-question_26.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6304926965242308175'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6304926965242308175'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-object-question_26.html' title='Re: Javascript &quot;object&quot; question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7154055393594856318</id><published>2012-01-26T09:30:00.001-08:00</published><updated>2012-01-26T09:30:38.230-08:00</updated><title type='text'>Re: Javascript "object" question</title><content type='html'>I think I may have a better understanding of my question and I think I&amp;#39;m &lt;br&gt;stuck.&lt;p&gt;Objects in JS appear to be little more that property lists, where &lt;br&gt;properties can be all sorts of things that include functions.  Thus the &lt;br&gt;crazy notation.  I&amp;#39;m assuming this was all grown out of JS&amp;#39;s original &lt;br&gt;procedural nature (one can write non-object JS that looks rather nice &lt;br&gt;when you don&amp;#39;t include objects.)&lt;p&gt;Now maybe the question should be: Is there any compelling reason to do &lt;br&gt;objects with CF?  The namespace issue is key here I think.  It&amp;#39;s sorta &lt;br&gt;in my nature to want to organize things thus.&lt;p&gt;Heath Volmer&lt;br&gt;Digital Domain Systems&lt;br&gt;303-517-9714&lt;p&gt;&lt;br&gt;On 1/26/12 9:50 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt; I want a &amp;quot;Menu Bar&amp;quot; controller object in my layout.  If I were writing &lt;br&gt;&amp;gt; something like this in another language, I would have a &lt;br&gt;&amp;gt; MenuBarController or similar object, and would create an instance of &lt;br&gt;&amp;gt; that object to control my Menu Bar.  With JS and CF I don&amp;#39;t see that I &lt;br&gt;&amp;gt; can instantiate a new object and then assign calls to it from buttons.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; What I have done is used the quasi-singleton example from the wiki &lt;br&gt;&amp;gt; (I&amp;#39;d think of it more like a static class):&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; var MenuBar =&lt;br&gt;&amp;gt; {&lt;br&gt;&amp;gt;      musicMenuPressed:function()&lt;br&gt;&amp;gt;     {&lt;br&gt;&amp;gt;         // respond to press...&lt;br&gt;&amp;gt;     },&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;     //the rest of my menu bar functionality/variables...&lt;br&gt;&amp;gt; };&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; and I can call these functions using &amp;quot;MenuBar.musicMenuPressed();&amp;quot; in &lt;br&gt;&amp;gt; a button&amp;#39;s properties.  That&amp;#39;s okay.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; What I&amp;#39;m having issue with is the readability of such code.  JS is bad &lt;br&gt;&amp;gt; enough, this stuff is quite convoluted and error prone.  Having &lt;br&gt;&amp;gt; functions called &amp;quot;musicMenuPressed:function()&amp;quot; instead of &amp;quot;function &lt;br&gt;&amp;gt; musicMenuPressed()&amp;quot; is one thing but the big issue is how everything &lt;br&gt;&amp;gt; has to have &amp;quot;this.&amp;quot; in front of it in order to function.  The code is &lt;br&gt;&amp;gt; readable but I don&amp;#39;t like it.  (Although I guess the objective C that &lt;br&gt;&amp;gt; lives underneath all of this is full of [self doSomething] calls.  &lt;br&gt;&amp;gt; This just seems messy.)&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; What can I do to neaten this up, if anything?  Can I use a more &lt;br&gt;&amp;gt; traditional object instantiation model or is this what I get?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Thanks!&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7154055393594856318?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7154055393594856318/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-object-question.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7154055393594856318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7154055393594856318'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-object-question.html' title='Re: Javascript &quot;object&quot; question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-2522704283943141012</id><published>2012-01-26T08:50:00.001-08:00</published><updated>2012-01-26T08:50:36.488-08:00</updated><title type='text'>Javascript "object" question</title><content type='html'>I want a &amp;quot;Menu Bar&amp;quot; controller object in my layout.  If I were writing &lt;br&gt;something like this in another language, I would have a &lt;br&gt;MenuBarController or similar object, and would create an instance of &lt;br&gt;that object to control my Menu Bar.  With JS and CF I don&amp;#39;t see that I &lt;br&gt;can instantiate a new object and then assign calls to it from buttons.&lt;p&gt;What I have done is used the quasi-singleton example from the wiki (I&amp;#39;d &lt;br&gt;think of it more like a static class):&lt;p&gt;var MenuBar =&lt;br&gt;{&lt;br&gt;      musicMenuPressed:function()&lt;br&gt;     {&lt;br&gt;         // respond to press...&lt;br&gt;     },&lt;p&gt;     //the rest of my menu bar functionality/variables...&lt;br&gt;};&lt;p&gt;and I can call these functions using &amp;quot;MenuBar.musicMenuPressed();&amp;quot; in a &lt;br&gt;button&amp;#39;s properties.  That&amp;#39;s okay.&lt;p&gt;What I&amp;#39;m having issue with is the readability of such code.  JS is bad &lt;br&gt;enough, this stuff is quite convoluted and error prone.  Having &lt;br&gt;functions called &amp;quot;musicMenuPressed:function()&amp;quot; instead of &amp;quot;function &lt;br&gt;musicMenuPressed()&amp;quot; is one thing but the big issue is how everything has &lt;br&gt;to have &amp;quot;this.&amp;quot; in front of it in order to function.  The code is &lt;br&gt;readable but I don&amp;#39;t like it.  (Although I guess the objective C that &lt;br&gt;lives underneath all of this is full of [self doSomething] calls.  This &lt;br&gt;just seems messy.)&lt;p&gt;What can I do to neaten this up, if anything?  Can I use a more &lt;br&gt;traditional object instantiation model or is this what I get?&lt;p&gt;Thanks!&lt;p&gt;-- &lt;br&gt;Heath Volmer&lt;br&gt;Digital Domain Systems&lt;br&gt;303-517-9714	&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-2522704283943141012?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/2522704283943141012/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/javascript-object-question.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2522704283943141012'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2522704283943141012'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/javascript-object-question.html' title='Javascript &quot;object&quot; question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-2334898807760154509</id><published>2012-01-26T08:12:00.001-08:00</published><updated>2012-01-26T08:12:25.303-08:00</updated><title type='text'>Re: iOS simluator</title><content type='html'>We&amp;#39;re implementing the last details. I know many of you are waiting for droidViewer.&lt;br&gt;It&amp;#39;ll be released as beta as soon as we think it works sufficiently well and is of&lt;br&gt;beta quality.&lt;p&gt;Florent&lt;p&gt;On Jan 26, 2012, at 5:05 PM, Bram van der Mooren wrote:&lt;p&gt;&amp;gt; Is there a expected release date for droidviewer?&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; I&amp;#39;m waiting for it because I have a android tablet.&lt;p&gt;--&lt;br&gt;Florent Pillet - Software Engineering Lead&lt;br&gt;&lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;p&gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-2334898807760154509?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/2334898807760154509/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_360.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2334898807760154509'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2334898807760154509'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_360.html' title='Re: iOS simluator'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-1573634216389604805</id><published>2012-01-26T08:05:00.001-08:00</published><updated>2012-01-26T08:05:33.965-08:00</updated><title type='text'>RE: iOS simluator</title><content type='html'>Is there a expected release date for droidviewer?&lt;p&gt;I&amp;#39;m waiting for it because I have a android tablet.&lt;p&gt;Best regards,&lt;br&gt;Bram&lt;p&gt;&lt;p&gt;&lt;br&gt;-----Oorspronkelijk bericht-----&lt;br&gt;Van: &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;&lt;br&gt;[mailto:&lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;] Namens Florent Pillet&lt;br&gt;Verzonden: donderdag 26 januari 2012 17:00&lt;br&gt;Aan: &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;&lt;br&gt;Onderwerp: Re: iOS simluator&lt;p&gt;iViewer and droidViewer are developed on Mac.&lt;p&gt;The development environment (Xcode) for iViewer can build so called&lt;br&gt;&amp;quot;simulator builds&amp;quot; that are X86 builds that run natively on the Mac&lt;br&gt;(in case you missed the news, Macs switched to Intel processors in&lt;br&gt;2006).&lt;br&gt;These simulator builds are exclusively made to run inside the iOS&lt;br&gt;simulator&lt;br&gt;which simulates a real device (iPhone, iPad) and makes development /&lt;br&gt;debugging&lt;br&gt;faster.&lt;p&gt;In other words, this is not a desktop build, only a development tool.&lt;p&gt;Florent&lt;p&gt;On Jan 26, 2012, at 3:00 PM, nouveau depart wrote:&lt;p&gt;&amp;gt; So there is a sort of Winviewer?&lt;br&gt;&amp;gt; Why don&amp;#39;t distribute it?&lt;br&gt;&amp;gt; I would love to use this software eventought it was a beta.&lt;p&gt;--&lt;br&gt;Florent Pillet - Software Engineering Lead&lt;br&gt;&lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;p&gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google&lt;br&gt;Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to&lt;br&gt;&lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at&lt;br&gt;&lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-1573634216389604805?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/1573634216389604805/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_8206.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1573634216389604805'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1573634216389604805'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_8206.html' title='RE: iOS simluator'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-5362585431515907196</id><published>2012-01-26T07:59:00.000-08:00</published><updated>2012-01-26T08:00:19.122-08:00</updated><title type='text'>Re: iOS simluator</title><content type='html'>iViewer and droidViewer are developed on Mac.&lt;p&gt;The development environment (Xcode) for iViewer can build so called&lt;br&gt;&amp;quot;simulator builds&amp;quot; that are X86 builds that run natively on the Mac&lt;br&gt;(in case you missed the news, Macs switched to Intel processors in 2006).&lt;br&gt;These simulator builds are exclusively made to run inside the iOS simulator&lt;br&gt;which simulates a real device (iPhone, iPad) and makes development / debugging&lt;br&gt;faster.&lt;p&gt;In other words, this is not a desktop build, only a development tool.&lt;p&gt;Florent&lt;p&gt;On Jan 26, 2012, at 3:00 PM, nouveau depart wrote:&lt;p&gt;&amp;gt; So there is a sort of Winviewer?&lt;br&gt;&amp;gt; Why don&amp;#39;t distribute it?&lt;br&gt;&amp;gt; I would love to use this software eventought it was a beta.&lt;p&gt;--&lt;br&gt;Florent Pillet - Software Engineering Lead&lt;br&gt;&lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;p&gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-5362585431515907196?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/5362585431515907196/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_1515.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5362585431515907196'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5362585431515907196'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_1515.html' title='Re: iOS simluator'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-3773570676268183758</id><published>2012-01-26T07:43:00.000-08:00</published><updated>2012-01-26T07:44:22.959-08:00</updated><title type='text'>Re: iOS simluator</title><content type='html'>iOS simulator is a component of Apple's XCode IDE than runs on Macs     used for developing iOS apps.&lt;br&gt;     &lt;pre class="moz-signature" cols="72"&gt;Heath Volmer Digital Domain Systems 303-517-9714&lt;/pre&gt;     &lt;br&gt;     On 1/26/12 7:00 AM, nouveau depart wrote:     &lt;blockquote cite="mid:CAC66YAas96Q9izD5VWOBJ4eqocgkkn3fEMZEqExErkZB0Q5=aQ@mail.gmail.com"       type="cite"&gt;So there is a sort of Winviewer?&lt;br&gt;       Why don't distribute it?&lt;br&gt;       I would love to use this software eventought it was a beta.&lt;br&gt;       &lt;br&gt;       &lt;div class="gmail_quote"&gt;2012/1/25 Florent Pillet &lt;span dir="ltr"&gt;&amp;lt;&lt;a             moz-do-not-send="true" href="mailto:fpillet@gmail.com"&gt;fpillet@gmail.com&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;         &lt;blockquote class="gmail_quote" style="margin:0 0 0           .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt;No, only we           can. We don't distribute X86 builds of iViewer (the ones           needed to run in the sim).&lt;br&gt;           &lt;br&gt;           Florent&lt;br&gt;           &lt;div class="im HOEnZb"&gt;&lt;br&gt;             On Jan 25, 2012, at 4:07 PM, Heath Volmer wrote:&lt;br&gt;             &lt;br&gt;             &amp;gt; Is there any way to run iViewer in the iOS simulator?             &amp;nbsp;I suspect no,&lt;br&gt;             &amp;gt; given that XCode needs to feed it, but it would be             really nice...&lt;br&gt;             &lt;br&gt;           &lt;/div&gt;           &lt;span class="HOEnZb"&gt;&lt;font color="#888888"&gt;--&lt;br&gt;               Florent Pillet - Software Engineering Lead&lt;br&gt;               &lt;a moz-do-not-send="true"                 href="http://www.commandfusion.com" target="_blank"&gt;www.commandfusion.com&lt;/a&gt;&lt;br&gt;             &lt;/font&gt;&lt;/span&gt;           &lt;div class="HOEnZb"&gt;             &lt;div class="h5"&gt;&lt;br&gt;               &lt;br&gt;               &lt;br&gt;               --&lt;br&gt;               You received this message because you are subscribed to               the Google Groups "CommandFusion" group.&lt;br&gt;               To post to this group, send email to &lt;a                 moz-do-not-send="true"                 href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;               To unsubscribe from this group, send email to &lt;a                 moz-do-not-send="true"                 href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;               For more options, visit this group at &lt;a                 moz-do-not-send="true"                 href="http://groups.google.com/group/commandfusion?hl=en"                 target="_blank"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;               &lt;br&gt;             &lt;/div&gt;           &lt;/div&gt;         &lt;/blockquote&gt;       &lt;/div&gt;       &lt;br&gt;       -- &lt;br&gt;       You received this message because you are subscribed to the Google       Groups "CommandFusion" group.&lt;br&gt;       To post to this group, send email to       &lt;a class="moz-txt-link-abbreviated" href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;       To unsubscribe from this group, send email to       &lt;a class="moz-txt-link-abbreviated" href="mailto:commandfusion+unsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;       For more options, visit this group at       &lt;a class="moz-txt-link-freetext" href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;     &lt;/blockquote&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-3773570676268183758?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/3773570676268183758/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_8937.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3773570676268183758'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3773570676268183758'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_8937.html' title='Re: iOS simluator'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7949427577577408173</id><published>2012-01-26T06:00:00.000-08:00</published><updated>2012-01-26T06:01:07.664-08:00</updated><title type='text'>Re: iOS simluator</title><content type='html'>So there is a sort of Winviewer?&lt;br&gt;Why don&amp;#39;t distribute it?&lt;br&gt;I would love to use this software eventought it was a beta.&lt;br&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;2012/1/25 Florent Pillet &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:fpillet@gmail.com"&gt;fpillet@gmail.com&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt; &lt;blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt;No, only we can. We don&amp;#39;t distribute X86 builds of iViewer (the ones needed to run in the sim).&lt;br&gt; &lt;br&gt; Florent&lt;br&gt; &lt;div class="im HOEnZb"&gt;&lt;br&gt; On Jan 25, 2012, at 4:07 PM, Heath Volmer wrote:&lt;br&gt; &lt;br&gt; &amp;gt; Is there any way to run iViewer in the iOS simulator?  I suspect no,&lt;br&gt; &amp;gt; given that XCode needs to feed it, but it would be really nice...&lt;br&gt; &lt;br&gt; &lt;/div&gt;&lt;span class="HOEnZb"&gt;&lt;font color="#888888"&gt;--&lt;br&gt; Florent Pillet - Software Engineering Lead&lt;br&gt; &lt;a href="http://www.commandfusion.com" target="_blank"&gt;www.commandfusion.com&lt;/a&gt;&lt;br&gt; &lt;/font&gt;&lt;/span&gt;&lt;div class="HOEnZb"&gt;&lt;div class="h5"&gt;&lt;br&gt; &lt;br&gt; &lt;br&gt; --&lt;br&gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en" target="_blank"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt; &lt;br&gt; &lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;  &lt;p&gt;&lt;/p&gt;  -- &lt;br /&gt; You received this message because you are subscribed to the Google Groups "CommandFusion" group.&lt;br /&gt; To post to this group, send email to commandfusion@googlegroups.com.&lt;br /&gt; To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.&lt;br /&gt;  For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.&lt;br /&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7949427577577408173?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7949427577577408173/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_26.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7949427577577408173'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7949427577577408173'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator_26.html' title='Re: iOS simluator'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-6840006704922987882</id><published>2012-01-25T14:40:00.001-08:00</published><updated>2012-01-25T14:40:29.336-08:00</updated><title type='text'>Re: [Pi] Upcoming Meeting Wed, Feb 2nd at UAT.</title><content type='html'>FYI, It will be in the theater as usual... and we have reservations for the next couple of months as well. :)&lt;p&gt;On Jan 25, 2012, at 1:59 PM, Jiva DeVoe wrote:&lt;p&gt;&amp;gt; Topic: &lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; MMOG (Massively Multiplayer Online Game) Architecture by Chris Mohritz &lt;br&gt;&amp;gt; and&lt;br&gt;&amp;gt; Pimp My Code: Drawing Shiny Buttons on iOS by Jiva DeVoe&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; Doors will open at 6:30.  Not sure what room yet.&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; Hope to see you all there!&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; --&lt;br&gt;&amp;gt; Jiva DeVoe&lt;br&gt;&amp;gt; &lt;a href="http://www.random-ideas.net"&gt;http://www.random-ideas.net&lt;/a&gt;&lt;br&gt;&amp;gt; Edibles - Food logging software for iPhone and iPod Touch.&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; -- &lt;br&gt;&amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;Phoenix iOS Developer Group&amp;quot; group.&lt;br&gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:phx-ios-developer-group@googlegroups.com"&gt;phx-ios-developer-group@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; To unsubscribe from this group, send email to &lt;a href="mailto:phx-ios-developer-group%2Bunsubscribe@googlegroups.com"&gt;phx-ios-developer-group+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/phx-ios-developer-group?hl=en"&gt;http://groups.google.com/group/phx-ios-developer-group?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt; &lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Phoenix iOS Developer Group&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:phx-ios-developer-group@googlegroups.com"&gt;phx-ios-developer-group@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:phx-ios-developer-group%2Bunsubscribe@googlegroups.com"&gt;phx-ios-developer-group+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/phx-ios-developer-group?hl=en"&gt;http://groups.google.com/group/phx-ios-developer-group?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-6840006704922987882?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/6840006704922987882/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-pi-upcoming-meeting-wed-feb-2nd-at.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6840006704922987882'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6840006704922987882'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-pi-upcoming-meeting-wed-feb-2nd-at.html' title='Re: [Pi] Upcoming Meeting Wed, Feb 2nd at UAT.'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-5321951200996060515</id><published>2012-01-25T14:14:00.001-08:00</published><updated>2012-01-25T14:14:32.398-08:00</updated><title type='text'>Re: IR CODES FOR DAIKIN AC</title><content type='html'>I don&amp;#39;t have those codes sorry. Maybe someone else here has.&lt;br&gt;You would be best to post in the Crestron yahoo group as this has &lt;br&gt;nothing to do with CommandFusion.&lt;p&gt;Jarrod&lt;p&gt;On 26/01/12 8:51 AM, Dhaval Dattani wrote:&lt;br&gt;&amp;gt; Dear,&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Can you give me the IR codes of the Daikin AC for the Crestron processor.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Thanks &amp;amp; regards&lt;br&gt;&amp;gt; Dhaval Dattani&lt;br&gt;&amp;gt; FUDS&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; -- &lt;br&gt;&amp;gt; You received this message because you are subscribed to the Google &lt;br&gt;&amp;gt; Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; To unsubscribe from this group, send email to &lt;br&gt;&amp;gt; &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; For more options, visit this group at &lt;br&gt;&amp;gt; &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-5321951200996060515?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/5321951200996060515/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ir-codes-for-daikin-ac.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5321951200996060515'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5321951200996060515'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ir-codes-for-daikin-ac.html' title='Re: IR CODES FOR DAIKIN AC'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-1957283254899013857</id><published>2012-01-25T14:12:00.001-08:00</published><updated>2012-01-25T14:12:22.064-08:00</updated><title type='text'>Re: XBMC Queries</title><content type='html'>Try latest iViewer4 v4.0.196&lt;p&gt;Jarrod&lt;p&gt;On 26/01/12 5:08 AM, Waldy,,,, Liverpool Uk wrote:&lt;br&gt;&amp;gt; Hi Terence,&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; I am using iviewer next v4.0.190&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Xbmc nightly v2011112&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; PC is        192.168.1.10&lt;br&gt;&amp;gt;                   Port 81&lt;br&gt;&amp;gt; Username xbmc&lt;br&gt;&amp;gt; Password. xbmc&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; I don&amp;#39;t have a lot in tv shows, Only 2 actually. But when I press the&lt;br&gt;&amp;gt; second the first comes up unless I do the sort.&lt;br&gt;&amp;gt; Re the wifi led. That shows red. I didn&amp;#39;t think that was implemented&lt;br&gt;&amp;gt; yet but I do get info so I must have connection&lt;br&gt;&amp;gt; I haven&amp;#39;t tried Eden as I wasnt sure whether it would work&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Cheers&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Ian&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-1957283254899013857?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/1957283254899013857/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-xbmc-queries_9432.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1957283254899013857'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1957283254899013857'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-xbmc-queries_9432.html' title='Re: XBMC Queries'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-5475173276149609965</id><published>2012-01-25T13:51:00.000-08:00</published><updated>2012-01-25T13:52:00.920-08:00</updated><title type='text'>IR CODES FOR DAIKIN AC</title><content type='html'>Dear,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Can you give me the IR codes of the Daikin AC for the Crestron processor.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks &amp;amp; regards&lt;/div&gt;&lt;div&gt;Dhaval Dattani&lt;/div&gt;&lt;div&gt;FUDS&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;  &lt;p&gt;&lt;/p&gt;  -- &lt;br /&gt; You received this message because you are subscribed to the Google Groups "CommandFusion" group.&lt;br /&gt; To post to this group, send email to commandfusion@googlegroups.com.&lt;br /&gt; To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.&lt;br /&gt;  For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.&lt;br /&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-5475173276149609965?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/5475173276149609965/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/ir-codes-for-daikin-ac.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5475173276149609965'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5475173276149609965'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/ir-codes-for-daikin-ac.html' title='IR CODES FOR DAIKIN AC'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-6085980351106385501</id><published>2012-01-25T13:30:00.001-08:00</published><updated>2012-01-25T13:30:53.094-08:00</updated><title type='text'>[Showmetech] Showmetech.com.br</title><content type='html'>&lt;style type="text/css"&gt;                          h1 a:hover {background-color:#888;color:#fff ! important;}                          div#emailbody table#itemcontentlist tr td div ul {                                         list-style-type:square;                                         padding-left:1em;                         }                                  div#emailbody table#itemcontentlist tr td div blockquote {                                 padding-left:6px;                                 border-left: 6px solid #dadada;                                 margin-left:1em;                         }                                  div#emailbody table#itemcontentlist tr td div li {                                 margin-bottom:1em;                                 margin-left:1em;                         }                           table#itemcontentlist tr td a:link, table#itemcontentlist tr td a:visited, table#itemcontentlist tr td a:active, ul#summarylist li a {                                 color:#FF6600;                                 font-weight:bold;                                 text-decoration:none;                         }                                 img {border:none;}                   &lt;/style&gt; &lt;div xmlns="http://www.w3.org/1999/xhtml" id="emailbody" style="margin:0 2em;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000;"&gt; &lt;table style="border:0;padding:0;margin:0;width:100%"&gt; &lt;tr&gt; &lt;td style="vertical-align:top" width="99%"&gt; &lt;h1 style="margin:0;padding-bottom:6px;"&gt; &lt;a style="color:#888;font-size:22px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:normal;text-decoration:none;" href="http://showmetech.com.br" title="(http://showmetech.com.br)"&gt;Showmetech.com.br&lt;/a&gt; &lt;br /&gt; &lt;a href="http://fusion.google.com/add?source=atgs&amp;amp;feedurl=http://feeds.feedburner.com/Showmetechcombr"&gt; &lt;img style="padding-top:6px" alt="" border="0" src="http://gmodules.com/ig/images/plus_google.gif" /&gt; &lt;/a&gt; &lt;/h1&gt; &lt;/td&gt; &lt;td width="1%"&gt; &lt;a href="http://showmetech.com.br"&gt; &lt;img src="http://showmetech.com.br/wp-content/uploads/2011/11/Showmetech-Shout-novo-SMT-logo-mini.jpg" alt="Link to Showmetech" id="feedimage" style="padding:0 0 10px 3px;border:0;" /&gt; &lt;/a&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;hr style="border:1px solid #ccc;padding:0;margin:0" /&gt; &lt;ul style="clear:both;padding:0 0 0 1.2em;width:100%" id="summarylist"&gt; &lt;li&gt; &lt;a href="#1"&gt;Governo concede incentivos fiscais &amp;agrave; Foxconn para a produ&amp;ccedil;&amp;atilde;o do iPad brasileiro&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#2"&gt;Google atualizar&amp;aacute; sua pol&amp;iacute;tica de privacidade e termos de servi&amp;ccedil;o&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#3"&gt;The Restart Page &amp;ndash; lembran&amp;ccedil;a de um passado recente&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;table id="itemcontentlist"&gt; &lt;tr xmlns=""&gt; &lt;td style="margin-bottom:0;line-height:1.4em;"&gt; &lt;p style="margin:1em 0 3px 0;"&gt; &lt;a name="1" style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;" href="http://feedproxy.google.com/~r/Showmetechcombr/~3/UdItstlPYQw/governo-concede-incentivos-fiscais-a-foxconn-para-a-producao-do-ipad-brasileiro?utm_source=feedburner&amp;utm_medium=email"&gt;Governo concede incentivos fiscais &amp;agrave; Foxconn para a produ&amp;ccedil;&amp;atilde;o do iPad brasileiro&lt;/a&gt; &lt;/p&gt; &lt;p style="font-size:13px;color:#555;margin:9px 0 3px 0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;"&gt; &lt;span&gt;Posted:&lt;/span&gt; 25 Jan 2012 12:06 PM PST&lt;/p&gt; &lt;div style="margin:0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000;"&gt;&lt;p&gt; &lt;a href="http://showmetech.com.br/wp-content/uploads/2012/01/ipad_brasil.jpg"&gt;&lt;img class="aligncenter size-large wp-image-21710" title="ipad_brasil" src="http://showmetech.com.br/wp-content/uploads/2012/01/ipad_brasil-610x376.jpg" alt="" width="610" height="376" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;A portaria interministerial publicada hoje &lt;a title="Portaria interministerial que concede os incentivos fiscais à Foxconn." href="http://www.in.gov.br/visualiza/index.jsp?data=25/01/2012&amp;amp;jornal=1&amp;amp;pagina=2&amp;amp;totalArquivos=120"&gt;no Diário Oficial da União&lt;/a&gt; concede à empresa &lt;strong&gt;Foxconn&lt;/strong&gt; os benefícios fiscais dispostos no &lt;a title="DECRETO Nº 5.906, DE 26 DE SETEMBRO DE 2006." href="http://www.planalto.gov.br/ccivil_03/_Ato2004-2006/2006/Decreto/D5906.htm"&gt;Decreto nº 5.906/96&lt;/a&gt;, ou seja, redução do IPI de 15% para 3% e isenção de PIS/Cofins na produção de &lt;em&gt;tablets&lt;/em&gt;. Inclui-se aqui o &lt;strong&gt;iPad&lt;/strong&gt;, produzido pela empresa em parceria com a &lt;strong&gt;Apple&lt;/strong&gt;.&lt;/p&gt; &lt;p&gt;De acordo com o documento, a &lt;strong&gt;Foxconn&lt;/strong&gt; está autorizada a fabricar &amp;#8220;&lt;em&gt;microcomputador portátil, sem teclado, com tela sensível ao toque (touch screen), de peso inferior a 750g (Tablet PC)&amp;#8221;&lt;/em&gt;. Desta forma, a empresa poderá produzir não só os tablets da &lt;strong&gt;Apple&lt;/strong&gt;, como também outros. Como já foi previamente noticiado, a &lt;strong&gt;Foxconn&lt;/strong&gt; também pretende produzir no país e-readers de marca própria – como já ocorre na China.&lt;/p&gt; &lt;p&gt;Veja abaixo a publicação na íntegra:&lt;/p&gt; &lt;p&gt;&lt;strong&gt;PORTARIA INTERMINISTERIAL No 34, DE 23 DE JANEIRO DE 2012&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;OS MINISTROS DE ESTADO DA CIÊNCIA, TECNOLOGIA E INOVAÇÃO, DO DESENVOLVIMENTO, INDÚSTRIA E COMÉRCIO EXTERIOR e DA FAZENDA, no uso das atribuições que lhes confere o § 2o do art. 22 do Decreto no 5.906, de 26 de setembro de 2006, e considerando o que consta no processo MCTI no 01200.000810/2011-33, de 05/04/2011, resolvem:&lt;/p&gt; &lt;p&gt;Art.1º Habilitar a empresa Foxconn CMMSG Indústria de Eletrônicos Ltda., inscrita no Cadastro Nacional da Pessoa Jurídica do Ministério da Fazenda &amp;#8211; CNPJ sob o no 08.285.374/0002-93, à fruição dos benefícios fiscais de que trata o Decreto no 5.906, de 26 de setembro de 2006, quando da fabricação do seguinte bem:&lt;/p&gt; &lt;p&gt;- Microcomputador portátil, sem teclado, com tela sensível ao toque (&amp;#8216;touch screen&amp;#8217;), de peso inferior a 750g (Tablet PC).&lt;/p&gt; &lt;p&gt;§ 1º Farão jus aos incentivos fiscais, nos termos desta Portaria, os acessórios, os sobressalentes, as ferramentas, os manuais de operação, os cabos para interconexão e de alimentação que, em quantidade normal, acompanhem o bem mencionado neste artigo, conforme consta no respectivo processo.&lt;/p&gt; &lt;p&gt;§ 2º Ficam asseguradas a manutenção e utilização do crédito do IPI relativo às matérias-primas, produtos intermediários e material de embalagem empregados na industrialização do bem relacionado neste artigo.&lt;/p&gt; &lt;p&gt;Art. 2º Será cancelada a habilitação caso a empresa não atenda ao disposto no art. 2o da Portaria Interministerial MCT/MDIC/MF no 237, de 18 de abril de 2008.&lt;/p&gt; &lt;p&gt;Art. 3º As notas fiscais relativas à comercialização do bem relacionado no art. 1o deverão fazer expressa referência a esta Portaria.&lt;/p&gt; &lt;p&gt;Parágrafo único. Os modelos do produto relacionados na nota fiscal devem constar do processo MCTI no 01200.000810/ 2011-33, de 05/04/2011.&lt;/p&gt;  &lt;p&gt;&lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/n4Zjww-xlzmJnZxI6Ei0lXKLil4/0/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/n4Zjww-xlzmJnZxI6Ei0lXKLil4/0/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt; &lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/n4Zjww-xlzmJnZxI6Ei0lXKLil4/1/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/n4Zjww-xlzmJnZxI6Ei0lXKLil4/1/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=UdItstlPYQw:Itc1zll-YtU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=UdItstlPYQw:Itc1zll-YtU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Showmetechcombr/~4/UdItstlPYQw?utm_source=feedburner&amp;utm_medium=email" height="1" width="1"/&gt;&lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="margin-bottom:0;line-height:1.4em;"&gt; &lt;p style="margin:1em 0 3px 0;"&gt; &lt;a name="2" style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;" href="http://feedproxy.google.com/~r/Showmetechcombr/~3/p2ZQEU6zSbg/google-atualizara-sua-politica-de-privacidade-e-termos-de-servico?utm_source=feedburner&amp;utm_medium=email"&gt;Google atualizar&amp;aacute; sua pol&amp;iacute;tica de privacidade e termos de servi&amp;ccedil;o&lt;/a&gt; &lt;/p&gt; &lt;p style="font-size:13px;color:#555;margin:9px 0 3px 0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;"&gt; &lt;span&gt;Posted:&lt;/span&gt; 25 Jan 2012 09:27 AM PST&lt;/p&gt; &lt;div style="margin:0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000;"&gt;&lt;p&gt;&lt;a href="http://showmetech.com.br/google-atualizara-sua-politica-de-privacidade-e-termos-de-servico"&gt;&lt;em&gt;Clique aqui para assistir o vídeo inserido.&lt;/em&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;No próximo dia 01 de março, o &lt;strong&gt;Google &lt;/strong&gt;alterará sua&lt;strong&gt; política de privacidade e termos de serviço&lt;/strong&gt;, conforme informou em seu &lt;strong&gt;&lt;a href="http://googleblog.blogspot.com/2012/01/updating-our-privacy-policies-and-terms.html"&gt;blog oficial&lt;/a&gt;&lt;/strong&gt;. De acordo com o post, a mudança tem como objetivo tornar as políticas da empresa ainda mais abrangentes, de forma que seus serviços sejam unificados ainda mais.&lt;/p&gt; &lt;p&gt;Segundo o post, o Google possui, atualmente, &lt;strong&gt;70 políticas de privacidade para seus diferentes serviços&lt;/strong&gt;, resultado de um filtro feito em 2010. Com o objetivo de seguir a proposta de integração da empresa,&lt;strong&gt; a nova política de privacidade irá integrar os diferentes produtos, garantindo uma experiência mais simples e intuitiva&lt;/strong&gt;.&lt;/p&gt; &lt;p&gt;A nova política de privacidade cobrirá a maioria dos serviços da gigante da internet, informando quais informações serão coletadas e como estas são usadas, de forma mais legível ao usuário. O mesmo acontecerá com os&lt;strong&gt; Termos de Serviço&lt;/strong&gt; (aqueles que concordamos, muitas vezes &amp;#8211; ou sempre &amp;#8211; sem ler), tudo, segundo a empresa, voltado para a melhor integração dos serviços prestados.&lt;/p&gt; &lt;p&gt;E você? Concorda com esta mudança?&lt;/p&gt; &lt;p&gt;Para conhecer a nova política de privacidade que entrará em vigor a partir do dia 01 de março, &lt;strong&gt;&lt;a href="http://www.google.com/intl/pt-BR/policies/"&gt;clique aqui&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/E0VHYFEwXRbA8zWkxXauWdPmITA/0/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/E0VHYFEwXRbA8zWkxXauWdPmITA/0/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt; &lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/E0VHYFEwXRbA8zWkxXauWdPmITA/1/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/E0VHYFEwXRbA8zWkxXauWdPmITA/1/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=p2ZQEU6zSbg:le2ep6sxnGM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=p2ZQEU6zSbg:le2ep6sxnGM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Showmetechcombr/~4/p2ZQEU6zSbg?utm_source=feedburner&amp;utm_medium=email" height="1" width="1"/&gt;&lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="margin-bottom:0;line-height:1.4em;"&gt; &lt;p style="margin:1em 0 3px 0;"&gt; &lt;a name="3" style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;" href="http://feedproxy.google.com/~r/Showmetechcombr/~3/datl-SKdlIs/the-restart-page?utm_source=feedburner&amp;utm_medium=email"&gt;The Restart Page &amp;ndash; lembran&amp;ccedil;a de um passado recente&lt;/a&gt; &lt;/p&gt; &lt;p style="font-size:13px;color:#555;margin:9px 0 3px 0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;"&gt; &lt;span&gt;Posted:&lt;/span&gt; 25 Jan 2012 08:37 AM PST&lt;/p&gt; &lt;div style="margin:0;font-family:Georgia,Helvetica,Arial,Sans-Serif;line-height:140%;font-size:13px;color:#000000;"&gt;&lt;p&gt;&lt;a href="http://showmetech.com.br/the-restart-page/restart-page" rel="attachment wp-att-21685"&gt;&lt;img class="size-large wp-image-21685 alignnone" src="http://showmetech.com.br/wp-content/uploads/2012/01/Restart-Page-610x291.jpg" alt="" width="610" height="291" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a title="The Restart Page" href="http://www.therestartpage.com/#"&gt;&lt;strong&gt;The Restart Page&lt;/strong&gt;&lt;/a&gt; é uma página que nos traz uma boa lembrança do passado. Nela, há diversos &lt;em&gt;pop-ups&lt;/em&gt; e clicando nas opções de &lt;em&gt;restart&lt;/em&gt;, vemos como era o &lt;em&gt;boot&lt;/em&gt; daquele sistema operacional antigo.&lt;/p&gt; &lt;p&gt;A &lt;strong&gt;The Restart Page&lt;/strong&gt; foi criado pela &lt;a title="Soon in Tokio" href="http://twitter.com/soonintokyo"&gt;&lt;strong&gt;Soon In Tokio&lt;/strong&gt;&lt;/a&gt; para o projeto &lt;a title="Year Zero" href="http://www.offf.ws/2011/?p=689" target="_blank"&gt;&lt;strong&gt;Year Zero&lt;/strong&gt;&lt;/a&gt;, que visa redescobrir o mundo e reinventar o passado. Vale a pena conhecer.&lt;/p&gt; &lt;p&gt;Fonte: &lt;a title="Coisa semanal" href="http://www.coisasemanal.com.br/2012/01/o-restart-do-passado/" target="_blank"&gt;Coisa Semanal&lt;/a&gt;, dica do &lt;a title="https://www.facebook.com/gui.muller" href="https://www.facebook.com/gui.muller" target="_blank"&gt;gui. müller.&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/f1mbXlk0fOnvKaVu42GivYRt4MA/0/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/f1mbXlk0fOnvKaVu42GivYRt4MA/0/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt; &lt;a href="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/f1mbXlk0fOnvKaVu42GivYRt4MA/1/pa"&gt;&lt;img src="https://feedads.g.doubleclick.net/~a/AulG5wQfUn-MPvI6j5yinBvSngk/f1mbXlk0fOnvKaVu42GivYRt4MA/1/pi" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=datl-SKdlIs:ePQk8_JbiDQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Showmetechcombr?a=datl-SKdlIs:ePQk8_JbiDQ:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Showmetechcombr?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Showmetechcombr/~4/datl-SKdlIs?utm_source=feedburner&amp;utm_medium=email" height="1" width="1"/&gt;&lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;table style="border-top:1px solid #999;padding-top:4px;margin-top:1.5em;width:100%" id="footer"&gt; &lt;tr&gt; &lt;td style="text-align:left;font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333;"&gt;You are subscribed to email updates from &lt;a href="http://showmetech.com.br"&gt;Showmetech&lt;/a&gt; &lt;br /&gt;To stop receiving these emails, you may &lt;a href="http://feedburner.google.com/fb/a/mailunsubscribe?k=AulG5wQfUn-MPvI6j5yinBvSngk"&gt;unsubscribe now&lt;/a&gt;.&lt;/td&gt; &lt;td style="font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333;text-align:right;vertical-align:top"&gt;Email delivery powered by Google&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="2" style="text-align:left;font-family:Helvetica,Arial,Sans-Serif;font-size:11px;margin:0 6px 1.2em 0;color:#333;"&gt;Google Inc., 20 West Kinzie, Chicago IL USA 60610&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-6085980351106385501?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/6085980351106385501/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/showmetech-showmetechcombr_25.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6085980351106385501'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6085980351106385501'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/showmetech-showmetechcombr_25.html' title='[Showmetech] Showmetech.com.br'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-3973938146581095551</id><published>2012-01-25T13:14:00.001-08:00</published><updated>2012-01-25T13:14:31.464-08:00</updated><title type='text'>[iPhone-AppDev-Auditors] Re: Assignment 4, Requirement 8</title><content type='html'>I see you&amp;#39;re using the scrollview bounds as input to your&lt;br&gt;calculations.  Actually, scrollview bounds are an important part of&lt;br&gt;your *output*, so you may need to rethink this from the start.&lt;p&gt;I suggest you create some NSLog statements showing the exact&lt;br&gt;dimensions you want to accommodate &amp;amp; the results of your sizing&lt;br&gt;process.&lt;p&gt;With that information, you can do some analysis comparing the results&lt;br&gt;you are getting against the results you want.  The geometric skill&lt;br&gt;required in assignment 4 is a lot easier than that required in&lt;br&gt;assignment 3, so you should be able to do this.&lt;p&gt;On Jan 25, 11:10&amp;#160;am, Duane Bender &amp;lt;&lt;a href="mailto:duane.ben...@gmail.com"&gt;duane.ben...@gmail.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; I tried using the UIView size instead of the UIScrollView bounds.size, and&lt;br&gt;&amp;gt; it didn&amp;#39;t seem to change anything. (I think they&amp;#39;re both 320x367.) Thanks&lt;br&gt;&amp;gt; for the suggestion, though.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Duane&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;iPhone Application Development Auditors&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:iphone-appdev-auditors@googlegroups.com"&gt;iphone-appdev-auditors@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:iphone-appdev-auditors%2Bunsubscribe@googlegroups.com"&gt;iphone-appdev-auditors+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/iphone-appdev-auditors?hl=en"&gt;http://groups.google.com/group/iphone-appdev-auditors?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-3973938146581095551?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/3973938146581095551/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/iphone-appdev-auditors-re-assignment-4_1569.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3973938146581095551'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3973938146581095551'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/iphone-appdev-auditors-re-assignment-4_1569.html' title='[iPhone-AppDev-Auditors] Re: Assignment 4, Requirement 8'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-148191956790248758</id><published>2012-01-25T12:59:00.001-08:00</published><updated>2012-01-25T12:59:47.047-08:00</updated><title type='text'>[Pi] Upcoming Meeting Wed, Feb 2nd at UAT.</title><content type='html'>Topic: &lt;p&gt;MMOG (Massively Multiplayer Online Game) Architecture by Chris Mohritz &lt;br&gt;and&lt;br&gt;Pimp My Code: Drawing Shiny Buttons on iOS by Jiva DeVoe&lt;p&gt;Doors will open at 6:30.  Not sure what room yet.&lt;p&gt;Hope to see you all there!&lt;p&gt;--&lt;br&gt;Jiva DeVoe&lt;br&gt;&lt;a href="http://www.random-ideas.net"&gt;http://www.random-ideas.net&lt;/a&gt;&lt;br&gt;Edibles - Food logging software for iPhone and iPod Touch.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Phoenix iOS Developer Group&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:phx-ios-developer-group@googlegroups.com"&gt;phx-ios-developer-group@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:phx-ios-developer-group%2Bunsubscribe@googlegroups.com"&gt;phx-ios-developer-group+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/phx-ios-developer-group?hl=en"&gt;http://groups.google.com/group/phx-ios-developer-group?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-148191956790248758?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/148191956790248758/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/pi-upcoming-meeting-wed-feb-2nd-at-uat.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/148191956790248758'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/148191956790248758'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/pi-upcoming-meeting-wed-feb-2nd-at-uat.html' title='[Pi] Upcoming Meeting Wed, Feb 2nd at UAT.'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7580442572769731974</id><published>2012-01-25T11:06:00.001-08:00</published><updated>2012-01-25T11:06:31.730-08:00</updated><title type='text'>Re: Javascript question</title><content type='html'>You do. I didn&amp;#39;t double-check my example, sorry.&lt;p&gt;Florent&lt;p&gt;On Jan 25, 2012, at 7:38 PM, Heath Volmer wrote:&lt;p&gt;&amp;gt; So in your example we don&amp;#39;t need &amp;quot;value:&amp;quot; ?&lt;p&gt;--&lt;br&gt;Florent Pillet - Software Engineering Lead&lt;br&gt;&lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;p&gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7580442572769731974?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7580442572769731974/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_2887.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7580442572769731974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7580442572769731974'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_2887.html' title='Re: Javascript question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-9152228455034821157</id><published>2012-01-25T10:38:00.001-08:00</published><updated>2012-01-25T10:38:50.909-08:00</updated><title type='text'>Re: Javascript question</title><content type='html'>So in your example we don&amp;#39;t need &amp;quot;value:&amp;quot; ?&lt;p&gt;Heath Volmer&lt;br&gt;Digital Domain Systems&lt;br&gt;303-517-9714&lt;p&gt;Sent from my iTypo 4&lt;p&gt;On Jan 25, 2012, at 9:08 AM, Florent Pillet &amp;lt;&lt;a href="mailto:fpillet@gmail.com"&gt;fpillet@gmail.com&lt;/a&gt;&amp;gt; wrote:&lt;p&gt;&amp;gt; Your syntax is incorrect, you need to turn this into an array. Example:&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; var LOW = &amp;quot;0&amp;quot;;&lt;br&gt;&amp;gt; CF.setJoins([{join:&amp;quot;d500&amp;quot;, LOW}, {join:&amp;quot;d501&amp;quot;, LOW}]);&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; (notice the [ ] that make the list an array).&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; Otherwise, Jarrod&amp;#39;s solution is better if you have many joins to set.&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; Florent&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; On Jan 25, 2012, at 4:12 PM, Heath Volmer wrote:&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt;   CF.setJoins({join:&amp;quot;d500&amp;quot;, LOW}, {join:&amp;quot;d501&amp;quot;, LOW})&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; --&lt;br&gt;&amp;gt; Florent Pillet - Software Engineering Lead&lt;br&gt;&amp;gt; &lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; -- &lt;br&gt;&amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt; &lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-9152228455034821157?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/9152228455034821157/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_6055.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/9152228455034821157'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/9152228455034821157'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_6055.html' title='Re: Javascript question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-2621471923320814633</id><published>2012-01-25T10:08:00.001-08:00</published><updated>2012-01-25T10:08:27.012-08:00</updated><title type='text'>Re: XBMC Queries</title><content type='html'>Hi Terence,&lt;p&gt;I am using iviewer next v4.0.190&lt;p&gt;Xbmc nightly v2011112&lt;p&gt;PC is        192.168.1.10&lt;br&gt;                 Port 81&lt;br&gt;Username xbmc&lt;br&gt;Password. xbmc&lt;p&gt;I don&amp;#39;t have a lot in tv shows, Only 2 actually. But when I press the&lt;br&gt;second the first comes up unless I do the sort.&lt;br&gt;Re the wifi led. That shows red. I didn&amp;#39;t think that was implemented&lt;br&gt;yet but I do get info so I must have connection&lt;br&gt;I haven&amp;#39;t tried Eden as I wasnt sure whether it would work&lt;p&gt;Cheers&lt;p&gt;Ian&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-2621471923320814633?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/2621471923320814633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-xbmc-queries_25.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2621471923320814633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2621471923320814633'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-xbmc-queries_25.html' title='Re: XBMC Queries'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-4135890771618962676</id><published>2012-01-25T10:06:00.000-08:00</published><updated>2012-01-25T10:07:09.968-08:00</updated><title type='text'>Onkyo TX-NR509 control over IP</title><content type='html'>Hi,&lt;p&gt;Can I ask how many people are controlling these AVR&amp;#39;s over IP and are&lt;br&gt;any of you having issues with the units locking up?&lt;p&gt;&lt;br&gt;I know that the Denon AVR&amp;#39;s are flaky with IP control, but thought the&lt;br&gt;Onkyo&amp;#39;s should have been good for IP control&lt;p&gt;&lt;br&gt;Was there any right way of making them work that makes them reliable?&lt;p&gt;&lt;br&gt;I was intending to add a poll in to the system if that would help, but&lt;br&gt;not sure the best way to keep the poll alive?&lt;p&gt;This is using iViewer 4 to make a constant connection&lt;p&gt;Regards&lt;p&gt;Noel&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-4135890771618962676?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/4135890771618962676/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/onkyo-tx-nr509-control-over-ip.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4135890771618962676'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4135890771618962676'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/onkyo-tx-nr509-control-over-ip.html' title='Onkyo TX-NR509 control over IP'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7925951880017680924</id><published>2012-01-25T08:10:00.001-08:00</published><updated>2012-01-25T08:10:54.725-08:00</updated><title type='text'>[iPhone-AppDev-Auditors] Re: Assignment 4, Requirement 8</title><content type='html'>I tried using the UIView size instead of the UIScrollView bounds.size, and it didn't seem to change anything. (I think they're both 320x367.) Thanks for the suggestion, though.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Duane&lt;/div&gt;  &lt;p&gt;&lt;/p&gt;  -- &lt;br /&gt; You received this message because you are subscribed to the Google Groups "iPhone Application Development Auditors" group.&lt;br /&gt; To view this discussion on the web visit &lt;a href="https://groups.google.com/d/msg/iphone-appdev-auditors/-/_heVRvfLIpsJ"&gt;https://groups.google.com/d/msg/iphone-appdev-auditors/-/_heVRvfLIpsJ&lt;/a&gt;.&lt;br /&gt;  To post to this group, send email to iphone-appdev-auditors@googlegroups.com.&lt;br /&gt; To unsubscribe from this group, send email to iphone-appdev-auditors+unsubscribe@googlegroups.com.&lt;br /&gt;  For more options, visit this group at http://groups.google.com/group/iphone-appdev-auditors?hl=en.&lt;br /&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7925951880017680924?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7925951880017680924/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/iphone-appdev-auditors-re-assignment-4_8464.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7925951880017680924'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7925951880017680924'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/iphone-appdev-auditors-re-assignment-4_8464.html' title='[iPhone-AppDev-Auditors] Re: Assignment 4, Requirement 8'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-2327795012647212225</id><published>2012-01-25T08:09:00.001-08:00</published><updated>2012-01-25T08:09:28.139-08:00</updated><title type='text'>[Pi] Tools</title><content type='html'>Found this today, thought it would be good to share.  If anyone wants&lt;br&gt;a set of designing graphics, these guys offer FREE .psd&amp;#39;s of high-res&lt;br&gt;components.&lt;p&gt;They have it for iPhone, iPhone retina, iPad and Android.&lt;p&gt;&lt;a href="http://www.teehanlax.com/downloads/"&gt;http://www.teehanlax.com/downloads/&lt;/a&gt;&lt;p&gt;Lou Picinich&lt;p&gt;Member Apple Developers Network&lt;br&gt;Certified Member Apple Consultants Network&lt;br&gt;ACSP 10.5 - 10.6, ACTC 10.5 - 10.6,&lt;br&gt;ACS Security &amp;amp; Mobility 10.6&lt;br&gt;Mobility Technical Competency&lt;br&gt;LouPicinich@SystemXperts.com&lt;br&gt;&lt;a href="http://www.SystemXperts.com"&gt;www.SystemXperts.com&lt;/a&gt;&lt;br&gt;(623) 512-8992&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;Phoenix iOS Developer Group&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:phx-ios-developer-group@googlegroups.com"&gt;phx-ios-developer-group@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:phx-ios-developer-group%2Bunsubscribe@googlegroups.com"&gt;phx-ios-developer-group+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/phx-ios-developer-group?hl=en"&gt;http://groups.google.com/group/phx-ios-developer-group?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-2327795012647212225?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/2327795012647212225/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/pi-tools.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2327795012647212225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2327795012647212225'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/pi-tools.html' title='[Pi] Tools'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-5929504967536832048</id><published>2012-01-25T08:08:00.001-08:00</published><updated>2012-01-25T08:08:19.371-08:00</updated><title type='text'>Re: Javascript question</title><content type='html'>Your syntax is incorrect, you need to turn this into an array. Example:&lt;p&gt;var LOW = &amp;quot;0&amp;quot;;&lt;br&gt;CF.setJoins([{join:&amp;quot;d500&amp;quot;, LOW}, {join:&amp;quot;d501&amp;quot;, LOW}]);&lt;p&gt;(notice the [ ] that make the list an array).&lt;p&gt;Otherwise, Jarrod&amp;#39;s solution is better if you have many joins to set.&lt;p&gt;Florent&lt;p&gt;&lt;br&gt;On Jan 25, 2012, at 4:12 PM, Heath Volmer wrote:&lt;p&gt;&amp;gt;    CF.setJoins({join:&amp;quot;d500&amp;quot;, LOW}, {join:&amp;quot;d501&amp;quot;, LOW})&lt;p&gt;--&lt;br&gt;Florent Pillet - Software Engineering Lead&lt;br&gt;&lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;p&gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-5929504967536832048?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/5929504967536832048/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_8361.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5929504967536832048'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5929504967536832048'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_8361.html' title='Re: Javascript question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7480748261232925044</id><published>2012-01-25T08:06:00.001-08:00</published><updated>2012-01-25T08:06:29.736-08:00</updated><title type='text'>Re: iOS simluator</title><content type='html'>No, only we can. We don&amp;#39;t distribute X86 builds of iViewer (the ones needed to run in the sim).&lt;p&gt;Florent&lt;p&gt;On Jan 25, 2012, at 4:07 PM, Heath Volmer wrote:&lt;p&gt;&amp;gt; Is there any way to run iViewer in the iOS simulator?  I suspect no,&lt;br&gt;&amp;gt; given that XCode needs to feed it, but it would be really nice...&lt;p&gt;--&lt;br&gt;Florent Pillet - Software Engineering Lead&lt;br&gt;&lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;p&gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7480748261232925044?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7480748261232925044/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7480748261232925044'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7480748261232925044'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-ios-simluator.html' title='Re: iOS simluator'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-8853793476758512282</id><published>2012-01-25T07:21:00.000-08:00</published><updated>2012-01-25T07:22:08.762-08:00</updated><title type='text'>Re: Javascript question</title><content type='html'>Maybe create an array of the joins you want to set low:&lt;p&gt;var setLow = [501,502,503,509,511];&lt;br&gt;var joinChanges = [];&lt;p&gt;for (var i = 0; i &amp;lt; setLow.length; i++) {&lt;br&gt;     joinChanges.push({join: &amp;quot;d&amp;quot;+setLow[i], value: 0});&lt;br&gt;}&lt;br&gt;CF.setJoins(joinChanges);&lt;p&gt;Jarrod&lt;p&gt;On 26/01/12 2:12 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt; Along those lines:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Instead of&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;      CF.setJoins({join:&amp;quot;d500&amp;quot;, value:&amp;quot;0&amp;quot;}, {join:&amp;quot;d501&amp;quot;, value:&amp;quot;0&amp;quot;})&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; is there a way to make &amp;#39; value:&amp;quot;0&amp;quot; &amp;#39; into a constant?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;      CF.setJoins({join:&amp;quot;d500&amp;quot;, LOW}, {join:&amp;quot;d501&amp;quot;, LOW})&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; or something similar...&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On Wed, Jan 25, 2012 at 7:00 AM, Jarrod Bell&amp;lt;&lt;a href="mailto:jarrod@guilink.com"&gt;jarrod@guilink.com&lt;/a&gt;&amp;gt;  wrote:&lt;br&gt;&amp;gt;&amp;gt; Yes CF.setJoins is best when you want to change multiple join values, as its&lt;br&gt;&amp;gt;&amp;gt; all done in one JavaScript call back to the native code (more efficient).&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-8853793476758512282?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/8853793476758512282/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_3594.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/8853793476758512282'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/8853793476758512282'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_3594.html' title='Re: Javascript question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7511541996745944922</id><published>2012-01-25T07:12:00.001-08:00</published><updated>2012-01-25T07:12:23.817-08:00</updated><title type='text'>Re: Javascript question</title><content type='html'>Along those lines:&lt;p&gt;Instead of&lt;p&gt;    CF.setJoins({join:&amp;quot;d500&amp;quot;, value:&amp;quot;0&amp;quot;}, {join:&amp;quot;d501&amp;quot;, value:&amp;quot;0&amp;quot;})&lt;p&gt;is there a way to make &amp;#39; value:&amp;quot;0&amp;quot; &amp;#39; into a constant?&lt;p&gt;    CF.setJoins({join:&amp;quot;d500&amp;quot;, LOW}, {join:&amp;quot;d501&amp;quot;, LOW})&lt;p&gt;or something similar...&lt;p&gt;&lt;p&gt;On Wed, Jan 25, 2012 at 7:00 AM, Jarrod Bell &amp;lt;&lt;a href="mailto:jarrod@guilink.com"&gt;jarrod@guilink.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; Yes CF.setJoins is best when you want to change multiple join values, as its&lt;br&gt;&amp;gt; all done in one JavaScript call back to the native code (more efficient).&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Jarrod&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7511541996745944922?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7511541996745944922/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_8196.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7511541996745944922'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7511541996745944922'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_8196.html' title='Re: Javascript question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-5270374346512872106</id><published>2012-01-25T07:07:00.001-08:00</published><updated>2012-01-25T07:07:47.405-08:00</updated><title type='text'>iOS simluator</title><content type='html'>Is there any way to run iViewer in the iOS simulator?  I suspect no,&lt;br&gt;given that XCode needs to feed it, but it would be really nice...&lt;p&gt;Heath&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-5270374346512872106?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/5270374346512872106/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/ios-simluator.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5270374346512872106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5270374346512872106'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/ios-simluator.html' title='iOS simluator'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7091006170198939793</id><published>2012-01-25T06:23:00.001-08:00</published><updated>2012-01-25T06:23:09.200-08:00</updated><title type='text'>[iPhone-AppDev-Auditors] Re: assignment 4, requirement 11</title><content type='html'>I also used some subclassing for this.  I&amp;#39;m going to try to come up&lt;br&gt;with a process which will do this in a single generic class with one&lt;br&gt;process for both functions.&lt;p&gt;The purpose of NSUserDefaults to to save data from session-to-&lt;br&gt;session.  Of course, it&amp;#39;s possible to use it within one session or&lt;br&gt;even a single method, but that&amp;#39;s not what it was designed for.&lt;p&gt;A good usage of NSUserDefaults would look like this&lt;p&gt;if(needFreshData){&lt;br&gt;    displayList = [self getListFromInternet];&lt;br&gt;}else{&lt;br&gt;    displayList = [self getListFromUserDefaults];&lt;br&gt;}&lt;p&gt;which is what I was looking for in my original post.&lt;p&gt;There&amp;#39;s nothing like that in assignment 4.  Just glanced at assignment&lt;br&gt;5, which doesn&amp;#39;t have an explicit reference to defaults,&lt;p&gt;As of now, this is a task in the assignment that doesn&amp;#39;t have a clear&lt;br&gt;purpose.&lt;p&gt;&lt;br&gt;On Jan 25, 2:20&amp;#160;am, &amp;quot;David C.&amp;quot; &amp;lt;&lt;a href="mailto:kace...@gmail.com"&gt;kace...@gmail.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; The assignment also states that you can use subclassing, to have a&lt;br&gt;&amp;gt; class doing something and then another class doing something slightly&lt;br&gt;&amp;gt; refined. No matter where the photos come from, directly from flickr or&lt;br&gt;&amp;gt; from NSUserDefaults, the tableview should work the same.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; I took James approach and used NSUserDefaults to populate the&lt;br&gt;&amp;gt; &amp;quot;recently viewed photos&amp;quot; tab.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Cheers.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On Jan 25, 4:40&amp;#160;am, &amp;quot;jonathan.nyc&amp;quot; &amp;lt;&lt;a href="mailto:jonathan....@gmail.com"&gt;jonathan....@gmail.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; The assignment calls for consistency between the local lists &amp;amp; the&lt;br&gt;&amp;gt; &amp;gt; recently viewed list. &amp;#160;So, it makes sense to write a single procedure&lt;br&gt;&amp;gt; &amp;gt; for those functions, with a minimal amount of customization. &amp;#160;Based on&lt;br&gt;&amp;gt; &amp;gt; your messages, it sounds like you wrote one procedure to utilize&lt;br&gt;&amp;gt; &amp;gt; NSUserDefaults and another that does not.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; #10 does not specify using NSUserDefaults. &amp;#160;Maybe that can be inferred&lt;br&gt;&amp;gt; &amp;gt; from the wording, but that&amp;#39;s not clear to me.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; On Jan 24, 6:56&amp;#160;pm, James Massara &amp;lt;&lt;a href="mailto:ja...@11thdimension.com"&gt;ja...@11thdimension.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I honestly don&amp;#39;t know what you&amp;#39;re talking about and wonder why you&amp;#39;ve assumed how I&amp;#39;ve coded it. I&amp;#39;ve got one &amp;quot;process&amp;quot; for displaying a list of photos and whether that comes from querying flickr or NSUserDefaults doesn&amp;#39;t matter. I also not sure what &amp;quot;you are not utilizing the long-term storage features of NSUserDefaults&amp;quot; means so I can&amp;#39;t really respond.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; You&amp;#39;re original message stated that you don&amp;#39;t see any requirement to utilized the stored array. &amp;#160;You use it populate your Recent Photos tab as stated in #10.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Jan 24, 2012, at 3:00 PM, jonathan.nyc wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; James,&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;#160; &amp;#160;That&amp;#39;s an option. &amp;#160;But you have coded two processes to display&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; photo lists. &amp;#160;One for recently viewed pictures, and one for location-&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; based lists. &amp;#160;I&amp;#39;m creating the two lists with a maximum level of&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; consistency.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;#160; &amp;#160;Also you are not utilizing the longer-term storage features of&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; NSUserDefaults, so its purpose is not clear. &amp;#160;Well, maybe they&amp;#39;re used&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; in Assignment 5.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Jonathan&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Jan 24, 11:04 am, James Massara &amp;lt;&lt;a href="mailto:ja...@11thdimension.com"&gt;ja...@11thdimension.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; Hi Jonathan,&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; I use it to populate my RecentPhotosTableViewController. &amp;#160;Makes it easy to&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; complete #10.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; James&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt; On Tue, Jan 24, 2012 at 7:55 AM, jonathan.nyc &amp;lt;&lt;a href="mailto:jonathan....@gmail.com"&gt;jonathan....@gmail.com&lt;/a&gt;&amp;gt;wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Assignment 4, #11 asks us to store the array of recently viewed photos&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; in NSUserDefaults.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; OK, but I don&amp;#39;t see any requirement to utilize the stored array.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Does the assignment specify a case where stored data should be used&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; instead of fresh data? &amp;#160;Any hints here?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Jonathan&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; --&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; You received this message because you are subscribed to the Google Groups&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;quot;iPhone Application Development Auditors&amp;quot; group.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; To post to this group, send email to&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href="mailto:iphone-appdev-auditors@googlegroups.com"&gt;iphone-appdev-auditors@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; To unsubscribe from this group, send email to&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href="mailto:iphone-appdev-auditors%2Bunsubscribe@googlegroups.com"&gt;iphone-appdev-auditors+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; For more options, visit this group at&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;a href="http://groups.google.com/group/iphone-appdev-auditors?hl=en"&gt;http://groups.google.com/group/iphone-appdev-auditors?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; --&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;iPhone Application Development Auditors&amp;quot; group.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; To post to this group, send email to &lt;a href="mailto:iphone-appdev-auditors@googlegroups.com"&gt;iphone-appdev-auditors@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; To unsubscribe from this group, send email to &lt;a href="mailto:iphone-appdev-auditors%2Bunsubscribe@googlegroups.com"&gt;iphone-appdev-auditors+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; For more options, visit this group athttp://&lt;a href="http://groups.google.com/group/iphone-appdev-auditors?hl=en"&gt;groups.google.com/group/iphone-appdev-auditors?hl=en&lt;/a&gt;.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;iPhone Application Development Auditors&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:iphone-appdev-auditors@googlegroups.com"&gt;iphone-appdev-auditors@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:iphone-appdev-auditors%2Bunsubscribe@googlegroups.com"&gt;iphone-appdev-auditors+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/iphone-appdev-auditors?hl=en"&gt;http://groups.google.com/group/iphone-appdev-auditors?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7091006170198939793?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7091006170198939793/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/iphone-appdev-auditors-re-assignment-4_25.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7091006170198939793'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7091006170198939793'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/iphone-appdev-auditors-re-assignment-4_25.html' title='[iPhone-AppDev-Auditors] Re: assignment 4, requirement 11'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-4660988826302200464</id><published>2012-01-25T06:14:00.001-08:00</published><updated>2012-01-25T06:14:58.836-08:00</updated><title type='text'>[iPhone-AppDev-Auditors] Problem with pdf content parsing</title><content type='html'>&lt;span class="Apple-style-span" style="border-collapse:collapse;font-family:Arial,&amp;#39;Liberation Sans&amp;#39;,&amp;#39;DejaVu Sans&amp;#39;,sans-serif;font-size:14px;line-height:18px"&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;font-size:14px;vertical-align:baseline;background-image:initial;background-color:transparent;clear:both;word-wrap:break-word;background-repeat:initial initial"&gt; Hi,&lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;font-size:14px;vertical-align:baseline;background-image:initial;background-color:transparent;clear:both;word-wrap:break-word;background-repeat:initial initial"&gt; I am working on an app.The requirement is I need to populate the tableViewCells based on a pdf file.Like for example the headers of the table view will be a topic name from pdf and the contents will be the data inside the header. I tried googling out but didn&amp;#39;t find anything useful.Earlier I thought of parsing the pdf but this approach doesnot seems to be useful because i didn&amp;#39;t find any pdf parser useful. The last approach I thought is adding the contents in a plist file and parsing that plist,but i know this is not best way to do it.&lt;/p&gt; &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;font-size:14px;vertical-align:baseline;background-image:initial;background-color:transparent;clear:both;word-wrap:break-word;background-repeat:initial initial"&gt; So guys please suugest some better approach.&lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;font-size:14px;vertical-align:baseline;background-image:initial;background-color:transparent;clear:both;word-wrap:break-word;background-repeat:initial initial"&gt; Thank you&lt;/p&gt;&lt;/span&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;-- &lt;br&gt;&lt;br&gt;    &lt;br&gt;          &lt;b&gt; Regards&lt;br&gt;    &lt;br&gt;   Chandra Bhushan Pandey&lt;br&gt;       Mob:09739713936&lt;/b&gt;&lt;br&gt;&lt;br&gt;  &lt;p&gt;&lt;/p&gt;  -- &lt;br /&gt; You received this message because you are subscribed to the Google Groups "iPhone Application Development Auditors" group.&lt;br /&gt; To post to this group, send email to iphone-appdev-auditors@googlegroups.com.&lt;br /&gt; To unsubscribe from this group, send email to iphone-appdev-auditors+unsubscribe@googlegroups.com.&lt;br /&gt;  For more options, visit this group at http://groups.google.com/group/iphone-appdev-auditors?hl=en.&lt;br /&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-4660988826302200464?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/4660988826302200464/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/iphone-appdev-auditors-problem-with-pdf.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4660988826302200464'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4660988826302200464'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/iphone-appdev-auditors-problem-with-pdf.html' title='[iPhone-AppDev-Auditors] Problem with pdf content parsing'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-4245869112876817887</id><published>2012-01-25T06:00:00.001-08:00</published><updated>2012-01-25T06:00:36.395-08:00</updated><title type='text'>Re: Javascript question</title><content type='html'>Yes CF.setJoins is best when you want to change multiple join values, as &lt;br&gt;its all done in one JavaScript call back to the native code (more &lt;br&gt;efficient).&lt;p&gt;Jarrod&lt;p&gt;On 26/01/12 12:53 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt; Ahh.  Thanks again.  Didn&amp;#39;t even get far enough to notice that before&lt;br&gt;&amp;gt; I gave up last night.  I was using CF.setJoins in another part of the&lt;br&gt;&amp;gt; function and just copied it down to setJoin and deleted what I didn&amp;#39;t&lt;br&gt;&amp;gt; need.  That makes perfect sense.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Related question.  I used setJoins to set several joins to zero before&lt;br&gt;&amp;gt; bringing the proper one high - interlocking logic.  Is this the best&lt;br&gt;&amp;gt; way to do that?  It&amp;#39;s obviously prone to typos.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Heath&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On Tue, Jan 24, 2012 at 11:25 PM, Florent Pillet&amp;lt;&lt;a href="mailto:fpillet@gmail.com"&gt;fpillet@gmail.com&lt;/a&gt;&amp;gt;  wrote:&lt;br&gt;&amp;gt;&amp;gt; BTW there was another but. You&amp;#39;ve been passing the parameters the wrong way.&lt;br&gt;&amp;gt;&amp;gt; Please check the documentation: actual syntax for CF.setJoin() is:&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;         CF.setJoin(&amp;quot;d1&amp;quot;, value);&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; the {join:&amp;quot;d1&amp;quot;, value:&amp;quot;0&amp;quot;} syntax is to use with CF.setJoins(), as part of an&lt;br&gt;&amp;gt;&amp;gt; array.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Florent&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; On Jan 25, 2012, at 1:32 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Ahh.  Thanks.  I must not have copied that part into the new file.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; JS formatting is ridiculous. I&amp;#39;ve been spoiled-lazy by using XCode.&lt;br&gt;&amp;gt;&amp;gt; --&lt;br&gt;&amp;gt;&amp;gt; Florent Pillet - Software Engineering Lead&lt;br&gt;&amp;gt;&amp;gt; &lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; --&lt;br&gt;&amp;gt;&amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt;&amp;gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-4245869112876817887?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/4245869112876817887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_6611.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4245869112876817887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4245869112876817887'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_6611.html' title='Re: Javascript question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-8647403569566418839</id><published>2012-01-25T05:53:00.001-08:00</published><updated>2012-01-25T05:53:37.285-08:00</updated><title type='text'>Re: Javascript question</title><content type='html'>Ahh.  Thanks again.  Didn&amp;#39;t even get far enough to notice that before&lt;br&gt;I gave up last night.  I was using CF.setJoins in another part of the&lt;br&gt;function and just copied it down to setJoin and deleted what I didn&amp;#39;t&lt;br&gt;need.  That makes perfect sense.&lt;p&gt;Related question.  I used setJoins to set several joins to zero before&lt;br&gt;bringing the proper one high - interlocking logic.  Is this the best&lt;br&gt;way to do that?  It&amp;#39;s obviously prone to typos.&lt;p&gt;Heath&lt;p&gt;On Tue, Jan 24, 2012 at 11:25 PM, Florent Pillet &amp;lt;&lt;a href="mailto:fpillet@gmail.com"&gt;fpillet@gmail.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; BTW there was another but. You&amp;#39;ve been passing the parameters the wrong way.&lt;br&gt;&amp;gt; Please check the documentation: actual syntax for CF.setJoin() is:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;#160; &amp;#160; &amp;#160; &amp;#160;CF.setJoin(&amp;quot;d1&amp;quot;, value);&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; the {join:&amp;quot;d1&amp;quot;, value:&amp;quot;0&amp;quot;} syntax is to use with CF.setJoins(), as part of an&lt;br&gt;&amp;gt; array.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Florent&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On Jan 25, 2012, at 1:32 AM, Heath Volmer wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Ahh. &amp;#160;Thanks. &amp;#160;I must not have copied that part into the new file.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; JS formatting is ridiculous. I&amp;#39;ve been spoiled-lazy by using XCode.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; --&lt;br&gt;&amp;gt; Florent Pillet - Software Engineering Lead&lt;br&gt;&amp;gt; &lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; --&lt;br&gt;&amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-8647403569566418839?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/8647403569566418839/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_25.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/8647403569566418839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/8647403569566418839'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_25.html' title='Re: Javascript question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-6340277652336573600</id><published>2012-01-25T05:52:00.001-08:00</published><updated>2012-01-25T05:52:58.427-08:00</updated><title type='text'>Re: Iviewer and Linknx</title><content type='html'>Try the examples which load XML data here:&lt;br&gt;&lt;a href="https://github.com/CommandFusion/DemoUserInterfaces"&gt;https://github.com/CommandFusion/DemoUserInterfaces&lt;/a&gt;&lt;p&gt;The Dynamic Room List example shows how to parse XML, but it is using &lt;br&gt;HTTP requests, rather than a constant socket connection.&lt;br&gt;But simple to change to use a system you define in system manager - then &lt;br&gt;just use CF.send to send the XML string, and use feedback matched event &lt;br&gt;to then parse the incoming XML data as it arrives.&lt;p&gt;Jarrod&lt;p&gt;On 25/01/12 3:03 AM, JHide wrote:&lt;br&gt;&amp;gt; All,&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; I was wondering whether anyone has been able to link iviewer with the&lt;br&gt;&amp;gt; linknx backend. In order to reduce busload on the KNX bus I want to&lt;br&gt;&amp;gt; prevent that KNX status objects are queried directly from the iviewer.&lt;br&gt;&amp;gt; Hence I would like to use linknx.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Linknx works with XML messages send over a TCP socket and the repsonse&lt;br&gt;&amp;gt; is also returend over that same socket.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; E.g. If you use a telnet session on port 1028 to send&lt;br&gt;&amp;gt; &amp;quot;&amp;lt;admin&amp;gt;&amp;lt;notification&amp;gt;&amp;lt;register id=&amp;quot;schalter02&amp;quot;/&amp;gt;&amp;lt;/notification&amp;gt;&amp;lt;/&lt;br&gt;&amp;gt; admin&amp;gt;&amp;quot;, just keep the session open and switch the group address on&lt;br&gt;&amp;gt; and off. You should see the notification.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Can this easily be setup in iviewer? Any links to examples I could use&lt;br&gt;&amp;gt; to figure this out?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; thanks,&lt;br&gt;&amp;gt; Joost&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-6340277652336573600?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/6340277652336573600/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-iviewer-and-linknx.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6340277652336573600'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6340277652336573600'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-iviewer-and-linknx.html' title='Re: Iviewer and Linknx'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-2491389811360044579</id><published>2012-01-25T00:22:00.000-08:00</published><updated>2012-01-25T00:23:18.030-08:00</updated><title type='text'>RE: XBMC Queries</title><content type='html'>I ran and tested the module on 4 different nightly versions, beta Eden 11.0&lt;br&gt;and 2 different machines but can&amp;#39;t seem to reproduce the issues that you&amp;#39;re&lt;br&gt;mentioning. All the loading and file selections are working fine and as it&lt;br&gt;should be.&lt;p&gt;Have you tried the latest version of the module with the latest nightly/beta&lt;br&gt;version? Can you share what are your setup/settings that you&amp;#39;re using?&lt;p&gt;Issue #1 : Are you having a lot of data to display on the list? Sometimes it&lt;br&gt;takes up to a few seconds to display the info in the lists if there&amp;#39;s lots&lt;br&gt;of data. First thing you should see however is that the wifi LED is on&lt;br&gt;(connected status).&lt;p&gt;Issue #2 : I had a version of XBMC acting strangely previously - and by&lt;br&gt;that, it means that it was able to display thumbnails only and not fanarts.&lt;br&gt;And it was not able to display the list of artists even though it&amp;#39;s in the&lt;br&gt;artist database. Testing with other versions of XBMC works fine. I solved&lt;br&gt;the issue by uninstalling everything and reinstall/re-scrape everything&lt;br&gt;again :) :gulp!:&lt;p&gt;Also, feel free to send me your GUI file if you still can&amp;#39;t solve the issue.&lt;p&gt;&lt;br&gt;-----Original Message-----&lt;br&gt;From: &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt; [mailto:&lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;]&lt;br&gt;On Behalf Of Waldy,,,, Liverpool Uk&lt;br&gt;Sent: 24 January 2012 17:41&lt;br&gt;To: CommandFusion&lt;br&gt;Subject: XBMC Queries&lt;p&gt;I have XBMC running fine but have a few hickups in the startup.&lt;p&gt;1. I have the global token set correctly but when I first launch xbmc no&lt;br&gt;information is sent to the ipad. All The lists are blank.I go to the&lt;br&gt;settings to check global token setiings and they are all there. I click on&lt;br&gt;one of the settings (Don&amp;#39;t change anything) and down they come.&lt;p&gt;2. Once I have my lists of movies and TV shows if I select say the third&lt;br&gt;down in the list it selects the second, click the second and it select the&lt;br&gt;first and so on. This is rectified when I do a sort. I dont change anything,&lt;br&gt;just go through it similar to above.&lt;p&gt;I would assume that there is something in the JS file that sets this on&lt;br&gt;startup.&lt;p&gt;Anyone else had this problem&lt;p&gt;Other than that this is superbly written module. Congrats to the support&lt;br&gt;team. Itunes next hopefully&lt;p&gt;--&lt;br&gt;You received this message because you are subscribed to the Google Groups&lt;br&gt;&amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to&lt;br&gt;&lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at&lt;br&gt;&lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-2491389811360044579?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/2491389811360044579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-xbmc-queries.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2491389811360044579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/2491389811360044579'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-xbmc-queries.html' title='RE: XBMC Queries'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7762871022748509980</id><published>2012-01-24T23:20:00.001-08:00</published><updated>2012-01-24T23:20:41.375-08:00</updated><title type='text'>[iPhone-AppDev-Auditors] Re: assignment 4, requirement 11</title><content type='html'>The assignment also states that you can use subclassing, to have a&lt;br&gt;class doing something and then another class doing something slightly&lt;br&gt;refined. No matter where the photos come from, directly from flickr or&lt;br&gt;from NSUserDefaults, the tableview should work the same.&lt;p&gt;I took James approach and used NSUserDefaults to populate the&lt;br&gt;&amp;quot;recently viewed photos&amp;quot; tab.&lt;p&gt;Cheers.&lt;p&gt;On Jan 25, 4:40&amp;#160;am, &amp;quot;jonathan.nyc&amp;quot; &amp;lt;&lt;a href="mailto:jonathan....@gmail.com"&gt;jonathan....@gmail.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; The assignment calls for consistency between the local lists &amp;amp; the&lt;br&gt;&amp;gt; recently viewed list. &amp;#160;So, it makes sense to write a single procedure&lt;br&gt;&amp;gt; for those functions, with a minimal amount of customization. &amp;#160;Based on&lt;br&gt;&amp;gt; your messages, it sounds like you wrote one procedure to utilize&lt;br&gt;&amp;gt; NSUserDefaults and another that does not.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; #10 does not specify using NSUserDefaults. &amp;#160;Maybe that can be inferred&lt;br&gt;&amp;gt; from the wording, but that&amp;#39;s not clear to me.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On Jan 24, 6:56&amp;#160;pm, James Massara &amp;lt;&lt;a href="mailto:ja...@11thdimension.com"&gt;ja...@11thdimension.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; I honestly don&amp;#39;t know what you&amp;#39;re talking about and wonder why you&amp;#39;ve assumed how I&amp;#39;ve coded it. I&amp;#39;ve got one &amp;quot;process&amp;quot; for displaying a list of photos and whether that comes from querying flickr or NSUserDefaults doesn&amp;#39;t matter. I also not sure what &amp;quot;you are not utilizing the long-term storage features of NSUserDefaults&amp;quot; means so I can&amp;#39;t really respond.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; You&amp;#39;re original message stated that you don&amp;#39;t see any requirement to utilized the stored array. &amp;#160;You use it populate your Recent Photos tab as stated in #10.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; On Jan 24, 2012, at 3:00 PM, jonathan.nyc wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; James,&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;#160; &amp;#160;That&amp;#39;s an option. &amp;#160;But you have coded two processes to display&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; photo lists. &amp;#160;One for recently viewed pictures, and one for location-&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; based lists. &amp;#160;I&amp;#39;m creating the two lists with a maximum level of&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; consistency.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;#160; &amp;#160;Also you are not utilizing the longer-term storage features of&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; NSUserDefaults, so its purpose is not clear. &amp;#160;Well, maybe they&amp;#39;re used&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; in Assignment 5.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Jonathan&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Jan 24, 11:04 am, James Massara &amp;lt;&lt;a href="mailto:ja...@11thdimension.com"&gt;ja...@11thdimension.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; Hi Jonathan,&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; I use it to populate my RecentPhotosTableViewController. &amp;#160;Makes it easy to&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; complete #10.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; James&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; On Tue, Jan 24, 2012 at 7:55 AM, jonathan.nyc &amp;lt;&lt;a href="mailto:jonathan....@gmail.com"&gt;jonathan....@gmail.com&lt;/a&gt;&amp;gt;wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Assignment 4, #11 asks us to store the array of recently viewed photos&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; in NSUserDefaults.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; OK, but I don&amp;#39;t see any requirement to utilize the stored array.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Does the assignment specify a case where stored data should be used&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; instead of fresh data? &amp;#160;Any hints here?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Jonathan&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; --&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; You received this message because you are subscribed to the Google Groups&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;quot;iPhone Application Development Auditors&amp;quot; group.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; To post to this group, send email to&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href="mailto:iphone-appdev-auditors@googlegroups.com"&gt;iphone-appdev-auditors@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; To unsubscribe from this group, send email to&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href="mailto:iphone-appdev-auditors%2Bunsubscribe@googlegroups.com"&gt;iphone-appdev-auditors+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; For more options, visit this group at&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;a href="http://groups.google.com/group/iphone-appdev-auditors?hl=en"&gt;http://groups.google.com/group/iphone-appdev-auditors?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; --&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;iPhone Application Development Auditors&amp;quot; group.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; To post to this group, send email to &lt;a href="mailto:iphone-appdev-auditors@googlegroups.com"&gt;iphone-appdev-auditors@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; To unsubscribe from this group, send email to &lt;a href="mailto:iphone-appdev-auditors%2Bunsubscribe@googlegroups.com"&gt;iphone-appdev-auditors+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; For more options, visit this group athttp://&lt;a href="http://groups.google.com/group/iphone-appdev-auditors?hl=en"&gt;groups.google.com/group/iphone-appdev-auditors?hl=en&lt;/a&gt;.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;iPhone Application Development Auditors&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:iphone-appdev-auditors@googlegroups.com"&gt;iphone-appdev-auditors@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:iphone-appdev-auditors%2Bunsubscribe@googlegroups.com"&gt;iphone-appdev-auditors+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/iphone-appdev-auditors?hl=en"&gt;http://groups.google.com/group/iphone-appdev-auditors?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7762871022748509980?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7762871022748509980/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/iphone-appdev-auditors-re-assignment-4_4903.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7762871022748509980'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7762871022748509980'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/iphone-appdev-auditors-re-assignment-4_4903.html' title='[iPhone-AppDev-Auditors] Re: assignment 4, requirement 11'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-3589940144076755807</id><published>2012-01-24T22:25:00.001-08:00</published><updated>2012-01-24T22:25:31.958-08:00</updated><title type='text'>Re: Javascript question</title><content type='html'>BTW there was another but. You&amp;#39;ve been passing the parameters the wrong way.&lt;br&gt;Please check the documentation: actual syntax for CF.setJoin() is:&lt;p&gt;	CF.setJoin(&amp;quot;d1&amp;quot;, value);&lt;p&gt;the {join:&amp;quot;d1&amp;quot;, value:&amp;quot;0&amp;quot;} syntax is to use with CF.setJoins(), as part of an&lt;br&gt;array.&lt;p&gt;Florent&lt;p&gt;On Jan 25, 2012, at 1:32 AM, Heath Volmer wrote:&lt;p&gt;&amp;gt; Ahh.  Thanks.  I must not have copied that part into the new file.&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; JS formatting is ridiculous. I&amp;#39;ve been spoiled-lazy by using XCode.&lt;p&gt;--&lt;br&gt;Florent Pillet - Software Engineering Lead&lt;br&gt;&lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;p&gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-3589940144076755807?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/3589940144076755807/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_6287.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3589940144076755807'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3589940144076755807'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_6287.html' title='Re: Javascript question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-8282828400523161272</id><published>2012-01-24T19:40:00.000-08:00</published><updated>2012-01-24T19:41:05.360-08:00</updated><title type='text'>[iPhone-AppDev-Auditors] Re: assignment 4, requirement 11</title><content type='html'>The assignment calls for consistency between the local lists &amp;amp; the&lt;br&gt;recently viewed list.  So, it makes sense to write a single procedure&lt;br&gt;for those functions, with a minimal amount of customization.  Based on&lt;br&gt;your messages, it sounds like you wrote one procedure to utilize&lt;br&gt;NSUserDefaults and another that does not.&lt;p&gt;#10 does not specify using NSUserDefaults.  Maybe that can be inferred&lt;br&gt;from the wording, but that&amp;#39;s not clear to me.&lt;p&gt;&lt;br&gt;On Jan 24, 6:56&amp;#160;pm, James Massara &amp;lt;&lt;a href="mailto:ja...@11thdimension.com"&gt;ja...@11thdimension.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; I honestly don&amp;#39;t know what you&amp;#39;re talking about and wonder why you&amp;#39;ve assumed how I&amp;#39;ve coded it. I&amp;#39;ve got one &amp;quot;process&amp;quot; for displaying a list of photos and whether that comes from querying flickr or NSUserDefaults doesn&amp;#39;t matter. I also not sure what &amp;quot;you are not utilizing the long-term storage features of NSUserDefaults&amp;quot; means so I can&amp;#39;t really respond.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; You&amp;#39;re original message stated that you don&amp;#39;t see any requirement to utilized the stored array. &amp;#160;You use it populate your Recent Photos tab as stated in #10.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On Jan 24, 2012, at 3:00 PM, jonathan.nyc wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; James,&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;#160; &amp;#160;That&amp;#39;s an option. &amp;#160;But you have coded two processes to display&lt;br&gt;&amp;gt; &amp;gt; photo lists. &amp;#160;One for recently viewed pictures, and one for location-&lt;br&gt;&amp;gt; &amp;gt; based lists. &amp;#160;I&amp;#39;m creating the two lists with a maximum level of&lt;br&gt;&amp;gt; &amp;gt; consistency.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;#160; &amp;#160;Also you are not utilizing the longer-term storage features of&lt;br&gt;&amp;gt; &amp;gt; NSUserDefaults, so its purpose is not clear. &amp;#160;Well, maybe they&amp;#39;re used&lt;br&gt;&amp;gt; &amp;gt; in Assignment 5.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; Jonathan&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; On Jan 24, 11:04 am, James Massara &amp;lt;&lt;a href="mailto:ja...@11thdimension.com"&gt;ja...@11thdimension.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Hi Jonathan,&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I use it to populate my RecentPhotosTableViewController. &amp;#160;Makes it easy to&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; complete #10.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; James&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; On Tue, Jan 24, 2012 at 7:55 AM, jonathan.nyc &amp;lt;&lt;a href="mailto:jonathan....@gmail.com"&gt;jonathan....@gmail.com&lt;/a&gt;&amp;gt;wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Assignment 4, #11 asks us to store the array of recently viewed photos&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; in NSUserDefaults.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; OK, but I don&amp;#39;t see any requirement to utilize the stored array.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Does the assignment specify a case where stored data should be used&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; instead of fresh data? &amp;#160;Any hints here?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Jonathan&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; --&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; You received this message because you are subscribed to the Google Groups&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;quot;iPhone Application Development Auditors&amp;quot; group.&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; To post to this group, send email to&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href="mailto:iphone-appdev-auditors@googlegroups.com"&gt;iphone-appdev-auditors@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; To unsubscribe from this group, send email to&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;a href="mailto:iphone-appdev-auditors%2Bunsubscribe@googlegroups.com"&gt;iphone-appdev-auditors+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; For more options, visit this group at&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;a href="http://groups.google.com/group/iphone-appdev-auditors?hl=en"&gt;http://groups.google.com/group/iphone-appdev-auditors?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; --&lt;br&gt;&amp;gt; &amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;iPhone Application Development Auditors&amp;quot; group.&lt;br&gt;&amp;gt; &amp;gt; To post to this group, send email to &lt;a href="mailto:iphone-appdev-auditors@googlegroups.com"&gt;iphone-appdev-auditors@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe from this group, send email to &lt;a href="mailto:iphone-appdev-auditors%2Bunsubscribe@googlegroups.com"&gt;iphone-appdev-auditors+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; For more options, visit this group athttp://&lt;a href="http://groups.google.com/group/iphone-appdev-auditors?hl=en"&gt;groups.google.com/group/iphone-appdev-auditors?hl=en&lt;/a&gt;.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;iPhone Application Development Auditors&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:iphone-appdev-auditors@googlegroups.com"&gt;iphone-appdev-auditors@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:iphone-appdev-auditors%2Bunsubscribe@googlegroups.com"&gt;iphone-appdev-auditors+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/iphone-appdev-auditors?hl=en"&gt;http://groups.google.com/group/iphone-appdev-auditors?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-8282828400523161272?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/8282828400523161272/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/iphone-appdev-auditors-re-assignment-4_2327.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/8282828400523161272'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/8282828400523161272'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/iphone-appdev-auditors-re-assignment-4_2327.html' title='[iPhone-AppDev-Auditors] Re: assignment 4, requirement 11'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-6081154826061459436</id><published>2012-01-24T17:11:00.002-08:00</published><updated>2012-01-24T17:12:02.562-08:00</updated><title type='text'>[iphonesb] Another free lunch tomorrow for SF devs, from Flurry</title><content type='html'>&lt;div class="gmail_quote"&gt;Hi everyone,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;As you may have seen from previous emails, we&amp;#39;re doing a series of insanely popular free lunches by our office in SF with top, gourmet food trucks.  They fill up super fast, but there are still a few spots left for tomorrow. &lt;/div&gt;  &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Just sign up here: &lt;a href="http://flurryfoodfestsanguchon.eventbrite.com/" target="_blank"&gt;http://flurryfoodfestsanguchon.eventbrite.com/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Our last one got us prime-time TV coverage on channel 5: &lt;a href="http://sanfrancisco.cbslocal.com/video/6630500-san-francisco-tech-companies-using-perks-to-recruit-talent/" target="_blank"&gt;http://sanfrancisco.cbslocal.com/video/6630500-san-francisco-tech-companies-using-perks-to-recruit-talent/&lt;/a&gt;&lt;/div&gt;  &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Hope to see you there.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;All the best,&lt;/div&gt;&lt;div&gt;&lt;div class="gmail_quote"&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Peter&lt;/div&gt;&lt;span class="HOEnZb"&gt;&lt;font color="#888888"&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Peter Farago&lt;/div&gt; &lt;div&gt;VP Marketing&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.flurry.com" target="_blank"&gt;www.flurry.com&lt;/a&gt;&lt;/div&gt; &lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt; &lt;/div&gt;&lt;br&gt;  &lt;p&gt;&lt;/p&gt;  -- &lt;br /&gt; You received this message because you are subscribed to the Google Groups "iPhone Software Business" group.&lt;br /&gt; To post to this group, send email to iphonesb@googlegroups.com.&lt;br /&gt; To unsubscribe from this group, send email to iphonesb+unsubscribe@googlegroups.com.&lt;br /&gt;  For more options, visit this group at http://groups.google.com/group/iphonesb?hl=en.&lt;br /&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-6081154826061459436?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/6081154826061459436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/iphonesb-another-free-lunch-tomorrow.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6081154826061459436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/6081154826061459436'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/iphonesb-another-free-lunch-tomorrow.html' title='[iphonesb] Another free lunch tomorrow for SF devs, from Flurry'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7764925488678400400</id><published>2012-01-24T17:11:00.001-08:00</published><updated>2012-01-24T17:11:41.654-08:00</updated><title type='text'>Re: Upload Service problem</title><content type='html'>Nope.&amp;nbsp; And netstat didn't show anything alive at 8190 or whatever     the port number is.&amp;nbsp; I changed it to 10000 and it's fine...&lt;br&gt;     &lt;br&gt;     &lt;pre class="moz-signature" cols="72"&gt;Heath Volmer Digital Domain Systems 303-517-9714&lt;/pre&gt;     &lt;br&gt;     On 1/24/12 5:41 PM, vmailtk5 wrote:     &lt;blockquote cite="mid:CACEqosac3V7pXDgqZ3eugNxWou=nEMDDAesyDdwU9cwJDq1t8g@mail.gmail.com"       type="cite"&gt;do you have another instance of guidesigner running       with the upload service active?&lt;br&gt;       &lt;br&gt;       &lt;div class="gmail_quote"&gt;On 24 January 2012 22:14, Nahshon         Williams &lt;span dir="ltr"&gt;&amp;lt;&lt;a moz-do-not-send="true"             href="mailto:spcfix@gmail.com"&gt;spcfix@gmail.com&lt;/a&gt;&amp;gt;&lt;/span&gt;         wrote:&lt;br&gt;         &lt;blockquote class="gmail_quote" style="margin:0 0 0           .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt;@ command           prompt netstat -b should list active connections and more . .           .           &lt;div class="im HOEnZb"&gt;&lt;br&gt;             &lt;br&gt;             &lt;br&gt;             On 24/01/2012 21:43, Heath Volmer wrote:&lt;br&gt;             &lt;blockquote class="gmail_quote" style="margin:0 0 0               .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt;               When I hit F12 to start the uploader service, I get a               message that says "Uploader service could not be               started..." &amp;nbsp;Any ideas of cause. &amp;nbsp;I checked firewall               settings.&lt;br&gt;               &lt;br&gt;               Does anyone know how to tell what ports are in use by what               programs?&lt;br&gt;               &lt;br&gt;               Thanks&lt;br&gt;               &lt;br&gt;             &lt;/blockquote&gt;             &lt;br&gt;             -- &lt;br&gt;           &lt;/div&gt;           &lt;div class="HOEnZb"&gt;             &lt;div class="h5"&gt;               You received this message because you are subscribed to               the Google Groups "CommandFusion" group.&lt;br&gt;               To post to this group, send email to &lt;a                 moz-do-not-send="true"                 href="mailto:commandfusion@googlegroups.com"                 target="_blank"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;               To unsubscribe from this group, send email to &lt;a                 moz-do-not-send="true"                 href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"                 target="_blank"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;               For more options, visit this group at &lt;a                 moz-do-not-send="true"                 href="http://groups.google.com/group/commandfusion?hl=en"                 target="_blank"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;               &lt;br&gt;             &lt;/div&gt;           &lt;/div&gt;         &lt;/blockquote&gt;       &lt;/div&gt;       &lt;br&gt;       -- &lt;br&gt;       You received this message because you are subscribed to the Google       Groups "CommandFusion" group.&lt;br&gt;       To post to this group, send email to       &lt;a class="moz-txt-link-abbreviated" href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;       To unsubscribe from this group, send email to       &lt;a class="moz-txt-link-abbreviated" href="mailto:commandfusion+unsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;       For more options, visit this group at       &lt;a class="moz-txt-link-freetext" href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;     &lt;/blockquote&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7764925488678400400?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7764925488678400400/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-upload-service-problem_7224.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7764925488678400400'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7764925488678400400'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-upload-service-problem_7224.html' title='Re: Upload Service problem'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-267493168541336729</id><published>2012-01-24T16:41:00.001-08:00</published><updated>2012-01-24T16:41:46.990-08:00</updated><title type='text'>Re: Upload Service problem</title><content type='html'>do you have another instance of guidesigner running with the upload service active?&lt;br&gt;&lt;br&gt;&lt;div class="gmail_quote"&gt;On 24 January 2012 22:14, Nahshon Williams &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:spcfix@gmail.com"&gt;spcfix@gmail.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt; &lt;blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt;@ command prompt netstat -b should list active connections and more . . .&lt;div class="im HOEnZb"&gt;&lt;br&gt; &lt;br&gt; &lt;br&gt; On 24/01/2012 21:43, Heath Volmer wrote:&lt;br&gt; &lt;blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt; When I hit F12 to start the uploader service, I get a message that says &amp;quot;Uploader service could not be started...&amp;quot;  Any ideas of cause.  I checked firewall settings.&lt;br&gt; &lt;br&gt; Does anyone know how to tell what ports are in use by what programs?&lt;br&gt; &lt;br&gt; Thanks&lt;br&gt; &lt;br&gt; &lt;/blockquote&gt; &lt;br&gt; -- &lt;br&gt;&lt;/div&gt;&lt;div class="HOEnZb"&gt;&lt;div class="h5"&gt; You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com" target="_blank"&gt;commandfusion@googlegroups.com&lt;/a&gt;&lt;u&gt;&lt;/u&gt;.&lt;br&gt; To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com" target="_blank"&gt;commandfusion+unsubscribe@&lt;u&gt;&lt;/u&gt;googlegroups.com&lt;/a&gt;.&lt;br&gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en" target="_blank"&gt;http://groups.google.com/&lt;u&gt;&lt;/u&gt;group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt; &lt;br&gt; &lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;  &lt;p&gt;&lt;/p&gt;  -- &lt;br /&gt; You received this message because you are subscribed to the Google Groups "CommandFusion" group.&lt;br /&gt; To post to this group, send email to commandfusion@googlegroups.com.&lt;br /&gt; To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.&lt;br /&gt;  For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.&lt;br /&gt;   &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-267493168541336729?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/267493168541336729/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-upload-service-problem_24.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/267493168541336729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/267493168541336729'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-upload-service-problem_24.html' title='Re: Upload Service problem'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-4047154776671368714</id><published>2012-01-24T16:32:00.001-08:00</published><updated>2012-01-24T16:32:20.234-08:00</updated><title type='text'>Re: Javascript question</title><content type='html'>Ahh.  Thanks.  I must not have copied that part into the new file.&lt;p&gt;JS formatting is ridiculous. I&amp;#39;ve been spoiled-lazy by using XCode.&lt;p&gt;&lt;br&gt;Heath Volmer&lt;br&gt;Digital Domain Systems&lt;br&gt;303-517-9714&lt;p&gt;&lt;br&gt;On 1/24/12 4:35 PM, Florent Pillet wrote:&lt;br&gt;&amp;gt; On Jan 24, 2012, at 11:29 PM, Heath Volmer wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;             CF.setJoin({join:&amp;quot;d511&amp;quot;}, value:1});&lt;br&gt;&amp;gt;&amp;gt;         else if(button == 504)&lt;br&gt;&amp;gt;&amp;gt;             CF.setJoin({join:&amp;quot;d541&amp;quot;}, value:1});&lt;br&gt;&amp;gt;                                     ^&lt;br&gt;&amp;gt; Extra }. Same mistake on two separate lines.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Florent&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; --&lt;br&gt;&amp;gt; Florent Pillet - Software Engineering Lead&lt;br&gt;&amp;gt; &lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-4047154776671368714?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/4047154776671368714/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_1243.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4047154776671368714'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4047154776671368714'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_1243.html' title='Re: Javascript question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-5445249786445801456</id><published>2012-01-24T15:56:00.001-08:00</published><updated>2012-01-24T15:56:42.758-08:00</updated><title type='text'>Re: [iPhone-AppDev-Auditors] Re: assignment 4, requirement 11</title><content type='html'>I honestly don&amp;#39;t know what you&amp;#39;re talking about and wonder why you&amp;#39;ve assumed how I&amp;#39;ve coded it. I&amp;#39;ve got one &amp;quot;process&amp;quot; for displaying a list of photos and whether that comes from querying flickr or NSUserDefaults doesn&amp;#39;t matter. I also not sure what &amp;quot;you are not utilizing the long-term storage features of NSUserDefaults&amp;quot; means so I can&amp;#39;t really respond.&lt;p&gt;You&amp;#39;re original message stated that you don&amp;#39;t see any requirement to utilized the stored array.  You use it populate your Recent Photos tab as stated in #10.&lt;p&gt;On Jan 24, 2012, at 3:00 PM, jonathan.nyc wrote:&lt;p&gt;&amp;gt; James,&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt;    That&amp;#39;s an option.  But you have coded two processes to display&lt;br&gt;&amp;gt; photo lists.  One for recently viewed pictures, and one for location-&lt;br&gt;&amp;gt; based lists.  I&amp;#39;m creating the two lists with a maximum level of&lt;br&gt;&amp;gt; consistency.&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt;    Also you are not utilizing the longer-term storage features of&lt;br&gt;&amp;gt; NSUserDefaults, so its purpose is not clear.  Well, maybe they&amp;#39;re used&lt;br&gt;&amp;gt; in Assignment 5.&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; Jonathan&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; On Jan 24, 11:04 am, James Massara &amp;lt;&lt;a href="mailto:ja...@11thdimension.com"&gt;ja...@11thdimension.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt;&amp;gt; Hi Jonathan,&lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt; I use it to populate my RecentPhotosTableViewController.  Makes it easy to&lt;br&gt;&amp;gt;&amp;gt; complete #10.&lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt; James&lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt; On Tue, Jan 24, 2012 at 7:55 AM, jonathan.nyc &amp;lt;&lt;a href="mailto:jonathan....@gmail.com"&gt;jonathan....@gmail.com&lt;/a&gt;&amp;gt;wrote:&lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Assignment 4, #11 asks us to store the array of recently viewed photos&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; in NSUserDefaults.&lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; OK, but I don&amp;#39;t see any requirement to utilize the stored array.&lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Does the assignment specify a case where stored data should be used&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; instead of fresh data?  Any hints here?&lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Jonathan&lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; You received this message because you are subscribed to the Google Groups&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;iPhone Application Development Auditors&amp;quot; group.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To post to this group, send email to&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href="mailto:iphone-appdev-auditors@googlegroups.com"&gt;iphone-appdev-auditors@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe from this group, send email to&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href="mailto:iphone-appdev-auditors%2Bunsubscribe@googlegroups.com"&gt;iphone-appdev-auditors+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; For more options, visit this group at&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href="http://groups.google.com/group/iphone-appdev-auditors?hl=en"&gt;http://groups.google.com/group/iphone-appdev-auditors?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; -- &lt;br&gt;&amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;iPhone Application Development Auditors&amp;quot; group.&lt;br&gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:iphone-appdev-auditors@googlegroups.com"&gt;iphone-appdev-auditors@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; To unsubscribe from this group, send email to &lt;a href="mailto:iphone-appdev-auditors%2Bunsubscribe@googlegroups.com"&gt;iphone-appdev-auditors+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; For more options, visit this group at &lt;a href="http://groups.google.com/group/iphone-appdev-auditors?hl=en"&gt;http://groups.google.com/group/iphone-appdev-auditors?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt; &lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;iPhone Application Development Auditors&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:iphone-appdev-auditors@googlegroups.com"&gt;iphone-appdev-auditors@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:iphone-appdev-auditors%2Bunsubscribe@googlegroups.com"&gt;iphone-appdev-auditors+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/iphone-appdev-auditors?hl=en"&gt;http://groups.google.com/group/iphone-appdev-auditors?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-5445249786445801456?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/5445249786445801456/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-iphone-appdev-auditors-re-assignment.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5445249786445801456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/5445249786445801456'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-iphone-appdev-auditors-re-assignment.html' title='Re: [iPhone-AppDev-Auditors] Re: assignment 4, requirement 11'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-3762911448208761084</id><published>2012-01-24T15:54:00.001-08:00</published><updated>2012-01-24T15:54:56.373-08:00</updated><title type='text'>RE: Javascript question</title><content type='html'>I use the Cpoint Javascript editor. I started using it several years ago and&lt;br&gt;really like it, but then again you generally like what you are familiar&lt;br&gt;with.&lt;p&gt;It has a command button to check syntax and would have caught both of those&lt;br&gt;extra &amp;#39;}&amp;#39;. It also color codes the display so strings are in one color etc.&lt;br&gt;It is not very expensive and upgraded on a fairly regular basis.  Has a ton&lt;br&gt;of features I don&amp;#39;t use including a simulation capability.&lt;p&gt;-----Original Message-----&lt;br&gt;From: &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt; [mailto:&lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;]&lt;br&gt;On Behalf Of Florent Pillet&lt;br&gt;Sent: Tuesday, January 24, 2012 6:35 PM&lt;br&gt;To: &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;&lt;br&gt;Subject: Re: Javascript question&lt;p&gt;&lt;br&gt;On Jan 24, 2012, at 11:29 PM, Heath Volmer wrote:&lt;p&gt;&amp;gt;            CF.setJoin({join:&amp;quot;d511&amp;quot;}, value:1});&lt;br&gt;&amp;gt;        else if(button == 504)&lt;br&gt;&amp;gt;            CF.setJoin({join:&amp;quot;d541&amp;quot;}, value:1});&lt;p&gt;                                   ^&lt;br&gt;Extra }. Same mistake on two separate lines.&lt;p&gt;Florent&lt;p&gt;--&lt;br&gt;Florent Pillet - Software Engineering Lead&lt;br&gt;&lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;p&gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups&lt;br&gt;&amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to&lt;br&gt;&lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at&lt;br&gt;&lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-3762911448208761084?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/3762911448208761084/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_171.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3762911448208761084'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/3762911448208761084'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_171.html' title='RE: Javascript question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-1419687348093038557</id><published>2012-01-24T15:35:00.001-08:00</published><updated>2012-01-24T15:35:36.520-08:00</updated><title type='text'>Re: Javascript question</title><content type='html'>On Jan 24, 2012, at 11:29 PM, Heath Volmer wrote:&lt;p&gt;&amp;gt;            CF.setJoin({join:&amp;quot;d511&amp;quot;}, value:1});&lt;br&gt;&amp;gt;        else if(button == 504)&lt;br&gt;&amp;gt;            CF.setJoin({join:&amp;quot;d541&amp;quot;}, value:1});&lt;p&gt;                                   ^&lt;br&gt;Extra }. Same mistake on two separate lines.&lt;p&gt;Florent&lt;p&gt;--&lt;br&gt;Florent Pillet - Software Engineering Lead&lt;br&gt;&lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;p&gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-1419687348093038557?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/1419687348093038557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_9623.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1419687348093038557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1419687348093038557'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_9623.html' title='Re: Javascript question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-1587090382280607622</id><published>2012-01-24T15:00:00.001-08:00</published><updated>2012-01-24T15:00:52.753-08:00</updated><title type='text'>[iPhone-AppDev-Auditors] Re: assignment 4, requirement 11</title><content type='html'>James,&lt;p&gt;    That&amp;#39;s an option.  But you have coded two processes to display&lt;br&gt;photo lists.  One for recently viewed pictures, and one for location-&lt;br&gt;based lists.  I&amp;#39;m creating the two lists with a maximum level of&lt;br&gt;consistency.&lt;p&gt;    Also you are not utilizing the longer-term storage features of&lt;br&gt;NSUserDefaults, so its purpose is not clear.  Well, maybe they&amp;#39;re used&lt;br&gt;in Assignment 5.&lt;p&gt;Jonathan&lt;p&gt;On Jan 24, 11:04&amp;#160;am, James Massara &amp;lt;&lt;a href="mailto:ja...@11thdimension.com"&gt;ja...@11thdimension.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; Hi Jonathan,&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; I use it to populate my RecentPhotosTableViewController. &amp;#160;Makes it easy to&lt;br&gt;&amp;gt; complete #10.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; James&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On Tue, Jan 24, 2012 at 7:55 AM, jonathan.nyc &amp;lt;&lt;a href="mailto:jonathan....@gmail.com"&gt;jonathan....@gmail.com&lt;/a&gt;&amp;gt;wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; Assignment 4, #11 asks us to store the array of recently viewed photos&lt;br&gt;&amp;gt; &amp;gt; in NSUserDefaults.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; OK, but I don&amp;#39;t see any requirement to utilize the stored array.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; Does the assignment specify a case where stored data should be used&lt;br&gt;&amp;gt; &amp;gt; instead of fresh data? &amp;#160;Any hints here?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; Jonathan&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; &amp;gt; --&lt;br&gt;&amp;gt; &amp;gt; You received this message because you are subscribed to the Google Groups&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;iPhone Application Development Auditors&amp;quot; group.&lt;br&gt;&amp;gt; &amp;gt; To post to this group, send email to&lt;br&gt;&amp;gt; &amp;gt; &lt;a href="mailto:iphone-appdev-auditors@googlegroups.com"&gt;iphone-appdev-auditors@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe from this group, send email to&lt;br&gt;&amp;gt; &amp;gt; &lt;a href="mailto:iphone-appdev-auditors%2Bunsubscribe@googlegroups.com"&gt;iphone-appdev-auditors+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt; &amp;gt; For more options, visit this group at&lt;br&gt;&amp;gt; &amp;gt;&lt;a href="http://groups.google.com/group/iphone-appdev-auditors?hl=en"&gt;http://groups.google.com/group/iphone-appdev-auditors?hl=en&lt;/a&gt;.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;iPhone Application Development Auditors&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:iphone-appdev-auditors@googlegroups.com"&gt;iphone-appdev-auditors@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:iphone-appdev-auditors%2Bunsubscribe@googlegroups.com"&gt;iphone-appdev-auditors+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/iphone-appdev-auditors?hl=en"&gt;http://groups.google.com/group/iphone-appdev-auditors?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-1587090382280607622?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/1587090382280607622/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/iphone-appdev-auditors-re-assignment-4_273.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1587090382280607622'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1587090382280607622'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/iphone-appdev-auditors-re-assignment-4_273.html' title='[iPhone-AppDev-Auditors] Re: assignment 4, requirement 11'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-7949103451744673479</id><published>2012-01-24T14:47:00.001-08:00</published><updated>2012-01-24T14:47:44.802-08:00</updated><title type='text'>Re: Javascript question</title><content type='html'>And yet, I delete the MenuBar.js file, make a new one called Menus.js &lt;br&gt;and everything works.  What the hell?&lt;p&gt;&lt;br&gt;Heath Volmer&lt;br&gt;Digital Domain Systems&lt;br&gt;303-517-9714&lt;p&gt;&lt;br&gt;On 1/24/2012 3:29 PM, Heath Volmer wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On 1/24/2012 3:22 PM, Barry Gordon wrote:&lt;br&gt;&amp;gt;&amp;gt; Javascript is case sensitive.  More beginners get into trouble &lt;br&gt;&amp;gt;&amp;gt; because of&lt;br&gt;&amp;gt;&amp;gt; it.&lt;br&gt;&amp;gt; Definitely aware of this.  Triple checked it already.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Have you set your project to load the script that contains the MyModule&lt;br&gt;&amp;gt;&amp;gt; function? See project properties.&lt;br&gt;&amp;gt; Yes&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; If you are defining an object named MyModule in your JS script, then the&lt;br&gt;&amp;gt;&amp;gt; function definition has to change to sendCommand: function(cmd) { . . &lt;br&gt;&amp;gt;&amp;gt; .  },&lt;br&gt;&amp;gt; Doing that.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Here&amp;#39;s my whole thing.  I see absolutely no indication that iViewer &lt;br&gt;&amp;gt; has even loaded this.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; var MenuBar =&lt;br&gt;&amp;gt; {&lt;br&gt;&amp;gt;     itemPressed: function(button)&lt;br&gt;&amp;gt;     {&lt;br&gt;&amp;gt;         CF.log(button);&lt;br&gt;&amp;gt;         if(button == 501)&lt;br&gt;&amp;gt;             CF.setJoin({join:&amp;quot;d511&amp;quot;}, value:1});&lt;br&gt;&amp;gt;         else if(button == 504)&lt;br&gt;&amp;gt;             CF.setJoin({join:&amp;quot;d541&amp;quot;}, value:1});&lt;br&gt;&amp;gt;     }&lt;br&gt;&amp;gt; };&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-7949103451744673479?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/7949103451744673479/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_7087.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7949103451744673479'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/7949103451744673479'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_7087.html' title='Re: Javascript question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-4687270821774900653</id><published>2012-01-24T14:29:00.000-08:00</published><updated>2012-01-24T14:30:11.779-08:00</updated><title type='text'>Re: Javascript question</title><content type='html'>On 1/24/2012 3:22 PM, Barry Gordon wrote:&lt;br&gt;&amp;gt; Javascript is case sensitive.  More beginners get into trouble because of&lt;br&gt;&amp;gt; it.&lt;br&gt;Definitely aware of this.  Triple checked it already.&lt;p&gt;&amp;gt;&lt;br&gt;&amp;gt; Have you set your project to load the script that contains the MyModule&lt;br&gt;&amp;gt; function? See project properties.&lt;br&gt;Yes&lt;p&gt;&amp;gt; If you are defining an object named MyModule in your JS script, then the&lt;br&gt;&amp;gt; function definition has to change to sendCommand: function(cmd) { . . .  },&lt;br&gt;Doing that.&lt;p&gt;&lt;br&gt;Here&amp;#39;s my whole thing.  I see absolutely no indication that iViewer has &lt;br&gt;even loaded this.&lt;p&gt;var MenuBar =&lt;br&gt;{&lt;br&gt;     itemPressed: function(button)&lt;br&gt;     {&lt;br&gt;         CF.log(button);&lt;br&gt;         if(button == 501)&lt;br&gt;             CF.setJoin({join:&amp;quot;d511&amp;quot;}, value:1});&lt;br&gt;         else if(button == 504)&lt;br&gt;             CF.setJoin({join:&amp;quot;d541&amp;quot;}, value:1});&lt;br&gt;     }&lt;br&gt;};&lt;p&gt;&lt;br&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-4687270821774900653?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/4687270821774900653/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_3237.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4687270821774900653'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/4687270821774900653'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_3237.html' title='Re: Javascript question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-8531105311304136929</id><published>2012-01-24T14:22:00.000-08:00</published><updated>2012-01-24T14:23:00.980-08:00</updated><title type='text'>RE: Javascript question</title><content type='html'>Javascript is case sensitive.  More beginners get into trouble because of&lt;br&gt;it. &lt;p&gt;Have you set your project to load the script that contains the MyModule&lt;br&gt;function? See project properties.&lt;p&gt;If you are defining an object named MyModule in your JS script, then the&lt;br&gt;function definition has to change to sendCommand: function(cmd) { . . .  },&lt;p&gt;-----Original Message-----&lt;br&gt;From: &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt; [mailto:&lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;]&lt;br&gt;On Behalf Of Heath Volmer&lt;br&gt;Sent: Tuesday, January 24, 2012 5:12 PM&lt;br&gt;To: &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;&lt;br&gt;Subject: Re: Javascript question&lt;p&gt;How much more js code needs to wrap around your example?  I&amp;#39;m trying to &lt;br&gt;use this example as a jumping off point, but when I press a button the &lt;br&gt;log says my object is not defined.&lt;p&gt;&lt;br&gt;On 1/24/2012 9:11 AM, Florent Pillet wrote:&lt;br&gt;&amp;gt; Define a Javascript function such as:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; var MyModule {&lt;br&gt;&amp;gt; 	// ...&lt;br&gt;&amp;gt; 	function sendCommand(var cmd) {&lt;br&gt;&amp;gt; 		var url = &amp;quot;&lt;a href="http://IP-OF-DREAMBOX/web/remotecontrol?command="&gt;http://IP-OF-DREAMBOX/web/remotecontrol?command=&lt;/a&gt;&amp;quot;&lt;br&gt;+ cmd;&lt;br&gt;&amp;gt; 		CF.request(url, null);&lt;br&gt;&amp;gt; 	}&lt;br&gt;&amp;gt; }&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; In each button&amp;#39;s editor window in guiDesigner, add a small bit of&lt;br&gt;Javascript that&lt;br&gt;&amp;gt; calls your function. For example in button digit 1:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; 	MyModule.sendCommand(&amp;quot;1&amp;quot;);&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; and you&amp;#39;re done.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Florent&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; On Jan 24, 2012, at 4:57 PM, Mr Shtreum wrote:&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Hi,&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; I have on my iPad remote control buttons, Digit 0-9, Up/Down/Left/&lt;br&gt;&amp;gt;&amp;gt; Right arrows, Channel Up/Down etc... and all have a specific HTTP&lt;br&gt;&amp;gt;&amp;gt; request command.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Ex:&lt;br&gt;&amp;gt;&amp;gt; - Pressing digit 1 should send&lt;br&gt;&lt;a href="http://IP-OF-DREAMBOX/web/remotecontrol?command=2"&gt;http://IP-OF-DREAMBOX/web/remotecontrol?command=2&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; using CF.request().&lt;br&gt;&amp;gt;&amp;gt; - Pressing digit 2 should send&lt;br&gt;&lt;a href="http://IP-OF-DREAMBOX/web/remotecontrol?command=3"&gt;http://IP-OF-DREAMBOX/web/remotecontrol?command=3&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; using CF.request().&lt;br&gt;&amp;gt;&amp;gt; - Pressing Up Arrow should send&lt;br&gt;&lt;a href="http://IP-OF-DREAMBOX/web/remotecontrol?command=103"&gt;http://IP-OF-DREAMBOX/web/remotecontrol?command=103&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; using CF.request().&lt;br&gt;&amp;gt;&amp;gt; - Etc....&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Now in my javascript file how do I program this? Do I need to declare&lt;br&gt;&amp;gt;&amp;gt; one function per button:&lt;br&gt;&amp;gt;&amp;gt; - MyModule.pressDigit1()&lt;br&gt;&amp;gt;&amp;gt; - MyModule.pressDigit2()&lt;br&gt;&amp;gt;&amp;gt; - MyModule.pressChUp()&lt;br&gt;&amp;gt;&amp;gt; - Etc...&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; or do I use a switch case in my .js in which case how do I know which&lt;br&gt;&amp;gt;&amp;gt; button is being pressed on the panel?&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; Dan&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt;&amp;gt; -- &lt;br&gt;&amp;gt;&amp;gt; You received this message because you are subscribed to the Google Groups&lt;br&gt;&amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;&amp;gt;&amp;gt; To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe from this group, send email to&lt;br&gt;&lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;&amp;gt;&amp;gt; For more options, visit this group at&lt;br&gt;&lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;br&gt;&amp;gt;&amp;gt;&lt;br&gt;&amp;gt; --&lt;br&gt;&amp;gt; Florent Pillet - Software Engineering Lead&lt;br&gt;&amp;gt; &lt;a href="http://www.commandfusion.com"&gt;www.commandfusion.com&lt;/a&gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt;&lt;p&gt;&lt;br&gt;-- &lt;br&gt;Heath Volmer&lt;br&gt;Digital Domain Systems&lt;br&gt;303-517-9714&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups&lt;br&gt;&amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to&lt;br&gt;&lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at&lt;br&gt;&lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-8531105311304136929?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/8531105311304136929/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_5024.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/8531105311304136929'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/8531105311304136929'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-javascript-question_5024.html' title='RE: Javascript question'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2789322492541150578.post-1078891532517800531</id><published>2012-01-24T14:14:00.001-08:00</published><updated>2012-01-24T14:14:49.547-08:00</updated><title type='text'>Re: Upload Service problem</title><content type='html'>@ command prompt netstat -b should list active connections and more . . .&lt;p&gt;&lt;br&gt;On 24/01/2012 21:43, Heath Volmer wrote:&lt;br&gt;&amp;gt; When I hit F12 to start the uploader service, I get a message that &lt;br&gt;&amp;gt; says &amp;quot;Uploader service could not be started...&amp;quot;  Any ideas of cause.  &lt;br&gt;&amp;gt; I checked firewall settings.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Does anyone know how to tell what ports are in use by what programs?&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Thanks&lt;br&gt;&amp;gt;&lt;p&gt;-- &lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CommandFusion&amp;quot; group.&lt;br&gt;To post to this group, send email to &lt;a href="mailto:commandfusion@googlegroups.com"&gt;commandfusion@googlegroups.com&lt;/a&gt;.&lt;br&gt;To unsubscribe from this group, send email to &lt;a href="mailto:commandfusion%2Bunsubscribe@googlegroups.com"&gt;commandfusion+unsubscribe@googlegroups.com&lt;/a&gt;.&lt;br&gt;For more options, visit this group at &lt;a href="http://groups.google.com/group/commandfusion?hl=en"&gt;http://groups.google.com/group/commandfusion?hl=en&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2789322492541150578-1078891532517800531?l=produceideas.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://produceideas.blogspot.com/feeds/1078891532517800531/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-upload-service-problem.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1078891532517800531'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2789322492541150578/posts/default/1078891532517800531'/><link rel='alternate' type='text/html' href='http://produceideas.blogspot.com/2012/01/re-upload-service-problem.html' title='Re: Upload Service problem'/><author><name>Marcio</name><uri>http://www.blogger.com/profile/01832981791089956730</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
