<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for tinyHippos</title>
	<atom:link href="http://tinyhippos.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinyhippos.com</link>
	<description>Design. Develop. Deliver.</description>
	<lastBuildDate>Mon, 11 Jul 2011 16:05:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Ripple v0.5.0 Released: Announcing BlackBerry WebWorks Support by brcewane</title>
		<link>http://tinyhippos.com/2011/05/12/ripple-v0-5-0-released-announcing-blackberry-webworks-support/#comment-521</link>
		<dc:creator><![CDATA[brcewane]]></dc:creator>
		<pubDate>Mon, 11 Jul 2011 16:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://tinyhippos.com/?p=2142#comment-521</guid>
		<description><![CDATA[We absolutely will be continuing to support cross platform web app development in Ripple.]]></description>
		<content:encoded><![CDATA[<p>We absolutely will be continuing to support cross platform web app development in Ripple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Editorial: SDK Frustration &#8211; My Experiences with Android, iOS, BB, PhoneGap and others by Andrew</title>
		<link>http://tinyhippos.com/2010/10/01/sdk-frustration/#comment-519</link>
		<dc:creator><![CDATA[Andrew]]></dc:creator>
		<pubDate>Wed, 06 Jul 2011 19:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://tinyhippos.com/?p=1513#comment-519</guid>
		<description><![CDATA[I developed in Tcl/Tk for years, and was able to build beautiful GUIs with quite powerful networked/databased back-ends, and the &#039;source&#039; was almost completely portable (except for perhaps file paths and socket management).  The source could also be &#039;wrapped&#039; into native-ish binaries.  All one needed was Tcl/tk libraries - no sdk, not even a compiler (unless you wanted wrapped apps). And, as you say, I had been writing web apps (since mid nineties for me) and all one needed was an editor (notepad was enough!) and a browser.

Then, like an idiot I tried my hand at Android.  First, I had to learn some Java, but the constructs were not too different from &#039;C&#039;, and Tcl (The C-like Language), so if you know any programming, Java is pretty &#039;easy&#039; - though most people agree Java is not exactly &#039;easy&#039; ;-)

And, yes, the SDK seems to be indispensable. I was a bit disappointed, but Eclipse is pretty good.  Sure, there is ADT, plug-ins, and of-course, these Java libraries. Somehow, a developer is magically supposed to know a certain class &#039;exists&#039;, and what the qualified name is.  But, that is ultimately why it takes so long to setup your SDK.  It does take the guess work out of knowing the fully qualified class names - but it still doesn&#039;t fix the how-the-heck are you supposed to know what classes are out there(?) problem.  

For instance, HTML, and CSS (CSS2) are fairly well documented and include ALL of the valid &#039;tags&#039; or commands for that language.  For java, it seems, you just have to have a crystal ball to know there is a &#039;class&#039; that exists, and its name, to do the functions you need.  Here, even the SDK falls far short.

Let me not get started on the Android documentation, particularly the official developer site - it is so weak and insufficient.  All I can figure is it is &#039;job security&#039; for developers that are otherwise average, normal human beings - not the &#039;whiz kid techno-beasts&#039; they want you to believe they are.]]></description>
		<content:encoded><![CDATA[<p>I developed in Tcl/Tk for years, and was able to build beautiful GUIs with quite powerful networked/databased back-ends, and the &#8216;source&#8217; was almost completely portable (except for perhaps file paths and socket management).  The source could also be &#8216;wrapped&#8217; into native-ish binaries.  All one needed was Tcl/tk libraries &#8211; no sdk, not even a compiler (unless you wanted wrapped apps). And, as you say, I had been writing web apps (since mid nineties for me) and all one needed was an editor (notepad was enough!) and a browser.</p>
<p>Then, like an idiot I tried my hand at Android.  First, I had to learn some Java, but the constructs were not too different from &#8216;C&#8217;, and Tcl (The C-like Language), so if you know any programming, Java is pretty &#8216;easy&#8217; &#8211; though most people agree Java is not exactly &#8216;easy&#8217; ;-)</p>
<p>And, yes, the SDK seems to be indispensable. I was a bit disappointed, but Eclipse is pretty good.  Sure, there is ADT, plug-ins, and of-course, these Java libraries. Somehow, a developer is magically supposed to know a certain class &#8216;exists&#8217;, and what the qualified name is.  But, that is ultimately why it takes so long to setup your SDK.  It does take the guess work out of knowing the fully qualified class names &#8211; but it still doesn&#8217;t fix the how-the-heck are you supposed to know what classes are out there(?) problem.  </p>
<p>For instance, HTML, and CSS (CSS2) are fairly well documented and include ALL of the valid &#8216;tags&#8217; or commands for that language.  For java, it seems, you just have to have a crystal ball to know there is a &#8216;class&#8217; that exists, and its name, to do the functions you need.  Here, even the SDK falls far short.</p>
<p>Let me not get started on the Android documentation, particularly the official developer site &#8211; it is so weak and insufficient.  All I can figure is it is &#8216;job security&#8217; for developers that are otherwise average, normal human beings &#8211; not the &#8216;whiz kid techno-beasts&#8217; they want you to believe they are.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Closure in JavaScript &#8211; with examples by jocob Mark</title>
		<link>http://tinyhippos.com/2010/07/05/closure-in-javascript-with-examples/#comment-518</link>
		<dc:creator><![CDATA[jocob Mark]]></dc:creator>
		<pubDate>Tue, 05 Jul 2011 14:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://tinyhippos.com/?p=1117#comment-518</guid>
		<description><![CDATA[This is great article on &quot;closure&quot; and Java Script. I am a developer myself but never really used this closure function as I should have in creating Java Script.
Regards
&lt;a href=&quot;http://hubshout.com&quot; rel=&quot;nofollow&quot;&gt;Jacob Mark&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>This is great article on &#8220;closure&#8221; and Java Script. I am a developer myself but never really used this closure function as I should have in creating Java Script.<br />
Regards<br />
<a href="http://hubshout.com" rel="nofollow">Jacob Mark</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ripple v0.5.0 Released: Announcing BlackBerry WebWorks Support by marble68</title>
		<link>http://tinyhippos.com/2011/05/12/ripple-v0-5-0-released-announcing-blackberry-webworks-support/#comment-517</link>
		<dc:creator><![CDATA[marble68]]></dc:creator>
		<pubDate>Wed, 29 Jun 2011 18:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://tinyhippos.com/?p=2142#comment-517</guid>
		<description><![CDATA[I&#039;m only just discovering Ripple. Since you&#039;ve been acquired by RIM - does that mean the death of this product as a cross platform web app development tool? Will it now be RIM focused?  I&#039;m reluctant to get my hopes up and even try this tool if it&#039;s destiny is to go onto the scrap heap of great ideas killed through acquisition and put on the road to proprietary oblivion.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m only just discovering Ripple. Since you&#8217;ve been acquired by RIM &#8211; does that mean the death of this product as a cross platform web app development tool? Will it now be RIM focused?  I&#8217;m reluctant to get my hopes up and even try this tool if it&#8217;s destiny is to go onto the scrap heap of great ideas killed through acquisition and put on the road to proprietary oblivion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tinyHippos is now part of Research In Motion (RIM) by &#187; 2011, The 1 Billion Dollar Year?? &#124; StartupNorth</title>
		<link>http://tinyhippos.com/2011/03/25/tinyhippos-is-now-part-of-research-in-motion-rim-2/#comment-506</link>
		<dc:creator><![CDATA[&#187; 2011, The 1 Billion Dollar Year?? &#124; StartupNorth]]></dc:creator>
		<pubDate>Tue, 07 Jun 2011 13:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://tinyhippos.com/?p=2125#comment-506</guid>
		<description><![CDATA[[...] PostRank &#8211; $15mm (consensus guess from asking around) CoverItLive &#8211; $10mm (big guess) tinyHippos &#8211; &lt; $1mm (4 employees) &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- About $425mm. Give [...]]]></description>
		<content:encoded><![CDATA[<p>[...] PostRank &#8211; $15mm (consensus guess from asking around) CoverItLive &#8211; $10mm (big guess) tinyHippos &#8211; &lt; $1mm (4 employees) &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- About $425mm. Give [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jWorkflow: A JavaScript Workflow Framework by Gord Tanner</title>
		<link>http://tinyhippos.com/2010/09/15/jworkflow-a-javascript-workflow-framework/#comment-503</link>
		<dc:creator><![CDATA[Gord Tanner]]></dc:creator>
		<pubDate>Tue, 24 May 2011 21:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://tinyhippos.com/?p=1471#comment-503</guid>
		<description><![CDATA[Seems interesting,  jWorkflow is opensource so do a pull request on:
https://github.com/tinyhippos/jWorkflow

I want to see how this runs.

Thanks for the interest!]]></description>
		<content:encoded><![CDATA[<p>Seems interesting,  jWorkflow is opensource so do a pull request on:<br />
<a href="https://github.com/tinyhippos/jWorkflow" rel="nofollow">https://github.com/tinyhippos/jWorkflow</a></p>
<p>I want to see how this runs.</p>
<p>Thanks for the interest!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jWorkflow: A JavaScript Workflow Framework by tim</title>
		<link>http://tinyhippos.com/2010/09/15/jworkflow-a-javascript-workflow-framework/#comment-502</link>
		<dc:creator><![CDATA[tim]]></dc:creator>
		<pubDate>Fri, 20 May 2011 22:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://tinyhippos.com/?p=1471#comment-502</guid>
		<description><![CDATA[I think you can replace the baton.take and baton.pass stuff with a little reflection:

  if (task.func.length == 2) {
      result = task.func.apply(task.context, [result, _baton]);
  } else {
      result = task.func.apply(task.context, [result]);
	_baton(result);
  }]]></description>
		<content:encoded><![CDATA[<p>I think you can replace the baton.take and baton.pass stuff with a little reflection:</p>
<p>  if (task.func.length == 2) {<br />
      result = task.func.apply(task.context, [result, _baton]);<br />
  } else {<br />
      result = task.func.apply(task.context, [result]);<br />
	_baton(result);<br />
  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The dorm room approach to running a startup by Nona</title>
		<link>http://tinyhippos.com/2010/09/27/the-dorm-room-approach-to-running-a-startup/#comment-497</link>
		<dc:creator><![CDATA[Nona]]></dc:creator>
		<pubDate>Tue, 10 May 2011 18:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://tinyhippos.com/?p=1500#comment-497</guid>
		<description><![CDATA[Fell out of bed feeling down. This has brhigteend my day!]]></description>
		<content:encoded><![CDATA[<p>Fell out of bed feeling down. This has brhigteend my day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beta: A walk through The Ripple Emulator&#8217;s features by Romby</title>
		<link>http://tinyhippos.com/2010/04/27/beta-a-walk-through-the-ripple-emulators-features/#comment-481</link>
		<dc:creator><![CDATA[Romby]]></dc:creator>
		<pubDate>Mon, 09 May 2011 07:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://tinyhippos.com/?p=582#comment-481</guid>
		<description><![CDATA[Now we know who the seslnibe one is here. Great post!]]></description>
		<content:encoded><![CDATA[<p>Now we know who the seslnibe one is here. Great post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A small OMG moment by Jacklynn</title>
		<link>http://tinyhippos.com/2010/01/20/a-small-omg-moment/#comment-475</link>
		<dc:creator><![CDATA[Jacklynn]]></dc:creator>
		<pubDate>Sun, 08 May 2011 21:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://tinyhippos.com/?p=344#comment-475</guid>
		<description><![CDATA[Youre a real deep thinker. Thanks for snharig.]]></description>
		<content:encoded><![CDATA[<p>Youre a real deep thinker. Thanks for snharig.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

