Software Listing of Author : "Kbahey"
- Node Matching API
- License: Freeware
- Price: 0.00


This is a node matching API that understands CCK and Taxonomy, and matches nodes based on specified settings. It can be used for product matching, user personality/interest matching and similar applications. An example for using this API can be found in the User matching module. To Do It would be nice to modify this API so users can enter the matching criteria themselves, rather than have the admin select it for them. However, this incurs performance overhead on large sites, since all nodes have to be scanned for every user's criteria.
- Platform: PHP, Scripts
- Previous/Next API (Sripts)
- License: Shareware
- Price:


This module allows you to know the previous or next nodes for any given node. This is very useful for providing navigational links to the user without the expensive queries required to dynamically deduce such information on the fly. The use case is two fold: Usability/Navigation For example, on a site with a gallery of images, you want to show a next/previous link with a thumbnail under each image. Your site's visitor click on the link to show new content or browse it. Scalability Although the previous and next nodes can be deduced with some SQL work, the queries to do so are very heavy on the database, and can bring a site to its knees. This module solves this problem by storing the previous/next node in a table so lookups are fast. Once the module is installed, it will build this index backwards via cron until all nodes have been...
- Platform: PHP, Scripts
- User matching
- License: Freeware
- Price: 0.00


This is a user matching module that uses the Matching API to match users with similar interest / criteria. It can be used for user personality/interest matching and similar applications.
- Platform: PHP, Scripts
