[rz] Title-Bar Notifier *** UPD 2016-Mar-15 ***

This section contains extensions that were created by [rz] who has sadly passed away.
These extensions are no longer available, but the discussions may still be helpful for some users.
Forum rules
*** IMPORTANT INFO REGARDING [RZ] EXTENSIONS ***

This section contains extensions that were created by [rz] who has sadly passed away.
These extensions are no longer available or supported, but the discussions may still be helpful for some users.
Locked
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

[rz] Title-Bar Notifier *** UPD 2016-Mar-15 ***

Post by [RZ] »

[rz] Title-Bar Notifier v1.0.0.1

With this extension you can display rotative messages in the title-bar of the browser.

Some features:

- Custom pause time.
- Multi-instance.
- Unlimited messages per instance.
- Optional auto-play.
- Can be started or stopped programmatically.

...and more!


HTML 4.01 Transitional
W3C compliant


* New in version 1.0.0.1:

- In case of visual issues, specific devices can be excluded and display only the default page title.
- Code moved to external library file.


DEMO


How to use?

1. Drag and drop the extension.
2. Open the extension dialog box and enter the messages you want to display in the title bar of the browser.
3. Preview or publish.

Enjoy!


Notes:

The messages sequence can be started or stopped programmatically with the following options:

MyExtension.play(); to start the messages sequence that belongs to "MyExtension" instance.
MyExtension.stop(); to stop the messages sequence that belongs to "MyExtension" instance.

Replace "MyExtension" with the actual instance name.
The functions can be called via events using any object that supports them.
Last edited by [RZ] on Tue Mar 15, 2016 8:27 am, edited 1 time in total.
User avatar
miguelss
 
 
Posts: 140
Joined: Thu Aug 15, 2013 12:25 pm
Location: Madrid, Spain

Re: [rz] Title-Bar Notifier

Post by miguelss »

Hi [RZ]!

Very nice extension!!!
Never see it before, and I like it!

Congratulations!!
Cheers

M
Last edited by miguelss on Sun Feb 01, 2015 6:18 pm, edited 1 time in total.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Title-Bar Notifier

Post by [RZ] »

thanks :)
User avatar
zinc
 
 
Posts: 2151
Joined: Sat Dec 08, 2007 3:06 pm
Location: London, United Kingdom
Contact:

Re: [rz] Title-Bar Notifier

Post by zinc »

Cute!
Running WYSIWYG Web Builder since 2007...
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Title-Bar Notifier

Post by [RZ] »

:) thanks!
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: [rz] Title-Bar Notifier *** UPD 2016-Mar-15 ***

Post by [RZ] »

* New in version 1.0.0.1:

- In case of visual issues, specific devices can be excluded and display only the default page title.
- Code moved to external library file.
Locked