TweetFollow Us on Twitter

STSC APL*PLUS
Volume Number:3
Issue Number:12
Column Tag:APL Vectors

APL Returns to the Mac

By S. Allyn Weaks, Contributing Editor, Seattle, WA

STSC APL*PLUS, Other APLs, and Some Utilities

Nearly two years of being distracted is a record even for me, but I’ve started in on APL again, and with some luck maybe I can keep it up for a while this time. A lot has happened in the last few months - there are now four different APLs for the Mac, three commercial and one shareware. PortaAPL has become STSC APL*PLUS, APL.68000 has finally been released, MacAPL is available for those on a budget, and a shareware APL from France, APL 90+ has turned up. This month I’ll give brief descriptions of each them, with detailed coverage of STSC APL, which I’ve used the most.

• APL.68000 ($295, Spencer Organization, Inc., 366 Kinderkamack Road, P.O. Box 248, Westwood, NJ 07675, (201) 666-6011 ) is competing directly with STSC as a full powered language with at least some access to the Mac toolbox. Unfortunately I haven’t been able to see it, and since it has a $295 list price I can’t afford to buy it just for fun. But the rumors on the net are that it’s fast since it’s written in assembly, and solid. It follows the ISO standard except for the file functions- they use some made up symbols instead of the usual quad functions ( FTIE, FCREATE), which not only makes programs harder to read, but complicates porting programs in both directions. They get into more of the Mac toolbox than APL*PLUS does, real windows and dialogs for example. I’ll try to get a good look at it soon so I can give you more information.

• MacAPL ($125, Leptonic Systems Co., 405 Tarrytown Rd. #145, White Plains, NY 10607 ) is a relative newcomer, written by Michael C. O’Conner, author of Layout Editor. It doesn’t yet support the entire language, and it doesn’t access the toolbox, but it has some very nice features. It provides a run-time system, so you can distribute stand-alone applications, and it has the nicest user interface of the lot. You can open more than one workspace at a time and the editor is done properly. There is a function to put text and pictures into the clipboard. A demo version that can do everything but save a workspace is available on Compuserve, Delphi, and in many public domain libraries. I was surprised at how fast it was - it did my harmonic benchmark (+/÷´10000) in 23 seconds. It’s well worth getting hold of a copy of the demo just to get a little of the flavor of APL.

• APL 90 ($85 shareware, SYNC, 12 Place Hotel de Ville, 42000 Saint-Etienne France) is a straight APL from France. It is ported from a mainframe APL written in C at the Ecole des Mines de Saint-Etienne by Jean-Jacques Girardot, François Mireaux and Sega Sako, and is full APL, conforming to the ISO standard. It has a few Mac features, including a row of buttons along the bottom of the screen to change keyboard (ASCII vs. APL), debugging (NONE, TRACE, Macsbug) and to show the time and cursor position. Unfortunately there isn’t a full-screen editor; you have to use the standard clumsy APL del-editor. If you’re interested in doing number crunching and don’t care much about immediate access to the toolbox, this is a good one to look at. Girardot plans to add APL2 features (including nested arrays, ambivalent functions, machine language functions, as well as some object-oriented extensions) by the end of the year. Since APL 90 comes from France, it has a few keyboard problems - they very kindly put in a UK keyboard option, but not a US option. I haven’t bothered to patch the keyboard resources for my copy yet, since I don’t use it regularly, but it shouldn’t be hard to do. One warning - the 1.0e version that I have is incompatible with System 4.1.

• STSC APL*PLUS ($395, STSC Inc., 2115 East Jefferson St., Rockville, MD 20852) is the new name for PortaAPL. PortaAPL still lives as a company, but has licensed it’s Mac APL to STSC. PortaAPL still does all of the programming, and is bringing the interpreter into line with STSC’s other APLs for IBM-PCs and mainframes, while STSC handles documentation, marketing, support, and utility libraries.

The package you get contains a 200 page User’s Guide, 300 page Reference Manual, an APL tutorial (APL is Easy), key stickers to help you learn the keyboard layout, and two disks, one with the interpreter and the other with several utility workspaces. Price is $395 list, with educational discounts. The license agreement is the standard ‘We have all of the rights, you have all of the responsibilities’ variety. Registration entitles you to ‘free’ telephone support (but it’s not a toll-free phone number), and a quarterly newsletter. The phone support has been mostly helpful. They are very good at answering APL questions, but have more trouble with Mac specific problems. The people I’ve talked to have all been IBM-PC types.

The documentation is basically OK. The books are well laid out and easy to read. The Reference Manual has an excellent APL language summary that I wish I’d had available when I was first starting, and the User’s Guide can easily be read through in a couple of sittings to get an overview of the system. The organization isn’t great though. They went to some effort to not duplicate any information, and the indices aren’t complete. You have to go from one book to another a lot to find out enough about some things to use them. And some topics are just plain hard to find; for example, the SFOPEN and SFSAVE functions for invoking the Standard File package aren’t anywhere under ‘files’, but are listed under ‘dialogs’ - an obvious confusion on their part about what dialogs actually are. All of the appendices in the User’s Guide (the atomic vector, error messages, system limits) really should have been in the Reference Manual. The level of explanation is somewhat uneven as well. There is gory detail about what a file is, but you’re expected to already know about forks and resources. Even the name of the program is confusing at times - they refer to the STSC APL*PLUS System file often, and they mean the interpreter, not the Mac System file.

The tutorial book APL is Easy isn’t very useful. I found the tone of it to be patronizing, and almost every example is business related. (My brain clicks off whenever I see words like ‘amortization’ and ‘sales’.) It is written for the IBM-PC version of APL*PLUS, with a page or so of corrections for the Mac, and the highlighting of text that you should type in is distracting. Buy a copy of Gilman and Rose instead (APL: An Interactive Approach, Leonard Gilman and Allen J. Rose, John Wiley & Sons, ISBN 0-471-09304-1). They have business examples too, but they throw in enough math and computer science to keep it interesting.

The Mac interface is a little better than before, as is the editor. The full screen editor now has a horizontal scroll bar for long lines, and you can cut and paste more than one line at a time. There is no search function, so changing a variable name can be tedious. Cursor placement is tricky; if you click once between characters, the character to the left is highlighted, and I mangled a lot of text by typing too fast until I learned to click on the letter to the right. Double-clicking doesn’t select a word as it should, either. The scroll bars are present in the main interpreter window even though they aren’t active, and you can’t make them go away. They reduce the useful area of the screen, and look untidy when doing graphics. You can still only cut and paste one line in the main window.

The font is better (it no longer conflicts with San Francisco), but isn’t perfect. There are three sets of APL fonts (narrow, wide, and italic) and a downloadable Laser font, but since each family has the same ID numbers, you can’t have them all installed at once. You have to use the Config workspace functions to change the default family and size, and the change doesn’t take effect until the next time you load the interpreter. The font size you choose affects allowable values for the WINDOW function, which causes programming problems. Worse, if you install the font in your system file so that you can edit stuff in MacWrite, etc. the keys you need to get the APL characters are wildly different from what you use in APL. Why they couldn’t arrange things to be consistent is beyond me. I’d fix it with a font editor, but that would complicate transferring files to friends.

Toolbox access hasn’t changed appreciably from the older PortaAPL version. Quickdraw, menus, mouse functions and some resource functions are still there as utility workspaces. What STSC refers to as a ‘window’ is more appropriate to an IBM computer - just a restricted region of the screen.

The keyboard layout is very nice. You can choose between a standard APL layout, and the ‘unified’ arrangement, in which the APL characters are typed in with the option key. Lowercase is supported for object names, which is a great improvement over the standard underscored characters.

Mainframe versions of APL*PLUS have many of the APL2 extensions (newer editions of Gilman and Rose cover APL 2 and other common extensions of APL), and I had been particularly hoping for nested arrays. But nested arrays are memory hogs, and STSC is trying to keep the microcomputer versions as compatible as possible. Intel processors just couldn’t handle the load until recently with the ‘386, so we’ll have to wait for awhile. Nested array are on the list though, so with luck we may have them before too long. They do provide dyadic up- and down-grade, which makes alphabetizing in any order you chose extremely easy, and a few other APL2 functions.

The stability of APL*PLUS is pretty good. If you ever use desk accessories, you should set the HEAP_SPACE value with the Config program to at least 100k. I had some crashes until I figured out that APL allocates as much memory as possible into one big non-relocatable block in order to handle large arrays. HEAP_SPACE tells APL how much memory to leave free for the system, printer divers, and desk accessories. The default value is set to only 40k, which is barely enough for the laser printer driver or small DAs. On a Mac Plus, 100k is a good value; on a 512k machine, 70k is a reasonable compromise that still gives you a 180k workspace.

Of the three bugs I’ve found, one is minor; the SOUND function timing is from 20% to 80% too long, and the variation is random. This makes music programming impossible, but the control SOUND allows (pitch, volume and duration, and only one voice) is too limited for real music anyway. The other two are more serious. One is a SFSAVE problem. If you try to create a file that already exists, the ‘Do you want to replace?’ dialog comes up normally, but NCREATE will refuse to create the file, giving an filename error. This can be worked around by trapping the error, deleting the old file, then continuing on, as I do in the utility functions below. The third bug is the most serious: NTYPE, which gives a file type and creator to a Mac file, crashes the system randomly. It crashes much less often (about half the time instead of 90% of the time) if TRACE is turned on. STSC knows about the bug, and it should be fixed in the next version. Meanwhile, there is no workaround; you must use a utility such as Disktop, or FileInfo to manually set the type and creator.

Overall, I like APL*PLUS. The Mac interface needs a lot of work, and I have a list of quibbles, but it’s useful and fun, and mostly works as advertised. The support is good, and I think that new versions will fix the problems and add more goodies (nested arrays, please!!) [Note: APL*PLUS does not work on a Mac II, although it is rumored a beta Mac II version is in the works. STSC readily admits all their effort and interest right now is on the IBM version, which is up to version 7.0, as opposed to the Mac product, which has never left 1.0!-Ed]

Text Utilities

On to a few utilities that I wrote to help with getting information into and out of APL*PLUS. These are useful for including APL functions in a text file (like this article, oddly enough) without having to retype everything. It’s possible to do this via the clipboard, but I don’t care for the extra time it takes. Also, by reading and writing directly to a file, you can handle larger objects without running out of heap space. A note on one of my conventions - since lower case is now allowed in identifier names, I have used lower case exclusively for any global function name or variable. This makes it much easier to pick out my stuff from the utilities and routines that STSC provide, and that you have to leave lying around in the workspace to get anything done. And since everything except system functions are case sensitive, I don’t need to worry about accidentally using one of their names.

The first, lister, is based on the APL*PLUS LISTER program which dumps a workspace to the screen. I’ve changed it to dump to a file instead. It ignores all locked functions completely, and the format for the listing of variables is different. All of the local variables in the function end with a double underscore. Since local variables and functions are ignored by IDLIST (at least before you actually use a local variable), I wanted variable names that wouldn’t shadow global variables. (Note that since lister itself is declared local, it will not dump itself to the file.) I’m unlikely to use the double underscores under other circumstances, so lister should see everything in the workspace. “lister” shows up one of the big problems I’ve found with APL. Redirecting I/O can be a real pain compared to Fortran. I haven’t yet found an easy way to say ‘send stuff to a file instead of the screen until I say otherwise.’ If you write a numeric variable to a file, it’s sent as binary unless you explicitly tell it to be text by using the format (“) function.

Another complication is that since APL*PLUS is written in C, it uses newlines (line-feeds, TCNL) instead of the usual carriage returns ( TCCR) at the end of lines. This is assuming that there are any end of line markers at all - character vectors often have them, character matrices usually don’t. My solution is to first find all newlines and change them to returns, then if the variable is a matrix, I append returns to the end of each row. I have a separate function replace_char to change any character into another that makes the substitution easy.

“lister” first finds an unused file tie number, then calls SFSAVE to get a file name. If cancel is selected, filename__ will be an empty vector, and lister will exit. If an existing file name is chosen, you have to try to create the file, trap the resulting error, then delete the old file yourself. After you have a valid file name, just call NCREATE again and continue on.

To list the functions, I use VR, the visual representation. This produces a character vector with line feeds, and gives the line numbers. If you don’t want line numbers, you can use CR, the canonical representation instead; it’s a character matrix, and you’ll need to append carriage returns to each row. Variables are listed with the data type, then the variable name, and if it isn’t a scalar, the shape. The data itself comes on the following lines, one row per line for dimensions higher than one.

“replace_char” is a general character replacement filter, and is a nice example of the membership (©) and compress (/) functions, and indexing. The right argument is a character vector whose first element is the character to be replaced by the second element. Anything else in the vector is ignored. Line 9 creates a boolean vector (loc) with ones at every occurrence of cv[1]. ´Þ/shape creates a vector of 1 2 ... N, where N is the number of elements in the object. Multiplying by loc selects out the values that contain cv[1], and loc / compresses out the zeroes. “loc” can now be used as the array index for text. There is one problem with this algorithm: it uses a lot of memory. Iota uses 4 times as much memory as the text it’s working on. On a Mac+ this isn’t too bad - in an empty workspace I can easily work with a 100k character vector.

The next two functions let you transport character data into and out of APL without having to use the clipboard. “text_file” takes a character vector or matrix, converts newlines to returns, then writes it to a file. “file_text” reads a text file into a character vector, converting returns into newlines. This makes it convenient to write up help screens in Mockwrite, or any other editor instead of the marginal built in editor. Character vectors take up less space than matrices as they don’t have to pad out to the end of each line, but character matrices are often easier to manipulate. Note the check for available memory before actually reading the file - since file_text calls replace_char, you need to allow for the additional memory it needs.

Fig. 1 PlotDemo in APL

APL BBS

As an end note, some news about a BBS for APL users. BBS\APL (1-301-340-6296) is free (except for phone bills!). Now it’s oriented mostly towards IBM-PC users, but I’m sure we can change that. The BBS is run by Murray Spencer in Gaithersburg MD, and is a rats nest to navigate around, but there are plenty of special interest groups, including specific APL systems, Amiga, and academic, so it shouldn’t be hard to get them to support Macs. Give them a call and let them know that the IBM-PC is on the way out!

 ™ text   file_text ;tie ;name ;size
[1]   ’  imports a text file to a character vector, converts CR to LF
[2]   ’  uses  replace_char 
[3]   
[4]   tie   ( ® / 0, NNUMS ) - 1                                ’  get 
unused tie number
[5]   name    SFOPEN 'TEXT'                ’  get filename
[6]   ‚ ( name  '' ) / 0                  ’  exit if empty filename 
(cancel)
[7]   name  NTIE tie                       ’  open file
[8]   size    NSIZE tie                    ’  find out how big it is
[9]   ‚ ( size    WA ÷ 6 ) / MEMORY        ’  if too big, go to MEMORY
[10]  text    NREAD tie, 82, size, 0       ’  read in the whole file
[11]  text   text replace_char  TCCR, TCNL ’  convert CR to LF
[12]   NUNTIE tie                          ’  close file
[13]  EXIT: ‚ 0                            ’  exit
[14]  MEMORY:
[15]     'Not enough memory to read this file'   ’  print message to 
screen
[16]   NUNTIE tie                                ’  close file
     ™


     ™ lister ;fns__ ;var__ ;text__ ;x__ ;lister ;tie__ ;name__ ;type__ 
; ELX
[1]   ’  list all function and variable names and definitions to a file
[2]   ’  uses  replace_char
[3]   
[4]    ELX   ' ‚ ERR '               ’  trap errors
[5]   
[6]   var__    IDLIST 2              ’  get list of variables
[7]   fns__    IDLIST 1              ’  get list of functions
[8]   
[9]   name__   'Save as ...'  SFSAVE 'Listing'     ’  get file name  

[10]  ‚ ( name__ Â '' ) / EXIT       ’  exit if empty filename  (Cancel)
[11]  tie__   ( ® / 0, NNUMS ) - 1   ’  get an unused tie number
[12]  
[13]  CREATE:  
[14]  name__  NCREATE tie__          ’  create file
[15]  ’ 'QED1TEXT'  NTYPE  tie__     ’  assign file creator and type
[16]                                 ’  (commented out until  NTYPE is 
fixed)
[17]  
[18]  
[19]      ‚ (0 © µ fns__ ) / L4                       ’  If no FNS, skip 
to VARS   
[20]  L1: ‚ (0 = µ text__    VR fns__[ IO;]) / L3     ’  If locked fn, 
skip it  
[21]        text__   text__ replace_char  TCNL, TCCR  ’  replace LF with 
CR
[22]  L2:   ( text__, TCCR )   NAPPEND  tie__         ’  output function 
to file
[23]  L3: ‚ (~ 0 © µ fns__   1 0   fns__) / L1        ’  drop first name 
from list
[24]  L4: ‚ (0 © µ var__) / L7                        ’  If no variables, 
last line
[25]  L5:   text__   (text__   ' ') / text__   var__[ IO;]  ’  remove 
spaces
[26]        x__     text__                             ’  get data for 
object
[27]          ’ make ID line of type:  [INT]  variable_name   2 4 34 
µ
[28]        type__   '[',(,(11 82 323 645 = DR x__)Ÿ 4 3 µ'BITCHRINTFLT'),'] 
'
[29]        text__   type__,text__
[30]        (text__,'    ',((0   µµ x__) / (“µx__),'µ'), TCCR)  NAPPEND 
tie__ 
[31]        ((“ x__) ,  TCCR)   NAPPEND  tie__        ’  write object 
to file 
[32]  L6: ‚ (~0 © µ var__   1 0   var__) / L5         ’  see if there’s 
more to do
[33]  L7:    NUNTIE tie__                             ’  close file and 
quit   
[34]  EXIT:  ‚ 0    
[35]  ERR:          ’  check for file name error  
[36]      ‚ (‘FILE NAME ERROR’   15 ª  DM) / OTHER_ERR  
[37]        name__  NTIE tie__                        ’  open file
[38]        name__  NERASE tie__                      ’  delete file 

[39]        ‚ CREATE                              
[40]  OTHER_ERR:    ’  displays error message and quits for any other 
error
[41]       DM 
     ™


     ™ t   text replace_char  cv ;loc ;shape
[1]   ’  a filter to replace all occurrences of one character with another
[2]   ’  text   can be either a vector or a matrix of any shape
[3]   ’  cv[2]  character to replace cv[1] 
[4]   ’  t      returned with the same shape as the original text 
[5]   ’  Warning:  uses a lot of memory!  (4 times as much as text takes 
up)
[6]   
[7]   shape   µ text                   ’  remember the original shape
[8]   text   ,text                     ’  ravel text to a vector
[9]   loc   text © cv[1]               ’  find all occurrences of cv[1]
[10]  loc   loc / loc Þ ´ Þ/shape      ’  create list of positions of 
cv[1]
[11]  text[loc]   cv[2]                ’  do the replacement
[12]  t   shape µ text                 ’  return value reshaped to original
     ™


     ™ text_file text ;name__ ;tie__ ; ELX
[1]   ’  writes a character vector or matrix to a file, converting LF 
to CR
[2]   ’  a character matrix gets a CR added to the end of each row
[3]   ’  text can be any shape 
[4]   ’  uses  replace_char
[5]   
[6]    ELX   ' ‚ ERR '                      ’  error handler
[7]   tie__   ( ® / 0, NNUMS ) - 1          ’  get unused file tie number
[8]   name__   'Save text as ...’   SFSAVE  'Text'      get filename
[9]   ‚ ( name__ Â '' ) / EXIT              ’  exit if empty filename 
(cancel)
[10]  CREATE:
[11]  name__  NCREATE tie__                 ’  create file 
[12]  ’ 'QED1TEXT'  NTYPE tie__             ’  give it a creator and 
type
[13]  
[14]  text   text replace_char  TCNL, TCCR  ’  convert LF to CR
[15]  ‚ ( (µµ text) ¾  1 ) / L1             ’  if it a vector, skip next 
line
[16]    text   text , (µ text)[1] µ  TCCR   ’  append a CR to every row
[17]  L1:
[18]  (text, TCCR)  NAPPEND tie__           ’  write text to file
[19]   NUNTIE tie__                         ’  close file
[20]  EXIT: ‚ 0                             ’  exit
[21]  ERR:       ’  handle error to replace old file
[22]      ‚ ( 'FILE NAME ERROR'   15 ª  DM ) /  OTHER_ERR
[23]        name__  NTIE tie__
[24]        name__  NERASE tie__
[25]        ‚ CREATE
[26]  OTHER_ERR:
[27]       DM 
     ™

Fig. 2 Draw demo in APL

 
AAPL
$432.00
Apple Inc.
+1.95
MSFT
$35.00
Microsoft Corpora
+0.60
GOOG
$886.25
Google Inc.
+11.21

MacTech Search:
Community Search:

Software Updates via MacUpdate

Duplicate Annihilator 4.9.0 - Find and d...
Duplicate Annihilator takes on the time-consuming task of comparing the images in your iPhoto library using effective algorithms to make sure that no duplicate escapes. When found, the duplicate will... Read more
Bookends 12.0.0 - Reference management a...
Bookends is a full featured bibliography/reference and information management system for students and professionals. Access the power of Bookends directly from Mellel, Nisus Writer Pro, or MS Word... Read more
iTubeX 9.3 - Download videos, mp3, and s...
iTubeX allows you to download videos (Flash, HTML5 and others), .mp3 and .swf files from almost every website as easily as possible. You can also choose to save only the audio of a video as a .mp3... Read more
SlingPlayer Plugin 3.3.18.400 - Browser...
SlingPlayer is the screen interface software that works hand-in-hand with the hardware inside the Slingbox to make your TV viewing experience just like that at home. It features an array of... Read more
Cornerstone 2.7.10 - Feature-rich Subver...
Cornerstone allows you to take control of Subversion with a client application that was specifically designed for Mac users. Cornerstone integrates all of the features you need to interact with your... Read more
Xcode 4.6.3 - Integrated development env...
Apple Xcode is Apple Computer's integrated development environment (IDE) for OS X. The full Xcode package is free to ADC members and includes all the tools you need to create, debug, and optimize... Read more
Cobook Contacts 1.2.8 - Intelligent addr...
Cobook Contacts is an intuitive, engaging address book. Solve the problem of contact management with Cobook Contacts and its simple interface and powerful syncing and integration possibilities.... Read more
Tidy Up 3.0.7 - Find duplicate files and...
Tidy Up is a complete duplicate finder and disk-tidiness utility. With Tidy Up you can search for duplicate files and packages by the owner application, content, type, creator, extension, time... Read more
Microsoft Office 2011 14.3.5 - Popular p...
Microsoft Office 2011 helps you create professional documents and presentations. And since Office for Mac 2011 is compatible with Office for Windows, you can work on documents with virtually anyone... Read more
Adobe Flash Player 11.7.700.225 - Multim...
Adobe Flash Player is a cross-platform, browser-based application runtime that provides uncompromised viewing of expressive applications, content, and videos across browsers and operating systems.... Read more

Mail Ninja Review
Mail Ninja Review By Jennifer Allen on June 17th, 2013 Our Rating: :: SIMPLE MAIL SORTINGiPhone App - Designed for the iPhone, compatible with the iPad Favoring simplicity over complexity, Mail Ninja won’t be the email solution for... | Read more »
Beejumbled Review
Beejumbled Review By Jennifer Allen on June 17th, 2013 Our Rating: :: SIMPLE WORDPLAYUniversal App - Designed for iPhone and iPad A simple but cute word game, Beejumbled should keep word game fans bzzzzy for a time.   | Read more »
Angry Birds Update Flies Near As Rovio T...
Angry Birds Update Flies Near As Rovio Teases New Level Pack Posted by Andrew Stevens on June 17th, 2013 [ permalink ] A new Angry Birds update is on the way as Rovio posted an image on | Read more »
The Official Guide to Star Command HD Is...
The Official Guide to Star Command HD Is Out, Provides Tactical Strategies To Win Posted by Andrew Stevens on June 17th, 2013 [ permalink ] | Read more »
Bill Nye The Science Guy Promotes Scienc...
Bill Nye The Science Guy Promotes Science, Lets You Watch Favorite Clips Posted by Andrew Stevens on June 17th, 2013 [ permalink ] | Read more »
Clash of Clans Launches New Battle Spell...
Clash of Clans Launches New Battle Spells and Advanced Warfare In Latest Update Posted by Andrew Stevens on June 17th, 2013 [ permalink | Read more »
Perfection. Review
Perfection. Review By Carter Dotson on June 17th, 2013 Our Rating: :: REALLY GOODUniversal App - Designed for iPhone and iPad Perfection is a line-slicing puzzle game with no stars, no scores, just gameplay.   | Read more »
AT&T Update Will Provide Wireless Em...
AT&T Update Will Provide Wireless Emergency Alert System Posted by Andrew Stevens on June 17th, 2013 [ permalink ] | Read more »
Gangstar Vegas Review
Gangstar Vegas Review By Blake Grundman on June 17th, 2013 Our Rating: :: BUSTEDUniversal App - Designed for iPhone and iPad It is always unfortunate when bugs derail what could have been a great game.   | Read more »
How To: Listen to Lossless Music
Most digital music nowadays sounds slightly worse than it does on CD, thanks to audio compression. This is great for quickly downloading music, but not best for audio quality. If you want to listen to music on your iOS device without that pesky... | Read more »

Price Scanner via MacPrices.net

15-inch Retina MacBook Pros on sale for $200 off M...
 B&H Photo has 15″ Retina MacBook Pros on sale for $200 off MSRP including free shipping. B&H will also include free copies of Parallels Desktop, Bento Database, and LoJack for Laptops... Read more
Apple refurbished iMacs available for up to $330 o...
Apple has Apple Certified Refurbished 2012 iMacs in stock today for up to $330 off MSRP – 15% off. Each iMac comes with an Apple one-year warranty, and shipping is free: - 21″ 2.7GHz iMac: $1099 $100... Read more
Save up to $200 on MacBook Pros with Apple Educati...
Purchase a new MacBook Pro at The Apple Store for Education, and take up to $200 off MSRP. All teachers, students, and staff of any educational institution qualify for the discount. Shipping is free... Read more
Save up to $100 on iMacs with Apple Education disc...
Take up to $100 off the price of a new 21″ or 27″ iMac at The Apple Store for Education. All students, teachers, and staff at any educational institution qualify for the discount, and shipping is... Read more
Microsoft Makes Office Mobile Support For iPhone (...
Microsoft Office Division General Manager Julia White announced Friday that Microsoft is releasing Office Mobile for iPhone, which will be available at no extra charge from the Apple App Store for... Read more
Tablet Computers Supplementing — Not Displacing —...
The technological world moves incredibly fast, with cutting edge trends sometimes getting pushed to the edge of the information and entertainment superhighway almost before the digital ink of their... Read more
iOS 7 Beta Adoption Accelerates Rapidly Past Previ...
Chitika Insights notes: On June 10, 2013, as part of its Worldwide Developer Conference (WWDC), Apple unveiled its latest redesign for its iOS operating system (OS). Since that time, developers have... Read more
Shootout: 2013 MacBook Air versus 2012 MacBook Air
BareFeats’ rob-ART morgan says the ‘mid-2013′ MacBook Air has some key enhancements over the 2012 MacBook Air, with the new model’s flash storage dramatically faster than the flash storage in both... Read more
13″ MacBook Pro on sale for $100 off MSRP
Amazon.com has lowered their price on the 13″ 2.5GHz MacBook Pro to $1099.99 including free shipping. Their price is $100 off MSRP. Read more
27″ iMacs on sale for $150 off MSRP
B&H Photo has 27-inch iMacs on sale for $150 off MSRP: - 27″ 3.2GHz iMac: $1849.99 - 27″ 2.9GHz iMac: $1649.99 Shipping is free, and there is NY sales tax only. B&H will also include free... Read more

Jobs Board

*Apple* Retail - Manager - Apple (Unite...
Job SummaryKeeping an Apple Store thriving requires a diverse set of leadership skills, and as a Manager, youre a master of them all. In the stores fast-paced, dynamic Read more
*Apple* - Solution Architect - CompuCom...
Job Location: US-TX-Dallas Posted Date: 4/18/2013 Overview: The Apple Solution Architect (SA) will be responsible for supporting pre-sales and post-sales solutions in Read more
*Apple* Support Technician; Mid-level -...
A Kforce client in Washington, DC area is seeking an Apple Support Technician. This contractor will have the following types of responsibilities including, but not Read more
Systems Engineer - *Apple* TV - Apple...
Job Summary The Apple TV team is looking for an experienced engineer with a passion for delivering first in class home entertainment solutions. The individual must be Read more
*Apple* Support Technician - Mid - URS...
…Business Operations/Admin/IT Interest Sub Category: Information Technology Job Title : Apple Support Technician - Mid Employment Category/Status: full-time Type of Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.