|
| Recent
Articles |
Debug JavaScript In Visual Studio 2005 Like C# I've been using Visual Studio 2005 for almost 2½ years since the beta 1 release. In all that time, I've used Firefox and Firebug for all JavaScript debugging. I've tried setting breakpoints in JavaScript in Visual Studio before...
From VB.NET To C# Coming from the Visual Basic world, I used to find many examples throughout the web written in VB and VB.NET. Then I got hired by Traceworks which was a VB.NET company, but they decided to move to C# because...
Bind Countries From CultureInfo Class In C# Some people have asked me how BlogEngine.NET displays a dropdown list of countries when no source XML file is present. The simple answer is that you don't need any external list to bind to from C#, you can instead...
See Who Calls Any Method In C# In some situations it can be important to know which methods are calling other methods. Think of an error log. Here you would like to know which method that threw the error and at what line in what file. This helps to...
|
|
| Recent WebProNews Articles |
Fox, NYT Play With Wikipedia IP addresses associated with news organizations have been connected to edits made in Wikipedia that either smear rivals or remove negative information from their entries. No one can claim innocence on either side...
Facebook Wasn't Ready For Freddi Forty-one percent of Facebook users are willing to share their personal information, such as email address, date of birth and phone number with a stranger, increasing their risk of identity theft according to new research...
Google Updates Webmaster Malware Reviews Webmasters whose sites have been flagged in Google's search results as being potential links to malware have a new process for updating their listings after cleaning...
Viral Marketing: Now Less Contagious Around one-quarter of all online adults are thought to be influential brand advocates, but they spend more time online researching and purchasing than spreading the word according to a new report from JupiterResearch...
|
|
08.15.07 Yahoo SiteExplorer API With C# By
Manoj Jasra
If you are interested in using Yahoo's SiteExplorer API and are coding in the ASP.NET environment using C# (web pages) then the following method might be of use to you.
This method is used for returning the number of pages indexed or incoming links for a given domain.
It basically takes in the parameters of your Yahoo API key, the URL, the number of results you want returned, operation (used for link command vs. site command) and a final parameter which removes internal links for the output.
The output of this method will be XML which you will have to parse through looking for items such as ResultSet and totalResultsAvailable.
Comments
About the Author: Manoj has been working in the search engine marketing industry since 2002. He started out as a software developer but now provides in-depth web site analysis using web analytics.
http://www.enquiro.com
Manoj is also the author of Web Analytics World. Web Analytics is an essential component in developing a successful
online campaign. Help convert visitors into customers by understanding
them.
|
|