<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://www.lab.canfield.com">
<channel>
 <title>Canfield Research Group - From Visions to Reality</title>
 <link>http://www.lab.canfield.com</link>
 <description></description>
 <language>en</language>
<item>
 <title>.NET critical update problems</title>
 <link>http://www.lab.canfield.com/node/234</link>
 <description>&lt;p&gt;A couple of &quot;critical&quot; updates I received on 7/11/2007 failed to install. The update is in regards to .net:&lt;/p&gt;

&lt;p&gt;- &lt;span class=&quot;caps&quot;&gt;KB92836&lt;/span&gt;&lt;br /&gt;
- &lt;span class=&quot;caps&quot;&gt;KB92835&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;The following is the procedure I finally used to fix the problem. It is tedious and I am not alone in being adversely affected by this update. This is not the first time that a Microsoft update has bit me. I may have to turn off updates until they are proven to work. Having systems go down without notification due to a failed update is not acceptable.&lt;/p&gt;


&lt;ol&gt;
&lt;li&gt;You may wish to clone your drive first. This process worked for me but it may not work for you.&lt;/li&gt;
&lt;li&gt;Turn &lt;span class=&quot;caps&quot;&gt;OFF &lt;/span&gt;automatic updates. You do &lt;span class=&quot;caps&quot;&gt;NOT &lt;/span&gt;want them happening while working on this process&lt;/li&gt;
&lt;/ol&gt;

</description>
 <category domain="http://www.lab.canfield.com/taxonomy/term/21">Publishing</category>
 <pubDate>Fri, 13 Jul 2007 12:28:06 -0700</pubDate>
</item>
<item>
 <title>Soundsnap launches!</title>
 <link>http://www.lab.canfield.com/node/232</link>
 <description>&lt;p&gt;Congratulations to all who worked on &lt;a href=&quot;http://www.soundsnap.com&quot;&gt;Soundsnap&lt;/a&gt;. The site launched this morning with approx 30,000 sound samples, all free for use. It streams previews using &lt;span class=&quot;caps&quot;&gt;MP3, &lt;/span&gt;and the original high quality sounds are available as &lt;span class=&quot;caps&quot;&gt;WAV &lt;/span&gt;or &lt;span class=&quot;caps&quot;&gt;AIFF. &lt;/span&gt;&lt;a href=&quot;http://www.soundsnap.com&quot;&gt;Check it out!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Canfield Research Group provided the following technologies:&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;A revamped audio module capable of much finer grained control over theming&lt;/li&gt;
&lt;li&gt;Support for new players based on the mime type&lt;/li&gt;
&lt;li&gt;The &lt;span class=&quot;caps&quot;&gt;CRG &lt;/span&gt;transcoder which converts files from one type to another on-demand and in batch mode with complete job control&lt;/li&gt;
&lt;/ul&gt;

</description>
 <category domain="http://www.lab.canfield.com/taxonomy/term/21">Publishing</category>
 <pubDate>Mon,  2 Jul 2007 14:41:38 -0700</pubDate>
</item>
<item>
 <title>Palm TX --&gt; Bluetooth --&gt; Blackberry 8800 --&gt; TMobile</title>
 <link>http://www.lab.canfield.com/node/229</link>
 <description>&lt;h1&gt;Blackberry 8800, Palm &lt;span class=&quot;caps&quot;&gt;TX,&lt;/span&gt; Bluetooth, Internet and T-Mobile&lt;/h1&gt;

&lt;p&gt;Notes&lt;/p&gt;

&lt;p&gt;- This setup worked for me as of 2007-04-13 from the Seattle area of Washington, &lt;span class=&quot;caps&quot;&gt;USA.&lt;/span&gt;&lt;br /&gt;
- I suspect getting a Linux or Mac laptop to connect over Bluetooth will be basically the same process but I am out of time for that today.&lt;br /&gt;
- This web site is being migrated soon and is in a &lt;span class=&quot;caps&quot;&gt;READ ONLY &lt;/span&gt;mode. Please post comments, suggestions, corrections to &lt;a href=&quot;http://www.blackberryforums.com/general-8800-series-discussion/72948-palm-tx-bluetooth-blackberry-8800-tmobile.html#post509274&quot;&gt;this thread on BlackberryForums&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have been struggling for a few hours to get my Palm TX to use the Blackberry 8800 as a modem to access the Internet. While some may find using a Palm and a Blackberry together it works very well for me. The Blackberry is a Phone / &lt;span class=&quot;caps&quot;&gt;GPS &lt;/span&gt;/ Messaging device and the Palm handles my heavy lifting for &lt;span class=&quot;caps&quot;&gt;VPN, SSH,&lt;/span&gt; EBooks, Reference material (4 GB), and occasional games. While I may move from the Palm to 100% BB it will take a while to replace everything I have on the &lt;span class=&quot;caps&quot;&gt;TX.&lt;/span&gt;&lt;/p&gt;</description>
 <category domain="http://www.lab.canfield.com/taxonomy/term/21">Publishing</category>
 <pubDate>Fri, 13 Apr 2007 16:20:23 -0700</pubDate>
</item>
<item>
 <title>Drupal 5 and problems with domains that include ports</title>
 <link>http://www.lab.canfield.com/node/228</link>
 <description>&lt;p&gt;Drupal 5 changes the way the cookie domain is calculated. If you are using ports to direct traffic to systems behind a firewall (or for whatever reason) Drupal 5 will errantly add the port to the cookie domain. As far as I can tell the &lt;span class=&quot;caps&quot;&gt;RFC &lt;/span&gt;that specifies how sessions are maintained (RFC 2109) does not allow port specifications. The &lt;span class=&quot;caps&quot;&gt;PHP &lt;/span&gt;code used in Drupal 5 does &lt;span class=&quot;caps&quot;&gt;NOT &lt;/span&gt;strip ports from the cookie_domain. The solutions I found are:&lt;/p&gt;

&lt;p&gt;1. Comment or disable the code in session.php that modifies the cookie_domain. This makes it work somewhat like it did in Drupal 4.x from what I can tell.&lt;br /&gt;
2. Set the cookie_domain explicitly. I dislike this solution due to maintenance and site aliasing&lt;/p&gt;</description>
 <category domain="http://www.lab.canfield.com/taxonomy/term/21">Publishing</category>
 <pubDate>Wed,  7 Feb 2007 10:00:18 -0800</pubDate>
</item>
<item>
 <title>Project Management Software</title>
 <link>http://www.lab.canfield.com/node/227</link>
 <description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;In Progress&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;


&lt;p&gt;&lt;em&gt;This entry is not a formal review. It is just some quick notes I wanted to track as I researched project management software. Hopefully others with similar situation will find the information a useful starting point.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Project management can get complex very quickly and software to help manage projects is very useful. Even small projects can become tricky to monitor, especially when they are on a fast track or involve a lot of research dependencies. A recent project I am involved in fir this criteria perfectly.&lt;/p&gt;

&lt;p&gt;I need to track a number of small (in many cases 4-8 hour tasks) that are experimental in nature. These tasks may or may not work out as hoped. To make matters worse these experiments are interrelated and spread across multiple people. And finally, they need to tie into the larger project so decisions can be made as to when to switch tracks and use different technologies.&lt;/p&gt;</description>
 <category domain="http://www.lab.canfield.com/taxonomy/term/21">Publishing</category>
 <pubDate>Fri, 17 Nov 2006 11:14:41 -0800</pubDate>
</item>
<item>
 <title>Chief Architect wins against VectorWorks, with some regrets</title>
 <link>http://www.lab.canfield.com/node/216</link>
 <description>&lt;p&gt;I have chosen Chief Architect as my design tool for my Father&#039;s remodeling business. It beat out the other major competor VectorWorks. Chief Architect can do residential and interior design far faster and easier than VectorWorks can and residential design is what this evaluation was based on.&lt;/p&gt;

&lt;p&gt;I personally prefer VectorWorks because it is a more of a platform. Eventually I, or others, could fill in all the holes I mention in my VectorWork review and it would be far supior to anything I have found on the market today. I could see writing Chief Architect in VectorWorks, if that gives you an idea of the platforms power. But I had to make a decision on the capabilties of the software today and could not justify the expense of custom macros for a staff of 1 drafter.&lt;/p&gt;</description>
 <category domain="http://www.lab.canfield.com/taxonomy/term/21">Publishing</category>
 <pubDate>Mon,  2 Oct 2006 09:43:52 -0700</pubDate>
</item>
<item>
 <title>PVR (personal Video Records) and Media Centers</title>
 <link>http://www.lab.canfield.com/node/181</link>
 <description>&lt;p&gt;In general the state of PC based &lt;span class=&quot;caps&quot;&gt;PVR&lt;/span&gt;s is a bit immature. These are general oberservation of the core software that &lt;span class=&quot;caps&quot;&gt;PVR&#039;&lt;/span&gt;s are built upon, commercial or private. The lack of a CD Player option is very weird. When I or my Lady wishes to play a CD we bought the last thing I am going to do is try and explain to her how to rip it! A drop it in and it plays seems to be the &quot;right way&quot;. The same applies to external media cards from cameras. Should the pictures be extracted and saved to a predetermine dlocation, possible by date? Almost anything is better than doing nothing! I get the feeling that &lt;span class=&quot;caps&quot;&gt;PVR&lt;/span&gt;s are made for the uber geek (which some would accuse me of being). That&#039;s all fine and good but when the unit enters the living room it &lt;span class=&quot;caps&quot;&gt;MUST &lt;/span&gt;be usable by all members and hopefully even guests. Oh well.&lt;/p&gt;</description>
 <category domain="http://www.lab.canfield.com/taxonomy/term/11">Private</category>
 <pubDate>Sun, 23 Apr 2006 09:23:11 -0700</pubDate>
</item>
<item>
 <title>TV out and Nvidia Gforce Cards</title>
 <link>http://www.lab.canfield.com/node/179</link>
 <description>&lt;p&gt;I wanted to make use of the dual-head capability of my GForce card under MythTV. The utlimate goal is to use an always on &lt;span class=&quot;caps&quot;&gt;LCD &lt;/span&gt;screen as the interface (Video, Music, etc.) and the TV for video. A GForce 4000 can do this after a bit of work.&lt;/p&gt;

&lt;p&gt;To get this to work requires seperate displays where resolution can be independently set. The core of the documentation can be found at http://download.nvidia.com/solaris/1.0-8178/README/appendix-o.html. Note I do &lt;span class=&quot;caps&quot;&gt;NOT &lt;/span&gt;use Twinview sicne I want seperate displays.&lt;/p&gt;

&lt;p&gt;My operating system is Mandriva 2006.&lt;/p&gt;

&lt;p&gt;The only trick is to make sure that the BusID line is set &lt;span class=&quot;caps&quot;&gt;EVEN &lt;/span&gt;if you have only one card. Modify your &lt;span class=&quot;caps&quot;&gt;XFC&lt;/span&gt;onfig configuration per the nvidia.com instructions. To get your BusID use &lt;em&gt;lspci&lt;/em&gt;. After that simply restart X and you will see to seperate &lt;span class=&quot;caps&quot;&gt;KDE &lt;/span&gt;windows. The mouse moves between them &lt;span class=&quot;caps&quot;&gt;BUT &lt;/span&gt;screens cannot be dragged across. Each screen can be independently set.&lt;/p&gt;</description>
 <category domain="http://www.lab.canfield.com/taxonomy/term/21">Publishing</category>
 <enclosure url="system/files?file=XF86Config" length="5143" type="application/octet-stream" />
 <pubDate>Wed, 19 Apr 2006 13:07:44 -0700</pubDate>
</item>
<item>
 <title>COM+ Errors</title>
 <link>http://www.lab.canfield.com/node/177</link>
 <description>&lt;p&gt;The following error was repeated many times in a client&#039;s event log:&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;The &lt;span class=&quot;caps&quot;&gt;COM&lt;/span&gt;+ Event System attempted to fire the EventObjectChange::ChangedSubscription event but received a bad return code.  &lt;span class=&quot;caps&quot;&gt;HRESULT &lt;/span&gt;was 80040201.&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;After some research the solution was:&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;Delete the following registry key: &lt;em&gt;&lt;span class=&quot;caps&quot;&gt;HKEY&lt;/span&gt;_LOCAL_MACHINE\Software\Microsoft\COM3&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Delete all the directory and all files in:  &lt;em&gt;C:\WINDOWS\Registration&lt;/em&gt;
&lt;ul&gt;
&lt;li&gt;If you cannot delete a file use &lt;a href=&quot;http://www.bleepingcomputer.com/files/killbox.php&quot;&gt;http://www.bleepingcomputer.com/files/killbox.php&lt;/a&gt;, browse to the file/directory that could not be deleted and select the option to delete on next boot. Reboot.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
 <category domain="http://www.lab.canfield.com/taxonomy/term/21">Publishing</category>
 <pubDate>Sat,  1 Apr 2006 21:07:48 -0800</pubDate>
</item>
<item>
 <title>Windows Updates Fail 0x80240020</title>
 <link>http://www.lab.canfield.com/node/176</link>
 <description>&lt;p&gt;On a client&#039;s system I could not get automatic updates to work. They would download but then fail to install.&lt;/p&gt;

&lt;p&gt;I cleared the download cache first. Note that this does &lt;span class=&quot;caps&quot;&gt;NOT &lt;/span&gt;solve the problem but does clean things up and that makes diagnosis easier.&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;Services / Automatic Updates / Stop&lt;/li&gt;
&lt;li&gt;Delete the C:\windows\SoftwareDownloads directory&lt;/li&gt;
&lt;li&gt;Services / Automatic Updates / Start&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;I then restored the SensLogn registra settings. These were totally absent (Notufy/SensLogn was missing). I have yet to determin what and when these went missing. See the following for details:&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;http://support&lt;/li&gt;
&lt;/ul&gt;

</description>
 <category domain="http://www.lab.canfield.com/taxonomy/term/21">Publishing</category>
 <pubDate>Sat,  1 Apr 2006 21:04:00 -0800</pubDate>
</item>
<item>
 <title>Links on project pages should be working now</title>
 <link>http://www.lab.canfield.com/node/175</link>
 <description>&lt;p&gt;Corrected some linking problems that occurred when I implemented the FloorPlan Wiki linking code. My Drupal modules can once again be accessed.&lt;/p&gt;</description>
 <category domain="http://www.lab.canfield.com/taxonomy/term/21">Publishing</category>
 <pubDate>Thu, 23 Mar 2006 17:52:29 -0800</pubDate>
</item>
<item>
 <title>Google Toolbar - a security breach waiting to happen?</title>
 <link>http://www.lab.canfield.com/node/173</link>
 <description>&lt;p&gt;I love the idea of the Google Toolbar, especially the spell checker. But I had to wonder how it worked. Its not rocket science but it is a nice implantation of client/server code. The idea is that text is sent to Google via &lt;span class=&quot;caps&quot;&gt;XML &lt;/span&gt;and returned to the toolbar via &lt;span class=&quot;caps&quot;&gt;XML.&lt;/span&gt; For a moderately fast connection this is all very nice and can be extended to multiple operating systems easily.&lt;/p&gt;

&lt;p&gt;The problem is that the text is sent clear-text to an organization that is not under the author&#039;s control. I can just imagine an author entering a legal brief into carefully secured &lt;span class=&quot;caps&quot;&gt;CMS &lt;/span&gt;(Content Management Entry) on an internal web site and having all that text being sent clear-text to Google. With so little understanding of computers, or technology in general, I suspect many people will be using remote spell checkers without any idea how they work.&lt;/p&gt;</description>
 <category domain="http://www.lab.canfield.com/taxonomy/term/21">Publishing</category>
 <pubDate>Tue, 21 Mar 2006 21:15:21 -0800</pubDate>
</item>
<item>
 <title>FloorPlan experimental Wiki Beta starts</title>
 <link>http://www.lab.canfield.com/node/172</link>
 <description>&lt;p&gt;I have set up an experimental Wiki for FloorPlan.&lt;/p&gt;

&lt;p&gt;This is &lt;span class=&quot;caps&quot;&gt;VERY &lt;/span&gt;experimental and needs some testing. Everyone can access the Wiki but only registered users can contribute. Register using the login box to the left. After registration you need to send me an email requesting &lt;span class=&quot;caps&quot;&gt;WRITE &lt;/span&gt;access to the Wiki (the wiki is readable by all). I hope to remove this cumbersome process after the Beta.&lt;/p&gt;

&lt;p&gt;If you are uncomfortable with Alpha/Beta I recomend not working with the Wiki until we iron out the bugs.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</description>
 <category domain="http://www.lab.canfield.com/taxonomy/term/23">FloorPlan</category>
 <category domain="http://www.lab.canfield.com/taxonomy/term/21">Publishing</category>
 <pubDate>Tue, 21 Mar 2006 18:46:41 -0800</pubDate>
</item>
<item>
 <title>Image Duplicate Scanners</title>
 <link>http://www.lab.canfield.com/node/168</link>
 <description>&lt;p&gt;Initial results of my search for an image scanner today. The criteria:&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;Able to handle large image sets (think Video Astronomy and way too many digital cameras)&lt;/li&gt;
&lt;li&gt;Must compare images using tsomething other than &lt;span class=&quot;caps&quot;&gt;CRC&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;This means I cannot use a simple file comaprison tool since some images are in different formats or dimensions although they containt he &quot;same&quot; image.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Able to control simularity thresholds&lt;/li&gt;
&lt;li&gt;Able to auto-select the images to delete
&lt;ul&gt;
&lt;li&gt;I am not sure what criteria is best here; dimensions, image size (larger == better?), quality (how?)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Able to manualy choose from possible duplicates&lt;/li&gt;
&lt;/ul&gt;

</description>
 <category domain="http://www.lab.canfield.com/taxonomy/term/11">Private</category>
 <pubDate>Sun, 19 Mar 2006 21:25:19 -0800</pubDate>
</item>
<item>
 <title>FloorPlan stairs</title>
 <link>http://www.lab.canfield.com/node/167</link>
 <description>&lt;p&gt;Added a new article on FloorPlan stairs: &lt;a href=&quot;node/156&quot;&gt;Stair Rules&lt;/a&gt;.&lt;/p&gt;</description>
 <category domain="http://www.lab.canfield.com/taxonomy/term/23">FloorPlan</category>
 <pubDate>Thu, 16 Mar 2006 22:49:51 -0800</pubDate>
</item>
</channel>
</rss>
