Cello was created because of a demand for Web access by lawyers, who were more likely to use Microsoft Windows than the Unixoperating systems supporting earlier Web browsers, including the first release of Mosaic. The lack of a Windows browser meant many legal experts were unable to access legal information made available in hypertext on the World Wide Web.[9][17] Cello was popular during 1993/1994, but fell out of favor following the release of Mosaic for Windows and Netscape, after which Cello development was abandoned.[18][19][20][21][22][23][A 1][24]
Cello was first publicly released on 8 June 1993.[1] A version 2.0 was announced, but development was abandoned. Version 1.01a, 16 April 1994, was the last public release.[25][26] Since then, the Legal Information Institute at Cornell Law School has licensed the Cello 2.0 source code, which has been used to develop commercial software.[26][27][28]
The browser is no longer available from its original homepage.[A 2] However, it can still be downloaded from mirror sites.[A 3]
The development of Cello started in 1992, with beta versions planned for June 1993 and a release for July 1993.[29][30][31] It was publicly announced on 12 April 1993.[32]
The Legal Information Institute at Cornell Law School created the first law site on the
Internet in 1992 and the first legal website in 1993. However, at the time, there were no web browsers for the Microsoft Windows operating system, which was used by most lawyers. Thus, to allow lawyers to use their website, the Legal Information Institute developed the first Windows-based Web browser.[33][34][35] This was made possible by a grant from the National Center for Automated Information Research.[A 4]
Although other browsers at the time were based on CERN's WWW libraries called libwww, PCs of the time were not powerful enough to run the UNIX-oriented code.[31] As a result, Thomas Bruce had to rewrite most of the WWW libraries to work on Microsoft Windows.[31] Unlike most commercial browsers at that time, Cello used none of Mosaic's source code and thus had a different look and feel.[36][37]
Steven Sinofsky, president of the Windows division at Microsoft wrote in a June 1994 email: We do not currently plan on any other client software [in the upcoming release of Windows 95], especially something like Mosaic or Cello.[38][39][40][41] Nevertheless, on 11 January 1995, Microsoft announced that it had licensed the Mosaic technology from Spyglass, which it would use to create Internet Explorer.[41] On 15 August 1995, Microsoft debuted its own web browser Internet Explorer 1 for Windows 95. While it did not ship with the original release of Windows 95, it shipped with Microsoft Plus! for Windows 95.
Usage
When released in 1993, Cello was the only browser for the Microsoft Windows platform. Shortly after launch, Cello was being downloaded at a rate of 500 copies per day.[42] As such, it achieved a fair amount of use and recognition within the legal community, including a number of PC users with between 150,000 and 200,000 users.[31] In 1994, most websites were visited using either the Cello browser or the Mosaic browser.[43] Despite having fewer features than Mosaic, Cello continued to be used due to its simpler interface and lower system requirements.[44] Cello was praised for being easy to install, because it wasn't necessary to install Win32s or a TCP/IP stack for Windows 3.1.[45] Following the release of Windows 95, which offered a much better TCP/IP interface, Cello fell into disuse and was abandoned.[43][46]
By 1995, Cello, like the Mosaic browser, was overshadowed by two newer browsers β Netscape and Internet Explorer β and fell into disuse.[47][48] By 1999, Cello was considered to be a "historical" browser.[49][50]
Cello is considered to be one of the early casualties of the Browser wars.[51]
Cello supported the following FTP servers: most Unix servers (including SunOS, System V, and Linux), IBM VM, VMS systems, Windows NT, QVTNet, NCSA/CUTCP/Rutgers PC servers, FTP Software PC server, HellSoft NLM for Novell.[53][60]
Internet Connection
Cello works best with a direct Ethernet connection, but it also supports SLIP and PPP dialup connections through the use of asynchronous sockets.[8] Cello has an integrated TCP/IP runtime stack.[45]
Source: Berghel, Hal (1996). "The client's side of the World-Wide Web". Communications of the ACM39 (1): 30β40. doi:10.1145/234173.234177. ISSN0001-0782.
Derivatives
The first edition of BURKS, a project to produce non-profit CD-ROMs of resources for students of Computer Science, was based on Cello.[85]
InterAp, by California Software Inc, was based on Cello and featured a web browser with Telnet, FTP, and a Visual Basic-compatible scripting language called NetScripts.[56][86][87]
A version of Lovelace came bundled[88] with Cello.[89]
Technical
While originally Cello required the Distinct Corporation's TCP/IP stack, with the release of Cello Beta Version .8, Cello dropped support for Distinct, and became exclusively Winsock-based.[54][90]
Originally, although Cello could run on OS/2, OS/2's implementation of Winsock had bugs that prevented Cello from accessing the Internet.[61] The bug, APAR #PN52335, was later fixed allowing Cello to properly work on OS/2.[61][84]
The user agent for Cello is LII-Cello/<version> libwww/2.5.[91]
DDE support
Cello featured Dynamic Data Exchange (DDE) support. OLE support and DDE client support were planned, but never released.[61]
An example of how to invoke Cello from a Microsoft Word macro:
Sub MAIN
ChanNum = DDEInitiate("Cello", "URL")
DDEExecute(ChanNum, "http://www.law.cornell.edu")
DDETerminate(ChanNum)
End Sub
System requirements
Cello has the following system requirements:
[8][92][93]
Cello was not very stable and its development halted early.[62]
Cello did not render graphics well and required that the user reload the webpage when resizing the window. Like most browsers at the time, Cello also did not support any web security protocols.[37] It was also said that Cello rendered html "crudely" and pages would appear jaggedly.[36][37][95]
Cello also had sub-par performance in accessing the Internet and processing hypermedia documents.[36][95]
βThis can be seen in the "About Cello" dialog in Cello. It is also stated in the "Notices, Acknowledgments, Disclaimers" section of the included .hlp file in Cello.
βGiven in the "about Cello" - windows in Cello .9 beta
β 36.036.136.236.336.4Pak, Sean Sang-Chul (1996). Scheme for identifying and describing behavioral innovations embodied in computer programs (Thesis). Massachusetts Institute of Technology. hdl:1721.1/40608.
βBerghel, Hal (1999). "Digital village: the cost of having analog executives in a digital world". Communications of the ACM42 (11): 11. doi:10.1145/319382.319384.
βIf no reference is given and dates differ across files, oldest date is taken.
βSize taken from uncompressed exe file properties. Zip file size not used, because it's changeable (depends on compression method or files inside zip).
βGET url HTTP/V1.0
Fix: load exe file into hex editor (also available online, for example hexed.it). Search for string "HTTP/". Remove byte with letter "V", insert byte after string "User-Agent:" and set it to space. Save the file under new name.
βBrowser hangs when "Location" header isn't an exact match (for example if its all in lowercase like on this redirect test page)
βAlso crashes when image source doesn't contain an url with file extension.
Supported images (information taken from exe file; both lowercase and uppercase file extensions): gif (not animated), bmp, pcx, xbm.
βIf src attribute isn't last, Cello will treat everything after src= as image url (after removing all quotes), to the end of img tag.
βYou can still download latest bundle (with unmodified exe of Cello 1.01a) by manually replacing "lovelace.zip" with "lovecell.zip" in the http server link.
Romano, Nicholas C.; Nunamaker, Jay F.; Briggs, Robert O.; Vogel, Doug (1998). "Architecture, Design, and Development of an HTML/JavaScript Web-Based Group Support System". Journal of the American Society for Information Science49 (7): 649β667. doi:10.1002/(SICI)1097-4571(19980515)49:7<649::AID-ASI6>3.0.CO;2-1.