<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>OS/Networking/Misc Apps</title>
        <link>http://geekswithblogs.net/TimH/category/2197.aspx</link>
        <description>(Furiating nonesense)</description>
        <language>en-NZ</language>
        <copyright>Tim Huffam</copyright>
        <managingEditor>timhuffam@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>Installing Artcut (plotter/cutter software) without prompt to insert Graphics Disc</title>
            <link>http://geekswithblogs.net/TimH/archive/2010/01/04/installing-artcut-plottercutter-software-without-prompt-to-insert-graphics-disc.aspx</link>
            <description>&lt;p&gt;If you do a 'typical' install of Artcut, it will try to install the 'chinese graph files' - and therefore, when you run it for the first time (after the installation) it will prompt you to insert the Graphic Disc.&lt;/p&gt;
&lt;p&gt;To avoid this, run the install and choose Custom install (instead of the default of 'Typical') then click Next, then uncheck the component 'chinese graph files' and continue with the installation.&lt;/p&gt;
&lt;p&gt;HTH&lt;/p&gt;
&lt;p&gt;Tim&lt;/p&gt; &lt;img src="http://geekswithblogs.net/TimH/aggbug/137340.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Huffam</dc:creator>
            <guid>http://geekswithblogs.net/TimH/archive/2010/01/04/installing-artcut-plottercutter-software-without-prompt-to-insert-graphics-disc.aspx</guid>
            <pubDate>Tue, 05 Jan 2010 00:27:30 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/TimH/comments/137340.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/TimH/archive/2010/01/04/installing-artcut-plottercutter-software-without-prompt-to-insert-graphics-disc.aspx#feedback</comments>
            <slash:comments>42</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/TimH/comments/commentRss/137340.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/TimH/services/trackbacks/137340.aspx</trackback:ping>
        </item>
        <item>
            <title>How to fade image layers using Gimp gradient/blend tool</title>
            <link>http://geekswithblogs.net/TimH/archive/2009/03/10/how-to-fade-image-layers-using-gimp-gradientblend-tool.aspx</link>
            <description>&lt;p&gt;This post will explain how to do fading (fade out a layer) in Gimp.&lt;/p&gt;
&lt;p&gt;Assuming you have an image open...&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Add a new layer &lt;/li&gt;
    &lt;li&gt;Draw the part you want faded &lt;/li&gt;
    &lt;li&gt;Right click on the layer in the Layers panel/window and select 'Add Layer Mask', then click on Add on the Add Layer Mask dialog (making sure the default value of 'White (full opacity)' is selected). &lt;/li&gt;
    &lt;li&gt;Select the Blend/Gradient tool and set the Gradient to 'FG to GB(RGB)' . &lt;/li&gt;
    &lt;li&gt;On the layer click and drag a line where you want the gradient (fade) to start and finish.  The first click is where it will be faded out and the second click is where it will start to fade. &lt;/li&gt;
    &lt;li&gt;Right click on the layer in the Layers panel/window and select 'Apply Layer Mask'. &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That's it.&lt;/p&gt; &lt;img src="http://geekswithblogs.net/TimH/aggbug/129953.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Huffam</dc:creator>
            <guid>http://geekswithblogs.net/TimH/archive/2009/03/10/how-to-fade-image-layers-using-gimp-gradientblend-tool.aspx</guid>
            <pubDate>Tue, 10 Mar 2009 14:49:34 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/TimH/comments/129953.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/TimH/archive/2009/03/10/how-to-fade-image-layers-using-gimp-gradientblend-tool.aspx#feedback</comments>
            <slash:comments>14</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/TimH/comments/commentRss/129953.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/TimH/services/trackbacks/129953.aspx</trackback:ping>
        </item>
        <item>
            <title>php mysql extension not loading/Quick Install of a WIMP stack (PHP, MySQL, PHPMyAdmin on Windows XP and IIS) </title>
            <link>http://geekswithblogs.net/TimH/archive/2009/02/04/php-mysql-extension-not-loadinginstalling-a-wimp-stack-php-mysql.aspx</link>
            <description>&lt;p&gt;On a fresh php installation (on WinXP using IIS 5) the mysql extension did not load.  This turned out to be because php could not find the &lt;font face="Arial"&gt;libmysql.dll library - to resolve just put the php dir (eg "c:\xampp\php) and the ext dir (c:\xampp\php\ext) into the PATH environment variable (and restart iis).&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;To verify your php configuration, create a php file with the following content:&lt;br /&gt;
&lt;font face="Arial"&gt;&amp;lt;?php&lt;br /&gt;
phpinfo();&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
Save this as something like info.php into your web root dir and navigate to it with a browser eg &lt;a href="http://localhost/info.php"&gt;http://localhost/info.php&lt;/a&gt;.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;FYI - this is how I installed my own WIMP stack:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Instead of doing the usual individual custom installs of these components - this time I simply downloaded the &lt;a href="http://www.apachefriends.org/en/xampp.html"&gt;xampp&lt;/a&gt; and unzipped it into a dir off c: drive (c:\xampp).  This contains apache (which I won't use), mysql, php and phpmyadmin. &lt;/li&gt;
    &lt;li&gt;To setup php in IIS simply add an extension mapping (mapping .php to c:\xamp\php\php5isapi.dll) - in IIS admin right click on Default Web Site  (or your other specific web site if on a windows server) and select Properties - click on Home Directory tab then click on 'Configuration...' - then click on Add and enter the details. &lt;/li&gt;
    &lt;li&gt;In IIS admin create a virual directory (eg pma) pointing to the phpmyadmin dir (C:\xampp\phpmyadmin) &lt;/li&gt;
    &lt;li&gt;Create an envirnment variable PHPRC and set it to your php path eg C:\xampp\php &lt;/li&gt;
    &lt;li&gt;Add the php (c:\xampp\php) and ext (c:\xampp\php\ext) paths to the PATH environment variable. &lt;/li&gt;
    &lt;li&gt;Run the xampp setup script: &lt;font face="Arial"&gt;setup_xampp.bat&lt;/font&gt; &lt;/li&gt;
    &lt;li&gt;Restart IIS (iisreset). &lt;/li&gt;
    &lt;li&gt;I've also edited httpd.conf (under c:\xampp\apache\conf) to change apache to use port 81 - so I can still run apache and IIS side by side (IIS uses port 80 by default for). &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That should do it.  &lt;/p&gt;
&lt;p&gt;To test start mysql (run the mysql_start.bat script in the xampp dir) and browse to: &lt;a href="http://localhost/pma/index.php"&gt;http://localhost/pma/index.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;HTH&lt;br /&gt;
Tim&lt;/p&gt; &lt;img src="http://geekswithblogs.net/TimH/aggbug/129177.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Huffam</dc:creator>
            <guid>http://geekswithblogs.net/TimH/archive/2009/02/04/php-mysql-extension-not-loadinginstalling-a-wimp-stack-php-mysql.aspx</guid>
            <pubDate>Wed, 04 Feb 2009 18:47:26 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/TimH/comments/129177.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/TimH/archive/2009/02/04/php-mysql-extension-not-loadinginstalling-a-wimp-stack-php-mysql.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/TimH/comments/commentRss/129177.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/TimH/services/trackbacks/129177.aspx</trackback:ping>
        </item>
        <item>
            <title>How to change permissions on Vista Home so you can update your hosts file</title>
            <link>http://geekswithblogs.net/TimH/archive/2009/02/01/how-to-change-permissions-on-vista-home-so-you-can.aspx</link>
            <description>&lt;p&gt;Windows Vista Home edition has some funny quirks - and this one is a prime example...&lt;/p&gt;
&lt;p&gt;When trying to update my hosts file I get permission denied.  That's odd - so I check the permissions and sure enough Administrator group has write access - yet I am the only administror on the system.   How's that for tricky - so I'm an admin with no admin rights - go figure.  Then I tried deleting the file then readding it....  wow - delete worked but could not re-add.&lt;/p&gt;
&lt;p&gt;It appears the only way around this little gem is to turn off user access control (not recommended - but there seems to be no other option as the security is fairly random and not what it used to be in earlier verisons of windows).&lt;/p&gt;
&lt;p&gt;To do this go into Control Panel, select User Accounts then choose "&lt;font face="Arial"&gt;Turn User Account Control On or Off" and turn it off (uncheck the checkbox then click OK) - you'll need to reboot for this to take effect.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Now you can change the files.&lt;/p&gt;
&lt;p&gt;*** Just remember to undo the security by-pass - but turning back on the user access control (same as above - checking the checkbox). ***&lt;/p&gt;
&lt;p&gt;**** &lt;strong&gt;Updated:&lt;/strong&gt; As Joe suggests below - yes the correct way would be to start your editor by using right-click - 'Run as administrator'.  However this still does not explain the bug with Vista's security model that does not allow an admin user to update the hosts file without turning off UAC.&lt;/p&gt;
&lt;p&gt;HTH&lt;/p&gt;
&lt;p&gt;Tim&lt;/p&gt; &lt;img src="http://geekswithblogs.net/TimH/aggbug/129117.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Huffam</dc:creator>
            <guid>http://geekswithblogs.net/TimH/archive/2009/02/01/how-to-change-permissions-on-vista-home-so-you-can.aspx</guid>
            <pubDate>Mon, 02 Feb 2009 03:38:05 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/TimH/comments/129117.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/TimH/archive/2009/02/01/how-to-change-permissions-on-vista-home-so-you-can.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/TimH/comments/commentRss/129117.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/TimH/services/trackbacks/129117.aspx</trackback:ping>
        </item>
        <item>
            <title>Firefox 3 ignores cache control http headers - security risk for online apps!</title>
            <link>http://geekswithblogs.net/TimH/archive/2008/09/26/firefox-3-ignores-cache-control-http-headers.aspx</link>
            <description>&lt;p&gt;If a user, using Firefox 3, signs out of a web site and does not close the browser, anyone else using that browser subsequently can view the content of pages loaded by the previous user (eg in an internet cafe, or any place where workstations are shared eg universities) - exposing private/confidential data.&lt;/p&gt;
&lt;div&gt;&lt;span class="813573621-25092008"&gt;This only affects HTTP post requests (not gets) and only Firefox version 3 - earlier versions (1.5, 2 etc), and IE, are not affected.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&lt;span class="813573621-25092008"&gt;The main points are:&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span class="813573621-25092008"&gt;This is definately a bug:  a violation of RFC 2616, section 14.9 that states "The Cache-Control general-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain".&lt;/span&gt; &lt;/li&gt;
    &lt;li&gt;&lt;span class="813573621-25092008"&gt;Some companies who deem this a significant hole in their security have chosen to block requests from Firefox 3 (eg they deem it their responsibility to secure their customers private and confidential data to the best of their ability).&lt;/span&gt; &lt;/li&gt;
    &lt;li&gt;&lt;span class="813573621-25092008"&gt;This bug has been registered with the Mozilla dev team, but currently (as of 26 Sept 2008) has a status of unconfirmed.&lt;/span&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;span class="813573621-25092008"&gt;
&lt;div&gt;&lt;span class="813573621-25092008"&gt;Related links:&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span class="813573621-25092008"&gt;&lt;a href="http://forums.mozillazine.org/viewtopic.php?f=25&amp;amp;t=673135&amp;amp;st=0&amp;amp;sk=t&amp;amp;sd=a"&gt;http://forums.mozillazine.org/viewtopic.php?f=25&amp;amp;t=673135&amp;amp;st=0&amp;amp;sk=t&amp;amp;sd=a&lt;/a&gt; (one of the best discussions I've found on this - includes several other links)&lt;/span&gt; &lt;/li&gt;
    &lt;li&gt;&lt;span class="813573621-25092008"&gt;&lt;a href="http://www.freesoft.org/CIE/RFC/2068/164.htm"&gt;http://www.freesoft.org/CIE/RFC/2068/164.htm&lt;/a&gt; (RFC 2616, section 14.9 - regarding cache control)&lt;/span&gt; &lt;/li&gt;
    &lt;li&gt;&lt;span class="813573621-25092008"&gt;&lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=441751"&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=441751&lt;/a&gt; (the bug registered on Mozilla's bug tracking system)&lt;/span&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span class="813573621-25092008"&gt;Tim&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt; &lt;img src="http://geekswithblogs.net/TimH/aggbug/125468.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Huffam</dc:creator>
            <guid>http://geekswithblogs.net/TimH/archive/2008/09/26/firefox-3-ignores-cache-control-http-headers.aspx</guid>
            <pubDate>Fri, 26 Sep 2008 20:17:40 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/TimH/comments/125468.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/TimH/archive/2008/09/26/firefox-3-ignores-cache-control-http-headers.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/TimH/comments/commentRss/125468.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/TimH/services/trackbacks/125468.aspx</trackback:ping>
        </item>
        <item>
            <title>Scuttle import bookmarks not working</title>
            <link>http://geekswithblogs.net/TimH/archive/2008/07/04/scuttle-import-bookmarks-not-working.aspx</link>
            <description>&lt;p&gt;With a clean install of Scuttle I found that both the import bookmarks pages (importNetscape.php and import.php) do not work - instead the both display the source of the PHP files.&lt;/p&gt;
&lt;p&gt;This is caused by both files not having the correct php declaration at the beginning of the file eg -both of these files first line was:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;font face="Courier New" color="#0000ff"&gt;&amp;lt;?&lt;/font&gt;&lt;br /&gt;
&lt;/font&gt;&lt;font face="Arial"&gt;&lt;br /&gt;
However they should have been:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Courier New" color="#0000ff"&gt;&amp;lt;?php&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;So just simply update these files.&lt;/p&gt;
&lt;p&gt;HTH&lt;br /&gt;
Tim&lt;/p&gt;
&lt;p&gt; &lt;/p&gt; &lt;img src="http://geekswithblogs.net/TimH/aggbug/123575.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Huffam</dc:creator>
            <guid>http://geekswithblogs.net/TimH/archive/2008/07/04/scuttle-import-bookmarks-not-working.aspx</guid>
            <pubDate>Fri, 04 Jul 2008 17:14:34 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/TimH/comments/123575.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/TimH/archive/2008/07/04/scuttle-import-bookmarks-not-working.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/TimH/comments/commentRss/123575.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/TimH/services/trackbacks/123575.aspx</trackback:ping>
        </item>
        <item>
            <title>Visual Studio (VS200) loosing it's source control bindings</title>
            <link>http://geekswithblogs.net/TimH/archive/2008/06/12/visual-studio-vs200-loosing-its-source-control-bindings.aspx</link>
            <description>&lt;p&gt;VSTS2008 has, on occasion, lost it's source control settings - specifically, the bindings to TFS server for a given solution and it's projects.&lt;/p&gt;
&lt;p&gt;This seems to be because the solution and project files are not being updated when you use the TFS Source Control Explorer to do a 'Get Latest'  - a 'feature' of VS2008 which allows you to work disconnected/offline - however it seems to have an issue trying to reconnect itself.&lt;/p&gt;
&lt;p&gt;To resolve we simply removed the local source directory and did a 'Get Specific Version - get latest'.&lt;/p&gt;
&lt;p&gt;RickSW had a similar &lt;a href="http://forums.msdn.microsoft.com/en-US/vssourcecontrol/thread/4fc04db9-dfe9-4f42-8f6c-2a3ed8f1f881/"&gt;experience&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Tim&lt;/p&gt; &lt;img src="http://geekswithblogs.net/TimH/aggbug/122806.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Huffam</dc:creator>
            <guid>http://geekswithblogs.net/TimH/archive/2008/06/12/visual-studio-vs200-loosing-its-source-control-bindings.aspx</guid>
            <pubDate>Thu, 12 Jun 2008 16:08:41 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/TimH/comments/122806.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/TimH/archive/2008/06/12/visual-studio-vs200-loosing-its-source-control-bindings.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/TimH/comments/commentRss/122806.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/TimH/services/trackbacks/122806.aspx</trackback:ping>
        </item>
        <item>
            <title>Dundas chart error databinding: Series data points do not support values of type "myclass", only values of these types can be used: Double, Decimal, Single, int, long, uint, ulong, String, DateTime, short, ushort.</title>
            <link>http://geekswithblogs.net/TimH/archive/2008/06/12/dundas-chart-error-databinding-series-data-points-do-not-support.aspx</link>
            <description>&lt;p&gt;The following error can occur when executing the .DataBind() method on a Dundas chart object within an ASP.Net page (.Net 3.0):&lt;/p&gt;
&lt;p&gt;&lt;font face="Courier New"&gt;Series data points do not support values of type "myclass", only values of these types can be used: Double, Decimal, Single, int, long, uint, ulong, String, DateTime, short, ushort.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;I had set the DataSource property to a generics List of myclass objects (List&amp;lt;myclass&amp;gt;).&lt;/p&gt;
&lt;p&gt;It turns out that this error is caused by a mismatch between the type of objects within the list passed to DataSource and the series defined for the chart.&lt;/p&gt;
&lt;p&gt;In my case I had create 4 series but the objects within the list only had 3.  I'm guessing the same error would also occur if the property names of these objects to not match the series .&lt;font face="Arial"&gt;ValueMembersY/&lt;font face="Arial"&gt;ValueMemberX property settings.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;HTH&lt;br /&gt;
Tim&lt;/p&gt; &lt;img src="http://geekswithblogs.net/TimH/aggbug/122804.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Huffam</dc:creator>
            <guid>http://geekswithblogs.net/TimH/archive/2008/06/12/dundas-chart-error-databinding-series-data-points-do-not-support.aspx</guid>
            <pubDate>Thu, 12 Jun 2008 13:23:59 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/TimH/comments/122804.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/TimH/archive/2008/06/12/dundas-chart-error-databinding-series-data-points-do-not-support.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/TimH/comments/commentRss/122804.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/TimH/services/trackbacks/122804.aspx</trackback:ping>
        </item>
        <item>
            <title>MSBuild fails when building solutions with database projects</title>
            <link>http://geekswithblogs.net/TimH/archive/2008/05/27/msbuild-fails-when-building-solutions-with-database-projects.aspx</link>
            <description>&lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;span&gt;There is a known problem with MSBuild whereby it does not cater for database project types as these project types (database projects) are not buildable.  This is only an issue when specifying a solution file (as the item to build) within the MSBuild script.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;span&gt;Because these are not buildable projects VS does not show them in the solution configuration manager.  Unfortunately this means they cannot be manually configured not to build (as a work around to this problem).  &lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;span&gt;When using solution files within MSBuild, it does not allow you to exclude specific projects.  There are a few options to work around this - as mentioned in this article:  &lt;/span&gt;&lt;/font&gt;&lt;font face="Arial" size="2"&gt;&lt;a target="_blank" href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=640825&amp;amp;SiteID=1"&gt;http://forums.microsoft.com&lt;wbr&gt;&lt;/wbr&gt;/MSDN/ShowPost.aspx?PostID&lt;wbr&gt;&lt;/wbr&gt;=640825&amp;amp;SiteID=1&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;font size="2"&gt;Another simple solution is to just remove the database project from the solution - and if you really want it still within the solution - just create another project of type class library and just reuse the original project's files.  By using another project type (like class library) you can use the configuration manager to explicitly flag this project not to build (remember to update each configuration).&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;span&gt;&lt;/span&gt;&lt;/font&gt;&lt;font face="Arial" size="2"&gt;&lt;span&gt;This issue affects TFS continuous integration builds.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
 &lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;img src="http://geekswithblogs.net/TimH/aggbug/122404.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Huffam</dc:creator>
            <guid>http://geekswithblogs.net/TimH/archive/2008/05/27/msbuild-fails-when-building-solutions-with-database-projects.aspx</guid>
            <pubDate>Tue, 27 May 2008 23:20:16 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/TimH/comments/122404.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/TimH/archive/2008/05/27/msbuild-fails-when-building-solutions-with-database-projects.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/TimH/comments/commentRss/122404.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/TimH/services/trackbacks/122404.aspx</trackback:ping>
        </item>
        <item>
            <title>Microsoft Word - cursor placed at top of page.</title>
            <link>http://geekswithblogs.net/TimH/archive/2008/04/16/microsoft-word---cursor-placed-at-top-of-page.aspx</link>
            <description>&lt;p&gt;When creating a new document and in Print Layout, Word sometimes places the cursor right at the top of the page - not catering for the top margin.&lt;/p&gt;
&lt;p&gt;I'm not sure why - can only presume this is a bug.&lt;/p&gt;
&lt;p&gt;The workaround, to make it display the cursor where it should be (below the margin) seems to be to view the Header then hide the header:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Select menu item 'View' - 'Header and Footer' (this shows the header)&lt;/li&gt;
    &lt;li&gt;Do the same thing to hide it (Select menu item 'View' - 'Header and Footer').&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That's it - the cursor should now be placed where it should be - so you can start typing text and see it in the correct position on the page.&lt;/p&gt;
&lt;p&gt;HTH&lt;/p&gt;
&lt;p&gt;Tim&lt;/p&gt; &lt;img src="http://geekswithblogs.net/TimH/aggbug/121266.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tim Huffam</dc:creator>
            <guid>http://geekswithblogs.net/TimH/archive/2008/04/16/microsoft-word---cursor-placed-at-top-of-page.aspx</guid>
            <pubDate>Wed, 16 Apr 2008 14:12:23 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/TimH/comments/121266.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/TimH/archive/2008/04/16/microsoft-word---cursor-placed-at-top-of-page.aspx#feedback</comments>
            <slash:comments>22</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/TimH/comments/commentRss/121266.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/TimH/services/trackbacks/121266.aspx</trackback:ping>
        </item>
    </channel>
</rss>
