Search

Windows Live "Casino" - Where is it?

0 views

Back at Search Champs, 13 months ago, we saw some prototype software called Windows Live “Casino”. Now, from the Shell Revealed blog, where Brandon Paddock explained that the dissapearance of Casino was because it was moved from Windows Live to the Windows group, and refocused as, indeed, the next version of Windows Desktop Search.

What this means is that WDS will get the improvements previously promised by Casino, able to search everything from a single place. No idea when it’ll ship (not soon, that’s for sure), and if it’ll have a swanky UI or something more traditional, or even how it fits into plans for Windows Vista, but at least that hard work should make it into something useful.

You can provide your own help by heading here

In other news, Microsoft is acquiring Medstory, which operates a search engine on medical topics. It is geared both for medical consumers and health professionals, with results narrowed by clusters like studies, procedures, personal health info and substances. Could be a great tool in the Windows Live arsenal, I just hope they integrate it sooner rather than later.
' /> Del.icio.us</a> | <a href=' /> Digg</a> | <a href=' />Reddit</a> | <a href=' /> Furl</a> <br />
<br />
Bookmark murdok: <a href=' /></a>                </div>
                
                <script>
                (function() {
                    function initCopyableSections() {
                        document.querySelectorAll('.article-content .copyable-section').forEach(function(section) {
                            if (section.querySelector('.copyable-section__btn')) return;
                            var btn = document.createElement('button');
                            btn.type = 'button';
                            btn.className = 'copyable-section__btn';
                            btn.setAttribute('aria-label', 'Copy to clipboard');
                            var label = section.getAttribute('data-copy-label');
                            btn.textContent = label ? 'Copy ' + label : 'Copy';
                            section.appendChild(btn);
                            btn.addEventListener('click', function() {
                                var contentEl = section.querySelector('.copyable-section__content');
                                var text;
                                if (contentEl) {
                                    text = contentEl.textContent.trim();
                                } else {
                                    var clone = section.cloneNode(true);
                                    var btnClone = clone.querySelector('.copyable-section__btn');
                                    if (btnClone) btnClone.parentNode.removeChild(btnClone);
                                    text = clone.textContent.trim();
                                }
                                if (!text) return;
                                navigator.clipboard.writeText(text).then(function() {
                                    var t = btn.textContent;
                                    btn.textContent = 'Copied!';
                                    btn.classList.add('copied');
                                    setTimeout(function() {
                                        btn.textContent = t;
                                        btn.classList.remove('copied');
                                    }, 2000);
                                });
                            });
                        });
                    }
                    if (document.readyState === 'loading') {
                        document.addEventListener('DOMContentLoaded', initCopyableSections);
                    } else {
                        initCopyableSections();
                    }
                })();
                </script>
                
                <!-- Tags -->
                                
                <!-- Correction Form -->
                <div class=

Found an error or have a suggestion? Let us know and we'll review it.

Share this article

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!