Umbraco Community Search Options
jesper
Posted: Saturday, December 02, 2006 4:10:31 PM

Rank: Administration

Joined: 7/25/2006
Posts: 415
Location: vipperoed, denmark
Can't find the thing you need? You've looked almost anywhere in the community? Try this one:
Umbraco Community Search (provided by Google Co-op search)

... try it out. If you find any ressources missing - add them.

Kindly

Jesper

webbureau jesper.com doing webdesign / development / umbraco implementations / 2007&2008 MVP
drobar
Posted: Saturday, December 02, 2006 4:41:45 PM

Rank: Umbracoholic

Joined: 9/8/2006
Posts: 1,698
Location: KY, USA
Jesper, that's great!

What's the full list of sites searched? I don't see how I could add any either.

cheers,
doug.

MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
jesper
Posted: Saturday, December 02, 2006 5:12:41 PM

Rank: Administration

Joined: 7/25/2006
Posts: 415
Location: vipperoed, denmark
Douglas Robar wrote:

Jesper, that's great!

What's the full list of sites searched? I don't see how I could add any either.

cheers,
doug.


The "very-quickly-compiled-with-many-missing" list:

http://www.cpalm.dk/
http://en.wikibooks.org/wiki/Umbraco
http://www.rtk-cv.dk/projects/umbraco.aspx
http://umbraco.bruunebonen.com
http://hartvig.com
http://www.darren-ferguson.com
http://weblog.151278.org
http://www.cpalm.dk
http://ismail.umbraco.net
http://tech.groups.yahoo.com/group/umbraco/
http://www.umbraco.org
http://forum.umbraco.org
http://kasperb.dk
http://objects.dk
http://www.fab-it.dk
http://www.squidoo.com/umbraco

The "Google Co-op" way is to apply as a volunteer - and then I'm supposed to accept the request - which of cause I will :thumbup:. You need a google account.

If you don't want to do all that - just reply in this forum and I'll add/remove your site.

Kindly,

Jesper

webbureau jesper.com doing webdesign / development / umbraco implementations / 2007&2008 MVP
drobar
Posted: Saturday, December 02, 2006 5:46:17 PM

Rank: Umbracoholic

Joined: 9/8/2006
Posts: 1,698
Location: KY, USA
Good list. Maybe a few other sites to add, if you think them appropriate...

codegarden.umbraco.org
umbracostats.umbraco.org
(maybe just *.umbraco.org ?)
www.hagermark.se
umbraco.psyhost.net
www.090978.org
www.neehouse.com


Stuff for XML/XSLT since that is common area for questions (maybe w3.org)?

cheers,
doug.



MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
jesper
Posted: Saturday, December 02, 2006 6:07:55 PM

Rank: Administration

Joined: 7/25/2006
Posts: 415
Location: vipperoed, denmark
Great list. All added including www.w3.org.

Kindly,

Jesper

webbureau jesper.com doing webdesign / development / umbraco implementations / 2007&2008 MVP
drobar
Posted: Saturday, December 02, 2006 6:21:08 PM

Rank: Umbracoholic

Joined: 9/8/2006
Posts: 1,698
Location: KY, USA
Ooops, w3.org is huge (9+ million pages). It is overwhelming the rest of the sites. How about replacing it with "www.w3schools.com/xsl" (which is what I was thinking even though I typed w3.org)?

Also, is there a way to specify the "more important" and mark w3schools as "less important" in the search results? That way Umbraco-specific sites get returned first and generic sites come later.

cheers,
doug.

MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
jesper
Posted: Saturday, December 02, 2006 8:12:56 PM

Rank: Administration

Joined: 7/25/2006
Posts: 415
Location: vipperoed, denmark
you're right. I've changed the link.

Kindly,

Jesper

ps. how goes with XSLT Search V2? :cool:

webbureau jesper.com doing webdesign / development / umbraco implementations / 2007&2008 MVP
kenny
Posted: Saturday, December 02, 2006 8:27:25 PM

Rank: Aficionado

Joined: 8/12/2006
Posts: 136
Location: Norway
Sweet! Toolbar'ed :thumbup:

Kenneth Solberg - xeed* - core dev - level 2 cert pro - my blog
drobar
Posted: Sunday, December 17, 2006 5:54:25 PM

Rank: Umbracoholic

Joined: 9/8/2006
Posts: 1,698
Location: KY, USA
test.

MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
drobar
Posted: Sunday, December 17, 2006 5:56:18 PM

Rank: Umbracoholic

Joined: 9/8/2006
Posts: 1,698
Location: KY, USA
Add the Umbraco Community Search to your browser's search engine/search provider list! Go to www.percipientstudios.com/downloads/umbraco/UmbracoCommunitySearch.htm and follow the instructions on the screen.

This works with Firefox2 and IE7 using OpenSearch technology and Firefox features. Using the code below the search will be auto-discovered by the browser.


@Niels and Daniel B[b] I think this should be added to every page on the forum! Then people can search ALL umbraco resources at once --the forums (new and old), various blogs, etc-- and have the full Google search syntax available. Finally, AND, OR, NOT, parenthesis, phrases, the works! You could even add search hints/auto-completion for Firefox (see http://developer.mozilla.org/en/docs/Creating_OpenSearch_plugins_for_Firefox)! Add it to the Mac's Sherlock, or automatically install the search engine through a simple JavaScript call to the Firefox DOM (see http://developer.mozilla.org/en/docs/Adding_search_engines_from_web_pages)! The potential is amazing and the effort is minimal.


[b]How to make Umbraco Community Search available from your own site/blog

Create the following files somewhere on the server (I'm assuming they go in the root):

- UmbracoCommunitySearch.xml (works for both IE7 and FF2 users)

- UmbracoCommunitySearchFF.xml (optional, extra features for Firefox users only)


Add the following to the <head> section of the web pages (changing the URL as appropriate):
Code:

<link rel="search" type="application/opensearchdescription+xml" title="Umbraco Community Search (Firefox only)" href="http://forum.umbraco.org/UmbracoCommunitySearchFF.xml">

<link rel="search" type="application/opensearchdescription+xml" title="Umbraco Community Search" href="http://forum.umbraco.org/UmbracoCommunitySearch.xml">




cheers,
doug.

MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
desmo
Posted: Sunday, December 17, 2006 8:57:32 PM

Rank: Aficionado

Joined: 7/19/2006
Posts: 171
Location: NYC
Jesper,

Just want to say THANKS for setting that up. I think that should be the top link on any Umbraco information page. Very very cool.:thumbup:

- Mark
daniel_l
Posted: Thursday, February 21, 2008 1:19:41 PM
Rank: Aficionado

Joined: 6/25/2007
Posts: 132
Location: Malmo, Sweden
Using the Community Search recently it seems it does not index all forum discussions. Is this correct or am I doing something wrong?

An example:
Remembering the thread
http://forum.umbraco.org/installing/v2-versus-v3-page-load-times
I tried to find it using the Community Search. I could not find it searching for "load times".

However, searching on google.com for "load times" site:forum.umbraco.org it is listed at the very top of the results.

Is it me or umbraco? Umbraco Certified Professional Level 2.
jesper
Posted: Thursday, February 21, 2008 1:46:18 PM

Rank: Administration

Joined: 7/25/2006
Posts: 415
Location: vipperoed, denmark
Daniel Lindström wrote:

Using the Community Search recently it seems it does not index all forum discussions. Is this correct or am I doing something wrong?

An example:
Remembering the thread
http://forum.umbraco.org/installing/v2-versus-v3-page-load-times
I tried to find it using the Community Search. I could not find it searching for "load times".

However, searching on google.com for "load times" site:forum.umbraco.org it is listed at the very top of the results.

Hi Daniel,

I think your right. I suspect that it's because Coop search (Community Search) doesnt cache pages as long as www.google.com ... at least something like that.

The reason why this becomes a problem is that you can't navigate to older pages in the Forum. So - once the forum entry falls out of the list of entries .. it's will vanish at some point.

If this is the problem then adding some navigation to older posts could solve it. Would be nice anyway.

Kindly,

Jesper



webbureau jesper.com doing webdesign / development / umbraco implementations / 2007&2008 MVP
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.