<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for boucher</title><link>http://disqus.com/by/boucher/</link><description></description><atom:link href="http://disqus.com/boucher/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 27 May 2011 10:44:03 -0000</lastBuildDate><item><title>Re: CappCon Tickets Now Available!</title><link>http://cappuccino.org/discuss/2011/05/24/cappcon-tickets-now-available/#comment-212792457</link><description>&lt;p&gt;We're going to try to videotape the talks, yes.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Fri, 27 May 2011 10:44:03 -0000</pubDate></item><item><title>Re: CappCon 2011</title><link>http://cappuccino.org/discuss/2011/03/31/cappcon-2011/#comment-191191531</link><description>&lt;p&gt;see &lt;a href="http://groups.google.com/group/objectivej/" rel="nofollow noopener" target="_blank" title="http://groups.google.com/group/objectivej/"&gt;http://groups.google.com/gr...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Sun, 24 Apr 2011 17:18:36 -0000</pubDate></item><item><title>Re: GitHub Issues Update</title><link>http://cappuccino.org/discuss/2010/08/18/github-issues-update/#comment-95971718</link><description>&lt;p&gt;Thanks, I've updated the link.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Wed, 10 Nov 2010 12:50:17 -0000</pubDate></item><item><title>Re: GitHub Issues Update</title><link>http://cappuccino.org/discuss/2010/08/18/github-issues-update/#comment-93042253</link><description>&lt;p&gt;You should file an issue in the 280north/issues github repo so that the current maintainers can take a look. Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Tue, 02 Nov 2010 13:03:59 -0000</pubDate></item><item><title>Re: App Spotlight: PicsEngine</title><link>http://cappuccino.org/discuss/2010/10/04/app-spotlight-picsengine/#comment-89735703</link><description>&lt;p&gt;Cappuccino is an open source project with a large community of users and developers. The project will continue to thrive, and will never be controlled by any single company.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Sun, 24 Oct 2010 21:54:33 -0000</pubDate></item><item><title>Re: GitHub Issues Cappuccino App: Desktop and Web</title><link>http://cappuccino.org/discuss/2010/05/13/github-issues-cappuccino-app-desktop-and-web/#comment-50188146</link><description>&lt;p&gt;Depends on where/how you want to build it in. Send me an email (ross@280north.com) and we'll discuss.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Thu, 13 May 2010 17:46:23 -0000</pubDate></item><item><title>Re: Introducing Jake: A Build Tool for JavaScript</title><link>http://cappuccino.org/discuss/2010/04/28/introducing-jake-a-build-tool-for-javascript/#comment-47231098</link><description>&lt;p&gt;Although it's completely unrelated to build tools, yes, we actually have ported Rack and the entire concept of middleware. It's called Jack, and you can read more at &lt;a href="http://jackjs.org/" rel="nofollow noopener" target="_blank" title="http://jackjs.org/"&gt;http://jackjs.org/&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Wed, 28 Apr 2010 12:19:12 -0000</pubDate></item><item><title>Re: http://taitems.tumblr.com/post/482577430</title><link>http://taitems.tumblr.com/post/482577430/introducing-aristo-a-jquery-ui-theme#comment-42184813</link><description>&lt;p&gt;Looks great. Just to point people back to the source, you can find the &lt;a href="http://github.com/280north/aristo" rel="nofollow noopener" target="_blank" title="http://github.com/280north/aristo"&gt;Aristo PSDs on github&lt;/a&gt;.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Mon, 29 Mar 2010 20:12:25 -0000</pubDate></item><item><title>Re: Internet Explorer: Global Variables, and Stack Overflows</title><link>http://cappuccino.org/discuss/2010/03/01/internet-explorer-global-variables-and-stack-overflows/#comment-37871911</link><description>&lt;p&gt;Yeah, that's more accurate. It was kind of pseudo code already. I've made the change, thanks.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Wed, 03 Mar 2010 18:15:09 -0000</pubDate></item><item><title>Re: Internet Explorer: Global Variables, and Stack Overflows</title><link>http://cappuccino.org/discuss/2010/03/01/internet-explorer-global-variables-and-stack-overflows/#comment-37533123</link><description>&lt;p&gt;If you look at the code inside the function, you see we're recursing using the word recurse in both scenarios.&lt;/p&gt;&lt;p&gt;In the first scenario, recurse is a local variable. So, we recurse through a local variable.&lt;/p&gt;&lt;p&gt;In the second scenario, r is the local, and recurse is a global variable. Because there's no local recurse, just r, it goes up the global scope, to the recurse we defined by writing window.recurse = r;&lt;/p&gt;&lt;p&gt;That second scenario is the problem, because the recursion is now happening through the host object, the source of all our problems.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Mon, 01 Mar 2010 20:41:53 -0000</pubDate></item><item><title>Re: XMLHTTPRequest, JSONP &amp;#038; Cappuccino</title><link>http://cappuccino.org/discuss/2008/10/08/xmlhttprequest-jsonp-cappuccino/#comment-24842735</link><description>&lt;p&gt;Ok got that one too.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Fri, 04 Dec 2009 18:13:46 -0000</pubDate></item><item><title>Re: Just One File with Cappuccino 0.8</title><link>http://cappuccino.org/discuss/2009/11/11/just-one-file-with-cappuccino-0-8/#comment-22870263</link><description>&lt;p&gt;Cappuccino doesn't do anything with the server itself. So how reliable  &lt;br&gt;those portions will be is completely dependent on how you code them.  &lt;br&gt;It can be made exactly as reliable as any other web app, since  &lt;br&gt;everything is using the same set of fundamental technologies. More  &lt;br&gt;than likely you'd use an existing Comet library of some kind.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Thu, 12 Nov 2009 20:43:19 -0000</pubDate></item><item><title>Re: Just One File with Cappuccino 0.8</title><link>http://cappuccino.org/discuss/2009/11/11/just-one-file-with-cappuccino-0-8/#comment-22767864</link><description>&lt;p&gt;See my reply a little lower. The benefits come because we compress lots of images in a single text file, increasing the amount of redundancy between them. It's like zipping up a folder of images versus zipping up one individually. The former is much more efficient.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Wed, 11 Nov 2009 14:48:03 -0000</pubDate></item><item><title>Re: Just One File with Cappuccino 0.8</title><link>http://cappuccino.org/discuss/2009/11/11/just-one-file-with-cappuccino-0-8/#comment-22767575</link><description>&lt;p&gt;Also worth noting that it would probably still be worth it even if the size did increase by 10%, for the perceived speed benefit, and likely the actual speed benefit of reducing the http requests. It's harder to be exact about such things, but because of the parallel download limit, downloading 100 images individually becomes incredibly slow.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Wed, 11 Nov 2009 14:42:44 -0000</pubDate></item><item><title>Re: Just One File with Cappuccino 0.8</title><link>http://cappuccino.org/discuss/2009/11/11/just-one-file-with-cappuccino-0-8/#comment-22767417</link><description>&lt;p&gt;Testing the images in one of our projects, it works out like this:&lt;/p&gt;&lt;p&gt;- 377 KB raw for all images&lt;br&gt;- 520 KB for base64 representations combined&lt;br&gt;- 303 KB for combined all base64 images, then gzipped&lt;/p&gt;&lt;p&gt;So, it actually saves a significant amount. Plus the savings of the HTTP request overhead.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Wed, 11 Nov 2009 14:40:13 -0000</pubDate></item><item><title>Re: Just One File with Cappuccino 0.8</title><link>http://cappuccino.org/discuss/2009/11/11/just-one-file-with-cappuccino-0-8/#comment-22733742</link><description>&lt;p&gt;The code is all part of Objective-J and the tools, which don't require the framework itself. You could always use those in your project without using Cappuccino.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Wed, 11 Nov 2009 10:53:42 -0000</pubDate></item><item><title>Re: Just One File with Cappuccino 0.8</title><link>http://cappuccino.org/discuss/2009/11/11/just-one-file-with-cappuccino-0-8/#comment-22733449</link><description>&lt;p&gt;It's trivial to either include code and images in one file, or beak them into two. More importantly, for most Cappuccino apps, it's easiest to cache and version the entire app, including images. But yeah, there's definitely a tradeoff between granularity of updates and reduction of HTTP requests.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Wed, 11 Nov 2009 10:52:46 -0000</pubDate></item><item><title>Re: alert debugging — Mockingbird, Cappuccino, and what really matters.</title><link>http://tolmasky.com/2009/11/04/mockingbird-cappuccino-and-what-really-matters/#comment-21922640</link><description>&lt;p&gt;Ken, you're right. We're very upfront about the fact that not everything makes sense as a desktop-class app. Cappuccino isn't designed to do everything, just this specific type of application. And we think that focus is one of the best parts of Cappuccino.&lt;/p&gt;&lt;p&gt;There's plenty of room on the web for pure documents, dynamic pages, and full blown apps.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Thu, 05 Nov 2009 01:54:19 -0000</pubDate></item><item><title>Re: Using xCode to develop in Cappuccino</title><link>http://cappuccino.org/discuss/2008/10/01/using-xcode-to-develop-in-cappuccino/#comment-16301993</link><description>&lt;p&gt;It's probably not compatible. You might want to try the newer plugin  &lt;br&gt;that's in the github repository.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Thu, 10 Sep 2009 09:41:04 -0000</pubDate></item><item><title>Re: Cappuccino Turns One</title><link>http://cappuccino.org/discuss/2009/09/08/cappuccino-turns-one/#comment-16199183</link><description>&lt;p&gt;Still working on it. We'll make some more information available in the next month.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Tue, 08 Sep 2009 12:53:25 -0000</pubDate></item><item><title>Re: Announcing Atlas</title><link>http://cappuccino.org/discuss/2009/02/28/announcing-atlas/#comment-12319799</link><description>&lt;p&gt;We're making progress. Not ready to make any new announcements just yet.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Wed, 08 Jul 2009 13:22:39 -0000</pubDate></item><item><title>Re: Announcing Atlas</title><link>http://cappuccino.org/discuss/2009/02/28/announcing-atlas/#comment-11945361</link><description>&lt;p&gt;Pablo,&lt;/p&gt;&lt;p&gt;If you want to help, the best way is to contribute bug fixes to  &lt;br&gt;Cappuccino. The github issue tracker is the best place to start.&lt;/p&gt;&lt;p&gt;We're not going to give a specific release date until we're confident  &lt;br&gt;we will meet it. We'd rather ship good software a little late than  &lt;br&gt;buggy software on an artificial deadline.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Tue, 30 Jun 2009 15:28:26 -0000</pubDate></item><item><title>Re: Import Existing Presentations</title><link>http://280north.com/blog/2008/08/import-existing-presentations/#comment-11504436</link><description>&lt;p&gt;dekete&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Sat, 20 Jun 2009 13:44:14 -0000</pubDate></item><item><title>Re: Cappuccino 0.7 Now Available</title><link>http://cappuccino.org/discuss/2009/05/20/cappuccino-07-now-available/#comment-10938255</link><description>&lt;p&gt;Hi Stefan,&lt;/p&gt;&lt;p&gt;There's a tutorial on debugging and another on Objective-J on the  &lt;br&gt;tutorials section of our website. (&lt;a href="http://cappuccino.org/learn/" rel="nofollow noopener" target="_blank" title="http://cappuccino.org/learn/"&gt;http://cappuccino.org/learn/&lt;/a&gt; &lt;br&gt;tutorials).&lt;/p&gt;&lt;p&gt;There is an OJUnit framework which is included in the tools  &lt;br&gt;installation of Cappuccino. It runs on top of rhino, and right now is  &lt;br&gt;mostly suitable for non visual testing.&lt;/p&gt;&lt;p&gt;The easiest way to find the source of an error is to load it in Safari  &lt;br&gt;4 or a webkit nightly and turn on debugging, and the "Break on  &lt;br&gt;Exception" option. This will give you a stack trace to the problem.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Mon, 15 Jun 2009 13:42:26 -0000</pubDate></item><item><title>Re: Cappuccino 0.7 Now Available</title><link>http://cappuccino.org/discuss/2009/05/20/cappuccino-07-now-available/#comment-9845149</link><description>&lt;p&gt;Definitely not.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Sat, 23 May 2009 21:49:06 -0000</pubDate></item></channel></rss>