Thursday 17-05-2012
About Us | Contact Us | FAQ | Support | Links
Coldfusion Custom Tags, CFXs, CFCs, Full Applications and more!
< Built by ColdFusion Developers, for ColdFusion Developers >
 
Home | Tag Categories | Latest Tags | Top Rated Tags | Top Selling Tags | My Account | Search | Sell Your Tags | Tags A-Z
CFX_PageRank

CFX_PageRank - Retrieve the Google PageRank of a website
Developer Name: Philip LaNasa
Company Name: Universal Web Services
Email Developer Email Developer:
Latest Version: 1.0
Price: $15
License: One copy for multiple servers in multiple locations.
Encrypted: No
Average Rating: Not Rated
Times Rated: Not Rated
Rate This Tag:


Tag Comments

There are no comments for this tag yet!


What Is CFX_PageRank?
CFX_PageRank is a ColdFusion CFX Tag that gives your application the ability to retrieve the Google PageRank of a website.

About
CFX_PageRank is a ColdFusion CFX Tag that gives your application the ability to retrieve the Google PageRank of a website.


Example

<cfx_PageRank URL="www.example.com">

<cfif PageRankReturn neq "NA">
  <cfoutput>Your PageRank is #PageRankReturn#</cfoutput>
<cfelse>
  <cfoutput>Website not found.</cfoutput>
</cfif>



Installing CFX_PageRank

  1. Copy the PageRank.class file into your ColdFusion java classes folder.  On Windows, this folder is usually located at:  CFusion/CFX/Java     
  2. Go to ColdFusion Administrator in your web browser, then click on 'CFX Tags' (under Extensions)
  3. Click 'Register Java CFX'
  4. For Tag Name, type: CFX_PageRank      For Class Name, type: PageRank
  5. Submit Changes
  6. You may need to restart your ColdFusion server


Syntax

<CFX_PageRank URL = "string">

Attributes

URL
Required. The URL that you wish to return the PageRank of. The http:// is not necessary.
Example: URL = "www.example.com"


Return Variables

PageRankReturn
Contains the Google PageRank of the website you placed in URL or 'NA' if the website does not exist.

PageRankMessage
Will return 'OK' if successful, empty string if failed.



 


< Business Strength Coldfusion Custom Tags >
Sitemap | Privacy | Branding | Web Services | Support | Contact Us