Instant messaging requires the use of a client program that hooks up an instant messaging service and differs from e-mail in that conversations are then able to happen in real time. Most services offer a presence information feature, indicating whether people on one's list of contacts are currently online and available to chat. This may be called a contact list. In early instant messaging programs, each letter appeared as it was typed, and when letters were deleted to correct typos this was also seen in real time. This made it more like a telephone conversation than exchanging letters. In modern instant messaging programs, the other party in the conversation generally only sees each line of text right after a new line is started. Most instant messaging applications also include the ability to set a status message, roughly analogous to the message on a telephone answering machine.
Popular instant messaging services on the public Internet include .NET Messenger Service, MSN Messenger, AOL Instant Messenger, Excite/Pal, Gadu-Gadu, Google Talk, iChat, ICQ, Jabber, Qnext, QQ, Meetro, Skype, Trillian and Yahoo! Messenger. These services owe many ideas to an older (and still popular) online chat medium known as Internet Relay Chat (IRC).
The foregoing examples of the related art and limitations related therewith are intended to be illustrative and not exclusive. Other limitations of the related art will become apparent to those of skill in the art upon a reading of the specification and a study of the drawings.
The following embodiments and aspects thereof are described and illustrated in conjunction with systems, tools, and methods that are meant to be exemplary and illustrative, not limiting in scope. In various embodiments, one or more of the above-described problems have been reduced or eliminated, while other embodiments are directed to other improvements.
A technique for user notification involves receiving an event notification related to an event associated with user notification by a user; providing the event notification from a stored array to a process executed by a processor; using the event notification as a first title used for the process; providing a second title from the stored array to the process; and using the second title to identify the process to the user. The method may further include processing an event, such as by way of example but not limitation, a new mail event, a new instant message event, a reminder event, a calendar event, or some other event, and generating a string of characters that includes information associated with the event. The method may further include displaying the string of characters as a title associated with the process. A system constructed according to the technique may include a client, a title array, an event processing engine, and a title provisioning engine.
Embodiments of the inventions are illustrated in the figures. However, the embodiments and figures are illustrative rather than limiting; they provide examples of the invention.
In the following description, several specific details are presented to provide a thorough understanding of embodiments of the invention. One skilled in the relevant art will recognize, however, that the invention can be practiced without one or more of the specific details, or in combination with other components, etc. In other instances, well-known implementations or operations are not shown or described in detail to avoid obscuring aspects of various embodiments, of the invention.
The network 102 may include by way of example but not limitation LAN, WAN, VLAN, WLAN, Internet, cellular network, phone network, radio network, or some other known or convenient network. The term “Internet” as used herein refers to a network of networks that uses certain protocols, such as TCP/IP, and possibly other protocols such as the hypertext transfer protocol (HTTP) for hypertext markup language (HTML) documents that make up the World Wide Web (the web). The physical connections of the Internet and the protocols and communication procedures are well known, but any convenient physical connections or protocols could be used.
The server 104 may include a multiple servers. Indeed, it may be desirable, depending upon details of a particular implementation, to install several servers to cope with the number of simultaneous users the system 100 supports. It may further be desirable, depending upon details of a particular implementation, for the server 104 to have a high CPU throughput, together with large amounts of RAM, to handle a large number of users. It may further be desirable, depending upon details of a particular implementation, to accomplish resource sharing via thread handling where a pool of threads is shared and used by one or more of the clients 114 for client-server communication and between the server 104 and the IM server 106.
The server 104 may include one or more of an application server, database server, web server, banners server, and content server, or any combination thereof. To make the most of the techniques described herein, the server 104 should, though is not required to, include at least one application server. The other servers can have supporting roles in, by way of example but not limitation, serving static content or advertising (e.g., banners), storing usage data, or fulfilling some other known or convenient function.
The server 104 may act as a proxy server between the clients 114 and the IM server 106. The server 104 receives communications from the clients 114 on http port 80, and responds to the clients 114 on http port 80. Communications from the clients 114 that are bound for the IM network 108, however, must also come through http port 80 to the server 104, and are then forwarded to the IM server 106. In this way, the server 104 acts as a carrier of the data from users to the IM network 108 using a mechanism that controls and manages the data (e.g., text messages, display images, emoticons, audio/video streams, etc.) sent between one of the clients 114 and the server 104, and vice versa.
The IM server 106 may be any known or convenient IM server that is compatible with IM. Events, messages, or other appropriate data from the IM server 106 are collected in the event queue 116 of the server 104. The events may be collected in association with a variety of protocols including by way of example but not limitation port 1863, port 5050, port 5222, port 5190, etc.
The IM network 108 may include one or a combination of networks selected from MSN Messenger, Yahoo! Messenger, AIM AOL, ICQ, QQ, Jabber, Google Talk, IRC, or some other known or convenient IM network.
The clients 114 may include any known or convenient device, including by way of example but not limitation, a Web browser, mobile client, PDA, game console, TV box, native application, etc. The clients poll the server 104 for events. The events can be removed from the event queue 116 and translated into text, JavaScript, XML, or some other known or convenient format that one or more of the clients 114 need or expect in order to process data associated with the event.
To interact with the IM network 108, the clients 114 send data to the server 104. The data, which may include commands, is processed and translated into corresponding data that will be sent to the appropriate IM network. In an embodiment, the appropriate IM network may be determinable based upon the protocol encoded in a message.
Messages or actions from the clients 114 are collected over network protocols such as, by way of example but not limitation, HTTP or plain socket connections. The messages or actions are transformed to an appropriate protocol format to be sent over a compliant port from the clients 114 to the server 104, with the IM protocol on the application side. In a non-limiting embodiment, the compliant port is http port 80. However, any port having similar characteristics to those of a typical port 80 could be used.
The latest available browsers, as of December 2005, enable the use of a technique called AJAX (Asynchronous JavaScript And XML). With AJAX, appropriately configured clients 114 can execute actions and poll for messages or events using only JavaScript. The method is based on using an XMLHttpRequest object to make HTTP requests to the server 104. The server 104 may reply with messages taken from the queue of the corresponding session in XML (or another) format that are parsed and displayed according to the message content.
For clients 114 that include a browser, when accessing the server 104 the browser typically uses hidden HTML frames to update information on visible frames. The visible frames display appropriate information while the hidden frames are reloaded in short periods of time. In each refresh that hits the server 104, the browser identifies the current messaging session and checks if new events or messages associated with the session are in the event queue 116. When new information arrives and needs to be displayed in some form, the browser makes use of, for example, JavaScript code to update the visible frames and windows with new messages or events keeping the information up to date in the screen. In this way, automatic refreshing can take place in a hidden frame.
In another embodiment, certain of the clients 114 with browsers may not make use of refreshes. For example, a form of updating the screen without using a refresh technique is to keep one single HTTP socket request alive for the whole period of a messaging session without actually closing the socket connection. In this example, information is initially loaded and displayed in one single visible frame. While events and messages are being received by the server 104, JavaScript code can be injected into the HTML document through the same HTTP socket kept alive and managed by the server 104. For each event or message, the browser can interpret the JavaScript code injected and the corresponding parts of the HTML document and windows will be updated.
In another embodiment, certain of the clients 114 with browsers may make use of manual refreshes. Some relatively unsophisticated browsers, such as WAP and xHTML browsers often available on mobile phones, do not support hidden frames and/or JavaScript (and others may be configured such that they do not support hidden frames and/or JavaScript). In such cases, the information displayed has to be updated manually by the user. Manual updating enables any mobile phone, PDA, TV Set or any device with a browser to connect to the server 104 and use the messaging platforms made available by the server 104 assuring the communication between the clients 114 and the IM server 106.
Message history can be stored by most IM clients on a local computer. For alternative web and mobile-based.clients local storage may not be possible. In a non-limiting embodiment, the server 104, may have the capability to store message history from IM conversations done via one or more of the clients 114. The message history can be accessed and searched at any time via the server 104 by one or more of the clients 114.
For illustrative purposes, it is assumed that the client 202 has content that is compatible with the IM network 204. However, the client 210 is capable of reading content formatted to be compatible with the IM network 208. Thus, in operation, the server 206 collects content from the client 202 (either through the IM network 204, as shown in
As is well-understood, different devices provide different functionality. For example, a desktop typically provides greater storage, greater display area, and greater power than a cell phone. Thus, at best, an IM client must work under the constraints imposed by a particular device. Depending upon the device, certain functionality may be more useful. For example, a device may have inferior capabilities with respect to notifying a user when a message is received.
The device capabilities may limit the way in which a user can be notified when a message is received. The environment in which a user operates may provide another limitation. For example, a user at work may not want to play a noise or have a popup window show up every time a message is received. Similarly, a user who gets lots of messages may not want to hear the noise or see the popup windows because of the great frequency with which it occurs. Advantageously, notification can take place in a titlebar, which is great for devices that have inferior notification functionality, and great for users who want a subtle notification.
In the example of
For example, notifying a user when new messages arrive or events happen can gracefully be done by a native IM application. However, for alternative web clients this is more difficult given the nature of control from within a browser to the Operating System. There is less control for alerts like flashing windows etc. from browsers. In such cases, it may be particularly advantageous for a server to be able to provide a user with alerts for new messages or events using the title bar, task bar, or other display area of a browser.
In the example of
In the example of
The title can be used to notify users of certain events by changing the title of the IM client. The changing of the text in the taskbar and/or titlebar may stand out from other taskbars and/or with fixed texts.
In the example of
In the example of
In the example of
Modifying the title (414) presumably modifies the display in the applicable titlebar and/or the display in the applicable taskbar item. Conventional browsers typically do not allow setting a title in a titlebar that is different from the corresponding taskbar item. However, a display area could display information different from that of the title, if configured appropriately. Moreover, future browsers may include functionality that allows displaying different titles in the titlebar and the taskbar.
The title of the application may or may not keep the changed value until the user takes some action (e.g., clicking on the taskbar item associated with the IM client process). For example, the original title could be displayed after a certain amount of time has passed (e.g., a “new message” title could last for 10 seconds before reverting to the original title).
In the example of
In the example of
In the example of
In the example of
The title of, e.g., a window shows up in both the titlebar of a window and in the taskbar. Advantageously, users can be notified of events in the taskbar, while they are using another application. The changing taskbar would benefit clients on devices using a desktop system that allows multiple applications to run at the same time, e.g. Mail client, Browser, IM, etc. While users are switching between various applications and an IM client they may not be aware of new messages/events that have arrived. The alternating messages can be seen in a taskbar even if, for example, the browser window is minimized or behind other application or browser windows (as in
Advantageously, in an embodiment, a title associated with an event can include programmed text effects.
The computer 610 includes an interface 612, an event processing engine 614, a title provisioning engine 616, a title array 618, a multiplexer 620, and a client 622. The interface 612 may include an implementation-specific number of different kinds of known or convenient interfaces. The input device 602, the network 604, and the output device 606 are coupled to the computer 610 using the interface 612.
An event received on the interface 612 (from either the input device 602 or the network 604) is provided to the event processing engine 614 for processing in a known or convenient manner. The event processing engine 614 may be embodied in a computer-readable medium. If user notification is desired for the event, the user can be notified in any known or convenient manner.
Advantageously, data associated with the event can also (or in the alternative) be provided to the title provisioning engine 616. The title provisioning engine 616 may be embodied in a computer-readable medium. In the example of
A given event may cause the title provisioning engine 616 to rewrite the entire title array 618 with title strings associated with the most recent events. Alternatively, a given event may cause the title provisioning engine 616 to append title strings to the end of the title array 618. In a non-limiting embodiment, the title provisioning engine 616 updates the current title array 618 by adding new data associated with an event, excluding redundant data (e.g., data that is already represented in the title array 618).
In the example of
In the example of
However, in a non-limiting embodiment, the title provisioning engine 616 controls the title generator 626 to either generate a title in the usual way (e.g., using the state of the client 622 to determine an appropriate title), or to not generate a title because a title string is available from the title array 618. Thus, title string 624, which is embodied in a computer-readable medium in association with the display, will include either a title generated in accordance with the state of the client 622 or a title string from the title array 618 (specifically, the title array string selected by the multiplexer 620). The display (e.g., a window including the title string 624) is provided to the interface 612 for display on the output device 606.
Advantageously, although the title string 624 is likely to have display limitations associated with the client 622, the operating system, the output device 606, or other factors, creative control of the title array 618 can yield interesting title display characteristics. For example, the title can appear to have scrolling text, blinking, alternating upper and lower case, etc.
Scrolling text may be accomplished by cycling through the title array 618 over time. After the title array string [N] is displayed, the title array 618 can start over at title array string [0], or allow the title generator 626 to generate a title instead. The scrolling text could include the actual message of an IM message, displayed in the title over time, the scrolling text could scroll through a list of senders of email that has not yet been checked. Blinking can be accomplished by, conceptually, making every other title array string blank. Alternatively, a NULL string could be periodically provided instead of a title array string. The number of programmed text effects available to those of ordinary skill in the art of computer programming, with this teaching before them, are practically impossible to list exhaustively so no effort is made to do so herein.
In the example of
In the example of
In the example of
In the example of
In the example of
In the example of
The computer 802 interfaces to external systems through the communications interface 810, which may include a modem or network interface. The communications interface 810 can be considered to be part of the computer system 800 or a part of the computer 802. The communications interface 810 can be an analog modem, ISDN modem, cable modem, token ring interface, satellite transmission interface (e.g. “direct PC”), or other interfaces for coupling a computer system to other computer systems. Although conventional computers typically include a communications interface of some type, it is possible to create a computer that does not include one, thereby making the communications interface 810 optional in the strictest sense of the word.
The processor 808 may include, by way of example but not limitation, a conventional microprocessor such as an Intel Pentium microprocessor or Motorola power PC microprocessor. While the processor 808 is a critical component of all conventional computers, any applicable known or convenient processor could be used for the purposes of implementing the techniques described herein. The memory 812 is coupled to the processor 808 by a bus 820. The memory 812, which may be referred to as “primary memory,” can include Dynamic Random Access Memory (DRAM) and can also include Static RAM (SRAM). The bus 820 couples the processor 808 to the memory 812, and also to the non-volatile storage 816, to the display controller 814, and to the I/O controller 818.
The I/O devices 804 can include a keyboard, disk drives, printers, a scanner, and other input and output devices, including a mouse or other pointing device. For illustrative purposes, at least one of the I/O devices is assumed to be a block-based media device, such as a DVD player. The display controller 814 may control, in a known or convenient manner, a display on the display device 806, which can be, for example, a cathode ray tube (CRT) or liquid crystal display (LCD).
The display controller 814 and I/O controller 818 may include device drivers. A device driver is a specific type of computer software developed to allow interaction with hardware devices. Typically this constitutes an interface for communicating with the device, through a bus or communications subsystem that the hardware is connected to, providing commands to and/or receiving data from the device, and on the other end, the requisite interfaces to the OS and software applications.
The device driver may include a hardware-dependent computer program that is also OS-specific. The computer program enables another program, typically an OS or applications software package or computer program running under the OS kernel, to interact transparently with a hardware device, and usually provides the requisite interrupt handling necessary for any necessary asynchronous time-dependent hardware interfacing needs.
The non-volatile storage 816, which may be referred to as “secondary memory,” is often a magnetic hard disk, an optical disk, or another form of storage for large amounts of data. Some of this data is often written, by a direct memory access process, into memory 812 during execution of software in the computer 802. The non-volatile storage 816 may include a block-based media device. The terms “machine-readable medium” or “computer-readable medium” include any known or convenient storage device that is accessible by the processor 808 and also encompasses a carrier wave that encodes a data signal.
The computer system 800 is one example of many possible computer systems which have different architectures. For example, personal computers based on an Intel microprocessor often have multiple buses, one of which can be an I/O bus for the peripherals and one that directly connects the processor 808 and the memory 812 (often referred to as a memory bus). The buses are connected together through bridge components that perform any necessary translation due to differing bus protocols.
Network computers are another type of computer system that can be used in conjunction with the teachings provided herein. Network computers do not usually include a hard disk or other mass storage, and the executable programs are loaded from a network connection into the memory 812 for execution by the processor 808. A Web TV system, which is known in the art, is also considered to be a computer system, but it may lack some of the features shown in
The computer system 800 may be controlled by an operating system (OS). An OS is a software program—used on most, but not all, computer systems—that manages the hardware and software resources of a computer. Typically, the OS performs basic tasks such as controlling and allocating memory, prioritizing system requests, controlling input and output devices, facilitating networking, and managing files. Examples of operating systems for personal computers include Microsoft Windows®, Linux, and Mac OS®. Delineating between the OS and application software is sometimes rather difficult. Fortunately, delineation is not necessary to understand the techniques described herein, since any reasonable delineation should suffice.
As used herein, algorithmic descriptions and symbolic representations of operations on data bits within a computer memory are believed to most effectively convey the techniques to others skilled in the art. An algorithm is here, and generally, conceived to be a self-consistent sequence of operations leading to a desired result. The operations are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like.
It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the following discussion, it is appreciated that throughout the description, discussions utilizing terms such as “processing” or “computing” or “calculating” or “determining” or “displaying” or the like, refer to the action and processes of a computer that manipulates and transforms data represented as physical (electronic) quantities within the computer system's registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage, transmission or display devices.
An apparatus for performing techniques described herein may be specially constructed for the required purposes, or it may comprise a general purpose computer selectively activated or reconfigured by a computer program stored in the computer. Such a computer program may be stored in a computer readable storage medium, such as, by way of example but not limitation, read-only memories (ROMs), RAMs, EPROMs, EEPROMs, magnetic or optical cards, any type of disk including floppy disks, optical disks, CD-ROMs, DVDs, and magnetic-optical disks, or any known or convenient type of media suitable for storing electronic instructions.
The algorithms and displays presented herein are not inherently related to any particular computer architecture. The techniques may be implemented using any known or convenient programming language, whether high level (e.g., C/C++) or low level (e.g., assembly language), and whether interpreted (e.g., Perl), compiled (e.g., C/C++), or Just-In-Time (JIT) compiled from bytecode (e.g., Java). Any known or convenient computer, regardless of architecture, should be capable of executing machine code compiled or otherwise assembled from any language into machine code that is compatible with the computer's architecture.
As used herein, the term “embodiment” means an embodiment that serves to illustrate by way of example but not limitation.
It will be appreciated to those skilled in the art that the preceding examples and embodiments are exemplary and not limiting to the scope of the present invention. It is intended that all permutations, enhancements, equivalents, and improvements thereto that are apparent to those skilled in the art upon a reading of the specification and a study of the drawings are included within the true spirit and scope of the present invention. It is therefore intended that the following appended claims include all such modifications, permutations and equivalents as fall within the true spirit and scope of the present invention.
This application is a continuation of U.S. patent application Ser. No. 16/546,265 filed Aug. 20, 2019, now U.S. Pat. No. 10,735,364, which is a continuation of U.S. patent application Ser. No. 14/458,028 filed Aug. 12, 2014, now U.S. Pat. No. 10,389,666, which is a continuation of U.S. patent application Ser. No. 13/847,423 filed Mar. 19, 2013, now U.S. Pat. No. 8,806,084, which is a continuation of U.S. patent application Ser. No. 13/554,996 filed Jul. 20, 2012, now U.S. Pat. No. 8,402,179, which is a continuation of U.S. patent application Ser. No. 13/165,709 filed Jun. 21, 2011, now U.S. Pat. No. 8,230,135, which is a divisional of U.S. patent application Ser. No. 11/637,514 filed Dec. 11, 2006, now U.S. Pat. No. 8,037,212, which claims priority to U.S. Provisional Patent Application Ser. No. 60/748,988 filed Dec. 9, 2005, which are incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
4531184 | Wigan et al. | Jul 1985 | A |
5943478 | Aggarwal | Aug 1999 | A |
6260148 | Aggarwal | Jul 2001 | B1 |
6415313 | Yamada et al. | Jul 2002 | B1 |
6415318 | Aggarwal et al. | Jul 2002 | B1 |
6484196 | Maurille | Nov 2002 | B1 |
6549937 | Auerbach et al. | Apr 2003 | B1 |
6571234 | Knight et al. | May 2003 | B1 |
6993327 | Mathis | Jan 2006 | B2 |
7042879 | Eschbach et al. | May 2006 | B2 |
7185059 | Daniell et al. | Feb 2007 | B2 |
7288028 | Rodriquez et al. | Oct 2007 | B2 |
7313760 | Grossman et al. | Dec 2007 | B2 |
7389324 | Masonis et al. | Jun 2008 | B2 |
7426382 | Aerrabotu et al. | Sep 2008 | B2 |
7469301 | Daniell | Dec 2008 | B2 |
7496379 | Kaplan et al. | Feb 2009 | B2 |
7512619 | Burkhardt | Mar 2009 | B2 |
7523138 | Gruhl et al. | Apr 2009 | B2 |
7587501 | Stillion et al. | Sep 2009 | B2 |
7590696 | Odell et al. | Sep 2009 | B1 |
7593925 | Cadiz et al. | Sep 2009 | B2 |
7636755 | Blattner et al. | Dec 2009 | B2 |
7730144 | Taylor et al. | Jun 2010 | B2 |
7743404 | Deutschmann | Jun 2010 | B1 |
7779076 | Teikes et al. | Aug 2010 | B2 |
7933957 | Daniell | Apr 2011 | B2 |
8037212 | Taylor et al. | Oct 2011 | B2 |
8099464 | Cooperman | Jan 2012 | B2 |
8135774 | Ryabchun et al. | Mar 2012 | B2 |
8458347 | Polis et al. | Jun 2013 | B2 |
10536412 | Taylor et al. | Jan 2020 | B2 |
10735364 | Taylor et al. | Aug 2020 | B2 |
11012393 | Taylor et al. | May 2021 | B2 |
20010026231 | Satoh | Oct 2001 | A1 |
20020063735 | Tamir et al. | May 2002 | A1 |
20020077080 | Greene | Jun 2002 | A1 |
20020091770 | Takakura et al. | Jul 2002 | A1 |
20020143916 | Mendiola et al. | Oct 2002 | A1 |
20020154153 | Messinger et al. | Oct 2002 | A1 |
20030028597 | Salmi et al. | Feb 2003 | A1 |
20030061382 | Brown et al. | Mar 2003 | A1 |
20030076367 | Bencze et al. | Apr 2003 | A1 |
20030088676 | Smith et al. | May 2003 | A1 |
20030131061 | Newton et al. | Jul 2003 | A1 |
20030208545 | Eaton | Nov 2003 | A1 |
20030210265 | Haimberg | Nov 2003 | A1 |
20030222907 | Heikes et al. | Dec 2003 | A1 |
20030225846 | Heikes et al. | Dec 2003 | A1 |
20040010808 | deCarmo | Jan 2004 | A1 |
20040015547 | Griffin et al. | Jan 2004 | A1 |
20040054646 | Daniell et al. | Mar 2004 | A1 |
20040054802 | Beauchamp et al. | Mar 2004 | A1 |
20040061716 | Cheung | Apr 2004 | A1 |
20040083297 | Gazzetta et al. | Apr 2004 | A1 |
20040120260 | Bernier et al. | Jun 2004 | A1 |
20040158609 | Daniell | Aug 2004 | A1 |
20040158610 | Davis et al. | Aug 2004 | A1 |
20040185874 | Kim et al. | Sep 2004 | A1 |
20040221224 | Blattner et al. | Nov 2004 | A1 |
20040243941 | Fish | Dec 2004 | A1 |
20050009517 | Maes | Jan 2005 | A1 |
20050038868 | Spicer | Feb 2005 | A1 |
20050038876 | Chaudhuri | Feb 2005 | A1 |
20050065995 | Milstein | Mar 2005 | A1 |
20050080867 | Malik et al. | Apr 2005 | A1 |
20050097061 | Shapiro et al. | May 2005 | A1 |
20050108341 | Mathew et al. | May 2005 | A1 |
20050114454 | D'Angelo et al. | May 2005 | A1 |
20050119910 | Schneider | Jun 2005 | A1 |
20050187781 | Christensen | Aug 2005 | A1 |
20050216300 | Appelman et al. | Sep 2005 | A1 |
20050235219 | Szeto | Oct 2005 | A1 |
20050259656 | Dollar et al. | Nov 2005 | A1 |
20050268237 | Crane et al. | Dec 2005 | A1 |
20060080392 | Kawakami et al. | Apr 2006 | A1 |
20060095562 | Agarwal et al. | May 2006 | A1 |
20060168054 | Burkhart et al. | Jul 2006 | A1 |
20060248157 | Daniell et al. | Nov 2006 | A1 |
20060256816 | Yarlagadda et al. | Nov 2006 | A1 |
20060265381 | Altaf et al. | Nov 2006 | A1 |
20060268828 | Yarlagadda | Nov 2006 | A1 |
20060271630 | Bensky et al. | Nov 2006 | A1 |
20060277053 | Lobb et al. | Dec 2006 | A1 |
20070043878 | Carlson et al. | Feb 2007 | A1 |
20070135099 | Taylor et al. | Jun 2007 | A1 |
20070136419 | Taylor et al. | Jun 2007 | A1 |
20070168451 | Taylor et al. | Jul 2007 | A1 |
20070168529 | Taylor et al. | Jul 2007 | A1 |
20070168558 | Taylor et al. | Jul 2007 | A1 |
20070192479 | Felten | Aug 2007 | A1 |
20070300164 | Bhogal et al. | Dec 2007 | A1 |
20080182559 | Pyhalammi et al. | Jul 2008 | A1 |
20080261569 | Britt et al. | Oct 2008 | A1 |
20090125591 | Kirkpatrick | May 2009 | A1 |
20090187536 | Jackson | Jul 2009 | A1 |
20090300502 | Johnson et al. | Dec 2009 | A1 |
20100099421 | Patel et al. | Apr 2010 | A1 |
20100153284 | Hoag et al. | Jun 2010 | A1 |
20100228747 | Taylor et al. | Sep 2010 | A1 |
20100325222 | Taylor et al. | Dec 2010 | A1 |
20150009517 | Shimizu | Jan 2015 | A1 |
20160094505 | Taylor et al. | Mar 2016 | A1 |
20170310624 | Taylor et al. | Oct 2017 | A1 |
20190386942 | Taylor | Aug 2019 | A1 |
20200112532 | Taylor et al. | Apr 2020 | A1 |
Number | Date | Country |
---|---|---|
0854655 | Jul 1998 | EP |
1292071 | Sep 2002 | EP |
20000036288 | Jul 2000 | KR |
9948011 | Sep 1999 | WO |
01020474 | Mar 2001 | WO |
01043357 | Sep 2001 | WO |
03056764 | Jul 2003 | WO |
2004027562 | Sep 2003 | WO |
2004031976 | Apr 2004 | WO |
2004079530 | Sep 2004 | WO |
2005045591 | May 2005 | WO |
2005074588 | Aug 2005 | WO |
2006083820 | Aug 2006 | WO |
2007063041 | Jun 2007 | WO |
2007110703 | Oct 2007 | WO |
2007129144 | Nov 2007 | WO |
2007129143 | Mar 2008 | WO |
2008072028 | Jun 2008 | WO |
2008072030 | Aug 2008 | WO |
Entry |
---|
Experts Exchange, LLC, “How to make blinking minimized form in title bar vb.net,” Jul. 7, 2004 [retrieved online at https://www.experts-exchange.com/questions/20946835/how-to-make-blinking-minimized-form-in-title-bar-vb-net.html#answer10778413 on Jan. 9, 2017]. |
International Application No. PCT/IB2006/04193, International Search Report and Written Opinion dated Jun. 24, J008. |
International Application No. PCT/IB2006/04200, International Search Report and Written Opinion dated Oct. 23, J007. |
International Application No. PCT/IB2006/04204, International Search Report and Written Opinion dated Jan. 8, J008. |
International Application No. PCT/IB2006/04205, Corrected International Search Report and Written Opinion dated Apr. 4, 2008. |
International Application No. PCT/IB2006/04264, International Search Report and Written Opinion dated Jun. 30, J008. |
International Application No. PCT/US2012/000046, International Search Report and Written Opinion dated Apr. 2, 2012. |
PC Magazine, “Instant-messaging aggregators,” May 4, 2005 [retrieved online at http://www.pcmag.com/?rticle2/0,2817, 1791523,00.asp on Jan. 9, 2017]. |
PC Review, “Change titlebar text in VB code,” Jan. 19, 2004 [retrieved online at https://www.pcreview.eo.uk/hreads/change-titlebar-text-in-vb-code.1080539/ on Jan. 9, 2017]. |
PC Review, “Yahoo Messenger and the flashing taskbar message,” Jan. 15, 2004 [retrieved online at https://www.pcreview.co.uk/threads/yahoo-messenger-and-the-flashing-taskbar-message.1504897 / on Jan. 9, 2017]. |
MozillaZine, “URL displayed in the title bar when we used open window,” Apr. 29, 2005 [retrieved online at http://orums.mozillazine.org/viewtopic.php?f=38&t=258175&start=0&st=0&sk=t&sd=a on Jan. 9, 2017]. |
Number | Date | Country | |
---|---|---|---|
20230006959 A1 | Jan 2023 | US |
Number | Date | Country | |
---|---|---|---|
60748988 | Dec 2005 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 11637514 | Dec 2006 | US |
Child | 13165709 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 16985046 | Aug 2020 | US |
Child | 17876470 | US | |
Parent | 16546265 | Aug 2019 | US |
Child | 16985046 | US | |
Parent | 14458028 | Aug 2014 | US |
Child | 16546265 | US | |
Parent | 13847423 | Mar 2013 | US |
Child | 14458028 | US | |
Parent | 13554996 | Jul 2012 | US |
Child | 16546265 | US | |
Parent | 13165709 | Jun 2011 | US |
Child | 13847423 | US | |
Parent | 13165709 | Jun 2011 | US |
Child | 13554996 | US |