Yahoo! Widget Engine
   HOME

TheInfoList



OR:

Yahoo Widgets is a discontinued free application platform for
Mac OS X macOS (; previously OS X and originally Mac OS X) is a Unix operating system developed and marketed by Apple Inc. since 2001. It is the primary operating system for Apple's Mac computers. Within the market of desktop and lap ...
and
Microsoft Windows Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for ...
, specifically
Windows XP Windows XP is a major release of Microsoft's Windows NT operating system. It was release to manufacturing, released to manufacturing on August 24, 2001, and later to retail on October 25, 2001. It is a direct upgrade to its predecessors, Wind ...
, Vista and
Windows 7 Windows 7 is a major release of the Windows NT operating system developed by Microsoft. It was Software release life cycle#Release to manufacturing (RTM), released to manufacturing on July 22, 2009, and became generally available on October 22, ...
. The software was previously called Konfabulator, but after being acquired by computer services company
Yahoo Yahoo! (, styled yahoo''!'' in its logo) is an American web services provider. It is headquartered in Sunnyvale, California and operated by the namesake company Yahoo! Inc. (2017–present), Yahoo Inc., which is 90% owned by investment funds ma ...
on July 25, 2005 it was rebranded. The name Konfabulator was subsequently reinstated as the name of the underlying rendering engine. The engine uses a
JavaScript JavaScript (), often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for webpage behavior, of ...
runtime environment combined with an
XML Extensible Markup Language (XML) is a markup language and file format for storing, transmitting, and reconstructing arbitrary data. It defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. T ...
interpreter to run small applications referred to as widgets, and hence is part of a class of
software Software is a set of computer programs and associated documentation and data. This is in contrast to hardware, from which the system is built and which actually performs the work. At the lowest programming level, executable code consist ...
applications called
widget engine A software widget is a relatively simple and easy-to-use software application or component made for one or more different software platforms. A desk accessory or applet is an example of a simple, stand-alone user interface, in contrast with a ...
s. On February 27, 2012 Yahoo updated the License agreement stating that as of April 3, 2012 Yahoo! Widgets will continue to be available for download but support and development would stop.


Features

Yahoo Widget Engine includes some default widgets to get users started, including a weather widget, a digital clock, and a calendar among other things. Some of the most downloaded ones include a world time zone clock, dedicated countdown timers, simple RSS feed readers, and
webcam A webcam is a video camera which is designed to record or stream to a computer or computer network. They are primarily used in videotelephony, livestreaming and social media, and security. Webcams can be built-in computer hardware or peripher ...
viewers. Each widget runs in its own system process, separate from other types of widgets and the main Konfabulator system process itself, thus improving the stability of the software application as a whole. Should a problem occur with a Konfabulator widget requiring it to be shut down, that particular widget can be shut down without affecting other widgets or the main Konfabulator application. A disadvantage of doing this was the
computer memory In computing, memory is a device or system that is used to store information for immediate use in a computer or related computer hardware and digital electronic devices. The term ''memory'' is often synonymous with the term '' primary storag ...
needed for each process to run, which was possibly a potential problem on the computers of the time that were typically equipped with only 512mb-2gb RAM. This was a minor issue compared to the RAM consumed by the graphical nature of the widgets which could make them more RAM intensive than traditional square shaped desktop apps.


Heads-Up Display/Konsposé

Yahoo Widgets provides a feature that can quickly bring all open widgets to the top of the
desktop A desktop traditionally refers to: * The surface of a desk (often to distinguish office appliances that fit on a desk, such as photocopiers and printers, from larger equipment covering its own area on the floor) Desktop may refer to various compu ...
. It can be activated by pressing a
hotkey computing, a keyboard shortcut also known as hotkey is a series of one or several keys to quickly invoke a software program or perform a preprogrammed action. This action may be part of the standard functionality of the operating system o ...
(set by the user). This causes all widgets to be brought to the foreground, and all other applications to be dimmed. Widgets can also be set to be Konsposé-only, meaning that they will only appear when Konsposé is activated. Initially called Konsposé (alluding to Mac OS X's Exposé), it was renamed to "Heads-Up Display" with the release of Yahoo Widget Engine.


(The) Dock

With the introduction of Yahoo Widget Engine 4.0, the engine has included a feature called the dock. The dock shows all widgets with representative icons. Widgets that do not specify images are either provided with their screen-shot from th
official widget gallery
or the default widget icon, both shown on the right. When rolled over with the mouse, the dock helps users manage their widgets with buttons to close a widget, show a widget's preferences, and reveal a widget from the
head-up display A head-up display, or heads-up display, also known as a HUD (), is any transparent display that presents data without requiring users to look away from their usual viewpoints. The origin of the name stems from a pilot being able to view informa ...
. For users who prefer not to have a dock visible all the time, the dock has options to auto-hide when not active, or even close entirely.


Developer/API features

The Yahoo Widget Engine (Konfabulator) has a very flexible
application programming interface An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how ...
(API) based on
JavaScript JavaScript (), often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for webpage behavior, of ...
with many features useful to developers. A few basic features include items such as text-areas, images, and timers. Other features include the ability to download webpages from the Internet, as well as file
input/output In computing, input/output (I/O, or informally io or IO) is the communication between an information processing system, such as a computer, and the outside world, possibly a human or another information processing system. Inputs are the signals ...
, and animator objects to aid in visual effects. A built in interface allows widget developers to run OS specific code such as shell scripts and
COM Com or COM may refer to: Computing * COM (hardware interface), a serial port interface on IBM PC-compatible computers * COM file, or .com file, short for "command", a file extension for an executable file in MS-DOS * .com, an Internet top-level d ...
applications on Windows, and
AppleScript AppleScript is a scripting language created by Apple Inc. that facilitates automated control over scriptable Mac applications. First introduced in System 7, it is currently included in all versions of macOS as part of a package of system aut ...
on Mac. As of Yahoo Widget Engine 4.0,
SQLite SQLite (, ) is a database engine written in the C programming language. It is not a standalone app; rather, it is a library that software developers embed in their apps. As such, it belongs to the family of embedded databases. It is the mo ...
has been included in the engine, allowing developers to create and modify databases. Also included with 4.0 is the Canvas class, which allows vector drawing. Canvas "images" can be saved to either a JPG or PNG image file. With the introduction of the dock, widgets can set their own dock icons. Dock icons support a small subset of the engine's features, so they have the ability to display multiple images and text. This is useful to widgets designed to be such things as a clock, or a weather forecaster. Also added to text objects is support for simple
CSS Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML or XML (including XML dialects such as SVG, MathML or XHTML). CSS is a cornerstone technolo ...
styles for formatting. Another new feature included in version 4.0 is the ability to automatically check gallery downloaded widgets for updates. Previously only available to official Yahoo Widgets, this feature was enabled for all third-party widget authors on August 17, 2007. Yahoo Widgets 4.5, released on November 29, 2007, introduced support for both
WebKit WebKit is a browser engine developed by Apple and primarily used in its Safari web browser, as well as on the iOS and iPadOS version of any web browser. WebKit is also used by the BlackBerry Browser, PlayStation consoles beginning from the ...
and
Adobe Flash Adobe Flash (formerly Macromedia Flash and FutureSplash) is a multimedia software platform used for production of animations, rich web applications, desktop applications, mobile apps, mobile games, and embedded web browser video players. Flash ...
, allowing development of widgets using
XML Extensible Markup Language (XML) is a markup language and file format for storing, transmitting, and reconstructing arbitrary data. It defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. T ...
,
HTML The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaS ...
and
JavaScript JavaScript (), often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for webpage behavior, of ...
as well as the capabilities of Flash. The WebKit support does not include plugins, so Flash is supported through the use of a separate native object.


History


Initial development

Yahoo Widgets was originally developed as Konfabulator, by a core development team consisting of Arlo Rose, Perry Clarke, and Ed Voas. Originally released on February 10, 2003 as a Mac OS X only application which cost $24.95 (and later, with the release of version 2.0, US$19.95), its Windows version was released on November 8, 2004 with the release of version Konfabulator 1.8, and made freeware with the release of Konfabulator 2.1 on July 25, 2005, when it was sold to
Yahoo Yahoo! (, styled yahoo''!'' in its logo) is an American web services provider. It is headquartered in Sunnyvale, California and operated by the namesake company Yahoo! Inc. (2017–present), Yahoo Inc., which is 90% owned by investment funds ma ...
. Shortly prior to this,
Apple An apple is an edible fruit produced by an apple tree (''Malus domestica''). Apple trees are cultivated worldwide and are the most widely grown species in the genus '' Malus''. The tree originated in Central Asia, where its wild ancest ...
released a similar widget engine,
Dashboard For business applications, see Dashboard (business). A dashboard (also called dash, instrument panel (IP), or fascia) is a control panel set within the central console of a vehicle or small aircraft. Usually located directly ahead of the drive ...
, as part of its Mac OS X
Tiger The tiger (''Panthera tigris'') is the largest living Felidae, cat species and a member of the genus ''Panthera''. It is most recognisable for its dark vertical stripes on orange fur with a white underside. An apex predator, it primarily pr ...
operating system. Konfabulator's main commercial competitor on the Windows platform is
DesktopX DesktopX was a shareware desktop enhancement program that allowed users to build their own custom desktops. Amongst its features was a complete widget engine for Windows as well as a desktop object system. User creations could be exported as .de ...
, developed by
Stardock Stardock Corporation is a software development company founded in 1991 and incorporated in 1993 as Stardock Systems. Stardock initially developed for the OS/2 platform, but was forced to switch to Microsoft Windows due to the collapse of the OS ...
. Other programs offering similar functionality include Kapsules and AveDesk (for Windows),
gDesklets gDesklets is a GNOME program which provides the architecture for small applets (desktop widgets) to be placed on top of the user's desktop. It is comparable to other desktop widget programs. The applets placed on the desktop are meant to be qui ...
(for
GNOME A gnome is a mythological creature and diminutive spirit in Renaissance magic and alchemy, first introduced by Paracelsus in the 16th century and later adopted by more recent authors including those of modern fantasy literature. Its characte ...
), and
SuperKaramba SuperKaramba is a tool, a so-called widget engine, that allows the creation of functionality enhancement modules (desktop widgets) on the KDE desktop. The desktop widgets are usually embedded directly into the background and do not disturb the ...
(for KDE). The JavaScript engine used by Konfabulator uses the
Mozilla Mozilla (stylized as moz://a) is a free software community founded in 1998 by members of Netscape. The Mozilla community uses, develops, spreads and supports Mozilla products, thereby promoting exclusively free software and open standards, ...
SpiderMonkey SpiderMonkey is the first JavaScript engine, written by Brendan Eich at Netscape Communications, later released as open source and currently maintained by the Mozilla Foundation. It is used in the Firefox web browser. History Eich "wrote ...
implementation, and conforms to the Mozilla JavaScript version 1.5 standards (equivalent to
ECMAScript ECMAScript (; ES) is a JavaScript standard intended to ensure the interoperability of web pages across different browsers. It is standardized by Ecma International in the documenECMA-262 ECMAScript is commonly used for client-side scripti ...
262 edition 3, with Mozilla extensions). The idea of Konfabulator originated in 1998, when Arlo Rose saw how he could
skin Skin is the layer of usually soft, flexible outer tissue covering the body of a vertebrate animal, with three main functions: protection, regulation, and sensation. Other animal coverings, such as the arthropod exoskeleton, have different ...
the
MP3 MP3 (formally MPEG-1 Audio Layer III or MPEG-2 Audio Layer III) is a coding format for digital audio developed largely by the Fraunhofer Society in Germany, with support from other digital scientists in the United States and elsewhere. Origin ...
media player running on his computer. His idea was to "skin any information you wanted to see on your desktop.""Konfabulator's History"
on Konfabultor's web site, as illustrated by
Vera Brosgol Vera Brosgol, also known as the Verabee (born August 2, 1984, in Moscow), is an Eisner Award and Harvey Award winning cartoonist and a graduate in Classical Animation of Sheridan College in Canada. She currently lives in Portland, Oregon. She wor ...
Prior to this, he had experience with Kaleidoscope, a skinning program for the
Apple Macintosh The Mac (known as Macintosh until 1999) is a family of personal computers designed and marketed by Apple Inc. Macs are known for their ease of use and minimalist designs, and are popular among students, creative professionals, and software ...
operating systems, akin to
WindowBlinds WindowBlinds is a computer program that allows users to skin the Windows graphical user interface. It has been developed by Stardock since 1998, and is the most popular component of their flagship software suite, Object Desktop. It is also ...
. He coined the term "Konfabulator" to describe his idea, and then tried pitching his idea to other software programmers. He was unsuccessful until the year 2002, when Perry Clarke (who would later become one of the core developers of Konfabulator) heard about his idea and agreed to work with him on the project. On February 10, 2003, Rose and Clarke launched version 1.0 of Konfabulator. Before the launch, Rose created a teaser web site asking visitors what Konfabulator is, while it was still in development. When it was finally released, users of Konfabulator were highly impressed with the idea of widgets, and its popularity soared as a result, something which surprised the developers of Konfabulator. Due to its popularity, Rose and Clarke had to quit their jobs to work on Konfabulator full-time. In July 2003, Rose and Clarke started working on a Windows version with another software programmer, but internal differences broke them up and they were forced to scrap the work already done. Later, Rose persuaded Ed Voas (who was then a friend of Rose and had 10 years of software programming experience at
Apple Computer Apple Inc. is an American multinational technology company headquartered in Cupertino, California, United States. Apple is the largest technology company by revenue (totaling in 2021) and, as of June 2022, is the world's biggest company ...
, and would later become the third member of Konfabulator's core development team) to develop a Windows version for them. Initially he declined, but later he created a working
prototype A prototype is an early sample, model, or release of a product built to test a concept or process. It is a term used in a variety of contexts, including semantics, design, electronics, and software programming. A prototype is generally used to ...
and presented it to the Konfabulator development team within two days. In November 2004, Konfabulator 1.8, the first
cross-platform In computing, cross-platform software (also called multi-platform software, platform-agnostic software, or platform-independent software) is computer software that is designed to work in several computing platforms. Some cross-platform software ...
version of Konfabulator, was released. The Windows version was capable of seamlessly running most Konfabulator widgets written for the Mac OS X operating system on Windows machines, and vice versa. Some widgets developed later were, however, platform-specific. A few months later, on May 18, 2005, the first major release of Konfabulator since version 1.0, Konfabulator 2.0 (sometimes shortened to ''K:2''), was released, along with a visual overhaul of widgets, improved functionality, and a marked down price of US$19.95 from the previous US$24.95 (this was after many users, especially Windows users used to the idea of freeware and other cheaper widget engines, complained about the high price). The popularity of Konfabulator accelerated soon after that, and companies were seeking to use Konfabulator in their projects. In response to the demand for Konfabulator, and to provide a proper information source for widget developers (some of whom were scraping web sites for information for their widgets), the Konfabulator development team decided to sell Konfabulator to Yahoo.


Acquisition of Konfabulator

On July 25, 2005, Konfabulator was acquired by Yahoo, and Yahoo released Konfabulator for free. While the Konfabulator framework was renamed Yahoo Widgets, the underlying engine continued to be branded as Konfabulator until December 2005. Yahoo said the reason they purchased Konfabulator was that they wanted an easy way to open up its APIs to the widget developer community and allow them easy access to the information on the Yahoo Web site. In doing this, widgets could be built without having to scrape or search web sites in order to get information regarding the APIs for widgets and the Konfabulator framework. On May 23, 2006, the
Universal binary The universal binary format is, in Apple parlance, a format for executable files that run natively on either PowerPC or Intel-manufactured IA-32 or Intel 64 or ARM64-based Macintosh computers. The format originated on NeXTStep as " Multi ...
of the Yahoo Widget Engine, version 3.1.4, was made available to users of Intel-based Macintosh computers. In August 2006, Perry Clarke, the original engineer of the Mac version of the widget engine, left the Yahoo Widgets team, followed later by Arlo Rose himself. In August 2008, Ed Voas, who developed the first Windows version of Konfabulator, also left the team.


Closure

On March 2, 2012 it was announced that Yahoo would be closing down support for the Yahoo Widget Engine and closing the Yahoo Widget Gallery altogether. The announcement was made on the front page of th
Yahoo gallery
and on th
Konfabulator forum
Yahoo claimed that the reason for closure was twofold - the cost of replacing the older servers that supported the gallery and the refocussing of human resources on the development of the Yahoo! Connected TV widget platform.


Current Technical Status

Windows - The Yahoo Widget engine operates on Windows XP, Vista, Windows 7, 8 and 10. On XP the widget has full functionality. On NT6 systems (Vista +) the sound control functionality is limited as Windows UAC does not give widget apps the right to modify the system sound control without administrator access, all other functions operate as designed. Mac OSX - As of 10.11 El Capitan, the Yahoo widget dock no longer functions correctly. However, the dock can be disabled by editing the relevant .plist configuration file and the widgets then become accessible via the menu. Despite this relatively minor limitation, the widgets still operate as expected in previous versions of OSX. Linux - The Yahoo widget engine was ported to Ubuntu Linux 10.10 and modified to become the Yahoo! Connected TV engine. The linux version is not designed as a standalone widget engine for running widgets on desktop linux but instead uses Ubuntu as the host for an embedded o/s in television sets. However, it is possible to run Ubuntu linux 10.10 on a normal PC and run the Yahoo! Connected TV engine locally for development/testing purposes. On March 30, 2018 - fifteen years after Konfabulator debuted, Yahoo (now under Verizon ownership) stopped allowing "Kon" apps to be published to the Yahoo! Connected TV engine, encouraging developers instead to offer HTML5 connector apps. This marks the final discontinuation of the last continuing branch of Konfabulator.


Disruption of the Weather widget feed

As of May 2016 the popular Yahoo weather widget has stopped functioning. The weather widget was one of Yahoo's most popular widgets as it provided free access to Yahoo's weather feed. Yahoo has modified the manner in which the weather feed is accessed breaking not only the weather widget but all others programs and sites that attempt to use it. Yahoo's updated documentation stated: ''"To increase the security measure and better serving our YDN customers, weather data source will enforce OAuth 1 starting March 15, 2016. Please update your API calls with OAuth 1 enabled (via the OAuth /v1/yql end point if using YQL) using your Yahoo App key and secret."'' As the weather widget is no longer supported, changes to fix the widget will not be carried out by Yahoo employees. However, as all widgets can be decompiled to their original JavaScript source code, the widget could be modified by developers to correspond to Yahoo's modified authorisation requirements or to obtain the data from an alternate weather source. Other widgets have been modified in this manner and already obtain the source data from such alternative feeds as https://aviationweather.gov/adds/dataserver.


References


External links


Why Yahoo Bought Konfabulator

DesktopX/Konfabulator comparison


CNET Networks ''CNET'' (short for "Computer Network") is an American media website that publishes reviews, news, articles, blogs, podcasts, and videos on technology and consumer electronics globally. ''CNET'' originally produced content for radio and televi ...

Yahoo Widgets Gallery at DeviantArt

Guide to converting a Yahoo widget to a supported engine


Dashboard and Konfabulator comparisons


Comparison of Dashboard and Konfabulator
from John Siracusa's review of Mac OS X v10.4 for Ars Technica
Comparison of Dashboard and Konfabulator
from Daring Fireball's John Gruber {{Yahoo! Inc. Widget engines Utilities for macOS Utilities for Windows Widgets