Misplaced Pages

FOCUS

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

FOCUS is a fourth-generation programming language (4GL) computer programming language and development environment that is used to build database queries. Produced by Information Builders Inc., it was originally developed for data handling and analysis on the IBM mainframe . Subsequently versions for minicomputers and such as the VAX and other platforms were implemented. FOCUS was later extended to personal computers and (in 1997) to the World Wide Web : the WebFOCUS product.

#975024

26-440: Information Builders 's FOCUS product began as an alternate product to Mathematica 's RAMIS , the first Fourth-generation programming language (4GL). National CSS (NCSS), a Time-sharing vendor, licensed rights to make RAMIS available on its VP/CSS system. At some point Mathematica changed its licensing price. The interested parties were: RAMIS was the direct ancestor of FOCUS. Gerald D. Cohen and Peter Mittelman were

52-686: A "procedural" and "non-procedural" command structure. The former is for more immediate execution, whereas the latter "are placed into a stack of memory for later execution." Information Builders Information Builders (ibi) , founded in 1975, was a privately held software company headquartered in New York City . Information Builders (ibi) provided services in the fields of Business Intelligence , Data Integration and Data Quality solutions. Gerald D. Cohen, who died in 2020, co-founded Information Builders (ibi) in 1975 with Peter Mittelman and Martin B. Slagowitz. Their initial product, FOCUS ,

78-501: A browser. The most-used browser is Google Chrome , with a 67% global market share on all devices, followed by Safari with 18%. A web browser is not the same thing as a search engine , though the two are often confused. A search engine is a website that provides links to other websites. However, to connect to a website's server and display its web pages, a user must have a web browser installed. In some technical contexts, browsers are referred to as user agents . The purpose of

104-408: A data description file (called a "master file description") referring to the actual data file, or even several different data description files addressing the same data file in different ways, rather than the usual practice of having the file structure hard-coded into the program. In this way, files of any structure from any source can be accessed or produced in many different ways, eliminating much of

130-494: A report with headings CUSTNAME CUSTID PROJNAME PROJCOST There are keywords to facilitate modification (or deletion) of existing data, and the prompting and error messages from the interactive session can be customized. In 1997, a web-based version of FOCUS was introduced called "WebFOCUS" which built on the data access and reporting foundation of FOCUS, expanding these to a visually oriented thin-client paradigm accessible from any web browser . WebFOCUS's language has both

156-519: A section in the menu for deleting cookies. Finer-grained management of cookies usually requires a browser extension . The first web browser, called WorldWideWeb , was created in 1990 by Sir Tim Berners-Lee . He then recruited Nicola Pellow to write the Line Mode Browser , which displayed web pages on dumb terminals . The Mosaic web browser was released in April 1993, and was later credited as

182-530: A web browser is to fetch content and display it on the user's device. This process begins when the user inputs a Uniform Resource Locator (URL), such as https://en.wikipedia.org/ , into the browser. Virtually all URLs on the Web start with either http: or https: which means they are retrieved with the Hypertext Transfer Protocol (HTTP). For secure mode (HTTPS), the connection between

208-460: Is based on Mozilla 's code. Both of these codebases are open-source, so a number of small niche browsers are also made from them. The most popular browsers share many features in common. They automatically log users' browsing history , unless the users turn off their browsing history or use the non-logging private mode . They also allow users to set bookmarks , customize the browser with extensions , and can manage user passwords . Some provide

234-408: The most popular browser. Microsoft debuted Internet Explorer in 1995, leading to a browser war with Netscape. Within a few years, Microsoft gained a dominant position in the browser market for two reasons: it bundled Internet Explorer with its popular Windows operating system and did so as freeware with no restrictions on usage. The market share of Internet Explorer peaked at over 95% in

260-517: The 1970s and early 1980s, with FOCUS also being offered on a time-sharing basis via Tymeshare . Mathematica's time ran out in the mid-80s, and NCSS also failed, a victim of the personal computing revolution which obviated commercial timesharing. RAMIS was sold to a series of companies, ultimately landing with Computer Associates . NOMAD suffered a similar fate. FOCUS, under Cohen's direction, continued to flourish by expanding their product line. Loosely competitive with SAS , FOCUS never quite reached

286-513: The basis for many other browsers, including Microsoft Edge , currently in third place with about a 5% share, as well as Samsung Internet and Opera in fifth and sixth places respectively with over 2% market share each. The other two browsers in the top four are made from different codebases . Safari , based on Apple 's WebKit code, is the second most popular web browser and is dominant on Apple devices, resulting in an 18% global share. Firefox , in fourth place, with about 3% market share,

SECTION 10

#1733085220976

312-494: The browser and web server is encrypted , providing a secure and private data transfer. Web pages usually contain hyperlinks to other pages and resources. Each link contains a URL, and when it is clicked or tapped , the browser navigates to the new resource. Most browsers use an internal cache of web page resources to improve loading times for subsequent visits to the same page. The cache can store many items, such as large images, so they do not need to be downloaded from

338-442: The data manipulation (for example concatenation, or parsing) at times required with other earlier programming languages. For instance, the same actual data file can be accessed (read or write) as each record being an 80 byte text string, or as 40 2 character numerical fields, other as 10 8-byte floating point numbers, etc., by the user simply re-writing the appropriate master file description as needed. The second command would produce

364-561: The dataset as a whole, for instance printing or statistical analysis , and merely require the user/programmer to identify the dataset. Compared to general-purpose programming languages , this structure allows the user/programmer to be less familiar with the technical details of the data and how it is stored, and relatively more familiar with the information contained in the data. This blurs the line between user and programmer, appealing to individuals whose work roles are in business or research rather than information technology . This in turn has

390-399: The double edged result of allowing rapid answers to business or research questions, even ones requiring several iterations to get from the initial results to a final answer; but also can contribute to the construction of a large body of poorly written and/or difficult to maintain source code . A feature that was unique at the time is that FOCUS features the ability for the user to construct

416-646: The early 2000s. In 1998, Netscape launched what would become the Mozilla Foundation to create a new browser using the open-source software model. This work evolved into the Firefox browser, first released by Mozilla in 2004. Firefox's market share peaked at 32% in 2010. Apple released its Safari browser in 2003; it remains the dominant browser on Apple devices, though it did not become popular elsewhere. Google debuted its Chrome browser in 2008, which steadily took market share from Internet Explorer and became

442-682: The first web browser to find mainstream popularity. Its innovative graphical user interface made the World Wide Web easy to navigate and thus more accessible to the average person. This, in turn, sparked the Internet boom of the 1990s, when the Web grew at a very rapid rate. The lead developers of Mosaic then founded the Netscape corporation, which released the Mosaic-influenced Netscape Navigator in 1994. Navigator quickly became

468-408: The form of FOCUS, which was very similar to RAMIS: "the same bugs and the same misspelled error messages." The syntax of FOCUS in its simplest elements is almost a direct clone of the syntax of RAMIS bearing a resemblance similar to the differences between various early dialects of SQL. At the same time, NCSS decided to work on its own product, later called NOMAD . All three products flourished during

494-508: The most popular browser in 2012. Chrome has remained dominant ever since. By 2015, Microsoft replaced Internet Explorer with Edge for the Windows 10 release. Since the early 2000s, browsers have greatly expanded their HTML , CSS , JavaScript , and multimedia capabilities. One reason has been to enable more sophisticated websites, such as web apps . Another factor is the significant increase of broadband connectivity in many parts of

520-462: The principal developers of RAMIS while working at Mathematica Products Group in 1970. RAMIS was licensed by Mathematica to a number of in-house clients (including Nabisco and AT&T Corporation ), and was also offered by the National CSS timesharing company. In October 1975 Cohen left Mathematica and formed Information Builders, after which he recreated the product he had built at Mathematica in

546-475: The process of identifying files to the operating system , opening the input file, reading the next record, opening the output file, writing the next record, and closing the files. This basic operation allows the user/programmer to concentrate on the details of working with the data within each record, in effect working almost entirely within an implicit program loop that runs for each record, somewhat like RPG (Report Program Generator) . Other procedures operate on

SECTION 20

#1733085220976

572-667: The same degree of mainstream adoption, perhaps because it had only basic analytical and statistical functions and lacked the wide array of specialized analytic tools which made SAS the standard in fields such as pharmaceutical clinical trials . Instead, FOCUS concentrated on extreme flexibility in data import and export as well as ad hoc end-user reporting. Software packages with which FOCUS has linked and integrated include: Business intelligence software competitors include: Although FOCUS resembles other data access and analysis tools, such as SQL and SAS , it also includes report and chart display and presentation features. It automates

598-401: The server again. Cached items are usually only stored for as long as the web server stipulates in its HTTP response messages. During the course of browsing, cookies received from various websites are stored by the browser. Some of them contain login credentials or site preferences. However, others are used for tracking user behavior over long periods of time, so browsers typically provide

624-405: The world, enabling people to access data-intensive content, such as streaming HD video on YouTube , that was not possible during the era of dial-up modems . Google Chrome has been the dominant browser since the mid-2010s and currently has a 67% global market share on all devices. The vast majority of its source code comes from Google's open-source Chromium project; this code is also

650-485: Was completed in March 2021. Web browser A web browser is an application for accessing websites . When a user requests a web page from a particular website, the browser retrieves its files from a web server and then displays the page on the user's screen. Browsers are used on a range of devices, including desktops , laptops , tablets , and smartphones . By 2020, an estimated 4.9 billion people had used

676-434: Was designed to enable people without formal computer programming skills to work with information systems. Information Builders (ibi) was one of the largest privately held software firms, operating in more than 60 locations. In 2001, it established iWay Software, a wholly-owned company focusing on data integration and service-oriented architecture (SOA). In October 2020, TIBCO Software agreed to purchase ibi. The deal

#975024