ASP.net - Static site search [closed] - asp.net

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
We have a static website in asp.net with about 50 pages and need to implement a site search. Any suggestions/links will be appreciated.
Thanks,
K

If you're looking for a quick way to get search functionality into your pre-existing, static, site, google site search would be a very simple route to go.

This link might help you.http://www.codeproject.com/KB/applications/SearchDotnet.aspx or you can can use sitesearch component for asp.net sites
http://www.sitesearchasp.net/
http://www.asp.net/community/control-gallery/browse.aspx?category=45

I add one more suggestion here.
The UltimateSearch from Karamasoft, that is a commercial product, but you avoid the advertise and have more control over.
http://www.karamasoft.com/UltimateSearch/Features.aspx

Related

Bootstrap for ASP.NET webform [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
i am trying to learn twitter bootstrap on ASP webforms, can anyone tell me how to apply bootstrap on menu control that loads from sitemap data source. I will appreciate if there is any tutorial link available for webform specifically. Thanks
This tutorial is good:
http://geekswithblogs.net/JeremyMorgan/archive/2012/09/18/how-to-use-twitter-bootstrap-on-an-asp.net-website.aspx
It's a pretty general question you have, but basically you want to assign a DOM ID to your web controls, and the javascript is going to look pretty much the same as you would find in the Twitter Bootstrap examples.

usability web sites [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Where to find website that i could do a report on that needs some usability. I have been looking and dont know where to look at.. Thanks
If you are performing usability testing of a website you can probably use most any website. You should probably specify criteria on how the website is supposed to be used and then test to see if those criteria are being met. There are several ways of doing this which may be outlined in your report rubric.
Are you trying to find bad websites?
Perhaps put this into your favorite search engine: best and worst of the web.
You will see "awards" for the worst of the web and also see some sites to help keep your site off the list.

OpenSource alternatives on XCloner [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Is there any existing alternative on XCloner for Joomla or WP?
Sultan
For Joomla, Akeeba Backup. It is far better than any other backup component/plugin out there. I use it on every single site for myself/clients. I had to recover the website once, process was smooth... recovered the website under 15 minutes.
Dude, check xcloner.com , that software is free to Download
someone told me about the wordpress plugin called Really Static which allow to make static sites by using wordpress. maybe this is an alternate to xcloner.
best regards

Fetch Contacts From yahoo using asp.net [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
how can i fetch the yahoo contacts in asp.net any source code or any reference.
Yahoo's full .net specific documentation for this stuff can be found at http://developer.yahoo.com/dotnet/
The Yahoo Contacts API
One way is to use YQL - this is a webservice, so you can simply access it as such.
OR
Read http://developer.yahoo.com/social/contacts/ and Use WebClient in ASP.NET.
You can take idea how to use API from here.

working with sitemap path in asp.net? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
can i know how to work with sitemap path in asp.net is possible examle please.
ASP.NET Site Maps
The simplest way to create a site map
is to create an XML file named
Web.sitemap that organizes the pages
in the site hierarchically. This site
map is automatically picked up by the
default site-map provider for ASP.NET.

Resources