Did you just upgrade to the latest version of Realmac Software's RapidWeaver? Then you might notice RWThemeMiner, which lets you edit your RW themes, is no longer working. Fret not because RWThemeMiner was just updated to version 2.0.5 which works with RapidWeaver 4.
RWThemeMiner is available for $15 (US) and you can download a free 20 day trial version from the developer's website.
SubEthaEdit, the high-power collaborative code editor from The Coding Monkeys, has been bumped to version 3.1 with new features to make collaboration easier than ever.
SubEthaEdit has always worked well for LAN collaboration, but many users found the manual setup for sharing over the internet to be cumbersome. The Coding Monkeys answered the call with a couple of new ideas. First, automatic port forwarding handles establishing your channel outside of your LAN transparently, supporting all routers with UPnP or NAT-PMP capabilities. Second, iChat invites allow users to drag iChat buddies onto a document to automatically invite them to share in your coding ecstasy. This feature is Leopard-only, although I'm unsure if that applies to the invitee as well.
The iChat invites go a step further with "Friendcasting." You can view and connect with your friend's friends with the click of a button in the connection browser. You can disable this feature at any time.
If you're not familiar with SubEthaEdit, but happen to use Panic's Coda, then you're already familiar with the engine it runs on as it was licensed to Panic in 2007 for the web development package. If you're looking for a code editor and haven't tried it, it's definitely worth a shot, especially if you work in pairs or teams. TextMate and I have a monogamous relationship, but I'm allowed to look. Fair enough.
SubEthaEdit costs 29 euros (about $45 right now). Visit the SubEthaEdit page for a 30 day trial and a screencast of the new features.
Now that you've mastered the tell command, it's time to introduce some of the other AppleScript commands that you may encounter.
Location command This command will allow you to open a specific location (either on your Mac or on a web server). This command is most often used with the Finder. For instance, if you wanted to open "www.tuaw.com," then you would type:
tell application "Finder" to open location "http://www.tuaw.com"
Remember, when dealing with an application always include quote marks around the application name. When you're typing a URL, be sure to include the prefix (HTTP:, AFP:, FTP:, etc.) and include quote marks around the URL. You can also tell a specific web browser to open the URL:
tell application "Safari" to open location "http://www.tuaw.com"
However, if you use the Finder version of the script, it will open your default browser.
Before you can build your first AppleScript you need to know some basics: what a script-able application is and how to use the Script Editor.
Script-able Applications Basically, script-able applications are applications in which the developer has included a set of "instructions" that the Script Editor understands and can use. Some apps are not script-able but most Apple apps are and, of course, Mac OS X itself is script-able.
The Script Editor The Script Editor is a very simple application, but it allows you to do some very powerful things. The Script Editor is located in your Applications folder (Applications : AppleScript : Script Editor.app) by default. The editor has a simple interface with a prominent text entry area. It also has 5 buttons in the toolbar; for now we will only focus on the "Run" and "Stop" buttons. The run button will run the currently typed script, and the stop button will cancel a running script.
BBEdit 8.7, the latest version of the triple-A HTML editor, has been released.
Update: OK, so the reason I originally thought that all the "new" 8.7 features sounded familiar is because I actually was looking at the release list for version 8.5. The 8.7 release notice is here, and it includes Lua programming support, an option to remember which documents and browsers are open after closing BBEdit, and a Python language module and lots of other fixes and improvements. Sorry about the mistake, and thanks to all our commenters (and to Bare Bones Software themselves) for the heads up.
The much-hyped (and little-used-- it's still in private beta) FTP client Flow has gotten a website, complete with a feature list, and some interesting screencasts about how the app will let you let Flow work with a browser, transfer files (remember that, the only thing FTP clients used to do?), and even edit and preview files on the fly.
I have to admit that it all looks pretty nifty (the Dropmarks system sounds cool-- drag a file to a bookmark icon, and it'll send that file out for you, complete with a tiny dialogue), but there's not a lot here that might yet lure me away from just using Cyberduck for free. The editor is probably the biggest draw, but even then, I can't yet see anything here that I can't really accomplish using some combo of TextMate and Transmit.
Still, can't judge a book by its cover, and can't just an editor without actually using it. Flow is still in private beta, with a release upcoming.
The moment I saw John Gruber link Pixelmator - a powerful new Core Image-based image editor with support for layers, a wide variety of tools, iLife/iPhoto, Automator and more - I had to get a closer look. I remember the days of Apple hyping Mac OS X 10.4 Tiger and all the power of Core Image, and then never seeing a formidable editor make use of them. Sure there are a few apps that make use of Core Image in one way or another, but nothing really struck me as truly leveraging all there was to leverage in Apple's Core image.
While Pixelmator may technically be vaporware according to Gruber, I managed to snag an exclusive demonstration video of the app in action from its developers, brothers Aidas and Saulius Dailide (who you might be interested to know also founded Jumsoft). The demo showcases some impressive Pixelmator features, including working with multiple layers and objects, opening Photoshop files and moving layers from one image to another, taking a picture with an iSight camera and embedding it into the current working image, and even some slick blending modes.
From what I see here, I can definitely say 'wow', especially since Pixelmator is expected to ship in late July for only $59. Stay tuned for more info as soon as we can nab it.
Scrivener is a new word processor made for the messy, non-linear and notecard-slinging writers out there. Merlin Mann has been raving about it, and I can understand why: Scrivener's entire UI and workflow is designed around managing the pieces of whatever you're working on, allowing you to organize things like thoughts, outlines, pictures and dialog snippets with folders and keywords. The most interesting organizational feature, however, is a unique cork board UI on which you rearrange virtual notecards that contain summaries of whatever is in the document they represent. Hopefully, this allows many a college student and screen writer to stop jamming real cork boards in their bags when meeting for group projects.
Scrivener doesn't stop there: multiple document editing, full-featured outlining, full-screen editing and format-friendly exporting all round up quite a v1.0 debut. A 30-day demo is available, and a license runs $34.99.
Bare Bones Software really knows how to deliver a .5 release, as the have just announced v8.5 of BBEdit, their powerful and professional HTML and code editor. Amongst the total 160 new and updated features is a revamped UI for both the app and its now-searchable preferences, 'code folding' for collapsing sections of a document for greater legibility, a revamped Clippings feature for re-using snippets of text and code, new languages, auto-save and much, much more.
At $199, this editor definitely isn't for the faint of heart, and it's definitely why 'professional' is included in the product's description. However, for owners of previous versions, Bare Bones has quite possibly the most agreeable upgrade terms we've ever seen for an application: owners of any BBEdit v8.0 and above can upgrade for a mere $30, though if you purchased v8.2 after 1/1/06, it's free. For owners of v7.1.4 and earlier, the upgrade is only $40. a 30 day demo of this Universal Binary app is, of course, available from Bare Bones Software.
If Dreamweaver is a bit overkill for some web work on your desk, Taco HTML might just be the editor for you. It's a small yet feature-packed web editor with tag coloring, HTML preview, syntax checking, code snippets and more. It's my favorite editor for HTML pages or tweaking a WordPress PHP page file or two.
As far as I can tell, Taco HTML is provided free, and is a Universal Binary. Check it out if you read this post in less time than it takes Dreamweaver to start up.
Even as an
alpha image editor, I think it's safe to dub ChocoFlop a true "poor man's
Photoshop." It offers layers, real-time preview of filters and effects (of which there are many), a slew of
selection tools, blending modes, masks, color adjusting and a whole bunch of file formats it can save to and even more
it can read from - including many versions of RAW. For the full details, check out the longest image editor feature list I've seen in a long time.
As an alpha it's free,
and the author has stated on his blog that, once it goes official and
commercial, ChocoFlop won't cost more than $50 USD. I haven't cracked this open yet myself, but if you've been looking
for a powerful image editor that offers quite a bit more than the standard CoreImage-based options out there, ChocoFlop
should be right up your alley.
I'm
beginning to think that today is some kind of image editing holiday, as Image Tricks, the freeware image editor that
leverages Mac OS X Tiger's Core Image features, has been updated to version 2. New features include 'generators' - the
ability to "randomly and manually generate images with mathematical algorithms," a fit-to-size option, PDF
export, file size adjustment when exporting to JPEG, and other minor fixes and improvements.
Image Tricks
has also been divided into Free and Pro versions. For a mere $9.95 the Pro version will give you six more generators
than the free version, and BeLight software has stated they have more generators they can add from their todo list if
enough customers show interest.
Check out BeLight Software's Image Tricks product page for more details on its abilities, and
the downloads page for a copy of the upgradable Free version.