how to implement autosuggest feature in magento search functionality - autocomplete

Anyone of you implemented autocomplete functionality in magento 1.3.2 for search. or is there any free extension which will be useful for me. Please suggest me.
Thanks in advance

Isn't autosuggest a stadnard feature? I am managing a magento 1.3.2.3 site and autosuggest is there with no extensions installed.

Related

How to make opencart search bar as an autocomplete?

I am working on OpenCart version 2.3. My need is to customize the opencart search bar as an autocomplete. How can it make possible. Hoping for some better guidance.
Thanking in advance.
many modules have for this, search with suggestion, search autocomplete.

Is there a Confluence plugin based on SVG-edit?

I'm impressed by the ease of use of SVG-edit, having a sketch editor like that in Confluence would be great! I could not find such a plugin, does anyone know more?
The answer is now yes, there is, see this new Confluence plugin

cant find any site with themes for sugar

its odd I have looked everywhere and I couldn't find a site with themes for sugarcrm community edition. like nothing for the new version at all.
if you know of any site please do let me know.
Thank you much in advance
You can find a theme here on SugarOutfitters: https://www.sugaroutfitters.com/addons/google-style-sugartheme
Themes can be hard to find because they can be so difficult to make. This one pulls it off and adds a couple of additional productivity features.
There's a couple here as well: http://www.sugarforge.org/softwaremap/trove_list.php?form_cat=335

what cms that can support more than one language?

One of my clients asked me to integrate an open source CMS in her website.The challenge I have right now is that she wants the website to be bilingual. is there any cms that implements this feature? The content on each page should be displayed either in english or french and no automation translation(like google's or babel fish). only static content should be held in language configuration files.
Thanks for any help or idea.
N2CMS can do that. It supports multi-sites on one installation, multi-language, templating, MVC. And it is a very developer-friendly, developed in C#.
http://n2cms.com
http://n2cms.codeplex.com/
Drupal, besides being considered the best php-based open source CMS, has multilingual support
"Internationalization: Build Multilingual Sites"
http://drupal.org/node/133977
Umbraco does this, is FOSS and based on .NET.
http://umbraco.org/
go for joomla it support multi lingual , use joom fish component
According to one of its FAQ's, Plone, running the LinguaPlone add-on can do this, if I understand your question correctly.
MODXCMS.com does enable you to use lots of different languages on the same site!
They call it YAMS - Yet Another Multilingual Solution ---
about YAMS on the MODX Forums
I say go with MODx CMS coupled with YAMS. Choose the Evolution release, not the Revolution. I just installed the YAMS and it's working like a charm.
The learning curve maybe a bit steep but it's worth every hour I spent learning it.
Are you looking for a translation memory/CMS or a CMS that integrates with a TM?
How many languages are you looking to support?
Any of the complicated ones? (HAT, for example)

plug-in for MOODLE

How can i add a plug-in that i developed in MOODLE, considering the fact that MOODLE is an open source project?
Here is the documentation on installing contributed modules to moodle. You have to be approved before your plugins are available to everybody. If you wanted to get your plugin added as a core component, you should contact the development team. Make sure you follow the guidelines for your contributed code.
Check the guidelines for contributed code. They should include everything you need to know about contributing to the moodle project. They describe that you have to submit it on their bugtracker, etc. -- for further question, I suggest you contact the moodle people directly.
The code checker plug in developed by the Open University (moodle.org/plugins/view.php?plugin=local_codechecker) is an invaluable tool for anyone hoping to contribute an extension to Moodle and incorporates general coding good practice.
I would recommend using this for any software you are planning to share with other Moodle users and using the forums at moodle.org to get some feedback on beta versions and your concept while developing your plug-in.
Moodle contributes code guidelines.
http://docs.moodle.org/dev/Guidelines_for_contributed_code#How_to_submit_code
Read the How to request that your code be tested/reviewed section.
Pay particular attention to following the moodle API
http://docs.moodle.org/dev/Coding