"Killing trees for old times' sake since 1904!"
Thursday, August 21, 2008

10/30/2007

Wow. “Stacks” really sucks!

Filed under: by VeryVito at 8:32 am — [Tag on del.icio.us]

Check out more recent articles to see how I stopped worrying and learned to love the Stacks.

I've been enjoying my first few days with the new OS X 10.5 operating system (aka Leopard), and I'm really looking forward to seeing what the development community is going to be able to do with the hundreds of cool new features and API hooks built into the OS. But that said: Does anybody really think that the "Stacks" feature has been well implemented in Leopard?

I was actually looking forward to using Stacks: Along with Time Machine (which it turns out is currently useless on my existing network storage system), it was one of the things that drew me to buy the latest upgrade as soon as possible. But it turns out that "stacks" are just folders — not smart folders, and not "on the fly" collections of files. Just folders. And really, really, really sh*tty looking ones, at that.

What the hell are these supposed to be? I challenge anyone to identify these folders!

I won't go into details here, as I'm sure anyone looking for more info will find it in abundance elsewhere on the Web (The entire Ars Technica review is a great read, by the way).

In fact, Leopard is indeed a great system, but the two main things that Apple has been using to promote it to the masses — Time Machine and Stacks — have turned out to be sorely disappointing. I'm sure somebody will figure out a way to get Time Machine to work on a networked drive soon enough, so I'm not actually worried about that one. After all, we've already seen "fixes" for other features, such as this fix to disable the miserable 3D Dock.

But Stacks? Stacks just sucks.

Print this article Print this article


10/26/2007

My first 15 minutes with OS X Leopard

Filed under: by VeryVito at 12:58 pm — [Tag on del.icio.us]

This will be short, as I'm still exploring, but I just wanted to report a few things I've noticed in the whole 15 minutes since I installed the new OS X operating system on my MacBook Pro (Keep in mind I never tried a beta version, so this is all new to me):

  1. jEdit actually looks really nice in Leopard! Apparently, the unified look-and-feel works well for Java apps, too.
  2. Sherlock is gone. I'm probably the only person in the world that still used it, but I really liked to use it as a small Web-service client. (Sure, I liked Watson even better, but that's been MIA since Sun bought it from Karelia oh so many years ago). Oh well, all the more reason to write my own WSDL apps now.
  3. Already, I can tell I'm going to like Spaces and Stacks.
  4. Not so sure I really dig the shadows and lighting overall. The new icons are reminiscent of classic Mac icons to me (The "Aqua look" is obviously out now), which gives the whole Finder a snappy feel.
  5. I've got

to go find that app that turns off the menu bar transparency. That's just a lot more annoying than it seemed it would be. (Update: How about that? It doesn't work anymore. Oh well, it was easy enough to fix by adding a white bar to the desktop picture itself..)

  • I've seen demos of Time Machine, and I want to love it, but… anybody know how to get it to work with a network drive? So far I'm only seeing my USB and Firewire drives in the list. (Update: Looking around on the Web for about 5 minutes, it seems it may not work with a networked drive. Well, ain't that a kick in crotch?)
  • Hour 4 edit: Woohoo!!! Leopard lets me control my icon grid spacing! This is a feature that's been sorely lacking in the Finder, and I'm thrilled to have it now! (It's always the little things.)
  • I'll probably add more to this post as I find new things, but so far, I like it. I really, really like it.

    Print this article Print this article


    10/16/2007

    Time to think about usability

    Filed under: by VeryVito at 2:48 am — [Tag on del.icio.us]

    Lately, Turdhead.com has been defying the innate silliness of its own name to actually provide useful content for a change.

    We're not sure how it happened, but our series on adapting the open-source jEdit programmer's editor for use as a state-of-the-art ActionScript editor has actually turned out to be worth reading, and it seems to be drawing a lot of interest from the Flash community — especially among developers on OS X and Linux platforms (those fortunate enough to have moved away from Windows, but who nonetheless still miss their favorite editors from the platform).

    In trying to ensure that the information remains useful, I suddenly realized that the format of Turdhead.com — the multi-column, newspaper-inspired, fixed-width design — doesn't really lend itself to "print and file" archiving techniques (there ends up being a lot of wasted space when the pages are printed),

    and after my tirade last month against other companies who fail to provide hard-copy support, I figured I'd better do something about it.

    Thus, regular visitors may notice the new "Print this article" link at the bottom of each article on Turdhead.com now. I'm using Lester Chan's excellent WP-Print WordPress plugin to handle the formatting, and so far I'm pleased with the results. Not only does it change the page to a more printer-friendly style, but it also provides a table of links and images for easy reference later on.

    Of course, in the process of adding plugins, I also went ahead and finally upgraded the WordPress software itself to the latest version, so if you see anything that seems amiss, please let me know! And thanks again for reading.

    Print this article Print this article


    10/9/2007

    Almost perfect: ActionScript code browsing with jEdit’s Sidekick panel

    Filed under: by VeryVito at 12:45 am — [Tag on del.icio.us]

    I was writing a quick answer to a reader concerning how to use jEdit to browse ActionScript code in a tree view, when I suddenly realized the current solution wasn't good enough. But after banging around on some source code this evening (and with the help of Ali Rantakari), I think I've managed to make an AS 1, 2 or 3 code browser that rivals a few I've seen on other platforms. Isn't open source wonderful?

    Warning: This article goes into some depth regarding customizing jEdit, Ctags and the Sidekick plugin. If you want to be spared the details, you can always skip to the end and just reap the rewards: A shiny new code browser custom-made for ActionScript!

    A little background

    JEdit's optional CTagsSidekick plugin can be used to parse any language supported by the Exuberant Ctags parser. The plugin uses Ctags to parse through the current buffer and present the defined tags it finds in the SideKick tree.

    Unfortunately, ActionScript is not one of the 34 languages supported "out of the box" by Ctags, so we have to do a little hacking to get things to work the way we want. Thanks to the work of a few pioneers, however, it's easy enough to introduce ActionScript parsing to Ctags, and therefore, to jEdit itself.
    (more…)

    Print this article Print this article


    10/1/2007

    A place to store our stuff


    Now that we have context-sensitive help files, a sporty new look and the ability to communicate with the Flash IDE, I figure it's time to start keeping track of all the goodies we're adding to our new ActionScript editor.

    Thus, I've added a permanent page to Turdhead.com to provide direct links to the growing list of enhancements we've been making to jEdit lately (otherwise, these entries are likely to just disappear into the archives and remain pretty hard to find later). The "Make jEdit yours" logo at left provides the link from anywhere on Turdhead.com.

    Thanks again for all the kind comments and emails, and please let us know if you've discovered something you think is worth sharing. Thanks!

    Print this article Print this article


     

    Shameless begging, panhandling and soul-sucking indignity

    Want to show your appreciation for Turdhead.com, its products or services? Although it's certainly not necessary, we'd be pleased as punch if you felt like donating any amount you'd like, or even if you just wanted to give us a nod on Digg.com. Honestly, we have no pride whatsoever (the name of the site is Turdhead.com, after all), and we'll take any recognition we can get for our efforts here.

     


     

    Search

    Or use Blingo! to search and win prizes.



    Get Chitika eMiniMalls

    Design and Sell Merchandise Online for Free

    Copyright © 2004-2008 by Turdhead.com. All rights reserved. So there. Questions? Write us!
    But first, get a load of these cryptic yet official looking numbers:
    [ 1498773v | 175p | 851c | s | 12.29.05d ]