User slothbear - Stack Overflowmost recent 30 from stackoverflow.com2009-12-10T03:38:23Zhttp://stackoverflow.com/feeds/user/2464http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1811268/full-screen-flash-application-test-needs-external-pokes0Full-screen Flash application test needs external pokesslothbear2009-11-28T01:41:58Z2009-11-28T02:23:32Z
<p>I'm testing a full-screen Flash application. My preference is to drive the process with Java and I've had a lot of luck with the java.awt.Robot class. I'm looking for ways of modifying the test's behavior while the app still occupies the full screen.</p>
<p>So far, I've found one "outside control", the caps lock key. If I see the process go horribly wrong, I turn on caps lock. Toolkit.getLockingKeyState notices that caps lock is on, and the test is terminated.</p>
<p>I need additional ways to change test operation, like "pause test" and "next test case." It looks like I could use num lock and scroll lock, but my tests need to run on Mac OS X, Windows, and Linux, so I can't count on having those keys. This is a small operation, so it's ok if the method isn't refined. But not as kludgy as overloading the caps lock key with 5 different operations.</p>
<p>One last limitation: I have no internal control of the application; I'm supposed to "test" just like a user.</p>
http://stackoverflow.com/questions/1350283/snow-leopard-and-xcode-3-1/1350421#13504211Answer by slothbear for Snow Leopard and XCode 3.1slothbear2009-08-29T04:09:44Z2009-11-27T14:28:10Z<p>Xcode 3.1 should continue to work fine but is not supported. The upgrade contains a bunch of bug fixes and some new features. Since you're a developer, I'm guessing you have access to the Apple Developer Connection site ... here are the release notes for Xcode 3.2:
<a href="http://developer.apple.com/mac/scripts/downloader.php?path=/Developer%5FTools/xcode%5F3.2/about%5Fxcode%5F3.2.pdf" rel="nofollow" title="Xcode release notes">About Xcode Developer Tools</a></p>
<p>Personally, I didn't see anything earthshattering in the release, but I upgraded anyway. The biggest line items were about static code analysis. I'm always interested in the bug fixes though. Plus Apple has tested all the latest stuff as a group -- and I don't want to tempt fate by mix 'n match.</p>
http://stackoverflow.com/questions/1396649/how-can-i-compare-two-revisions-in-git/1397778#13977780Answer by slothbear for How can I compare two revisions in git?slothbear2009-09-09T05:58:38Z2009-09-09T05:58:38Z<p>There are some clues at the <a href="http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.egit/" rel="nofollow">egit newsgroup</a>, <a href="http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.egit/msg00107.html" rel="nofollow">How to compare a file with the history?</a></p>
http://stackoverflow.com/questions/1246213/slider-in-dashcode-web-app/1354258#13542581Answer by slothbear for Slider in dashcode web app?slothbear2009-08-30T16:38:34Z2009-09-01T20:39:14Z<p>I was able to find the "Slider" under "Buttons" in the Library after clicking on "Parts". Or from the beginning:</p>
<ol>
<li>Window/Show Library</li>
<li>Click "Parts" in upper left.</li>
<li>Click "Buttons" under Parts Library</li>
<li>The "Slider" is the last item on the list (mine are sorted alphabetically).</li>
</ol>
<p>[Note those steps were done using the new DashCode 3.0 that came with Snow Leopard.]</p>
<p>If you don't see the slider there, could you update your question with exactly where you're looking and what Parts you do see? Perhaps we can guide you from there.</p>
<p><strong>update</strong> Check out this article from Apple:
<a href="http://developer.apple.com/mac/library/documentation/AppleApplications/Conceptual/Dashboard%5FProgTopics/Articles/AppleSlider.html" rel="nofollow">Using an Apple Slider</a> from <a href="http://developer.apple.com/mac/library/documentation/AppleApplications/Conceptual/Dashboard%5FProgTopics" rel="nofollow">Dashboard Programming Topics</a></p>
http://stackoverflow.com/questions/1364213/are-large-html-tables-slow/1364267#13642670Answer by slothbear for Are large html tables slow?slothbear2009-09-01T19:36:59Z2009-09-01T19:36:59Z<p>Whatever you come up with, test the approach in a couple of browsers on a couple of platforms, with some slower machines. I once had an app that was speedy everywhere except in Safari for Macintosh. It turned out to be something about the way it rendered the dropdowns. There's just no substitute for experimentation. Uhm, I meant testing.</p>
http://stackoverflow.com/questions/228247/what-are-possible-good-ways-to-prototype-iphone-applications/1354372#13543720Answer by slothbear for What are possible/good ways to prototype iPhone applications?slothbear2009-08-30T17:21:07Z2009-08-30T17:21:07Z<p>WWDC 2009 had a great session with a lot of opinions on prototyping: <strong>Session 128 - Prototyping iPhone User Interfaces</strong>. You'd have to purchase the session from Apple for all the details, but I can summarize.</p>
<p>The presenter's opinion was that you <em>really</em> need to interact on the iPhone itself to get a feel for how the app is working. In his demonstration, he wrote simple code to navigate through static images of views, along with a bit of conditional logic for things like the Back button (touch.y < 70?). This seems closest to your "navigated story board" idea, but with some simple conditionals, the prototype seemed quite real.</p>
http://stackoverflow.com/questions/1063321/iphone-3-0-sdk-freely-availible/1354323#13543230Answer by slothbear for iPhone 3.0 SDK freely availible?slothbear2009-08-30T17:06:12Z2009-08-30T17:06:12Z<p>Dashcode 3.0 is included with <a href="http://www.apple.com/macosx/specs.html" rel="nofollow">Snow Leopard</a> (Mac OS X 10.6). On the DVD, there is a folder called <strong><em>Optional Installs</em></strong> which includes <strong>Xcode</strong> 3.2 (which includes <strong>Dashcode</strong> 3.0 as part of the <strong>Essentials</strong> item).</p>
<p>If you wrote the application with Dashcode, then it was a "Mobile Safari app". I don't think you'd need <em>any</em> iPhone SDK to work with that kind of an application -- since developers were developing iPhone "web apps" for a year before the SDK existed. In that case, a new iPhone SDK won't affect your application.</p>
<p>The new Dashcode might help though, as well as samples that highlight new cooperation between browsers and iPhone/iPod Touch hardware. For instance, check out the <a href="http://developer.apple.com/safari/library/samplecode/iPhoneOrientation/index.html" rel="nofollow">Safari/iPhoneOrientation</a> sample (no login required).</p>
http://stackoverflow.com/questions/1326474/iphone-dashcode-xmlhttprequest-no-response/1354191#13541910Answer by slothbear for iPhone dashcode xmlhttprequest no responseslothbear2009-08-30T16:10:57Z2009-08-30T16:10:57Z<p>Maybe try the new debugging capabilities that are part of DashCode 3.0 (new with Snow Leopard)? Not really an answer, but perhaps a change of scenery -- or the new debugger -- will shake something loose.</p>
http://stackoverflow.com/questions/1350362/dashcode-3-0-data-sources-non-form-post-request0Dashcode 3.0, data sources + non-form POST request?slothbear2009-08-29T03:32:16Z2009-08-29T15:01:02Z
<p>Question in brief: In Dashcode 3.0, how do I tell a Data Source to send a POST request like:</p>
<pre><code> url:
https://example.com/xml
method:
POST
HTTPBody:
<?xml version='1.0'?>
<request command='list'>
<parameter keyword='id' value='trogdor' />
</request>
</code></pre>
<p>The new Dashcode 3.0 in Snow Leopard is fantastic. I'm especially excited about "data sources" -- where you can provide a URL that returns XML or JSON. Dashcode fetches the data, then allows you to draw connections between pieces of the response and your UI -- much like Interface Builder.</p>
<p>All of the examples I've found use an HTTP GET request. But my feed must be accessed via POST. The DC.AjaxController has a "method" attribute -- easy to set to POST. It also has a "parameters" attribute -- to mimic a form-based post. The trouble is, my request is not from a form. I'll describe what I have working in Objective-C. I'd like to make the same thing work as a Dashboard and Safari widget.</p>
<pre><code> NSMutableURLRequest *theRequest=[NSMutableURLRequest
requestWithURL:[NSURL URLWithString:@"https://example.com/xml"]];
[theRequest setHTTPMethod:@"POST"];
NSString *postString =
@"<?xml version='1.0'?><request command='list'><parameter keyword='id' value='trogdor' /></request>";
[theRequest setHTTPBody:[postString dataUsingEncoding:NSUTF8StringEncoding]];
NSURLConnection *theConnection=[[NSURLConnection alloc] initWithRequest:theRequest delegate:self];
</code></pre>
<p>It would be ok to do it manually -- I don't have to use the whiz-bang Dashcode 3.0 visual connections, but it would be fun.</p>
http://stackoverflow.com/questions/914432/bracket-syntax-for-ruby-hashes/924421#9244211Answer by slothbear for bracket syntax for Ruby Hashesslothbear2009-05-29T04:45:30Z2009-05-29T04:45:30Z<p>This seems like a good place to mention another alternate syntax, using the comma to separate items within braces (using your example):</p>
<pre><code>@seat = Seat.new({:flight_id, @flight.id})
</code></pre>
<p>I don't normally use the comma syntax in standard code -- like workmad3 says, the arrow (=>) makes the hash more obvious. But in an interactive Ruby session (irb), it is easier to type a comma than the arrow:</p>
<pre><code>{:eyes, "blue", :height, 6.2} # => {:height=>6.2, :eyes=>"blue"}
</code></pre>
http://stackoverflow.com/questions/763793/obtain-date-from-an-rss-feed-in-ruby/764006#7640062Answer by slothbear for Obtain Date from an RSS Feed in Rubyslothbear2009-04-18T19:28:52Z2009-04-18T19:28:52Z<p>Take a look at the rss feed using Firefox so you can easily see the structure of the feed. The date items are represented using "Dublin Core" <code><dc:date></code></p>
<p>Try this:</p>
<pre><code>require 'rss/dublincore'
rss.items[3].dc_date #=> Sat Apr 18 01:02:11 -0400 2009
</code></pre>
<p>More details at the
<a href="http://www.cozmixng.org/~rwiki/?cmd=view;name=RSS%2BParser%3A%3AReference.en" rel="nofollow">Ruby rss parser reference</a> and <a href="http://dublincore.org/" rel="nofollow">Dublin Core</a>.</p>
http://stackoverflow.com/questions/538650/how-to-include-metadata-in-a-template-file1How to include metadata in a template file?slothbear2009-02-11T20:37:47Z2009-02-15T17:15:55Z
<p>I have a system that filters template files through erb. Using convention over configuration, the output files get created in a file hierarchy that mirrors the input files. Many of the files have the same names, and I was able to use the directories to differentiate them.</p>
<p>That plan worked until I needed to associate additional info with each file. So I created a YAML file in each directory with the metadata. Now I have both convention <strong><em>and</em></strong> configuration. Yuck.</p>
<p>Then I learned <a href="http://webby.rubyforge.org" rel="nofollow">Webby</a>, and the way it includes a YAML metadata section at the top of each template file. They look like this:</p>
<pre><code>---
title: Baxter the Dog
filter: textile
---
All the best little blogs use Webby.
</code></pre>
<p>If I could implement a header like that, I could ditch my hierarchy and the separate YAML files. The Webby implementation is very generic, implementing a new MetaFile class that separates the header from the "real text", but it seems more complicated than I need.</p>
<p>Putting the metadata in an erb comment seems good -- it will be automatically ignored by erb, but I'm not sure how to access the comment data.</p>
<pre><code><%#
title: Baxter the Dog
%>
</code></pre>
<p>Is there a way to access the erb comments? Or maybe a different approach? A lot of my templates do a bunch of erb stuff, but I could run erb in a separate step if it makes the rest easier.</p>
http://stackoverflow.com/questions/522856/what-are-good-resources-for-css-templates-or-templated-layout-sites/541601#5416010Answer by slothbear for What are good resources for CSS templates or templated layout sites?slothbear2009-02-12T14:54:24Z2009-02-12T14:54:24Z<p>If you'd like to start a couple of notches above scratch, but understand exactly what's going on, try <a href="http://blueprintcss.org" rel="nofollow">Blueprint</a>. Make sure to include the "typography" stylesheet for easy spiffup.</p>
http://stackoverflow.com/questions/238879/how-can-i-reformat-a-pdf-file-for-easier-reading-on-iphone1How can I reformat a PDF file for easier reading on iPhone?slothbear2008-10-27T01:01:49Z2009-02-11T21:20:42Z
<p>I'd like to read an arbitrary PDF on my iPod Touch (or iPhone) with a reasonable font size. Some PDFs are already formatted with narrow columns and wide margins. Once I zoom the document to "remove" the margins, the text is easy to read.</p>
<p>Most documents have one very wide column of text. When I zoom in enough to make the text readable, the column is bigger than the screen, and I have to scroll left and right on every line to read. Not workable.</p>
<p>I'd like to run a program to convert my wide-column PDFs into narrow-column PDFs. I've researched a number of PDF libraries (like PDFKit on Mac OS X), but they all seem focused on displaying or creating PDFs.</p>
<p>Could you point me to any resources for reading the text in a PDF? I would rather write my own utility than buy a product, but I'd accept a product if that's the only way.</p>
http://stackoverflow.com/questions/525004/short-example-of-regular-expression-converted-to-a-state-machine6Short example of regular expression converted to a state machine?slothbear2009-02-08T02:11:15Z2009-02-11T20:53:25Z
<p>In the Stack Overflow podcast #36 (<a href="http://blog.stackoverflow.com/2009/01/podcast-36/" rel="nofollow">http://blog.stackoverflow.com/2009/01/podcast-36/</a>), this opinion was expressed:
Once you understand how easy it is to set up a state machine, you’ll never try to use a regular expression inappropriately ever again.</p>
<p>I've done a bunch of searching. I've found some academic papers and other complicated examples, but I'd like to find a simple example that would help me understand this process. I use a lot of regular expressions, and I'd like to make sure I never use one "inappropriately" ever again.</p>
http://stackoverflow.com/questions/426712/have-you-ever-bought-a-commercial-implementation-of-a-programming-language-for-pe/426761#4267611Answer by slothbear for Have you ever bought a commercial implementation of a programming language for personal programming projects?slothbear2009-01-09T01:37:06Z2009-01-09T01:37:06Z<p>I spent hundreds of dollars on versions & upgrades of <a href="http://en.wikipedia.org/wiki/Prograph" rel="nofollow">Prograph</a>. It was worth it at the time, and I developed a number of cool Macintosh programs without drowning in the Macintosh Toolbox. These days, Mac OS X and the Cocoa frameworks are much more compelling.</p>
<p>But Prograph did have some killer features. You could add a call to a method that didn't exist, and when execution hit it, you could add the implementation on the fly. It also supported restarting execution at any arbitrary point in your code. Cool.</p>
http://stackoverflow.com/questions/251297/is-there-a-good-embeddable-code-widget-for-blogs/251373#2513730Answer by slothbear for Is there a good embeddable code widget for blogsslothbear2008-10-30T19:14:02Z2008-10-30T19:14:02Z<p>Check out <a href="http://coderay.rubychan.de/" rel="nofollow">CodeRay</a> and <a href="http://ultraviolet.rubyforge.org/" rel="nofollow">UltraViolet</a>. They're both quite good and easy to use.</p>
http://stackoverflow.com/questions/238527/what-is-the-best-report-engine-for-java/238534#2385342Answer by slothbear for What is the best report engine for Javaslothbear2008-10-26T20:06:04Z2008-10-26T20:06:04Z<p>It certainly depends on the exact reports you need, but the first thing I would look at is BIRT. It has a lot of hand and eyes on the project, with a really nicely done architecture.</p>
<p><a href="http://www.eclipse.org/birt" rel="nofollow">BIRT Project</a></p>
http://stackoverflow.com/questions/229058/interpret-n-within-irb-or-script-console/238354#2383541Answer by slothbear for Interpret \n within irb or script/consoleslothbear2008-10-26T17:53:52Z2008-10-26T17:53:52Z<p>The Ruby <em>yaml</em> library includes the "<strong>y</strong>" command, which takes care of both the yamlizing and the formatting:</p>
<pre><code>y object.methods.sort
</code></pre>
http://stackoverflow.com/questions/237383/how-do-i-insert-a-linebreak-where-the-cursor-is-without-entering-into-insert-mode/237522#2375222Answer by slothbear for How do I insert a linebreak where the cursor is without entering into insert mode in Vim?slothbear2008-10-26T04:00:14Z2008-10-26T04:00:14Z<p>If you're usually expanding a one line block to three lines, a simple substitution would work well. Change the opening bracket into bracket/return, and the closing bracket into return/bracket.</p>
<p>The command for substituting bracket/return for bracket looks like this:</p>
<pre><code>:s/{/{\r/
</code></pre>
<p>Since you want to use this often, you could map the full sequence to an unused keystroke like this:</p>
<pre><code>:map g :s/{/{\r/ ^M :s/}/\r}/ ^M
</code></pre>
<p>Where you see <strong>^M</strong> in the sequence, type <strong>[Ctrl-V]</strong>, then press <strong>enter</strong>.</p>
<p>Now with your cursor anywhere on your sample line, press the 'g' key, and the carriage returns are added. Note: you might want to use the command ":map g" before you do your own map -- just to make sure the 'g' key isn't already in use.</p>
http://stackoverflow.com/questions/3585/how-do-i-create-a-new-ruby-on-rails-application-using-mysql-instead-of-sqlite/22227#222270Answer by slothbear for How do I create a new Ruby on Rails application using MySQL instead of SQLite?slothbear2008-08-22T12:45:29Z2008-08-22T12:45:29Z<p>giancarlo -- remember this Q&A when you upgrade from Rails 2.0 to Rails 2.0.2 -- that was the version where SQLite became the default database for a new application instead of MySQL.</p>
<p>Plus, if you don't have a compelling reason to use version 2.0, I'd recommended version 2.1. It's been out since June, is stable, and of course has nice new features. Time zone support and named scopes are my favorites.</p>
http://stackoverflow.com/questions/1811268/full-screen-flash-application-test-needs-external-pokesComment by slothbear on Full-screen Flash application test needs external pokesslothbear2009-11-28T17:16:01Z2009-11-28T17:16:01ZI just did a pseudo-test of the 90% idea using an external monitor instead. As soon as I click on any app on the external monitor, the full-screen Flash app reverts to windowed mode. So unless there's a way to prevent that, the 90% idea is junk. I was hoping I didn't need to become a Flash expert for this project; maybe unrealistic.http://stackoverflow.com/questions/1811268/full-screen-flash-application-test-needs-external-pokes/1811336#1811336Comment by slothbear on Full-screen Flash application test needs external pokesslothbear2009-11-28T17:12:53Z2009-11-28T17:12:53ZInteresting idea! Creating a networked control would be a bit more work, but would allow infinite tweaking.http://stackoverflow.com/questions/1811268/full-screen-flash-application-test-needs-external-pokesComment by slothbear on Full-screen Flash application test needs external pokesslothbear2009-11-28T02:40:32Z2009-11-28T02:40:32ZIs there any way to tell the full-screen Flash app to take up only 90% of the screen width? Then my Java app window could have modification controls -- but it would still be hard, since the Robot has the mouse in constant motion in the Flash app. That's why keyboard controls (caps lock) is so good here.http://stackoverflow.com/questions/1201121/awtutilities-transparent-jframe/1201637#1201637Comment by slothbear on AWTUtilities Transparent JFrameslothbear2009-11-09T02:50:10Z2009-11-09T02:50:10ZThanks! This works great for me... on Mac OS X. Does it work on other platforms? In researching transparent window stuff, I've found a number of articles that say other techniques are required on other platforms. <a href="http://explodingpixels.wordpress.com/2009/06/19/hud-on-windows-finally/" rel="nofollow">explodingpixels.wordpress.com/2009/06/…</a>http://stackoverflow.com/questions/160315/how-to-check-for-key-being-held-down-on-startup-in-java/160861#160861Comment by slothbear on How to check for key being held down on startup in Javaslothbear2009-11-02T04:55:52Z2009-11-02T04:55:52Zhas this solution overcome the problems described in this blog post? It kind of describes this method as unreliable, but it's old....
<a href="http://weblogs.java.net/blog/2007/11/02/log-me-log-me-out" rel="nofollow">weblogs.java.net/blog/2007/…</a>http://stackoverflow.com/questions/1246213/slider-in-dashcode-web-app/1354258#1354258Comment by slothbear on Slider in dashcode web app?slothbear2009-09-14T04:16:29Z2009-09-14T04:16:29Zkk couldn't sleep before I tried this. I deployed both the Web Application and the Dashboard Widget. In both I was able to operate the slider. I pulled out my Leopard system, running Dashcode 2.0.1. The Web Application parts library has no slider, so it looks like $29 (Snow Leopard) will buy you a slider.http://stackoverflow.com/questions/1246213/slider-in-dashcode-web-app/1354258#1354258Comment by slothbear on Slider in dashcode web app?slothbear2009-09-14T03:43:38Z2009-09-14T03:43:38ZInteresting. This is the part I love because we're getting close to the answer. I just tried making a new custom Safari app, and a new custom Dashboard app. In both cases, the library contained a slider. Perhaps this is an enhancement included in Dashcode 3.0 (part of Snow Leopard)?http://stackoverflow.com/questions/1350283/snow-leopard-and-xcode-3-1Comment by slothbear on Snow Leopard and XCode 3.1slothbear2009-09-08T18:53:54Z2009-09-08T18:53:54ZSome nice upgrade coverage at TUAW: <a href="http://www.tuaw.com/2009/09/03/xcode-3-2-daily-tip-upgrading-xcode/" rel="nofollow">tuaw.com/2009/09/…</a>http://stackoverflow.com/questions/570100/dashboard-cross-domain-ajax-with-jquery/570225#570225Comment by slothbear on Dashboard Cross-domain AJAX with jqueryslothbear2009-09-01T19:50:05Z2009-09-01T19:50:05ZA Dashboard widget is essentially a web page -- making a request to a server somewhere. No domain crossings, even if the OQ (original questioner) puts it in the question.http://stackoverflow.com/questions/1350362/dashcode-3-0-data-sources-non-form-post-requestComment by slothbear on Dashcode 3.0, data sources + non-form POST request?slothbear2009-08-29T15:55:19Z2009-08-29T15:55:19ZI've been reading a lot of Ajax and JavaScript and stuff. It seems like most scenarios assume that POST is used with a key/value encoded url. Perhaps the server (which I can't change) is wonky, requiring post data as naked XML, rather than the more conventional key/value like request="xmlstuff".http://stackoverflow.com/questions/1350283/snow-leopard-and-xcode-3-1Comment by slothbear on Snow Leopard and XCode 3.1slothbear2009-08-29T13:00:25Z2009-08-29T13:00:25ZCould you "unaccept" my answer please? It was from docs I found at Apple, but since others have reported differently, I don't want mine to look authoritative in any way.http://stackoverflow.com/questions/155964/what-are-best-practices-that-you-use-when-writing-objective-c-and-cocoa/175874#175874Comment by slothbear on What are best practices that you use when writing Objective-C and Cocoa?slothbear2009-05-07T18:10:02Z2009-05-07T18:10:02ZLooks like the link for "Cocoa's naming convention" has moved. Try <a href="http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmRules.html#//apple_ref/doc/uid/20000994" rel="nofollow">developer.apple.com/documentation/Cocoa/…</a>http://stackoverflow.com/questions/713559/how-do-i-tokenize-this-string-in-ruby/713683#713683Comment by slothbear on How Do I Tokenize This String in Ruby?slothbear2009-04-04T13:25:06Z2009-04-04T13:25:06ZIf it were possible I'd give you two upvotes. 1 for the pragmatic approach, and one for the well-described regex.http://stackoverflow.com/questions/105223/what-opensource-cms-generates-clean-xhtml-is-skinable-with-css-and-has-a-light/105543#105543Comment by slothbear on What opensource CMS: generates clean xhtml, is skinable with css, and has a lightweight markup content editor?slothbear2009-03-16T13:49:24Z2009-03-16T13:49:24ZAh, you meant "If you're on Ruby...", try Webby. a-ok.http://stackoverflow.com/questions/105223/what-opensource-cms-generates-clean-xhtml-is-skinable-with-css-and-has-a-light/105543#105543Comment by slothbear on What opensource CMS: generates clean xhtml, is skinable with css, and has a lightweight markup content editor?slothbear2009-03-16T03:56:50Z2009-03-16T03:56:50ZWebby is not a Rails program. It is a set of Ruby programs that generates html files -- that can be hosted on any server that knows how to serve html.