yahoo toolbar
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 539
AsiVan Toolbar 1.0.2
AsiVan Toolbar is a Firefox extension to display Live Scores for world soccer fanatics. more>>
AsiVan Toolbar is a Firefox extension to display Live Scores for world soccer fanatics.
The toolbar displays World Cup, Libertadores Cup and Mexican Soccer Real Time Scores.
<<lessThe toolbar displays World Cup, Libertadores Cup and Mexican Soccer Real Time Scores.
Download (0.003MB)
Added: 2007-05-03 License: MPL (Mozilla Public License) Price:
905 downloads
Yahoo Group Archiver 1.8
Yahoo! Group Archiver is a command line utility to interact with Yahoo! Groups. more>>
Yahoo Group Archiver project is a collection of scripts to interact with Yahoo Groups and download various sections of each group to your local workspace.
Currently the following scripts are being actively supported:
- yahoogroup-messages
- yahoogroup-files
- yahoogroup-photos
- yahoogroup-members
Main features:
yahoogroup-messages
- Downloads all the messages from a group in the order in which they were received.
- Note: Yahoo has user based and group based limits on the number of messages you can download
yahoogroup-files
- Downloads all the content from the Files section in a group maintaining the heirarchy as present on the website
- Note: Yahoo has user based and group based limits on the number of files you can download
yahoogroup-photos
- Downloads all the content from the Photos section in a group maintaining the heirarchy as present on the website
- Note: Yahoo has user based and group based limits on the number of images you can download
yahoogroup-members
- Extract the members list and output it as a tab separated data.
- Note: MS Excel users may read this data by redirecting it to a file with a extension .xls
Enhancements:
- Yahoo! has made HTTPS-based login mandatory, and the script has been updated with the new Yahoo! Group HTML layout.
<<lessCurrently the following scripts are being actively supported:
- yahoogroup-messages
- yahoogroup-files
- yahoogroup-photos
- yahoogroup-members
Main features:
yahoogroup-messages
- Downloads all the messages from a group in the order in which they were received.
- Note: Yahoo has user based and group based limits on the number of messages you can download
yahoogroup-files
- Downloads all the content from the Files section in a group maintaining the heirarchy as present on the website
- Note: Yahoo has user based and group based limits on the number of files you can download
yahoogroup-photos
- Downloads all the content from the Photos section in a group maintaining the heirarchy as present on the website
- Note: Yahoo has user based and group based limits on the number of images you can download
yahoogroup-members
- Extract the members list and output it as a tab separated data.
- Note: MS Excel users may read this data by redirecting it to a file with a extension .xls
Enhancements:
- Yahoo! has made HTTPS-based login mandatory, and the script has been updated with the new Yahoo! Group HTML layout.
Download (0.012MB)
Added: 2007-02-01 License: GPL (GNU General Public License) Price:
1000 downloads
The Formula 1 Toolbar 2.2.0.9
The Formula 1 Toolbar is a firefox extension allowing you to easily access to F1 news worldwide (international news). more>> <<less
Added: 2009-07-26 License: MPL Price: FREE
1 downloads
Yahoo::BBAuth 0.01
Yahoo::BBAuth is a Perl interface to the Yahoo! Browser-Based Authentication. more>>
Yahoo::BBAuth is a Perl interface to the Yahoo! Browser-Based Authentication.
SYNOPSIS
my $bbauth = Yahoo::BBAuth->new(
appid => $appid,
secret => $secret,
);
# Create an authentication link
printf, $bbauth->auth_url;
# After the user authenticates successfully, Yahoo returns the user to the page you
# dictated when you signed up. To verify whether authentication succeeded, you need to
# validate the signature:
if ($bbauth->validate_sig()) {
print Authentication Successful;
} else {
print Authentication Failed. Error is: .$bbauth->sig_validation_error;
}
my $url = http://photos.yahooapis.com/V1.0/listAlbums;
my $xml = $bbauth->auth_ws_get_call($url);
unless ($xml) {
print WS call setup Failed. Error is: . $bbauth->access_credentials_error;
} else {
print Look at response for other errors or success: .$xml;
}
This module priovides you an Object Oriented interface for Yahoo! Browser-Based Authentication.
This module is ported from official PHP class library(http://developer.yahoo.com/auth/quickstart/bbauth_quickstart.zip).
<<lessSYNOPSIS
my $bbauth = Yahoo::BBAuth->new(
appid => $appid,
secret => $secret,
);
# Create an authentication link
printf, $bbauth->auth_url;
# After the user authenticates successfully, Yahoo returns the user to the page you
# dictated when you signed up. To verify whether authentication succeeded, you need to
# validate the signature:
if ($bbauth->validate_sig()) {
print Authentication Successful;
} else {
print Authentication Failed. Error is: .$bbauth->sig_validation_error;
}
my $url = http://photos.yahooapis.com/V1.0/listAlbums;
my $xml = $bbauth->auth_ws_get_call($url);
unless ($xml) {
print WS call setup Failed. Error is: . $bbauth->access_credentials_error;
} else {
print Look at response for other errors or success: .$xml;
}
This module priovides you an Object Oriented interface for Yahoo! Browser-Based Authentication.
This module is ported from official PHP class library(http://developer.yahoo.com/auth/quickstart/bbauth_quickstart.zip).
Download (0.004MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1053 downloads
BanglaCricket Toolbar 1.2.1
BanglaCricket Toolbar provides a Firefox toolbar for BanglaCricket. more>>
BanglaCricket Toolbar provides a Firefox toolbar for BanglaCricket.
BanglaCricket is a fan site for Bangladesh Cricket.
This tool bar allows you to navigate the site and forums.
<<lessBanglaCricket is a fan site for Bangladesh Cricket.
This tool bar allows you to navigate the site and forums.
Download (0.036MB)
Added: 2007-04-07 License: MPL (Mozilla Public License) Price:
931 downloads
Yahoo::Search 1.7.10
Yahoo::Search is a Perl interface to the Yahoo! Search public API. more>>
Yahoo::Search is a Perl interface to the Yahoo! Search public API.
The following search spaces are supported:
Doc
Common web search for documents (html, pdf, doc, ...), including Y!Q contextual search.
Image
Image search (jpeg, png, gif, ...)
Video
Video file search (avi, mpeg, realmedia, ...)
News
News article search
Local
Yahoo! Local area (ZIP-code-based Yellow-Page like search)
Terms
A pseudo-search to report the important search terms from the provided content or content+query.
Spell
A pseudo-search to fetch a "did you mean?" spelling suggestion for a search term.
Related
A pseudo-search to fetch "also try" related-searches for a search term.
(Note: what this Perl API calls "Doc" Search is what Yahoo! calls "Web" Search. But gee, arent all web searches "Web" search, including Image/News/Video/etc?)
Yahoo!s raw API, which this package uses, is described at:
http://developer.yahoo.net/
<<lessThe following search spaces are supported:
Doc
Common web search for documents (html, pdf, doc, ...), including Y!Q contextual search.
Image
Image search (jpeg, png, gif, ...)
Video
Video file search (avi, mpeg, realmedia, ...)
News
News article search
Local
Yahoo! Local area (ZIP-code-based Yellow-Page like search)
Terms
A pseudo-search to report the important search terms from the provided content or content+query.
Spell
A pseudo-search to fetch a "did you mean?" spelling suggestion for a search term.
Related
A pseudo-search to fetch "also try" related-searches for a search term.
(Note: what this Perl API calls "Doc" Search is what Yahoo! calls "Web" Search. But gee, arent all web searches "Web" search, including Image/News/Video/etc?)
Yahoo!s raw API, which this package uses, is described at:
http://developer.yahoo.net/
Download (0.035MB)
Added: 2006-09-13 License: Perl Artistic License Price:
1136 downloads
search engine optimization seo toolbar 1.0.1
search engine optimization toolbar, from Netvantage. paid search management, ppc, search engine marketing, sem, seo, search engine optimization, pay ... more>> <<less
Download (537KB)
Added: 2009-04-02 License: Freeware Price: Free
205 downloads
Yahoo Messenger 1.0.4
Yahoo! Messenger for UNIX is an instant messenger. more>>
Yahoo! Messenger for Unix sends instant messages to your Windows and Unix friends!
Enhancements:
- Improved Emoticons - Improved Message Archive - Improved sound on RedHat kernels - Yahoo! Address Book integration - File transfer with Windows clients -
<<lessEnhancements:
- Improved Emoticons - Improved Message Archive - Improved sound on RedHat kernels - Yahoo! Address Book integration - File transfer with Windows clients -
Download (0.91MB)
Added: 2005-06-15 License: LGPL (GNU Lesser General Public License) Price:
1171 downloads
Kwiki::Yahoo 0.04
Kwiki::Yahoo is a Wafl Phrase for including RSS feeds in a Kwiki Page. more>>
Kwiki::Yahoo is a Wafl Phrase for including RSS feeds in a Kwiki Page.
{yahoo-doc < query > |args}
Kwiki::Yahoo uses the Yahoo::Search module to use the Yahoo API for web, video, image, news, local, spelling, and related searches.
This is a simple proof of concept that probably has many roads for improvement. A lot of flexibility would be gained by accessing the Results directly rather than using the generated HTML.
DEMONSTRATION
Theres a demonstration, with some explanatory text at http://www.burningchrome.com/wiki/index.cgi?KwikiYahoo
<<less{yahoo-doc < query > |args}
Kwiki::Yahoo uses the Yahoo::Search module to use the Yahoo API for web, video, image, news, local, spelling, and related searches.
This is a simple proof of concept that probably has many roads for improvement. A lot of flexibility would be gained by accessing the Results directly rather than using the generated HTML.
DEMONSTRATION
Theres a demonstration, with some explanatory text at http://www.burningchrome.com/wiki/index.cgi?KwikiYahoo
Download (0.009MB)
Added: 2006-12-12 License: Perl Artistic License Price:
1051 downloads
Yahoo! Mail Notifier 0.9.9.6
Yahoo! Mail Notifier is an extension which notifies you when new messages arrive in your Yahoo mailbox. more>>
Yahoo! Mail Notifier is an extension which notifies you when new messages arrive in your Yahoo mailbox.
Notification options include: customizable sound, notification alert, status bar and toolbar icon.
Also allows the user to map different mouse buttons to open Yahoo Mail in different tabs,windows,etc.
System requirements:
- Firefox 0.9.x - 3.0a3 ALL
- Mozilla 1.7 - 1.8 ALL
- SeaMonkey 1.0 - 1.5a ALL
Version restrictions:
1. The extension uses the Yahoo! Companion feed to check for new mail so only new messages received since last viewing your Yahoo Mailbox will be counted as new.
2. On some accounts, Yahoo! never updates the companion feed page when new mail arrives (you never see new mail notifications). This is a bug with your Yahoo account so contact Yahoo to have it fixed. If you dont get new mail notification when installing Yahoos official toolbar (toolbar.yahoo.com), then you are experiencing this problem.
3. Only the username marked as default will be checked for new mail. The extension can only check for mail if the user remains logged in. Logging out on a Yahoo page while the extension is actively checking will cause the extension to log back in to the default userss account the next time it checks for email. This is also true if you have sinced logged into another Yahoo account on a Yahoo page. This is done to prevent the extension from getting into a weird state where it thinks one user is logged in when in fact another user is. This will be fixed more thoroughly when multi-user support is added. If you dont want this to occur, use the extensions "log out" command instead of logging out on the Yahoo page which will log the default user out and stop checking for new mail.
4. Choosing a sound file to play on new mail has been reported to not work on Macs. The default sound is said to work. I dont have a Mac so I cant test this.
5. Im told that installing this extension in FreeBSD Firefox causes Firefox to crash. Im unable to test this as I dont have FreeBSD. Generally though all browser crashes should be reported to Mozilla since this is extension should be incapable of crashing the browser unless the browser is buggy.
<<lessNotification options include: customizable sound, notification alert, status bar and toolbar icon.
Also allows the user to map different mouse buttons to open Yahoo Mail in different tabs,windows,etc.
System requirements:
- Firefox 0.9.x - 3.0a3 ALL
- Mozilla 1.7 - 1.8 ALL
- SeaMonkey 1.0 - 1.5a ALL
Version restrictions:
1. The extension uses the Yahoo! Companion feed to check for new mail so only new messages received since last viewing your Yahoo Mailbox will be counted as new.
2. On some accounts, Yahoo! never updates the companion feed page when new mail arrives (you never see new mail notifications). This is a bug with your Yahoo account so contact Yahoo to have it fixed. If you dont get new mail notification when installing Yahoos official toolbar (toolbar.yahoo.com), then you are experiencing this problem.
3. Only the username marked as default will be checked for new mail. The extension can only check for mail if the user remains logged in. Logging out on a Yahoo page while the extension is actively checking will cause the extension to log back in to the default userss account the next time it checks for email. This is also true if you have sinced logged into another Yahoo account on a Yahoo page. This is done to prevent the extension from getting into a weird state where it thinks one user is logged in when in fact another user is. This will be fixed more thoroughly when multi-user support is added. If you dont want this to occur, use the extensions "log out" command instead of logging out on the Yahoo page which will log the default user out and stop checking for new mail.
4. Choosing a sound file to play on new mail has been reported to not work on Macs. The default sound is said to work. I dont have a Mac so I cant test this.
5. Im told that installing this extension in FreeBSD Firefox causes Firefox to crash. Im unable to test this as I dont have FreeBSD. Generally though all browser crashes should be reported to Mozilla since this is extension should be incapable of crashing the browser unless the browser is buggy.
Download (0.091MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
840 downloads
Yahoo::Marketing::Ad 0.08
Yahoo::Marketing::Ad is an object to represent a Yahoo Marketing Ad. more>>
Yahoo::Marketing::Ad is an object to represent a Yahoo Marketing Ad.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
METHODS
new
Creates a new instance
get/set methods
ID
accountID
adGroupID
contentMatchQualityScore
description
displayUrl
editorialStatus
name
shortDescription
sponsoredSearchQualityScore
status
title
update
url
get (read only) methods
createTimestamp
deleteTimestamp
lastUpdateTimestamp
<<lessSYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
METHODS
new
Creates a new instance
get/set methods
ID
accountID
adGroupID
contentMatchQualityScore
description
displayUrl
editorialStatus
name
shortDescription
sponsoredSearchQualityScore
status
title
update
url
get (read only) methods
createTimestamp
deleteTimestamp
lastUpdateTimestamp
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1051 downloads
Yahoo::Search::XML 1.7.10
Yahoo::Search::XML is a Perl module with simple routines for parsing XML from Yahoo! Search. more>>
Yahoo::Search::XML is a Perl module with simple routines for parsing XML from Yahoo! Search.
The XML sent back from Yahoo! is fairly simple, and is guaranteed to be well formed, so we really dont need much more than to make the data easily available. Id like to use XML::Simple, but it uses XML::Parser, which suffers from crippling memory leaks (in one test, 36k was lost with each parsing of a 7k xml file), so Ive rolled my own simple version that might be called, uh, XML::SuperDuperSimple.
The end result is identical to what XML::Simple would produce, at least for the XML the Yahoo! sends back. It may well be useful for other things that use a similarly small subset of XML notation.
This package is also much faster than XML::Simple / XML::Parser, producing the same output 41 times faster, in my tests. Thats the benefit of not having to handle everything, I guess.
<<lessThe XML sent back from Yahoo! is fairly simple, and is guaranteed to be well formed, so we really dont need much more than to make the data easily available. Id like to use XML::Simple, but it uses XML::Parser, which suffers from crippling memory leaks (in one test, 36k was lost with each parsing of a 7k xml file), so Ive rolled my own simple version that might be called, uh, XML::SuperDuperSimple.
The end result is identical to what XML::Simple would produce, at least for the XML the Yahoo! sends back. It may well be useful for other things that use a similarly small subset of XML notation.
This package is also much faster than XML::Simple / XML::Parser, producing the same output 41 times faster, in my tests. Thats the benefit of not having to handle everything, I guess.
Download (0.035MB)
Added: 2006-09-07 License: Perl Artistic License Price:
1142 downloads
WWW::Search::Yahoo::TV::Echostar 2.405
WWW::Search::Yahoo::TV::Echostar is a backend for searching tv.yahoo.com more>>
WWW::Search::Yahoo::TV::Echostar is a Perl backend for searching tv.yahoo.com
SYNOPSIS
use WWW::Search;
my $oSearch = new WWW::Search(Yahoo::TV::Echostar);
my $sQuery = WWW::Search::escape_query("Bai Ling");
$oSearch->native_query($sQuery);
while (my $oResult = $oSearch->next_result())
print $oResult->url, "n";
This class is a Yahoo specialization of WWW::Search. It handles making and interpreting Yahoo TV searches http://tv.yahoo.com.
NOTES
This backend does a basic keyword search against the Echostar (Dish Network) East Coast channel lineup. The query is a set of words (phrase searching is not supported at tv.yahoo.com). By default, the query terms are ORed and applied to all available fields (title, subtitle, description, and cast/crew). See below for how to do Advanced search on these fields individually.
<<lessSYNOPSIS
use WWW::Search;
my $oSearch = new WWW::Search(Yahoo::TV::Echostar);
my $sQuery = WWW::Search::escape_query("Bai Ling");
$oSearch->native_query($sQuery);
while (my $oResult = $oSearch->next_result())
print $oResult->url, "n";
This class is a Yahoo specialization of WWW::Search. It handles making and interpreting Yahoo TV searches http://tv.yahoo.com.
NOTES
This backend does a basic keyword search against the Echostar (Dish Network) East Coast channel lineup. The query is a set of words (phrase searching is not supported at tv.yahoo.com). By default, the query terms are ORed and applied to all available fields (title, subtitle, description, and cast/crew). See below for how to do Advanced search on these fields individually.
Download (0.027MB)
Added: 2006-12-12 License: Perl Artistic License Price:
1053 downloads
Yahoo::Search::Result 1.5.8
Yahoo::Search::Result is a class representing a single result from a Yahoo! search-engine query. more>>
Yahoo::Search::Result is a class representing a single result (single web page, image, video file, etc) from a Yahoo! search-engine query. (This package is included in, and automatically loaded by, the Yahoo::Search package.)
Package Use ^
You never need to use this package directly -- it is loaded automatically by Yahoo::Search.
Object Creation ^
Result objects are created automatically when a Response object is created (when a Request objects Fetch method is called, either directly, or indirectly via a shortcut such as Yahoo::Search->Query().
<<lessPackage Use ^
You never need to use this package directly -- it is loaded automatically by Yahoo::Search.
Object Creation ^
Result objects are created automatically when a Response object is created (when a Request objects Fetch method is called, either directly, or indirectly via a shortcut such as Yahoo::Search->Query().
Download (0.034MB)
Added: 2006-07-20 License: Perl Artistic License Price:
1194 downloads
Yahoo::Marketing::Role 0.08
Yahoo::Marketing::Role is an object to represent a user role for an account, e.g. AccountAdministrator or CampaignManager. more>>
Yahoo::Marketing::Role is an object to represent a user role for an account, for example, AccountAdministrator or CampaignManager.
Roles determine the capabilities that a user has, which in turn determine the operations a user can execute within the system. The association between a User, a Role, and an Account is an Authorization.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
new
Creates a new instance
METHODS
get/set methods
get (read only) methods
name
<<lessRoles determine the capabilities that a user has, which in turn determine the operations a user can execute within the system. The association between a User, a Role, and an Account is an Authorization.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
new
Creates a new instance
METHODS
get/set methods
get (read only) methods
name
Download (0.066MB)
Added: 2006-12-13 License: Perl Artistic License Price:
1045 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above yahoo toolbar search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed