Joystiq has your stash of criminally complete GTA IV news!
Posts with tag editor

RWThemeMiner 2.0.5


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 3.1 plays nicer with the 'net

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.

AppleScript: Finder commands

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.

Continue reading AppleScript: Finder commands

AppleScript: the Script Editor

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.

Continue reading AppleScript: the Script Editor

BBEdit version 8.7 released


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.

8.7 is a free update for 8.5 and 8.6 customers. If you haven't picked up BBEdit yet, you can try out the free demo here.

Flow gets a website

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.

Thanks, Sebastiaan!

TUAW Exclusive: Video of Pixelmator in action


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 - the word processor with a cork board


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.

BBEdit 8.5 released with new UI, code folding, clippings - 160 total improvements

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.

[via Mac DevCenter]

Taco HTML v1.7.2 is Universal


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.

ChocoFlop - powerful image editing


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.

Image Tricks 2.0

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.

TUAW Features


Mac 101 ask-tuaw
Mac News
WWDC (251)
.Mac (60)
Accessories (635)
Airport (75)
Analysis / Opinion (1333)
Apple (1645)
Apple Corporate (558)
Apple Financial (188)
Apple History (45)
Apple Professional (54)
Apple TV (160)
Audio (446)
Bad Apple (118)
Beta Beat (152)
Blogging (84)
Bluetooth (16)
Bugs/Recalls (56)
Cult of Mac (870)
Deals (216)
Desktops (115)
Developer (254)
Education (99)
eMac (10)
Enterprise (138)
Features (400)
Freeware (385)
Gaming (363)
Graphic Design (33)
Hardware (1281)
Holidays (37)
Humor (576)
iBook (65)
iLife (235)
iMac (184)
Internet (327)
Internet Tools (1313)
iTS (968)
iTunes (800)
iWork (22)
Leopard (367)
Mac mini (112)
Mac Pro (53)
MacBook (202)
MacBook Air (79)
Macbook Pro (220)
MobileMe (19)
Multimedia (443)
Odds and ends (1443)
Open Source (279)
OS (912)
Peripherals (208)
Podcasting (182)
Podcasts (90)
Portables (197)
PowerBook (135)
PowerMac G5 (50)
Retail (588)
Retro Mac (48)
Rig of the Week (42)
Rumors (632)
Software (4322)
Software Update (406)
Steve Jobs (252)
Stocking Stuffers (50)
Surveys and Polls (97)
Switchers (112)
The Woz (34)
TUAW Business (238)
Universal Binary (281)
UNIX / BSD (61)
Video (904)
Weekend Review (82)
WIN Business (47)
Wireless (84)
Xserve (39)
iPhone/iPod News
iPhone (1515)
iPod Family (2028)
App Store (27)
SDK (16)
Mac Events
One More Thing (27)
Liveblog (1)
Other Events (226)
Macworld (489)
Mac Learning
AppleScript (3)
Ask TUAW (102)
Blogs (85)
Books (26)
Books and Blogs (62)
Cool tools (443)
Hacks (460)
How-tos (485)
Interviews (44)
Mods (186)
Productivity (588)
Reviews (109)
Security (154)
Terminal Tips (58)
Tips and tricks (565)
Troubleshooting (167)
TUAW Features
iPhone 101 (27)
TUAW Labs (3)
Blast From the Past (17)
TUAW Tips (142)
Flickr Find (36)
Found Footage (82)
Mac 101 (90)
TUAW Interview (31)
Widget Watch (198)
The Daily Best (1)
TUAW Faceoff (4)

RESOURCES

RSS NEWSFEEDS

Powered by Blogsmith

Sponsored Links

The Unofficial Apple Weblog (TUAW) bloggers (30 days)

#BloggerPostsCmts
1Cory Bohon891
2Robert Palmer6444
3Steven Sande5822
4Scott McNulty400
5Mat Lu4010
6Dave Caolo370
7Erica Sadun282
8Brett Terpstra230
9Mike Schramm201
10Michael Rose1132
11Christina Warren1038
12Joshua Ellis32
13Lisa Hoover26
14Chris Ullrich22

Featured Galleries

Macworld 2008 Keynote
Macworld 2008 Build-up
Apple Vanity Plates
DiscPainter
Macworld Expo 2007 show floor
The Macworld Faithful in Line
iPhone First Look
AT&T 3G Coverage Map
MobileMe Guided Tour UI Changes

 

    Most Commented On (7 days)

    Recent Comments

    More Apple Analysis

    More from AOL Money and Finance

    Weblogs, Inc. Network

    Other Weblogs Inc. Network blogs you might be interested in: