Work links: slider selects and fuzzy queries

I’m working on a new project, here are some links that have been helpful to me…

Overview of slider techniques:

Javascript/Ajax Techniques for Sliders - Noupe

Javascript/Ajax Techniques for Sliders – Noupe http://www.noupe.com/javascript/30-javascriptajax-techniques-for-sliders-scrollers-and-scrollbars.htmlIn this article we’d like to present a list of hand-picked Slider techniques you can use to achieve some special visual effects in your designs…

Specific slider examples:

jQuery UI Slider from a Select Element – now with ARIA Support http://www.filamentgroup.com/lab/update_jquery_ui_slider_from_a_select_element_now_with_aria_support// selectToUISlider plugin uses progressive enhancement to scrape the data from a select element (or two for a range) and generate a jQuery UI Slider in its place, acting as a proxy to the select element (regardless of whether it is still visible, or hidden from the user). This means you can use the jQuery Slider plugin alongside other input elements in a form and submit or serialize the form as if the slider is not even there. It also allows the user to interact and make a choice with or without javascript, since the select element can be used if the slider is unavailable.

Slider Using PHP, Ajax And Javascript http://roshanbh.com.np/2008/01/slider-using-php-ajax-and-javascript.html Have you been searching for the slider script and implementing it in Ajax with PHP then you are in the right place buddy.Here is the post for you in which I’ve implemented… [link to slider demo]

MooTools Demos: Slider http://demos.mootools.net/Slider This is a nice User-Interface-Element to not just let the user set a value by typing into an input field but limiting the range without further needs to check the user input (on clientside). With callbacks you can manipulate anything after changing the value.

Fuzzy queries:

Adaptive weighted multi-criteria fuzzy query processing for web based real estate applications http://portal.acm.org/citation.cfm?id=1363916This paper contains an e-commerce application on real estate business. The real estate business”s momentum reasons because of two main reasons: First, gradually increasing number of online customers gets involved and second, investments from real estate industry. We employ an adaptive weighted multi-criteria fuzziness for the real estate web site for e-commerce. This study”s first goal is to present the best service to all of the users of real estate web portals on the internet. There will be medium for real estate companies, individual realtors, proprietary property sellers, and customers. We are interested in a web-based real estate application, which also utilizes user specified subjective both fuzzy and hard search criteria on preference. It ranks all results to buyer”s satisfaction.

Leave a Reply

Your email address will not be published. Required fields are marked *