<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Create Blog</title>
	<atom:link href="http://create.tpsitulsa.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://create.tpsitulsa.com/blog</link>
	<description>the create framework blog</description>
	<lastBuildDate>Fri, 09 Jul 2010 22:25:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on V8 Objects by chrwal</title>
		<link>http://create.tpsitulsa.com/blog/2009/01/29/v8-objects/comment-page-1/#comment-363</link>
		<dc:creator>chrwal</dc:creator>
		<pubDate>Fri, 09 Jul 2010 22:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://create.tpsitulsa.com/blog/?p=14#comment-363</guid>
		<description>&lt;p&gt;Ok Alex,&lt;/p&gt;

&lt;p&gt;I finally figured it out.  I had to cobble my solution from piecing together other samples.  In the final snippet you hang the data on the This() pointer but in the Google example they use the Holder().  I was trying to get the data from the Holder which has no slot set up for the data and thereby throws and exception.&lt;/p&gt;

&lt;p&gt;The problem I&#039;ve been having has been inconsistency among the various samples.  You example is helpful but contributes to the inconsistency especially for newbies.  I recalled you or your colleagues are working on a V8 Cookbook.  That would be very helpful and help advance adoption of the V8 engine.&lt;/p&gt;

&lt;p&gt;thx&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ok Alex,</p>

<p>I finally figured it out.  I had to cobble my solution from piecing together other samples.  In the final snippet you hang the data on the This() pointer but in the Google example they use the Holder().  I was trying to get the data from the Holder which has no slot set up for the data and thereby throws and exception.</p>

<p>The problem I&#8217;ve been having has been inconsistency among the various samples.  You example is helpful but contributes to the inconsistency especially for newbies.  I recalled you or your colleagues are working on a V8 Cookbook.  That would be very helpful and help advance adoption of the V8 engine.</p>

<p>thx</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on V8 Objects by Alex Iskander</title>
		<link>http://create.tpsitulsa.com/blog/2009/01/29/v8-objects/comment-page-1/#comment-362</link>
		<dc:creator>Alex Iskander</dc:creator>
		<pubDate>Fri, 09 Jul 2010 18:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://create.tpsitulsa.com/blog/?p=14#comment-362</guid>
		<description>&lt;p&gt;If I had time or still worked with V8, I would. Unfortunately, neither are true.&lt;/p&gt;

&lt;p&gt;In my defense, this article was meant to be used for illustration purposes; the reader is supposed to be familiar with v8 and how it works; also, at the time, it was based on the definition of Point that was in the embedder&#039;s guide; this definition may have since changed, I really don&#039;t know. In any case, this was simply meant to expand on that in a rather abstract way. Still, it does look like I was a bit too lazy.&lt;/p&gt;

&lt;p&gt;As for v8::Handle::Cast... I seem to remember it existing. It may be a mistake (like the constructPoint appears to be), but perhaps, if indeed it is not in V8, perhaps it used to be and was removed?&lt;/p&gt;

&lt;p&gt;I&#039;m sorry for the trouble you&#039;ve had. Keep in mind that this was my first blog post, and is over a year and a half old.&lt;/p&gt;

&lt;p&gt;Alex&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If I had time or still worked with V8, I would. Unfortunately, neither are true.</p>

<p>In my defense, this article was meant to be used for illustration purposes; the reader is supposed to be familiar with v8 and how it works; also, at the time, it was based on the definition of Point that was in the embedder&#8217;s guide; this definition may have since changed, I really don&#8217;t know. In any case, this was simply meant to expand on that in a rather abstract way. Still, it does look like I was a bit too lazy.</p>

<p>As for v8::Handle::Cast&#8230; I seem to remember it existing. It may be a mistake (like the constructPoint appears to be), but perhaps, if indeed it is not in V8, perhaps it used to be and was removed?</p>

<p>I&#8217;m sorry for the trouble you&#8217;ve had. Keep in mind that this was my first blog post, and is over a year and a half old.</p>

<p>Alex</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on V8 Objects by chrwal</title>
		<link>http://create.tpsitulsa.com/blog/2009/01/29/v8-objects/comment-page-1/#comment-361</link>
		<dc:creator>chrwal</dc:creator>
		<pubDate>Fri, 09 Jul 2010 10:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://create.tpsitulsa.com/blog/?p=14#comment-361</guid>
		<description>&lt;p&gt;Your example is extremely confusing.  There are variable introduced in your code snippets with no definitions.  For example in ConstructorCall where did wrapper come from?  There is no &quot;Handle&quot; type in V8 there is a Handle.  However Handle has no definition for Cast().  Also in wrapPoint where did point_templ come from.  How did wrapPoint obtain point_templ?  point_templ is not defined as a global.  You also altered the name of the point constructor function which didn&#039;t match.  You use name &quot;constructPoint&quot; in FunctionTemplate::New then followed the constructor function named &quot;ConstructorCall&quot;.&lt;/p&gt;

&lt;p&gt;It is very frustrating reading your examples because you didn&#039;t do a good job of explaining the introduction of variables.  It also would be helpful to post the entire working code.  Had you did that the snippets would  have been correct and compilable.  Can you please address the aforementioned issued and correct the snippets.  That would be a big help to me to be able to get a working sample.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your example is extremely confusing.  There are variable introduced in your code snippets with no definitions.  For example in ConstructorCall where did wrapper come from?  There is no &#8220;Handle&#8221; type in V8 there is a Handle.  However Handle has no definition for Cast().  Also in wrapPoint where did point_templ come from.  How did wrapPoint obtain point_templ?  point_templ is not defined as a global.  You also altered the name of the point constructor function which didn&#8217;t match.  You use name &#8220;constructPoint&#8221; in FunctionTemplate::New then followed the constructor function named &#8220;ConstructorCall&#8221;.</p>

<p>It is very frustrating reading your examples because you didn&#8217;t do a good job of explaining the introduction of variables.  It also would be helpful to post the entire working code.  Had you did that the snippets would  have been correct and compilable.  Can you please address the aforementioned issued and correct the snippets.  That would be a big help to me to be able to get a working sample.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on For the Love of a Deity, Please Prove Me Wrong: IE Alpha by Alex Percsi</title>
		<link>http://create.tpsitulsa.com/blog/2009/12/29/ie-alpha/comment-page-1/#comment-344</link>
		<dc:creator>Alex Percsi</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://create.tpsitulsa.com/blog/?p=317#comment-344</guid>
		<description>&lt;p&gt;position:absolute is interpreted in IE as the child element being pulled out of the context of the parent element which means child elements with position:absolute will not inherit all of the css properties you would expect them to.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>position:absolute is interpreted in IE as the child element being pulled out of the context of the parent element which means child elements with position:absolute will not inherit all of the css properties you would expect them to.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on For the Love of a Deity, Please Prove Me Wrong: IE Alpha by Alex Percsi</title>
		<link>http://create.tpsitulsa.com/blog/2009/12/29/ie-alpha/comment-page-1/#comment-343</link>
		<dc:creator>Alex Percsi</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://create.tpsitulsa.com/blog/?p=317#comment-343</guid>
		<description>&lt;p&gt;You can apply the filter property to all sub elements by using the star (*) operator. For example if you have a div and you want to apply a CSS property to all tags in it you can just do&lt;/p&gt;

&lt;p&gt;div * {foo}&lt;/p&gt;

&lt;p&gt;In your case though you would probably want to set it up as &quot;all the tags in a tag that has a certain class name&quot;, i.e.
.filterAll * {filter:alpha....}&lt;/p&gt;

&lt;p&gt;Then just apply that className to the item in question.&lt;/p&gt;

&lt;p&gt;To the best of my knowledge, the star operator is supported by all major browsers.&lt;/p&gt;

&lt;p&gt;I hope this helps.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You can apply the filter property to all sub elements by using the star (*) operator. For example if you have a div and you want to apply a CSS property to all tags in it you can just do</p>

<p>div * {foo}</p>

<p>In your case though you would probably want to set it up as &#8220;all the tags in a tag that has a certain class name&#8221;, i.e.
.filterAll * {filter:alpha&#8230;.}</p>

<p>Then just apply that className to the item in question.</p>

<p>To the best of my knowledge, the star operator is supported by all major browsers.</p>

<p>I hope this helps.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on SproutCore Animation: SC.Animatable by Alex Iskander</title>
		<link>http://create.tpsitulsa.com/blog/2009/12/21/sc-animatable/comment-page-1/#comment-298</link>
		<dc:creator>Alex Iskander</dc:creator>
		<pubDate>Tue, 26 Jan 2010 12:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://create.tpsitulsa.com/blog/?p=284#comment-298</guid>
		<description>&lt;p&gt;Panes are slightly more complex to animate because they have no parent view to call their updateLayout function. There may be other issues as well, but it should help if, after calling .adjust, you call .updateLayout() to tell SproutCore to relayout the view (and as such animate it).&lt;/p&gt;

&lt;p&gt;Hope that helps!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Panes are slightly more complex to animate because they have no parent view to call their updateLayout function. There may be other issues as well, but it should help if, after calling .adjust, you call .updateLayout() to tell SproutCore to relayout the view (and as such animate it).</p>

<p>Hope that helps!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on SproutCore Animation: SC.Animatable by Alex P.</title>
		<link>http://create.tpsitulsa.com/blog/2009/12/21/sc-animatable/comment-page-1/#comment-297</link>
		<dc:creator>Alex P.</dc:creator>
		<pubDate>Tue, 26 Jan 2010 10:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://create.tpsitulsa.com/blog/?p=284#comment-297</guid>
		<description>&lt;p&gt;Can we use the mixin on panes? Not having much luck with that right now :(&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Can we use the mixin on panes? Not having much luck with that right now :(</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript Animation Benchmarks by SproutCore 1.0 gets closer; new demos too - Wasif Hafeez</title>
		<link>http://create.tpsitulsa.com/blog/2009/10/21/javascript-animation-benchmarks/comment-page-1/#comment-296</link>
		<dc:creator>SproutCore 1.0 gets closer; new demos too - Wasif Hafeez</dc:creator>
		<pubDate>Mon, 25 Jan 2010 11:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://create.tpsitulsa.com/blog/?p=226#comment-296</guid>
		<description>&lt;p&gt;[...] Animation Layer  I’ve been working on a mixin to add animation to SproutCore views. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Animation Layer  I’ve been working on a mixin to add animation to SproutCore views. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on SproutCore, Todos, Django, and Comet in &lt; 100 Lines of Code by Alex Iskander</title>
		<link>http://create.tpsitulsa.com/blog/2009/12/11/sc-todos-django-comet/comment-page-1/#comment-288</link>
		<dc:creator>Alex Iskander</dc:creator>
		<pubDate>Fri, 15 Jan 2010 19:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://create.tpsitulsa.com/blog/?p=266#comment-288</guid>
		<description>&lt;p&gt;Thanks. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks. :)</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on SproutCore, Todos, Django, and Comet in &lt; 100 Lines of Code by Ben</title>
		<link>http://create.tpsitulsa.com/blog/2009/12/11/sc-todos-django-comet/comment-page-1/#comment-286</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 15 Jan 2010 19:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://create.tpsitulsa.com/blog/?p=266#comment-286</guid>
		<description>&lt;p&gt;Well, just when you thought you knew what you could do with django....POW, a blog comes up and kicks your ass. Nice work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well, just when you thought you knew what you could do with django&#8230;.POW, a blog comes up and kicks your ass. Nice work.</p>]]></content:encoded>
	</item>
</channel>
</rss>
