Shareware Beat - Monday, December 13, 2004

848
RadioRemora RadioSHARK Helper
ToyViewer 4.62 Image Viewer/Editor/Cnverter [OS X 10.3 up]
TextMate 1.0.2 Text Editor For Code, Markup, And Prose [OS X 10.3 up]
TinkerTool 3.3b Adds Functionality & Options To Many OS X Features [OS X]
TinkerTool System OS X Maintenance Tool [OS 10.2.3 up]
OmniOutliner 3.0 beta 5 Outlines & Organizes Thoughts, Tasks, Projects... [OS 10.2 up]
Trash X 1.7.7 Desktop Trash Can Replacement With File Shredding [OS X]
SafariSource 1.6 Plugin Adds Syntax Coloring To Safari's Source View [OS X 10.3 up]
Acquisition 116.4 Peer To Peer File Sharing Client [OS 10.2.8 up]
PrivilegeFix 1.2.6 Batch Changes Privileges Of Any File Or Folder [OS X 10.1 up]
ZMacSync 1.5.1 Zaurus-Mac Sync Tool [OS X 10.3 up]
WedLock 1.01 Wedding planning Sherlock Channel [OS 10.2 up]
AnaBuilder 2.42.0 Creates Stereoscopic Photos [OS X]
iClip 3.4b2 Multiple Clipboard/Scrapbook [OS 10.2 up] [/url]





___


RadioRemora RadioSHARK Helper

RadioRemora is a helper application to do some clean-up and enhance audio files created with the RadioSHARK by Griffen Technologies, using the features of iTunes on Macintosh OS X.

RadioRemora deletes files as part of its operation (it cleans up after RadioShark), and so configuration should be done with care to ensure accidental loss of data is avoided.

RadioRemora copies all of the tracks from your "RadioShark" playlist to a new "RadioRemora" playlist, and:

1. Changes the name of the track to reflect the air date of the show
2. Adds meta-data about the recording
3. Optionally cleans out the old files from iTunes, and the OS (even the "raw files" that RadioShark creates
4. Optionally changes the file type of the modified shows to be "Audio Books" so that pausing and resuming of long programs is easier
5. Optionally cleans out the files it creates based on a "time to live" option you set, so you always have a clean set of recorded shows
6. Optionally re-encode RadioShark files to match the "import" settings in iTunes

If set to "yes", RadioRemora will convert all RadioShark files to match the settings in iTunes. This can take a long time on slower machines. If the RadioShark quality of recording is good for you, leave this option set to "no" for best speed. This option is most useful if you wish to convert your RadioShark recordings to MP3, or if you are recording in AIFF format and encoding into AAC format later (this lets you run RadioShark on much older G3 systems and still get useful AAC files by encoding them after capture).

Radioremora costs $5.00 via paypal, or a reason you can't pay $5.00. Registering the app removes the text "Unregistered" from the track names. It also gives you good karma. See the License.html file for payment instructions and more info. The unregistered version has no limitations in functionality or any time limits.

For more information, visit:
http://hackingthesoul.com/software/radioremora/








ToyViewer 4.62 Image Viewer/Editor/Cnverter [OS X 10.3 up]

ToyViewer is an image viewer, which was developed originally on NeXTstep and then OPENSTEP. Currently it is for Mac OS X (Cocoa). ToyViewer has simple editing functions and filter services to other applications. If ToyViewer is installed in your Mac, you can see image files in PCX, PPM, Sun Raster, etc. on other Cocoa applications.

New in this version:
• During auto-scanning, image files in a folder are arranged in the same order as the Finder (for Mac OS X 10.3 or later).
• Bug Fix: JPEG and other files are displayed correctly in full-screen size. This came to the surface by the improvement at Version 4.61.

System requirements:
• Mac OS X 10.3 or higher

ToyViewer is freeware

For more information, visit:
http://waltz.cs.kobe-u.ac.jp/OSX/toyv-eng.html








TextMate 1.0.2 Text Editor For Code, Markup, And Prose [OS X 10.3 up]

TextMate attempts to bring Apple's approach to operating systems into the world of text editors. By bridging UNIX underpinnings and GUI, TextMate cherry picks the best of both worlds to the benefit of expert scripters and novice users alike. With a wealth of exclusive features like tabs, foldings, and macros, TextMate is well ahead of other native, graphical editors on OS X — and you don't have to sell your bones to afford it.

TextMate bridges UNIX underpinnings and GUI to give you a very powerful text editor for both code, markup, and prose with features like:

• folding of text blocks,
• recordable macros,
• snippets with dynamic content and tab-able placeholders,
• project management with file outline,
• open files in tabs,
• smart-typing,
• column selection/typing,
• extensive shell integration,
• …and much more.

Whether you're a programmer or a designer, the production of code and markup is hard work. Without an editor dedicated to the task, it's also often cumbersome, overwhelming, and repetitive. Especially when you're dealing with a lot of files at once — like most projects do. TextMate puts you back in control, reduces the mental overhead, and turns manual work into something the computer does.

Before you can get any work done, you need to be on top of your artifacts, such as stylesheets, includes, libraries, and application code. By arranging your files in an outline that follows the existing directory structure, it's no longer necessary to switch back and forth between Finder and editor to locate the next thing you need to work on.

The file outline is automatically kept up to date with changes occurring on the file system, so if you have a build script or generator that sprinkles files across multiple directories, they're instantly available in the outline.

You can also move files from one directory to another in the outline and the change is reflected on the file system. Just as you can easily add new files to any directory you select and they'll be placed as you'd expect.

Once you've found the files you want, it's incredibly easy to jump between them using tabs that can be reordered as you see fit. Your new-found overview allows for a greater number of files to be open at the same time — without constantly resorting to Exposé, minimizing, or other window managing techniques for the big picture.

With foldings you can collapse method definitions in your class files or tables and divs in your markup. That way you only get the detailed view of the active segment while the rest is available at a glance.

The foldings automatically appear following a specification in the syntax files, so all you have to do is decide what to keep open and what to close.

Whenever you find yourself repeating the same text or transformation, you have a good candidate for a macro. Macros let you record just about any editing task you perform, including piping the selection through a unix command, performing regular expression replaces, or just plain and simple movement of the insertion point.

Recordings are activated with menu items (or their key equivalents) and the recorded macro can be saved for later use and even be given an arbitrary key equivalent to recall it. A powerful way to extend the basic functionality of TextMate.

Snippets allow you to quickly insert text you type a lot. In this text you can embed placeholders (with default values) for where the insertion point should move to when pressing tab.

A snippet can either be inserted from the menu, or simply by entering the "trigger" and pressing tab, so e.g. typing "nsA" and pressing tab could insert "NSMutableArray* array = [NSMutableArray array]" and leave the former "array" selected (the placeholder).

New in this version:
Close to a hundred enhancements, fixes, tweaks and similar to satisfy the growing user base. Release notes can be shown from within the program.

System requirements:
Mac OS X 10.3

TextMate is $49 shareware

For more information, visit:
http://macromates.com/








TinkerTool 3.3b Adds Functionality & Options To Many OS X Features [OS X]

TinkerTool is an application that gives you access to additional preference settings Apple has built into Mac OS X. This allows to activate hidden features in the operating system and in some of the applications delivered with the system.

The tool makes sure that preference changes can only affect the current user. You don't need administrative privileges to use the tool. With this design, it is no problem to use TinkerTool in professional networks where users have restricted permissions. The program will never change any component of the operating system, so the integrity of your system is not put at risk, and there will be no negative effect on system updates.

All preference settings changed by TinkerTool can be reset to Apple's defaults, or to the state that existed before using the tool. No dangerous background processes are used for TinkerTool's operation.

Version 3 opens the doors for the next generation of our renown products for changing user preferences in Mac OS X. TinkerTool allows you to access user settings built into Mac OS X that cannot be controlled by the standard "System Preferences" application. The latest version has been completely rewritten and uses a new technology that allows the tool to automatically adapt to different operating system versions. This way it is backward-compatible down to OS version 10.0 and will also guarantee support for future versions of Mac OS X.

TinkerTool makes sure that preference changes can only affect the current user. You don't need administrative privileges to use the tool. With this design, it is no problem to use TinkerTool in professional networks where users have restricted permissions. The program will never change any component of the operating system, so the integrity of your system is not put at risk, and there will be no negative effect on system updates.

All preference settings changed by TinkerTool can be reset to Apple's defaults, or to the state that existed before using the tool. No dangerous background processes are used for TinkerTool's operation.

New in this version:
The language packages for Finnish, French, Swedish and Traditional Chinese have been updated. The window layout has been optimized. In all other aspects the application is identical to version 3.3.

System requirements:
Mac OS X 10.0 or higher

TinkerTool is freeware

For more information, visit:
http://www.bresink.de/osx/TinkerTool.html







TinkerTool System OS X Maintenance Tool [OS 10.2.3 up]

TinkerTool System is an application similar to System Preferences. It allows you to change advanced operating system settings and gives access to internal maintenance features built into Mac OS X. The following features are available in TinkerTool System:

• Run the periodic system maintenance scripts by simply pressing a button
• Reset the permission settings of Mac OS X system files (*)
• Repeat the installation step "Optimizing System Performance"
• Clean up cache files of the Internet browsers Safari, Internet Explorer, Netscape, Mozilla, OmniWeb, Camino, Opera version 6, and iCab
• Clean up cache files for the current user
• Clean up cache files for the whole system
• Remove archived copies of system log files
• Remove Finder information files (.DS_Store files)
• Remove resource fork emulation files ("dot underscore" files)
• Force-delete single files or empty folders
• Enforce emptying of the Trash if the Finder is unable to do this
• Restore the localization settings for your private home folder in case you have updated from Mac OS X 10.1 or have deleted, then recreated some folders
• Restore the alias for accessing the Desktop of Classic from Mac OS X
• Set the energy saver options for hard disks to specified values
• Tune the network options, including MTU size for each network interface, TCP and UDP receive window sizes, and TCP transmit window size
• Enable Quartz Extreme for a wider range of graphics cards
• Enable or disable file system journaling for Mac OS X Extended volumes
• Enforce diagnostic or safe startup mode for the operating system
• Make the system use only one processor or a limited amount of memory for diagnostic purposes
• Let the system log kernel panic messages directly to screen in case the automatic panic log recovery doesn't work
• Change the base system language effective during startup and login without having to reinstall the system (*)

TinkerTool System is fully compliant with Apple's security guidelines for Mac OS X. It does not need an installer and does not require special system packages to be installed. To launch the tool, no administrator password is needed.

The features marked with an asterisk (*) are available without any restrictions even if TinkerTool System runs in demo mode.

New in this version:
• Added feature to delete archived copies of the login accounting database together with log archives.
• Added feature to delete entries for recent items in AppleWorks 6. This is a maintenance procedure recommended by Apple to establish a workaround for a defect in AppleWorks which prevents its recent items menu from working correctly when used with Mac OS X. This feature is only supported for English and German language versions of AppleWorks.
• The tool now remembers your last preferred settings to clean caches and to remove recent items.
• The tool now activates the network optimization settings even if no network is connected at operating system startup time. This allows users to make a connection later, with the optimized settings already established.
• The feature to delete language packages can now automatically handle applications which come with incorrectly packaged frameworks that use infinite loops of symbolic links.
• The feature to mute the startup sound now uses better protection against cases where the audio drivers are not working correctly. To activate this change, users should deactivate, then reactivate the mute feature.
• Fixed an aesthetic problem where the report sheet which displays the results of the integrity check for user preferences could be resized beyond intended limits.
• Fixed a problem where the master volume was muted when the Fast User Switching feature was used in Panther and the application's setting to mute the startup sound was active at the same time.
• Fixed a problem where not all temporary CUPS files could be deleted depending on the permission settings of the current user.
• Fixed a problem where cookies of Camino could only be removed for old versions of Camino, not for up-to-date ones.
• Improved behavior when dropping Finder objects into a file name field while the field contents was selected at the same time.

System requirements:
Mac OS X 10.2.3 or later

TinkerTool System is 7 € shareware

For more information, visit:
http://www.bresink.de/osx/TinkerToolSys.html








OmniOutliner 3.0 beta 5 Outlines & Organizes Thoughts, Tasks, Projects... [OS 10.2 up]

OmniOutliner 3 is an amazingly flexible program for creating, collecting, and organizing information. Give your creativity a kick start by using an application that's actually designed to help you think. It's like having an extra brain - one that doesn't keep losing the car keys.

You can use OmniOutliner's document structure to create hierarchies of main headings and subpoints that can be expanded and collapsed, which are immensely useful when it comes to brainstorming new ideas, drilling out specifics, and lining up steps needed to get everything done. But you aren't limited to outlines - you've got multiple columns, smart checkboxes, customizable popup lists, and an über-innovative styles system at your disposal.

Use OmniOutliner to draft to-do lists, create agendas, manage tasks, track expenses, take notes, plan events, write screenplays...and just about anything else you can think of.

It's a smarter way to write, a more productive way to stay organized. Whatever your project, OmniOutliner has the tools you need to get the job done.

New in this version:

Stability
• Exception clicking in cell after undoing rtf to date column change
• Quitting can crash resolving attachment pasteboard
• Viou context menu plugin can cause crash with OO3
• Assertion/exception (panel not shown, though) when changing column type and then undoing while editing a cell in that column
• Converting file:// to a URL attachment crashes.
• Exception when saving file after adding embedded and linked movie attachment to new document
• Dragging large files can hang/crash OO

Interface
• Move the live page break preview back into Standard
• Style palette allows various editing operations in read-only documents
• "Check spelling as you type" misses misspelled words if you don't punctuate
• Inspectors: keyboard shortcuts should toggle visibility
• User preference to disable row expand/collapse and column reordering animations. There is no UI for this yet, but you can do the following from Terminal to turn off animations:
defaults write com.omnigroup.OmniOutliner3 OOOutlineViewShouldAnimate -bool false
defaults write com.omnigroup.OmniOutlinerPro3 OOOutlineViewShouldAnimate -bool false
• Expanding multiple rows can result in last row's children not getting drawn after expansion
• cmd-'/enter in out-of-line notes mode toggles pane expansion state all the time

Importing
• Copying tabular data from Excel to OO3 doesn't work (regression from OO2)
• Prefer PDF to TIFF when both are on the pasteboard (Cocoa bug)
• Special case files with a type of 'ESPD' (Equation Service), treating them as PDF
• contents.xml file attachment overwrites real contents.xml

System requirements:
Mac OS X 10.2 or higher

OmniOutliner is $39.95 shareware

A fully-licensed copy of OmniOutliner 2 is currently included on PowerBook and Power Mac computers from Apple. These copies of the software will be eligible for regular upgrade pricing.

For more information, visit:
http://www.omnigroup.com/applications/omnioutliner/beta/








Trash X 1.7.7 Desktop Trash Can Replacement With File Shredding [OS X]

Trash X is a fully functional trashcan for Mac OS X. Extremely simple to use, it functions just like the classic Mac OS Trashcan - files and folders dropped on it are moved to the trash, and disks droppped on it are ejected. In addition, it also features numerous functions for the power user. You can use it to instantly delete or shred file and folders without sending them to the trash. You can use it to empty or shred trash only on selected disks. And of course, you can use it just like the trashcan you've always had on your desktop. Trash X is completely safe and it requires no system hacks or Terminal command line voodoo. Place an alias or copy of it on your desktop, in your documents folder, or anywhere else you wish. COOL TIP: Put Trash X in your Finder windows toolbar to have easy access to it in any folder.

Features

Attractive, easy to use interface.
Easy installation and removal. Can be placed anywhere.
Uses no system hacks or Terminal command line voodoo.
Simple Drop Box style operation uses very little system resources.
Application based for maximum stability.
Behaves like the classic trashcan - trashes files and folders, and ejects disks.
Drag and Drop shortcuts for immediate deletion of files and folders.
Drag and Drop shortcuts to empty trash only on selected disks.
Secure deletion (shredding) of files and folders.
Securely delete (shred) trash on all or selected disks.
Securely erase (shred) freespace on all or selected disks.
Automatically empty items from the trash after a specific interval.
Empty Classic Mac OS trashes.
Empty OS X trashes as root.
Manually run OS X system maintenance scripts.
Built for Mac OS X.
Illustrated Documentation.

And of course, you can use it just like the trashcan you've always had on your desktop. Trash X is completely safe and it requires no system hacks or Terminal command line voodoo. Place an alias or copy of it on your desktop, in your documents folder, or anywhere else you wish. COOL TIP: Put Trash X in your Finder windows toolbar to have easy access to it in any folder.

System requirements:
Mac OS X

Trash X is $8.95 shareware

For more information, visit:
http://www.northernsoftworks.com/trashx.html








SafariSource 1.6 Plugin Adds Syntax Coloring To Safari's Source View [OS X 10.3 up]

SafariSource is a SIMBL plugin that adds HTML syntax coloring to Safari's source view. It's easy to install and makes View Source much more pleasant to use.

New in this version:
• Added preferences to control style/color of default text
• Added preference to control background color of source text field

System requirements:
• Mac OS X 10.3 or higher
• Safari

SafariSource is freeware

System requirements:
http://www.tildesoft.com/Misc.html#SafariSource








Acquisition 116.4 Peer To Peer File Sharing Client [OS 10.2.8 up]

Acquisition is a gnutella client supporting modern gnutella features such as Ultrapeers, swarm (multi-source) downloads, download resumption, and distributed network discovery.

Acquisition also features a single-window user interface with a convenient drawer that summarizes all current searches, network activity, and active transfers.

• Millions of users, billions of files
Share files with tens of millions of Mac and Windows users around the planet.
• iTunes Intimacy
"Integration" is an understatement. Acquisition automatically:
× imports and plays downloads in iTunes
× marks files you already have in iTunes
× shares files as an iTunes Shared Library
• Fall in love with new artists
Acquisition provides recommendations of new artists to investigate.
• Media Preview
Preview audio files directly in Acquisition, even before they finish downloading.
• Browse by Artists/Albums
You arrange your CD collection by artist and album, and so does Acquisition. The artist/album browser is a unique innovation exclusive to Acquisition.
• High-speed downloads
Acquisition "swarms" files from multiple hosts to maximize your download speeds.
• iPod + Acquisition = Love
With Acquisition's iTunes integration, the iPod and Acquisition go together like milk and cookies.
• Aqua-luscious
Written in Cocoa, Acquisition is beautiful. It is such a stellar OS X citizen that Apple and countless others have 'borrowed' interface ideas from it.
• Filter the junk
Acquisition automatically filters junk from known file spammers. There's also an "adult" content filter to keep things tasteful.
• Control your bandwidth
Limit the number of downloads, pause & resume downloads, and cap your upload bandwidth.

New in this version:
• Download status/media preview inlined with query results
• Aesthetic changes to progress bars
• Minor performance tweaks

System requirements:
• Mac OS X 10.2.8 or higher
• Apple Java 1.4.1 update
• Safari

Acquisition is $15.99 shareware

For more information, visit:
http://www.acquisitionx.com/







PrivilegeFix 1.2.6 Batch Changes Privileges Of Any File Or Folder [OS X 10.1 up]

For batch changing ownership and privileges for files and folders.

New in this version:
• Version tracker added.
• Selecting a file or folder will now display its privileges in the popup menus.
• Listbox in window is now hierarchical.
• Progress window now updates faster.

System requirements:
Mac OS X 10.1 or later

PrivilegeFix is freeware/donationware

For more information, visit:
http://www.sdesoftware.com/







ZMacSync 1.5.1 Zaurus-Mac Sync Tool [OS X 10.3 up]

ZMacSync is a tool to synchronize the Sharp Zaurus Personal Information with the standard Communication suite of the Apple Macintosh (MacOS X). This includes the Address Book, iCal calendars and to-do lists, as well as Stickies (notes) and the Zaurus system clock. Synchronization is optimized so that only records are interchanged that are added, modified or deleted with as low data transformation loss as possible. User settings allow to completely protect against modification of certain data areas.

Features
• Secure access of Zaurus through USB or WLAN
• Full Unicode support
• Configurable
• Automatic detection of Zaurus connection status (hot-sync)
• Individual enabling or disabling of data areas to be written to
• Data areas synchronized:

ZaurusMacOS XNotes
Address BookAddressBookfully implemented
CalendariCalMac -> Zaurus only
Text Edit (Notes)StickiesMac -> Zaurus only
To DoiCalMac -> Zaurus only
Opera BrowserSafari (Bookmarks)not implemented
MailEMail (Inbox, Outbox)not implemented

• Zaurus clock synchronization (assuming precise NTTP time on the Macintosh)
• Log window
• Delta-inspector (preview what has been detected as differences)
• Includes AJZaurusUSB driver for MacOS X 10.3 and open-ssh
Features:
• Secure access of Zaurus through USB or WLAN
• Full Unicode support
• Configurable
• Automatic detection of Zaurus connection status (hot-sync)
• Individual enabling or disabling of data areas to be written to
• Zaurus clock synchronization (assuming precise NTTP time on the Macintosh)
• Log window
• Delta-inspector (preview what has been detected as differences)
• Includes AJZaurusUSB driver for MacOS X 10.3 and open-ssh

New in this version:
• 35 page User Manual added (PDF)
• Some UI glitches fixed
• Autosync mode added (can be controlled through Preferences)

System requirements:
• Sharp Zaurus
° SL5500 with ROM 3.10 or later
° C860, C3000 with ROM 1.2 or later
° SL6000 with Sharp ROM
Note: does not work with Sharp ROM 2.3x or OpenZaurus or pdaXrom alternate systems
• Macintosh with MacOS X 10.3
• USB or WLAN connection

ZMacSync is $10.00 shareware

For more information, visit:
http://www.dsitri.de/wiki.php?page=ZMacSync







WedLock 1.01 Wedding planning Sherlock Channel [OS 10.2 up]

Access a nationwide directory of thousands of wedding professionals to help plan your wedding. Find local caterers, disc jockeys, limousine services, officiants, photographers, reception sites, videographers, and more. Search by zip code. Each vendor's website is automatically loaded in a window below the search results.

New in this version:
Added support for WedPlan Premier listings.

System requirements:
Mac OS X 10.2 or higher

WedLock is freeware

For more information, visit:
http://www.wedplan.net/planner/sherlock/







AnaBuilder 2.42.0 Creates Stereoscopic Photos [OS X]

AnaBuilder is a freeware program for the creation of stereoscopic photographs (anaglyph, parallel, crossed, ... anaglyphs are viewed through Red/Cyan glasses). The program makes it possible to readjust the two views manually or fully automatically! Supports multiple languages.

anabuilderJava.zip contains the minimum to make it running, or to update a previous version. There is also an automatic installer for full installation available on the web site.

New in this version:
• StereoBee as a stand alone application with file drag&drop capabilities (crossed views)
• add of a languages file that can be edited by anyone to submit improvements of the interface or a new translation. See "Languages.txt" file in AnaBuilder's directory
• rotation tools -90, +90, 180 and combinations

System requirements:
Mac OS X 10.0 or higher

AnaBuilder is freeware

For more information, visit:
http://anabuilder.free.fr/indexEN.html







iClip 3.4b2 Multiple Clipboard/Scrapbook [OS 10.2 up]

iClip is a new multiple clipboard/scrapbook software application for Apple Macintosh computers with OS X.

With iClip, you can drag & drop or copy & paste all kinds of information into its “clipping bins”. You can store:

clipping types
• text
• pictures
• URLs
• sounds
• movies
• and much more

Everything gets automatically saved for you so you stay focused on what you’re accomplishing.

Whatever you store is accessible the instant you need it. You save time and improve your workflow.

Quickly store, organize, and access snippets of information without having to save them as entire documents...

Be more productive.
iClip helps you save time and be more efficient with most everything you do on your Mac. Store various types of clippings in iClip's bins and access them whenever you need them. You'll improve your workflow and stay focused on what you're accomplishing.

Access instantly.
iClip stays out of your crowded Dock. You access it via a menu that's available in every application. Get to your information the second you need it.

Avoid repetition.
With iClip, you avoid redundant typing, such as when filling out web forms. If you regularly complete forms like search engine submissions, etc., then iClip is perfect for you. You'll eliminate repetitive typing and typos by storing your commonly accessed info in iClip. You'll be pleased with the time you save and the mistakes you prevent.

Take note.
There's hardly a faster way to take a note than with iClip...just click and type.

Stay organized.
Arrange your clippings into groups so you can quickly find what you're looking for. There's even a special group that automatically records everything you copy to the Clipboard, for even more efficiency.

New in this version:
• several enhancements and improvements have been made to the new copy/paste via Hot Keys feature including being able to navigate and scroll through the clipping bins using the keyboard and then being able to press the Return key to choose the selected bin (in addition to using the label numbers overlaid on the bins)
• the labels overlaid on the clipping bins during copy/paste via Hot Keys are now Appearance aware

System requirements:
Mac OS X 10.2 or later

iClip is $19.95 shareware

For more information, visit:
http://inventive.us/iClip/



Charles W. Moore



Tags: Software News ï

(0) Trackbacks ï

Login † or † Register † †

Follow Us

Twitter Facebook RSS! Buzz

Most Popular

iPod




iPhone

iLife

Reviews

Software Updates

Games

Hot Topics

Hosted by MacConnect - Macintosh Web Hosting and Mac Mini Colocation                                                    Contact | Advanced Search|