<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>InfoSauce: Category General</title>
    <link>http://blog.infosauce.com/articles/category/general</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>No longer updating</title>
      <description>&lt;p&gt;This blog is no longer being updated.&lt;/p&gt;


	&lt;p&gt;Read up on our founders&amp;#8217; pursuits at &lt;a href="http://www.revelinrails.com/"&gt;Revel in Rails&lt;/a&gt; and &lt;a href="http://www.timocracy.com"&gt;timocracy&lt;/a&gt;.
            You can also see any open source work (such as Rails plugins) at &lt;a href="http://code.google.com/u/qeantk/"&gt;Google Code&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;&lt;a href="mailto:fromweb@infosauce.com"&gt;Email us&lt;/a&gt;.&lt;/p&gt;
</description>
      <pubDate>Fri, 20 Oct 2006 09:49:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:52071a15-fe73-479e-bb36-4c55e7caa7cd</guid>
      <author>Tim</author>
      <link>http://blog.infosauce.com/articles/2006/10/20/no-longer-updating</link>
      <category>General</category>
    </item>
    <item>
      <title>OMG WTF SWEET! An IDE for automated in-browser testing with Selenium</title>
      <description>&lt;p&gt;I had been meaning to try out &lt;a href="http://www.openqa.org/selenium/"&gt;Selenium&lt;/a&gt; already as a way of automating that final, hardest step to do so to in the testing process, the actual in-browser client use.  It sounds like it might finally be what I’ve been looking for, but I didn’t know if I’d ever get around to it.&lt;/p&gt;

    &lt;p&gt;Now, there is an &lt;a href="http://www.openqa.org/selenium-ide/"&gt;&lt;span class="caps"&gt;&lt;span class="caps"&gt;IDE&lt;/span&gt;&lt;/span&gt; to automate Selenium testing&lt;/a&gt;.  This could be the coolest thing for web development since sliced bread or tabbed browsing.&lt;/p&gt;

    &lt;p&gt;From: &lt;a href="http://ajaxian.com/archives/selenium-ide-07-released"&gt;http://ajaxian.com/archives/selenium-ide-07-released&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Wed, 08 Feb 2006 08:08:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:335e30c4-7181-4f93-a547-63b6ff75825f</guid>
      <author>Tim</author>
      <link>http://blog.infosauce.com/articles/2006/02/08/omg-wtf-sweet-an-ide-for-automated-in-browser-testing-with-selenium</link>
      <category>General</category>
    </item>
    <item>
      <title>Difficulties updating Typo - migration 21</title>
      <description>&lt;p&gt;First off, a quick reminder kids, always back-up your DB before updating.&lt;/p&gt;


	&lt;p&gt;I somehow seemed to run amuck of &amp;#8220;this bug&amp;#8221;http://www.typosphere.org/trac/ticket/454, when updating typo, to see if I could get Movable Type &lt;span class="caps"&gt;API&lt;/span&gt; working again, to use &lt;a href="http://www.wbloggar.com/index.php?itemid=129"&gt;w.bloggar&lt;/a&gt; to make my next post, to have some control over the trackback ping to the article, since I don’t know the current status of trackbacks in Typo. Well maybe it would have been quicker to check on that…. Of course, then I’d still be stuck updating.&lt;/p&gt;


	&lt;p&gt;Anyways, somehow I got a wedged update, and for a while it looked like all comments were going to be down the drain. As I’m busy working on actual paying projects, I had to leave our blog in limbo for a bit. Thankfully, a post to the existing ticket got a reply that made it quick in easy to fix. The answer was obvious – go comment out the parts of the migration that are failing (the problem was trying to re-add a column that already had been).&lt;/p&gt;
</description>
      <pubDate>Wed, 08 Feb 2006 07:51:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:2dea2f9a-51fd-4fe3-bd66-3373727aef7c</guid>
      <author>Tim</author>
      <link>http://blog.infosauce.com/articles/2006/02/08/difficulties-updating-typo-migration-21</link>
      <category>General</category>
    </item>
    <item>
      <title>Multiple file upload and the abuse of buzzwords</title>
      <description>&lt;p&gt;&lt;a href="http://the-stickman.com/"&gt;Stickman&lt;/a&gt; has posted a &lt;a href="http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/"&gt;cool &lt;span class="caps"&gt;DOM&lt;/span&gt;-scripted multiple form upload&lt;/a&gt; and, of course, through no fault of his, commentors are assumming it must be &lt;span class="caps"&gt;AJAX&lt;/span&gt;, since it&amp;#8217;s on the web and it&amp;#8217;s new and cool.  &lt;a href="http://www.quirksmode.org/blog/archives/2005/06/you_shouldve_be_1.html"&gt;PPK has talked about this issue before&lt;/a&gt; but it looks like calling everything &amp;#8220;AJAX&amp;#8221; really is spreading to even geek bloggers watching web development (it&amp;#8217;s only in the talkbacks, so far) who you would hope would be Marketing-ese proof.&lt;/p&gt;


	&lt;p&gt;Now, we&amp;#8217;ve got nothing against &lt;span class="caps"&gt;AJAX&lt;/span&gt;, it&amp;#8217;s a great technique that we like using, as appropriate, but this is &lt;span class="caps"&gt;DOM&lt;/span&gt;-scripting pure and simple.  &lt;span class="caps"&gt;AJAX&lt;/span&gt;-like technologies have to do with how you handle the round trip to the server without reloading the page and, in this context, would look more like &lt;a href="http://ktk.xs4all.nl/stuff/html/simultaneous-uploading-using-iframes/"&gt;this&lt;/a&gt;  (thanks to one of the other posters for the link). &lt;span class="caps"&gt;AJAX&lt;/span&gt; could be added onto Stickman&amp;#8217;s work to just refresh the part of the page handling the upload, and something similar is used by Basecamp, already, to get around the multiple file upload another way.&lt;/p&gt;


	&lt;p&gt;Personally, I think what Stickman is doing is far cooler than &lt;span class="caps"&gt;AJAX&lt;/span&gt;, as he&amp;#8217;s getting around a more fundamental browser limitation.  What you can do with the &lt;span class="caps"&gt;HTML&lt;/span&gt; form upload control is severely restricted in browsers, largely for security reasons.  For too long  it&amp;#8217;s been a basic assumption in web development that you might as well not try to do anything fancy with the form upload widget, since it&amp;#8217;s fairly locked down.  In fact, it&amp;#8217;s still possible for the browser implementors to decide that hiding the widget is a potential security risk, and then this technique goes out the window.  Until then, though, it&amp;#8217;s useful to have in the toolbox, and even if it gets locked-out by some browsers in the future, it still gets us thinking about how to work around those limitations again.&lt;/p&gt;


	&lt;p&gt;Generally, I think the Basecamp approach of actually doing it through &lt;span class="caps"&gt;AJAX &lt;/span&gt;(similar to the &amp;#8220;this&amp;#8221; link above) would often be a better choice, as it allows more granular feedback and control.  For instance they confirm each upload and then allow you to re-label it prior to sending a message off.  This also avoids having to wait for one massive upload at the end, which might kill your whole message, instead of just the individual upload. Regardless, Stickman&amp;#8217;s approach is still cool.&lt;/p&gt;

</description>
      <pubDate>Wed, 28 Sep 2005 06:59:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:3e9bd75b-7c18-438a-8296-eabbab69edf9</guid>
      <author>Tim</author>
      <link>http://blog.infosauce.com/articles/2005/09/28/multiple-file-upload-and-the-abuse-of-buzzwords</link>
      <category>General</category>
      <category>CSS-DOM-standards</category>
    </item>
    <item>
      <title>Sketchy Design Choices: A+ Moments</title>
      <description>&lt;p&gt;Have you ever visited A+ Moments? It’s a blog devoted to web development and life in Serbia. We link to it in our sidebar. &lt;a href="http://www.aplus.co.yu/"&gt;Take a look&lt;/a&gt;&lt;/p&gt;

    &lt;p&gt;The guy who writes this blog seems to be a very nice and very smart young man.&lt;/p&gt;

    &lt;p&gt;But really, does he need to have a supine woman plastered all over the site? Every time I visit, I feel like I’m visiting a cheap phone dating service.&lt;/p&gt;

    &lt;p&gt;It bugs me that we link to this; if it makes me uncomfortable, then I’m sure it makes other people feel the same way. But the guy has a lot of great things to say, so the link stands.&lt;/p&gt;

    &lt;p&gt;What do you think?&lt;/p&gt;
</description>
      <pubDate>Tue, 27 Sep 2005 16:53:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:70ed00ea-95c2-4a32-9dfb-b0b25e055cf4</guid>
      <author>Erin Moore</author>
      <link>http://blog.infosauce.com/articles/2005/09/27/a-moments-design</link>
      <category>General</category>
    </item>
    <item>
      <title>Spaces in typo categories cause problems</title>
      <description>&lt;p&gt;For those others of you using typo, beware: &lt;a href="http://typo.leetsoft.com/trac/ticket/249"&gt;http://typo.leetsoft.com/trac/ticket/249&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;I noticed that our side-bar category links were working fine, but that links at the bottom of the article weren’t, so I went digging and found that in Typo’s ticketing system. It sounds like a fix was applied, then reverted. So until it’s finally resolved, I guess it’s either leave the links in at the bottom of the article broken, or don’t use spaces (neither of which appeals).&lt;/p&gt;
</description>
      <pubDate>Sun, 25 Sep 2005 16:05:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:bb7d5bda-d6f5-4fc1-a515-125d431ba6f6</guid>
      <author>Tim</author>
      <link>http://blog.infosauce.com/articles/2005/09/25/spaces-in-typo-categories-cause-problems</link>
      <category>General</category>
    </item>
    <item>
      <title>Welcome to our Blog</title>
      <description>&lt;p&gt;We’ve been doing cool stuff on the web for years with no where to post about it, but now welcome to our blog. After watching all the cool developments of the last year or two and discussing them on &lt;a href="http://www.aplus.co.yu/scripts/javascripts-hidden-gems/"&gt;other&lt;/a&gt; &lt;a href="http://www.quirksmode.org/blog/archives/2005/08/addevent_consid.html"&gt;people’s&lt;/a&gt; &lt;a href="http://dean.edwards.name/weblog/2005/02/order-of-events/"&gt;blogs&lt;/a&gt; I thought “why not have a blog of our own?”&lt;/p&gt;


	&lt;p&gt;This is on our our .org domain because it’s not strictly limited to our commercial business. We’ll be putting up pages soon for scripts/code/techniques we consider worth sharing, as well as posting our thoughts on happenings in the standards and web development worlds.&lt;/p&gt;


	&lt;p&gt;We won’t neccessarily open up all our code, because we have some incredibly awesome subscription-based services, ala &lt;a href="http://www.basecamphq.com/"&gt;Basecamp&lt;/a&gt;, coming up (I’m just bursting to tell everyone about them, if you couldn’t tell, but soon… soon….) but we’ll have cool stuff like the unobtrusive &lt;span class="caps"&gt;DOM&lt;/span&gt;-scripted image scroller, the graphical header generator, and other general-use libraries/utilities we’ve been working on.&lt;/p&gt;
</description>
      <pubDate>Thu, 01 Sep 2005 00:45:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:a1de8783-df05-44ef-82bf-f416579e497d</guid>
      <author>Tim</author>
      <link>http://blog.infosauce.com/articles/2005/09/01/welcome-to-our-blog</link>
      <category>General</category>
    </item>
  </channel>
</rss>

