<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-us">
    <title type="text">Mentalized comments</title>
    <id>http://mentalized.net/journal/</id>
    <link rel="alternate" type="application/xhtml+xml" href="http://mentalized.net/journal/" />
    <link rel="self" type="application/atom+xml" href="http://mentalized.net/journal/comments_atom.xml"/>
    <generator uri="http://www.sixapart.com/movabletype/" version="3.31">Movable Type</generator>
    <icon>http://mentalized.net/favicon.ico</icon>
    <logo>http://mentalized.net/skins/substance/images/mentalized.gif</logo>
    <updated>2010-07-16T08:17:22Z</updated>
            <entry>
            <id>http://mentalized.net/journal/2010/04/26/the_case_against_single_line_css/#comment3495</id>
            <title type="text">Comment on The case against single line CSS</title>
            <updated>2010-05-18T10:43:19Z</updated>

            <author>
                <name>vladimir vujosevic</name>
                
            </author>
            
            <content type="html"><![CDATA[<p>I couldn&#8217;t agree with any of the reasons you stated. What it comes down to is this: if you have widescreen monitor it is better to write single-line css, if you don&#8217;t have one stick with multi-line, everything else is just not that important especialy refactoring and subversion control. I mean, really, is it possible for two people to work on a same css file intensivly and get no conflicts? Answer to this question is so obvious.. </p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/04/26/the_case_against_single_line_css/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/05/17/idea_fontstackcom/#comment3496</id>
            <title type="text">Comment on Idea: fontstack.com</title>
            <updated>2010-05-18T11:15:46Z</updated>

            <author>
                <name>Mike</name>
                <uri>http://blue-anvil.com</uri>
            </author>
            
            <content type="html"><![CDATA[<p>I like this idea - typedia is good, but does not go as far as suggesting good font stacks. Anyone implementing this would have to get around the issue of displaying the fonts though - typedia uses a kind of sIFR approach, whereas myfonts uses images - how they were generated I don&#8217;t know.</p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/05/17/idea_fontstackcom/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/04/26/the_case_against_single_line_css/#comment3497</id>
            <title type="text">Comment on The case against single line CSS</title>
            <updated>2010-05-18T11:28:29Z</updated>

            <author>
                <name>Jakob S</name>
                <uri>http://mentalized.net</uri>
            </author>
            
            <content type="html"><![CDATA[<p>It is most definitely possible for 2 or more people to work on the same CSS file. Sure, it might not be easy, but with a bit of discipline and conventions it can be - and has been - done.</p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/04/26/the_case_against_single_line_css/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/05/17/idea_fontstackcom/#comment3498</id>
            <title type="text">Comment on Idea: fontstack.com</title>
            <updated>2010-05-18T11:51:29Z</updated>

            <author>
                <name>Jakob S</name>
                <uri>http://mentalized.net</uri>
            </author>
            
            <content type="html"><![CDATA[<p>It seems like Typedia relies on users uploading type samples. That would probably be the best way to go about this - shy of buying all fonts and generate images from them :)</p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/05/17/idea_fontstackcom/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/04/06/heroku_rails_3_and_sass/#comment3534</id>
            <title type="text">Comment on Heroku, Rails 3, and Sass</title>
            <updated>2010-06-07T18:32:57Z</updated>

            <author>
                <name>Seivan Heidari</name>
                <uri>http://twitter.com/seivanheidari</uri>
            </author>
            
            <content type="html"><![CDATA[<p>I strongly suggest using ruby 1.9.2 instead of 1.9.1 with Rails 3 :-)<br />
Again, thanks for the post, it&#8217;s exactly what I needed, I might use this for development purposes for a while and wanting to run the app on a server for demo, but when going production I will probably just convert the stylesheets and use .css.</p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/04/06/heroku_rails_3_and_sass/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/03/15/introducing_progress_wars/#comment3535</id>
            <title type="text">Comment on Introducing Progress Wars</title>
            <updated>2010-06-07T21:15:30Z</updated>

            <author>
                <name>mafia wars strategy</name>
                <uri>http://dominatemafiawarsstrategyguide.com/</uri>
            </author>
            
            <content type="html"><![CDATA[<p>so simple yet so brilliant and yes sadly I think a face book app would take off.</p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/03/15/introducing_progress_wars/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/04/06/heroku_rails_3_and_sass/#comment3540</id>
            <title type="text">Comment on Heroku, Rails 3, and Sass</title>
            <updated>2010-06-10T13:15:13Z</updated>

            <author>
                <name>Jeroen Janssen</name>
                
            </author>
            
            <content type="html"><![CDATA[<p>Unfortunately Hassle doesn&#8217;t seem to be working with the Rails Beta3 and Wojciech&#8217;s solution doesn&#8217;t work either. I think the problem is this line:</p>

<p>ActionController::Dispatcher.middleware.use(Rack::Static, :root =&gt; “tmp/”, :urls =&gt; [“/stylesheets/compiled”])</p>

<p>I have tried a couple of things to get this working but without much luck yet.</p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/04/06/heroku_rails_3_and_sass/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/04/06/heroku_rails_3_and_sass/#comment3541</id>
            <title type="text">Comment on Heroku, Rails 3, and Sass</title>
            <updated>2010-06-10T14:54:26Z</updated>

            <author>
                <name>Jakob S</name>
                <uri>http://mentalized.net</uri>
            </author>
            
            <content type="html"><![CDATA[<p>Jeroen, use my fork of the Hassle plugin. In your Gemfile:</p>

gem 'hassle', :git =&gt; 'git://github.com/koppen/hassle.git'

<p>or whatever the correct syntax is.</p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/04/06/heroku_rails_3_and_sass/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/06/14/feed_the_trolls_launch_your_project_now/#comment3544</id>
            <title type="text">Comment on Feed the trolls: Launch your project now</title>
            <updated>2010-06-15T08:15:48Z</updated>

            <author>
                <name>Kenneth Priisholm</name>
                
            </author>
            
            <content type="html"><![CDATA[<p>Hence the &#8220;perpetual beta&#8221; label, touted by web pioneers like Google: Release early, often and in small iterations. Obviously, this is also a boon for the users, who generally will see their feedback taken into account much more immediate.</p>

<p>To me, working in such an environment actually makes it hard to imagine working any other way - 1 major release every one or two years with bug squashing and intense guessing about what features are needed to make the users want to both stick to your product and upgrade to the next, shiny version&#8230; jeez. </p>

<p>Oh, and nice to see one of my heroes, Paul Graham, cited btw. :) </p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/06/14/feed_the_trolls_launch_your_project_now/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/06/14/feed_the_trolls_launch_your_project_now/#comment3545</id>
            <title type="text">Comment on Feed the trolls: Launch your project now</title>
            <updated>2010-06-16T00:58:37Z</updated>

            <author>
                <name>Jeppe S</name>
                <uri>http://www.dualmind.dk</uri>
            </author>
            
            <content type="html"><![CDATA[<p>From a business point of view, releasing as early as possible is also cost effective; for internal use this delivers value faster, and for external use can generate cash flow earlier. <br />
Baskerville and Truex examined the subject in 1999: http://vingus.com/course%20work%20data%20files/IT%208125/Growing%20Systems%20in%20EMergent%20Organizations.pdf</p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/06/14/feed_the_trolls_launch_your_project_now/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/04/06/heroku_rails_3_and_sass/#comment3547</id>
            <title type="text">Comment on Heroku, Rails 3, and Sass</title>
            <updated>2010-06-17T00:15:59Z</updated>

            <author>
                <name>Jared Grippe</name>
                <uri>http://jaredgrippe.com</uri>
            </author>
            
            <content type="html"><![CDATA[<p>I played around with both of these solutions and it seems just generating your stylesheet(s) in a controler like so:</p>

<p>class StylesheetsController &lt; ApplicationController</p>

<p>  SASS_PATH = Rails.root.join(&#8216;app&#8217;,&#8217;stylesheets&#8217;)<br />
  APPLICATION_TEMPLATE_PATH = File.join(SASS_PATH,&#8217;application.sass&#8217;)</p>

<p>  def application<br />
    template = File.open(APPLICATION_TEMPLATE_PATH).read<br />
    engine =  Sass::Engine.new(template, {:load_paths =&gt; [SASS_PATH]})<br />
    render :text =&gt; engine.render, :content_type =&gt; &#8220;text/css&#8221;<br />
  end</p>

<p>end</p>

<p>would allow varnish to take care of the caching rather then the tmp files. </p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/04/06/heroku_rails_3_and_sass/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/04/06/heroku_rails_3_and_sass/#comment3551</id>
            <title type="text">Comment on Heroku, Rails 3, and Sass</title>
            <updated>2010-06-17T15:23:51Z</updated>

            <author>
                <name>Ivo Dancet</name>
                <uri>http://injecting.by2.be</uri>
            </author>
            
            <content type="html"><![CDATA[<p>I receive an error complaining about Rails.root being nil If I add hassle to my gemfile.</p>

<p>Solved it for now by committing the resulting css files and by using:</p>

<p>Sass::Plugin.options[:never_update] = true</p>

<p>in my production environment. Sass doesn&#8217;t try to update the css files this way.</p>

<p>Seems to work &#8230;</p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/04/06/heroku_rails_3_and_sass/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/04/06/heroku_rails_3_and_sass/#comment3554</id>
            <title type="text">Comment on Heroku, Rails 3, and Sass</title>
            <updated>2010-06-19T03:30:07Z</updated>

            <author>
                <name>Ryan Heneise</name>
                <uri>http://mysmallidea.com</uri>
            </author>
            
            <content type="html"><![CDATA[<p>The best way to use Compass with Rails 3 is to use Wojciech&#8217;s method. You&#8217;ll need to add this to your config.ru file: </p>

<p>require ::File.expand_path(&#8216;../config/environment&#8217;,  FILE)<br />
use Rack::Static, :urls =&gt; [&#8220;/stylesheets/compiled&#8221;], :root =&gt; &#8220;tmp&#8221;<br />
run MyApp::Application</p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/04/06/heroku_rails_3_and_sass/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/06/14/feed_the_trolls_launch_your_project_now/#comment3559</id>
            <title type="text">Comment on Feed the trolls: Launch your project now</title>
            <updated>2010-06-30T05:52:48Z</updated>

            <author>
                <name>charms</name>
                <uri>http://www.thomassabosales.com/</uri>
            </author>
            
            <content type="html"><![CDATA[<p>To me, working in such an environment actually makes it hard to imagine working any other way - 1 major release every one or two years with bug squashing and intense guessing about what features are needed to make the users want to both stick to your product and upgrade to the next, shiny version… jeez. </p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/06/14/feed_the_trolls_launch_your_project_now/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/07/14/your_browser_wants_its_back_button_back/#comment3587</id>
            <title type="text">Comment on Your browser wants its back button back</title>
            <updated>2010-07-14T09:45:40Z</updated>

            <author>
                <name>Nicolaj Kirkgaard Nielsen</name>
                <uri>http://husetg.dk</uri>
            </author>
            
            <content type="html"><![CDATA[<p>Great point about both the print functionality and the back button. The case against back buttons is even greater in cases, when the implementation uses the Javascript history.back() function for this, which exactly mirrors the functionality of the back button. </p>

<p>Fringe cases would be something like image galleries, where the full width image opens on a separate URL. In this case, a &#8220;Back to Jakob&#8217;s gallery&#8221; link would help user from Google find their way to the gallery view. </p>

<p>In the above case, you wouldn&#8217;t necessarily have to explicitly make a &#8220;Back to gallery&#8221; link though, since other parts of the UI could communicate the hierarchy. Your point still stands. </p>

<p>I love the way you code your interfaces btw. I&#8217;m guessing it&#8217;s intentional to not support IE, right?</p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/07/14/your_browser_wants_its_back_button_back/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/07/14/your_browser_wants_its_back_button_back/#comment3588</id>
            <title type="text">Comment on Your browser wants its back button back</title>
            <updated>2010-07-14T09:54:53Z</updated>

            <author>
                <name>Jakob S</name>
                <uri>http://mentalized.net</uri>
            </author>
            
            <content type="html"><![CDATA[<p>For the gallery example, it&#8217;s not really a &#8220;Back&#8221; button as much as it&#8217;s a &#8220;More images from Jakobs gallery&#8221; button. That&#8217;s a good idea, in particular when users arrive from search engines, and something I&#8217;ve done on (among others) <a href="http://www.lokalebasen.dk/produktion-lager/leje/6000-kolding/birkedam/emne-2752" rel="nofollow">Lokalebasen</a></p>

<p>For application interfaces it rarely makes any sense, though, as they aren&#8217;t Googleable.</p>

<p>I love the way you code your interfaces btw. I’m guessing it’s intentional to not support IE, right?</p>

<p>Uh&#8230; yes, &#8220;intentional&#8221;, let&#8217;s say that&#8230; ;)</p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/07/14/your_browser_wants_its_back_button_back/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/07/14/your_browser_wants_its_back_button_back/#comment3589</id>
            <title type="text">Comment on Your browser wants its back button back</title>
            <updated>2010-07-14T15:05:17Z</updated>

            <author>
                <name>Morgan Roderick</name>
                <uri>http://roderick.dk</uri>
            </author>
            
            <content type="html"><![CDATA[<p>Interesting how you should bring this up a few days after my crusade at work to not have us rebuild functionality that browser makers have spent many years perfecting.</p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/07/14/your_browser_wants_its_back_button_back/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/04/26/the_case_against_single_line_css/#comment3590</id>
            <title type="text">Comment on The case against single line CSS</title>
            <updated>2010-07-15T13:52:28Z</updated>

            <author>
                <name>jaymz</name>
                <uri>http://jaymz.eu</uri>
            </author>
            
            <content type="html"><![CDATA[<p>I completely agree. I am constantly having a holy war in this office over the &#8220;benefits&#8221; of single line CSS (I&#8217;m very much multiline). I find that those that are &#8220;into&#8221; multiline CSS seem to have less experiance or confidence with actually using their editor.</p>

<p>It&#8217;s gotten to the point that I now check all front end developers&#8217; CSS files and those that do commented, indented multiline are put to the very top.</p>

<p>Bizarrely I am often told that the single line css is done because its &#8220;more efficient&#8221;. These people seem to think that a couple of hundred extra newlines is going to cause some sort of massive slowdown. When I suggest they minify their CSS for production instead and keep it human readable I get a blank stare.</p>

<p>Of all the holy-wars in web-dev this is the one I&#8217;m most likely to get completely wound up by.</p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/04/26/the_case_against_single_line_css/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/07/14/your_browser_wants_its_back_button_back/#comment3591</id>
            <title type="text">Comment on Your browser wants its back button back</title>
            <updated>2010-07-15T21:06:59Z</updated>

            <author>
                <name>Emil</name>
                <uri>http://twitter.com/emilsundberg</uri>
            </author>
            
            <content type="html"><![CDATA[<p>I agree but how do we convince our clients? I often hear them saying that we need to add a back button because people don&#8217;t use the built in one.</p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/07/14/your_browser_wants_its_back_button_back/" type="application/xhtml+xml" hreflang="en" />
        </entry>
            <entry>
            <id>http://mentalized.net/journal/2010/07/14/your_browser_wants_its_back_button_back/#comment3592</id>
            <title type="text">Comment on Your browser wants its back button back</title>
            <updated>2010-07-16T08:17:22Z</updated>

            <author>
                <name>Jakob S</name>
                <uri>http://mentalized.net</uri>
            </author>
            
            <content type="html"><![CDATA[<p>If a client claimed people don&#8217;t use the built in back button, I&#8217;d probably start by asking them what they base that assumption on. Then gently inform them, that they&#8217;re wrong.</p>

<p>Tons of websites wisely do not add their own back buttons. Users still use them without problems. </p>

<p>Then redirect them to all the research and articles that clearly put the Back button as a usability &#8220;lifeline&#8221;: http://www.google.dk/search?q=back+button+usability</p>

<p>If that&#8217;s not enough, start namedropping. Google.com doesn&#8217;t have their own back button, neither does amazon.com, apple.com, facebook.com, or youtube.com for that matter. </p>

<p>If that&#8217;s still not enough, sigh deeply, and remember they might be wasting their money, but at least they&#8217;re wasting them on you.</p>]]></content>

            <link rel="alternate" href="http://mentalized.net/journal/2010/07/14/your_browser_wants_its_back_button_back/" type="application/xhtml+xml" hreflang="en" />
        </entry>
    
</feed>