Windows 7 and MinWin

19 04 2008

Windows 7 (formerly known as Blackcomb and Vienna) is the working name for the next major version of Microsoft Windows as the successor of Windows Vista.


Eric Traut talks Windows 7 and MinWin from Long Zheng on Vimeo.

For complete session of Eric Traut demonstration of Windows 7 click here.

MinWin = windows kernel ;-)

A minimalistic variation of the Windows kernel, known as MinWin, is being developed for use in Windows 7. The MinWin development efforts are aimed towards componentizing the Windows kernel and reducing the dependencies with a view to carving out the minimal set of components required to build a self-contained kernel as well as reducing the disk footprint and memory usage. MinWin takes up about 25 MB on disk and has a working set (memory usage) of 40 MB.It lacks a graphical user interface and is interfaced using a full-screen command line interface. Very interesting presentation.



Internet Explorer 7 Search Providers howto and my favorite ones

5 04 2008

Couple times I tried to get my IE Search box customized with my own search providers. I read the AddSearchProvider Method from MSDN website and than created couple of my favorite website to have them in my search box available.

One of my XML files I created for Networknet.nl Search Provider. Create your own xml file and store it on your webserver; create new button to add the Search Provider you specified in the XML file e.g. .

<?xml version=”1.0″ encoding=”UTF-8″ ?>
<OpenSearchDescription xmlns=”http://a9.com/-/spec/opensearch/1.1/”>
    <ShortName>Networknet.nl</ShortName>
    <Description>Networknet.nl Blog Search</Description>
    <Url type=”text/html” template=”http://www.networknet.nl/apps/wp/?s={searchTerms}&rls=com.microsoft:{language}&ie={inputEncoding}&oe={outputEncoding}&startIndex={startIndex?}&startPage={startPage}” />
</OpenSearchDescription>

<INPUT TYPE=”button” VALUE=”Del.Icio.Us by word” onClick=’window.external.AddSearchProvider(”http://www.networknet.nl/apps/content/searchproviders/del-icio-us.xml”);’>

Basically try to find the search string for the website your are trying to query and add the {searchTerms} in the XML file.

Search Provider Click to add to your IE configuration
Networknet.nl Search Provider
image
image
image
image

The result. In IE CRTL-E and type the word you are looking for and change the search provider.

image