<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>centripetal.ca - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-9e674624" type="application/json"/><link>http://centripetal.disqus.com/</link><description></description><atom:link href="http://centripetal.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 01 Jul 2012 13:18:34 -0000</lastBuildDate><item><title>Re: centripetal.ca | Preliminary thoughts on bootstrapping</title><link>http://www.centripetal.ca/blog/2010/10/12/preliminary-thoughts-on-bootstrapping#comment-573615701</link><description>&lt;p&gt;Great article. "putting&lt;br&gt;in the work learning how to work" was a great line.  &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason</dc:creator><pubDate>Sun, 01 Jul 2012 13:18:34 -0000</pubDate></item><item><title>Re: centripetal.ca | Getting Started with Selenium and Jenkins</title><link>http://www.centripetal.ca/blog/2011/02/07/getting-started-with-selenium-and-jenkins#comment-551945468</link><description>&lt;p&gt;This is fantastic, can you please update this with Web-driver latest one with grid 2 ? &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vamsi chandra</dc:creator><pubDate>Fri, 08 Jun 2012 11:23:34 -0000</pubDate></item><item><title>Re: centripetal.ca | Getting Started with Selenium and Jenkins</title><link>http://www.centripetal.ca/blog/2011/02/07/getting-started-with-selenium-and-jenkins#comment-400418987</link><description>&lt;p&gt;How can I tell Jenkins to mark the build as failure in case a selenium test fails?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan</dc:creator><pubDate>Wed, 04 Jan 2012 10:51:06 -0000</pubDate></item><item><title>Re: centripetal.ca | Getting Started with Selenium and Jenkins</title><link>http://www.centripetal.ca/blog/2011/02/07/getting-started-with-selenium-and-jenkins#comment-378051838</link><description>&lt;p&gt;Right on dude! just what I was looking for!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Golcher</dc:creator><pubDate>Fri, 02 Dec 2011 20:12:46 -0000</pubDate></item><item><title>Re: centripetal.ca | Getting Started with Selenium and Jenkins</title><link>http://www.centripetal.ca/blog/2011/02/07/getting-started-with-selenium-and-jenkins#comment-295167893</link><description>&lt;p&gt;Thanks for the tips, helped me out immensely! &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan Yuen</dc:creator><pubDate>Thu, 25 Aug 2011 11:30:20 -0000</pubDate></item><item><title>Re: centripetal.ca | JavaScript templating with Django</title><link>http://www.centripetal.ca/blog/2010/10/19/javascript-templating-with-django#comment-88803429</link><description>&lt;p&gt;Oh, hey Dieter! Of course I remember you from DjangoSki, I just had no idea this was your blog!&lt;/p&gt;

&lt;p&gt;You are right that my template tag doesn't allow for Inception style nested levels templating within your templating. I found that I never really needed that, but someone could probably make a good use case for it. I guess you could move to [[ and ]] in that case, but it seems kind of gross to me. The whole reason I made such similar syntax for Tempest was so that I could reuse very simple templates on both sides of the wire.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nick Fitzgerald</dc:creator><pubDate>Thu, 21 Oct 2010 10:42:53 -0000</pubDate></item><item><title>Re: centripetal.ca | JavaScript templating with Django</title><link>http://www.centripetal.ca/blog/2010/10/19/javascript-templating-with-django#comment-88788440</link><description>&lt;p&gt;Thanks Nick (we met this past spring at DjangoSki, BTW :) . This works fine, with the tiny constraint of having to have all templates be external files, instead of inline with the rest of the page's HTML, which I suppose is a minor readability nit, but whatever. &lt;/p&gt;

&lt;p&gt;I maybe should have mentioned above that if you need actual Django context variables in your js template for some reason, you're stuck again -- so I assume you dump those out to js variables before processing the template, correct?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dieter Limeback</dc:creator><pubDate>Thu, 21 Oct 2010 09:44:29 -0000</pubDate></item><item><title>Re: centripetal.ca | JavaScript templating with Django</title><link>http://www.centripetal.ca/blog/2010/10/19/javascript-templating-with-django#comment-88715638</link><description>&lt;p&gt;&lt;b&gt;Cross-posting my comment from the Github issues thread:&lt;/b&gt;&lt;br&gt;&lt;br&gt;Just use a custom template tag in Django to include templates "raw" without parsing the template syntax: &lt;a href="http://djangosnippets.org/snippets/1684" rel="nofollow"&gt;http://djangosnippets.org/snippets/1684&lt;/a&gt;/&lt;br&gt;&lt;br&gt;I wrote that template tag for my old JS templating engine, Tempest, which used syntax very similar to Django's templating language as well.&lt;br&gt;&lt;br&gt;In your Django template that will create the page with the javascript, just do something like:&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;script id="my-template" type="text/x-template"&amp;gt;&lt;br&gt;  {% include_raw "myapp/mytemplate.html" %}&lt;br&gt;&amp;lt;/script&amp;gt;&lt;br&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br&gt;  var myTemplate = $("#my-template").html();&lt;br&gt;  // etc...&lt;br&gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nick Fitzgerald</dc:creator><pubDate>Thu, 21 Oct 2010 02:14:29 -0000</pubDate></item><item><title>Re: centripetal.ca | 
    Starting Another Blog</title><link>http://www.centripetal.ca/blog/2009/12/22/starting-another-blog#comment-27082596</link><description>&lt;p&gt;That was fast! :) Thanks for starting the project, I'm very happy with Blogofile so far. IIRC I grabbed it straight from GitHub so hopefully I'll get some free time to contribute back at some point.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dieter Limeback</dc:creator><pubDate>Wed, 23 Dec 2009 10:15:09 -0000</pubDate></item><item><title>Re: centripetal.ca | 
    Starting Another Blog</title><link>http://www.centripetal.ca/blog/2009/12/22/starting-another-blog#comment-27082171</link><description>&lt;p&gt;Good luck with the Blog! Nice to see another Blogofile user :)&lt;/p&gt;

&lt;p&gt;Blogofile 0.6 should be released before the new year, so keep checking back.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">EnigmaCurry</dc:creator><pubDate>Wed, 23 Dec 2009 10:08:15 -0000</pubDate></item></channel></rss>