yahoo browser
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1885
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
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
Sethi Yahoo News Grabber 1.0
Sethi Yahoo News Grabber is a small script used for fetching news from Yahoo. more>>
Sethi Yahoo News Grabber is a small script used for fetching news from Yahoo.
Quick and dirty routine to get Yahoo news
Should save result to a text file and then SSI the sucker where you want
<<lessQuick and dirty routine to get Yahoo news
Should save result to a text file and then SSI the sucker where you want
Download (MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
946 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
WWW::Yahoo::Groups::Errors 1.91
WWW::Yahoo::Groups::Errors is a Perl module with exception classes for WYG. more>>
WWW::Yahoo::Groups::Errors is a Perl module with exception classes for WYG.
This class provides assorted exceptions for the use of the other modules.
INHERITANCE
All errors are subclasses of X::WWW::Yahoo::Groups which is a subclass of Exception::Class::Bass. See Exception::Classs documentation for methods available on the errors.
EXTRA METHODS
Beyond what Exception::Class provides, there are two extra methods.
fatal
fatal will return true if the error caught should be one that terminates the process.
AVAILABLE CLASSES
These should be obvious from their name. If not, please consult the source or use the description method.
X::WWW::Yahoo::Groups::BadParam
X::WWW::Yahoo::Groups::BadLogin
X::WWW::Yahoo::Groups::NoHere
X::WWW::Yahoo::Groups::AlreadyLoggedIn
X::WWW::Yahoo::Groups::NotLoggedIn
X::WWW::Yahoo::Groups::NoListSet
X::WWW::Yahoo::Groups::UnexpectedPage
X::WWW::Yahoo::Groups::NotThere
X::WWW::Yahoo::Groups::BadFetch
X::WWW::Yahoo::Groups::BadProtected
USE OF THIS MODULE
Due to the nature of how Params::Validate works, we store common options for it in this class (as they mostly relate to error handling). Thus, you should import this module with the following idiom:
require WWW::Yahoo::Groups::Errors;
Params::Validate::validation_options(
WWW::Yahoo::Groups::Errors->import()
);
<<lessThis class provides assorted exceptions for the use of the other modules.
INHERITANCE
All errors are subclasses of X::WWW::Yahoo::Groups which is a subclass of Exception::Class::Bass. See Exception::Classs documentation for methods available on the errors.
EXTRA METHODS
Beyond what Exception::Class provides, there are two extra methods.
fatal
fatal will return true if the error caught should be one that terminates the process.
AVAILABLE CLASSES
These should be obvious from their name. If not, please consult the source or use the description method.
X::WWW::Yahoo::Groups::BadParam
X::WWW::Yahoo::Groups::BadLogin
X::WWW::Yahoo::Groups::NoHere
X::WWW::Yahoo::Groups::AlreadyLoggedIn
X::WWW::Yahoo::Groups::NotLoggedIn
X::WWW::Yahoo::Groups::NoListSet
X::WWW::Yahoo::Groups::UnexpectedPage
X::WWW::Yahoo::Groups::NotThere
X::WWW::Yahoo::Groups::BadFetch
X::WWW::Yahoo::Groups::BadProtected
USE OF THIS MODULE
Due to the nature of how Params::Validate works, we store common options for it in this class (as they mostly relate to error handling). Thus, you should import this module with the following idiom:
require WWW::Yahoo::Groups::Errors;
Params::Validate::validation_options(
WWW::Yahoo::Groups::Errors->import()
);
Download (0.033MB)
Added: 2006-12-13 License: Perl Artistic License Price:
1045 downloads
WWW::Yahoo::Groups 1.91
WWW::Yahoo::Groups is an automated access to Yahoo! Groups archives. more>>
WWW::Yahoo::Groups is an automated access to Yahoo! Groups archives.
SYNOPSIS
my $y = WWW::Yahoo::Groups->new();
$y->login( $user => $pass );
$y->list( Jade_Pagoda );
my $email = $y->fetch_message( 2345 );
# Error catching
my $email = eval { $y->fetch_message( 93848 ) };
if ( $@ and ref $@ and $@->isa(X::WWW::Yahoo::Groups) )
{
warn "Problem: ".$@->error;
}
WWW::Yahoo::Groups retrieves messages from the archive of Yahoo Groups. It provides a simple OO interface to logging in and retrieving said messages which you may then do with as you will.
Things it does
Handles access to restricted archives. It lets you login.
Handles the intermittent advertisements. It notes that it got one and progresses straight to the message.
Handle adult confirmation requests. It just goes straight on.
Handles attachments. We get the source which happens to be the raw stuff.
Sanity checking. Could be improved, but it will generally barf if it doesnt understand something.
Header restoration. Ive found that some groups archives have unusually corrupted headers. Evidently it would be beneficial to restore these headers. As far as I can tell, it comes from not being a moderator on the lists in question.
USAGE
Try to be a well behaved bot and sleep() for a few seconds (at least) after doing things. Its considered polite. Theres an autosleep method that should be useful for this. Recently, this has been set to a default of 1 second. Feel free to tweak if necessary.
If youre used to seeing munged email addresses when you view the message archive (i.e. youre not a moderator or owner of the group) then youll be pleased to know that WWW::Yahoo::Groups can demunge those email addresses.
All exceptions are subclasses of X::WWW::Yahoo::Groups, itself a subclass of Exception::Class. See WWW::Yahoo::Groups::Errors for details.
<<lessSYNOPSIS
my $y = WWW::Yahoo::Groups->new();
$y->login( $user => $pass );
$y->list( Jade_Pagoda );
my $email = $y->fetch_message( 2345 );
# Error catching
my $email = eval { $y->fetch_message( 93848 ) };
if ( $@ and ref $@ and $@->isa(X::WWW::Yahoo::Groups) )
{
warn "Problem: ".$@->error;
}
WWW::Yahoo::Groups retrieves messages from the archive of Yahoo Groups. It provides a simple OO interface to logging in and retrieving said messages which you may then do with as you will.
Things it does
Handles access to restricted archives. It lets you login.
Handles the intermittent advertisements. It notes that it got one and progresses straight to the message.
Handle adult confirmation requests. It just goes straight on.
Handles attachments. We get the source which happens to be the raw stuff.
Sanity checking. Could be improved, but it will generally barf if it doesnt understand something.
Header restoration. Ive found that some groups archives have unusually corrupted headers. Evidently it would be beneficial to restore these headers. As far as I can tell, it comes from not being a moderator on the lists in question.
USAGE
Try to be a well behaved bot and sleep() for a few seconds (at least) after doing things. Its considered polite. Theres an autosleep method that should be useful for this. Recently, this has been set to a default of 1 second. Feel free to tweak if necessary.
If youre used to seeing munged email addresses when you view the message archive (i.e. youre not a moderator or owner of the group) then youll be pleased to know that WWW::Yahoo::Groups can demunge those email addresses.
All exceptions are subclasses of X::WWW::Yahoo::Groups, itself a subclass of Exception::Class. See WWW::Yahoo::Groups::Errors for details.
Download (0.033MB)
Added: 2006-06-30 License: Perl Artistic License Price:
1214 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: BillingUser 4.04
This provides you an useful and free program which is an object to represent a Yahoo Marketing BillingUser. more>> Yahoo! Marketing: BillingUser 4.04 provides you a useful and free program which is an object to represent a Yahoo Marketing BillingUser. This product will be a good choice for you!<<less
Added: 2008-05-07 License: Perl Artistic License Price: FREE
1 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
Yahoo::Marketing::Service 0.08
Yahoo::Marketing::Service is a base class for Service modules. more>>
Yahoo::Marketing::Service is a base class for Service modules.
SYNOPSIS
This module is a base class for various Service modules (CampaignService, AdGroupService) to inherit from. It should not be used directly.
There are some methods common to all Services that are documented below.
See also perldoc Yahoo::Marketing::AccountService ...::AdGroupService ...::AdService ...::BasicReportService ...::BidInformationService ...::BudgetingService ...::CampaignService ...::ExcludedWordsService ...::ForecastService ...::KeywordResearchService ...::KeywordService ...::LocationService ...::MasterAccountService ...::UserManagementService
Please see the API docs at
http://ysm.techportal.searchmarketing.yahoo.com/docs/gsg/index.asp#services
for details about what methods are available from each of the Services.
<<lessSYNOPSIS
This module is a base class for various Service modules (CampaignService, AdGroupService) to inherit from. It should not be used directly.
There are some methods common to all Services that are documented below.
See also perldoc Yahoo::Marketing::AccountService ...::AdGroupService ...::AdService ...::BasicReportService ...::BidInformationService ...::BudgetingService ...::CampaignService ...::ExcludedWordsService ...::ForecastService ...::KeywordResearchService ...::KeywordService ...::LocationService ...::MasterAccountService ...::UserManagementService
Please see the API docs at
http://ysm.techportal.searchmarketing.yahoo.com/docs/gsg/index.asp#services
for details about what methods are available from each of the Services.
Download (0.066MB)
Added: 2006-12-14 License: Perl Artistic License Price:
1044 downloads
Yahoo::Marketing 0.08
Yahoo::Marketing is an interface for Yahoo! Search Marketings Web Services. more>>
Yahoo::Marketing is an interface for Yahoo! Search Marketings Web Services.
SYNOPSIS
This collection of modules makes interacting with Yahoo! Search Marketings Web Services as easy as possible.
Sample Usage:
use Yahoo::Marketing::Keyword;
use Yahoo::Marketing::KeywordService;
my $service = Yahoo::Marketing::KeywordService->new;
# setup your credentials
$service->username( your username )
->password( your password )
->license( your license )
->master_account( your master account ID )
->account( your account ID )
->endpoint( https://sandbox.marketing.ews.yahooapis.com/services );
# OR
$service->parse_config( section => sandbox );
# create a keyword object, and add it
my $keyword = Yahoo::Marketing::Keyword->new
->adGroupID( $ad_group_id )
->text( some text )
->alternateText( some alternate text )
->sponsoredSearchMaxBid( 1.00 )
->status( On )
->advancedMatchON( true )
->url( http://www.someurl.com )
;
my $keyword_response = $service->addKeyword( keyword => $keyword );
# added keyword will have ID set
my $added_keyword = $keyword_response->keyword;
...
Yahoos Marketing API allows you to manage your search marketing account in an automated fashion rather than manually. The API is exposed as a standard SOAP service that you can make calls to. This set of modules is designed to make using the SOAP service easier than using SOAP::Lite (for example) directly. There are 2 main types of modules available.
The service modules (CampaignService, AdGroupService, BidInformationService, etc) are used to make the actual calls to each of the SOAP services in the API. The other type of module provided are the complex type modules, each of which represents one of the complex types defined in one of the WSDLs of the SOAP service. Examples include Campaign, AdGroup, Ad, PendingAd, CreditCardInfo, etc.
Yahoo::Marketing will call LocationService for you, and cache the results. This should be completely transparent. See the documtation for cache, cache_expire_time, purge_cache and clear_cache in Yahoo::Marketing::Service for more details.
<<lessSYNOPSIS
This collection of modules makes interacting with Yahoo! Search Marketings Web Services as easy as possible.
Sample Usage:
use Yahoo::Marketing::Keyword;
use Yahoo::Marketing::KeywordService;
my $service = Yahoo::Marketing::KeywordService->new;
# setup your credentials
$service->username( your username )
->password( your password )
->license( your license )
->master_account( your master account ID )
->account( your account ID )
->endpoint( https://sandbox.marketing.ews.yahooapis.com/services );
# OR
$service->parse_config( section => sandbox );
# create a keyword object, and add it
my $keyword = Yahoo::Marketing::Keyword->new
->adGroupID( $ad_group_id )
->text( some text )
->alternateText( some alternate text )
->sponsoredSearchMaxBid( 1.00 )
->status( On )
->advancedMatchON( true )
->url( http://www.someurl.com )
;
my $keyword_response = $service->addKeyword( keyword => $keyword );
# added keyword will have ID set
my $added_keyword = $keyword_response->keyword;
...
Yahoos Marketing API allows you to manage your search marketing account in an automated fashion rather than manually. The API is exposed as a standard SOAP service that you can make calls to. This set of modules is designed to make using the SOAP service easier than using SOAP::Lite (for example) directly. There are 2 main types of modules available.
The service modules (CampaignService, AdGroupService, BidInformationService, etc) are used to make the actual calls to each of the SOAP services in the API. The other type of module provided are the complex type modules, each of which represents one of the complex types defined in one of the WSDLs of the SOAP service. Examples include Campaign, AdGroup, Ad, PendingAd, CreditCardInfo, etc.
Yahoo::Marketing will call LocationService for you, and cache the results. This should be completely transparent. See the documtation for cache, cache_expire_time, purge_cache and clear_cache in Yahoo::Marketing::Service for more details.
Download (0.066MB)
Added: 2006-12-07 License: Perl Artistic License Price:
1051 downloads
Yahoo::Marketing::AdService 0.08
Yahoo::Marketing::AdService is an object that provides access to Yahoo Marketings Ad SOAP Service. more>>
Yahoo::Marketing::AdService is an object that provides access to Yahoo Marketings Ad SOAP Service.
SYNOPSIS
See EWS documentation online for available SOAP methods:
http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/services/AdService.asp
Also see perldoc Yahoo::Marketing::Service for functionality common to all service modules.
new
Creates a new instance
<<lessSYNOPSIS
See EWS documentation online for available SOAP methods:
http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/services/AdService.asp
Also see perldoc Yahoo::Marketing::Service for functionality common to all service modules.
new
Creates a new instance
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1051 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::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 browser 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