<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>DCSoft blog</title>
	<atom:link href="http://dcsoft.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dcsoft.wordpress.com</link>
	<description>Useful tidbits from a small software consulting company</description>
	<lastBuildDate>Thu, 22 Dec 2011 16:27:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dcsoft.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>DCSoft blog</title>
		<link>http://dcsoft.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dcsoft.wordpress.com/osd.xml" title="DCSoft blog" />
	<atom:link rel='hub' href='http://dcsoft.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Qt Book Download: C++ GUI Programming with Qt 4 Second Edition by Jasmin Blanchette and Mark Summerfield (Prentice Hall)</title>
		<link>http://dcsoft.wordpress.com/2010/01/30/qt-book-download-c-gui-programming-with-qt-4-second-edition-by-jasmin-blanchette-and-mark-summerfield-prentice-hall/</link>
		<comments>http://dcsoft.wordpress.com/2010/01/30/qt-book-download-c-gui-programming-with-qt-4-second-edition-by-jasmin-blanchette-and-mark-summerfield-prentice-hall/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 03:24:58 +0000</pubDate>
		<dc:creator>dcsoft</dc:creator>
				<category><![CDATA[qt]]></category>
		<category><![CDATA[recommended]]></category>

		<guid isPermaLink="false">http://dcsoft.wordpress.com/?p=17</guid>
		<description><![CDATA[Let me tell you, this is my kind of book.  On page 3 it has this listing: #include &#60;QApplication&#62; #include &#60;QLabel&#62; int main(int argc, char *argv[]) { QApplication app(argc, argv); QLabel *label = new QLabel(&#8220;Hello Qt!&#8221;); label-&#62;show(); return app.exec(); } This opens a popup window with a label in it. Then on page 5, it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dcsoft.wordpress.com&amp;blog=11596522&amp;post=17&amp;subd=dcsoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><!--[if !mso]&gt;--><span style="font-size:11pt;font-family:&amp;"><a href="http://dcsoft.files.wordpress.com/2010/01/qt-book-image.png"><img class="alignnone size-full wp-image-18" title="Qt-book-image" src="http://dcsoft.files.wordpress.com/2010/01/qt-book-image.png?w=450" alt=""   /></a><!--[endif]--></span><span style="font-size:11pt;font-family:&amp;"><!--[endif]--></span><span style="font-size:11pt;font-family:&amp;"><!--[endif]--></span><span style="font-size:11pt;font-family:&amp;"><!--[endif]--></span></p>
<p style="text-align:center;">
<p>Let me tell you, this is my kind of book.  On page 3 it has this listing:</p>
<p>#include &lt;QApplication&gt;<br />
#include &lt;QLabel&gt;</p>
<p>int main(int argc, char *argv[])<br />
{<br />
QApplication app(argc, argv);<br />
QLabel *label = new QLabel(&#8220;Hello Qt!&#8221;);<br />
label-&gt;show();<br />
return app.exec();<br />
}</p>
<p>This opens a popup window with a label in it.</p>
<p>Then on page 5, it says to show bigger text with &#8220;Hello&#8221; in italics and Qt in red, replace</p>
<p>QLabel *label = new QLabel(&#8220;Hello Qt!&#8221;);</p>
<p>with</p>
<p>QLabel *label = new QLabel(&#8220;&lt;h2&gt;&lt;i&gt;Hello&lt;/i&gt; &lt;font color=red&gt;Qt!&lt;/font&gt;&lt;/h2&gt;&#8221;);</p>
<p>That&#8217;s right.  Labels can have HTML formatted text in them!</p>
<p>The next page shows 11 lines of code to create a button that exits the app when pushed.</p>
<p>When I first started reading this book while waiting for my dinner to arrive, I thought to myself, this Qt thing is right up my alley.  And this book is also right up my alley, the pragmatic, no nonsense introduction to a pragmatic, no-nonsense C++ application framework.  There&#8217;s a reason why it is required reading for new hires at Nokia&#8230;.</p>
<p><strong>Best of all, it&#8217;s FREE!</strong> Published under the Open Publication License, it is perfectly legal to distribute.  It&#8217;s currently hosted on the dcsoft.com website here:  <a href="http://dcsoft.com/ftp/prentice-hall-c-plus-plus-gui-programming-with-qt-4-2nd-edition-feb-2008.chm">download</a>, but no guarantees if I will have to take it down if my bandwidth gets used up!    You can always download the <a href="http://isohunt.com/download/67107101/c+gui+programming+with+Qt+4.torrent" target="_blank">torrent</a>. But it&#8217;s such a good read, I recommend you purchase a <a href="http://www.amazon.com/Programming-Prentice-Source-Software-Development/dp/0132354160/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1238017815&amp;sr=8-1" target="_blank">hard copy</a>.</p>
<p>Edit April 25, 2009:  The book&#8217;s source code is available for download from <a title="InformIT" href="http://www.informit.com/store/product.aspx?isbn=0132354160" target="_blank">InformIt</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dcsoft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dcsoft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dcsoft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dcsoft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dcsoft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dcsoft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dcsoft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dcsoft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dcsoft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dcsoft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dcsoft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dcsoft.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dcsoft.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dcsoft.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dcsoft.wordpress.com&amp;blog=11596522&amp;post=17&amp;subd=dcsoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dcsoft.wordpress.com/2010/01/30/qt-book-download-c-gui-programming-with-qt-4-second-edition-by-jasmin-blanchette-and-mark-summerfield-prentice-hall/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dcsoft</media:title>
		</media:content>

		<media:content url="http://dcsoft.files.wordpress.com/2010/01/qt-book-image.png" medium="image">
			<media:title type="html">Qt-book-image</media:title>
		</media:content>
	</item>
		<item>
		<title>How to: Setup Qt 4.5+ Visual Studio Integration</title>
		<link>http://dcsoft.wordpress.com/2010/01/30/how-to-setup-qt-4-5-visual-studio-integration/</link>
		<comments>http://dcsoft.wordpress.com/2010/01/30/how-to-setup-qt-4-5-visual-studio-integration/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 03:18:37 +0000</pubDate>
		<dc:creator>dcsoft</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[qt]]></category>

		<guid isPermaLink="false">http://dcsoft.wordpress.com/?p=13</guid>
		<description><![CDATA[(NOTE:  This post was originally published on Mar 06, 2009.  It was subsequently moved to the wordpress.com blog service and updated reflect the many comments.  Thank you for contributing your comments! QT IS NOW RELEASED UNDER LPGL Qt is a cross platform GUI toolkit which was acquired from Trolltech by Nokia.  Starting with Qt 4.5, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dcsoft.wordpress.com&amp;blog=11596522&amp;post=13&amp;subd=dcsoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(NOTE:  This post was originally published on Mar 06, 2009.  It was subsequently moved to the wordpress.com blog service and updated reflect the many comments.  Thank you for contributing your comments!</p>
<h3>QT IS NOW RELEASED UNDER LPGL</h3>
<p>Qt is a cross platform GUI toolkit which was acquired from Trolltech by Nokia.  Starting with Qt 4.5, it is dual-licensed under both LPGL and Commercial.  The Commercial license can be a bit pricey, but the LPGL license means you  can use it free of charge to develop proprietary, commercial,  closed-source  software.  Instantly, Qt has become  available to a wide audience of software developers (DCSoft included).  Thank you Nokia!</p>
<p>More than a year ago, DCSoft has become <em>very</em> interested in Qt.  Much as we love MFC, it hasn’t changed much since 1999, and this  is 2009.  Qt is easy to learn given its concise syntax and documentation,  plugs  into Visual Studio (more below), comes with a supported toolset  including  Designer (a resource editor), Linguist (a localization tool), and Qt  Creator (an  IDE), giving Qt more momentum than MFC, and a higher performance  alternative to  .NET.  It’s easily one of the best  ways to create Windows apps, never mind it can also target Mac, Linux,  and  several embedded devices.</p>
<p>Starting with Qt 4.6, the LPGL version now comes pre-built for Visual Studio 2008 RTM.  If this fits your need, you can simply install it and skip to INSTALL VISUAL STUDIO ADD-IN. However, you will need to build Qt yourself if:</p>
<ol>
<li>You are using VS 2008 <em>and</em> you have installed SP1 and/or the ATL Security Update, <em>and</em> you are building your app with the _BIND_TO_CURRENT_VCLIBS_VERSION defined (or another means to specify the non-RTM version).  This is because both Qt and your app need to be built with the same version of the Visual Studio redistributables, and Qt has been built with RTM, but your app is not being built with RTM.</li>
<li>You are using any version of VS 2005.  This is because Qt does not come prebuilt for VS 2005.</li>
</ol>
<p>Here’s how to get our favorite IDE (Visual Studio 2005/2008) working with Qt!</p>
<h3>DOWNLOAD QT SOURCE CODE</h3>
<p>As the option to download only the Qt source code is a bit obfuscated on the current Nokia website, please follow these directions:</p>
<ol>
<li>Go to <a href="http://qt.nokia.com/downloads">http://qt.nokia.com/downloads</a> and click the Go LGPL button.</li>
<li>Since you want only source code, look at the Qt: Framework Only column on the right.  Click e.g. <a title="Qt for Open Source C++ development on Windows" href="http://qt.nokia.com/downloads/windows-cpp-vs2008">Download Qt  libraries 4.6.1 for Windows (VS 2008, 194 MB)</a> &#8212; choose the VS2008 one.</li>
<li>This starts the download for pre-built Qt.  But we don&#8217;t want that as we will be building Qt ourselves.  A page will appear with<em> &lt;</em>Source code available on this link&gt;.  Cancel the Save As dialog in your browser to cancel the binaries  download you had clicked on, then click on this link, e.g.<a href="http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.6.1.zip" target="_blank"> http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.6.1.zip</a></li>
<li>Unzip the file into e.g. c:\qt\4.6.1-vc.  Please use a path with no embedded spaces, as the Qt build tools have issues with them.</li>
</ol>
<h3>SET ENVIRONMENT VARIABLES</h3>
<p>Open Computer Properties | Advanced system settings | Environment  Variables:</p>
<ol>
<li>Edit environment variable to add:  QTDIR = c:\qt\4.6.1-vc</li>
<li>Edit the PATH environment variable to add:  %QTDIR%\bin</li>
<li>Either close all command prompts and Visual Studio instances, or reboot the computer so the new command-line takes effect.</li>
</ol>
<h3>BUILD VC++ VERSION OF QT</h3>
<ol>
<li>Open a Microsoft Visual Studio Command Prompt, which is a command  console with environment variables set for the specified VS.  This is  easily accomplished using Start | All Programs | Microsoft Visual Studio  2005 <em>(or 2008)</em> | Visual Studio Tools | Visual Studio 2005 <em>(or  2008)</em> Command Prompt.</li>
<li>Cleanup any previous build:
<ol>
<li>c:\&gt; cd c:\qt\4.6.1-vc</li>
<li>c:\qt\4.6.1-vc&gt; nmake distclean</li>
<li>c:\qt\4.6.1-vc&gt; rm -rf tmp*  // <em>&lt;&#8211; recursively remove all tmp\ folders and files<br />
</em></li>
</ol>
</li>
</ol>
<p style="padding-left:60px;">This requires finding a *nix workalike.  I use Total Commander to search for Tmp*, select all the found files, and delete them with one keystroke.</p>
<p style="padding-left:30px;">3. Run Configure to target platform vc2005 or vc2008:</p>
<p style="padding-left:60px;">c:\qt\4.6.1-vc&gt; configure -platform <span style="text-decoration:underline;">win32-msvc2005</span> <em>&lt;other  options as needed&gt;</em></p>
<p style="padding-left:60px;">Substitute <span style="text-decoration:underline;"> win32-msvc2008</span> for VC2008</p>
<blockquote><p><em> </em></p></blockquote>
<p style="padding-left:60px;">Run Configure with no parameters to see a help screen.  Configure generates <em>nmake</em> compatible makefiles to build all the Qt DLL&#8217;s, tools, and demos.</p>
<p style="padding-left:30px;">4.  Run <em>nmake</em> to build.</p>
<p style="padding-left:60px;">c:\qt\4.6.1-vc&gt; nmake<em><em> </em></em><em> </em></p>
<p style="padding-left:30px;">It will take  awhile, but this grinds through building the specified Qt DLL&#8217;s, tools, and demos with  Visual Studio.</p>
<h3>INSTALL VISUAL STUDIO ADD-IN</h3>
<p>The Qt Visual Studio Add-in is indispensible for developing Qt apps in Visual Studio. The <strong>Add-in</strong> has replaced the previous Qt Visual Studio <strong>Integration</strong>, which was only available to Commercial customers.  Now the Add-in is used by both LPGL and Commercial licensees, and the Integration has been deprecated.  While the Add-in does not allow integrated .ui editing (it instead launches Qt Designer to edit .ui files), it is fully supported and maintained by Nokia, whereas the Integration hadn&#8217;t been modified since the 4.3/4.4 timeframe.</p>
<p>Because Visual Studio <strong>Express </strong>does not allow add-ins, using these free versions of Visual Studio is not recommended for Qt development.  You need at least Visual Studio Standard (Pro, Team System, etc. of course will also work).</p>
<p style="padding-left:30px;">1.  Download and  install the <a title="http://qt.nokia.com/downloads/visual-studio-add-in" href="http://qt.nokia.com/downloads/visual-studio-add-in" target="_blank">Qt Visual Studio Add-in</a> to install the Qt plug-in into Visual Studio (both 2005 and 2008 are supported by the add-in).</p>
<p style="padding-left:30px;">2.  Start  Visual Studio.</p>
<p style="padding-left:30px;">3.  Select menu  Qt | Configure Qt Versions.  Add  c:\qt\4.6.1-vc.</p>
<p style="padding-left:30px;">4.  Now Qt is  fully functional, and you can use VS2005/2008 to build Qt apps.</p>
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<h3>QT IN VISUAL STUDIO</h3>
<p style="padding-left:30px;">1.  See Qt menu  item.  Launch Qt Designer (the  Resource editor) and Qt Linguist (the localization tool).</p>
<p style="padding-left:30px;">2.  Create new  Qt projects.  File | New project,  select Qt4 project.</p>
<p style="padding-left:30px;">3.  Read Qt  Help.  Available from Help menu (Qt  help is merged in with Visual Studio Help and viewed in Document  Explorer.)  Or, manually launch</p>
<p style="padding-left:60px;">C:\Qt\4.6.1-vc\bin\assistant.exe</p>
<p style="padding-left:30px;">4.  The <a href="http://wholetomato.com/">Whole Tomato Visual Assist X plug-in</a> is  highly recommended to develop Qt within Visual Studio.  See this <a href="http://blog.wholetomato.com/2008/11/20/using-qt-44-with-visual-assist-x/"> blog entry</a> for tips.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dcsoft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dcsoft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dcsoft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dcsoft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dcsoft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dcsoft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dcsoft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dcsoft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dcsoft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dcsoft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dcsoft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dcsoft.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dcsoft.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dcsoft.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dcsoft.wordpress.com&amp;blog=11596522&amp;post=13&amp;subd=dcsoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dcsoft.wordpress.com/2010/01/30/how-to-setup-qt-4-5-visual-studio-integration/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dcsoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Reducing our commute with GotoMyPC and Camtasia</title>
		<link>http://dcsoft.wordpress.com/2010/01/22/reducing-our-commute-with-gotomypc-and-camtasia/</link>
		<comments>http://dcsoft.wordpress.com/2010/01/22/reducing-our-commute-with-gotomypc-and-camtasia/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 18:47:39 +0000</pubDate>
		<dc:creator>dcsoft</dc:creator>
				<category><![CDATA[recommended]]></category>

		<guid isPermaLink="false">http://dcsoft.wordpress.com/?p=8</guid>
		<description><![CDATA[One of the big benefits of being an offsite consultant is the improved quality of life.  Having commuted every workday for years, it is truly a blessing to gain an extra hour or two per day, as well as the energy normally spent gritting teeth as traffic inches forward.  Not to mention the gas savings [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dcsoft.wordpress.com&amp;blog=11596522&amp;post=8&amp;subd=dcsoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>One of the big benefits of being an offsite consultant is the  improved quality of life.  Having commuted every workday for years, it  is truly a blessing to gain an extra hour or two per day, as well as the  energy normally spent gritting teeth as traffic inches forward.  Not to  mention the gas savings (even my Honda Civic which gets 33 miles per  gallon, at $4/gallon, this is still worthwhile).</p>
<p>Still, nothing beats a face to face meeting, and we&#8217;ve seen  contractors fail to deliver and subsequently fall from grace with the  client, due to misundrestandings that simply don&#8217;t occur when you&#8217;re  regularly onsite.  How to get this benefit without actually being  there?  We&#8217;ve become instant fans of <a href="http://gotomypc.com/">GotoMyPC</a> and <a href="http://techsmith.com/camtasia.asp">Camtasia</a>, both of which  have saved us many commute hours.</p>
<p><strong>GotoMyPC</strong> allows us to access a PC using a browser.   Although there are cheaper solutions such as LogMeIn (which is free),  GotoMyPC&#8217;s performance (approaching that of Microsoft Remote Desktop)  and ease of use make it well worth the cost.  As an additional benefit,  you can share your desktop with another person over the Internet; he or  she can use mouse and keyboard to control the desktop simultaneously  with you.  It&#8217;s like the two of you are collaborating side by side, but  it&#8217;s actually better because you have your own private screen/keyboard  and don&#8217;t have to share!  It&#8217;s hard to beat GotoMyPC for two-way,  interactive communication.</p>
<p><strong>Camtasia</strong> records your screen along with your voice,  making it easy to create Flash-based videos (which look good and aren&#8217;t  huge).  Since everyone has the Flash plug-in, simply e-mail the url  where you&#8217;ve uploaded the video and it instantly streams to their  browser and starts playing within seconds.  Creating videos allows  clients to see the product actually running as well as deep dives into  the Visual Studio IDE to discuss technical coding issues.  Compared to  being there, the information is conveyed with near 100% accuracy.  Both  client and contractor prefer it to a physical meeting, since it&#8217;s less  stressful and eliminates another time commitment.  I figure if I can  save a handful of trips per year to client sites by recording Camtasia  videos, it will easily pay for itself.</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dcsoft.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dcsoft.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dcsoft.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dcsoft.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dcsoft.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dcsoft.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dcsoft.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dcsoft.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dcsoft.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dcsoft.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dcsoft.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dcsoft.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dcsoft.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dcsoft.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dcsoft.wordpress.com&amp;blog=11596522&amp;post=8&amp;subd=dcsoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dcsoft.wordpress.com/2010/01/22/reducing-our-commute-with-gotomypc-and-camtasia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dcsoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Unfuddle.com &#8211; our journey from the comforts of Visual SourceSafe</title>
		<link>http://dcsoft.wordpress.com/2010/01/22/unfuddle-com-our-journey-from-the-comforts-of-visual-sourcesafe/</link>
		<comments>http://dcsoft.wordpress.com/2010/01/22/unfuddle-com-our-journey-from-the-comforts-of-visual-sourcesafe/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 18:38:15 +0000</pubDate>
		<dc:creator>dcsoft</dc:creator>
				<category><![CDATA[recommended]]></category>

		<guid isPermaLink="false">http://dcsoft.wordpress.com/?p=5</guid>
		<description><![CDATA[As many Windows developers know, there is no source control system that is as easy as Microsoft Visual SourceSafe.  It comes with many versions of Visual Studio and is the justifiable default.  We&#8217;ve been using it for many years now, and laughed when we saw other developers keeping multiple directories with various versions of source [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dcsoft.wordpress.com&amp;blog=11596522&amp;post=5&amp;subd=dcsoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>As many Windows developers know, there is no source control  system that is as easy as Microsoft Visual SourceSafe.  It comes with  many versions of Visual Studio and is the justifiable default.  We&#8217;ve  been using it for many years now, and laughed when we saw other  developers keeping multiple directories with various versions of source  code on their hard disks.  Seriously, if you are doing that, you really  need to do yourself a favor and start using SourceSafe.  It gives you a  safety net to easily go back to known good points in your development,  as well as quickly determine what code you have changed.  It will also  shield your from other people&#8217;s code changes, since it will do the  painful merging for you at checkin time (you only have to resolve  conflicts when the same lines of code are changed by someone else; most  notably, in resource.h and the .rc file!)  Once you try it, you will  feel so much more secure, that you will not go back.  SourceSafe looks  like Windows Explorer, so you have very little to learn.  You will be up  and running very quickly.</p>
<p>Alas, we stayed with SourceSafe as long as possible, but eventually  outgrew it.  When remote subcontractors became involved in our projects,  SourceSafe no longer suited, as it is far too slow for remote access  over a VPN.  We also got tired of running Analyze all the time, and it  was a constant reminder that we were using a not-totally-supported  product.  We also yearned for integrated bug tracking (where you can  associate a bug number with a checkin, and thus easily access the code  from the bug report).  But what else is there beyond SourceSafe?</p>
<p>We were looking for a package that was as simple and inutitive as  SourceSafe, yet more reliable and usable to access remotely.  Since  SourceSafe is free if you have Visual Studio, cost is also an issue.   The short list included:</p>
<ul>
<li>
<div>SourceGear &#8211; designed similarly to SourceSafe, but solving the  reliability and remote access problem.  Con:  expensive, setting up  server is complex.</div>
</li>
<li>
<div>Perforce &#8211; a rock solid package, but depot/clientspec concept is  complex, P4Win is not pretty.  Con:  expensive, setting up server is too  complex, Diff and merge tools are lacking, Integrated bug tracking with  Bugzilla doesn&#8217;t work well.</div>
</li>
<li>
<div>Seapine &#8211; Many of the same benefits and disadvantages of Perforce,  but on the whole more user friendly.</div>
</li>
<li>
<div>Subversion &#8211; at first, this OpenSource project left us cold, but  after some friendly hands pointed us to the TortoiseSVN client, we were  quickly won over by it&#8217;s simplicity and well-constructedness.  But  installing the server still was very complex, and there was no  integrated bug tracking.</div>
</li>
</ul>
<p><strong>Solution</strong>:  use Subversion, but through a hosting  service  The server is already set up, and the service also adds  integrated bug tracking.  We&#8217;ve been using <a href="http://unfuddle.com/">Unfuddle.com</a> for about a month now and  are very happy with it.  We also tried and were reasonably happy with <a href="http://cvsdude.com/">CVSDude.com</a> but prefer the more  polished UI of Unfuddle.  As well, the proprietary Unfuddle Ticket  system (bug tracking) is just superb, much better than Trac (which is  another open source bug tracking project that supplements Subversion).</p>
<p>&#8220;Hosted&#8221; you say?  Surely you would never store the crown jewels of  source code on someone else&#8217;s server.  No sir!  Well, admittedly, we  held off on using a hosted solution for several months until the pain  point of not having a collaborative version control system forced our  hand.  We simply were not going to invest in setting up an  Internet-facing server of our own; not only is this not our expertise,  but it also requires getting a business-class (symmetric upload and  download speeds) broadband connection for it.  So it was hosted or  nothing.</p>
<p>And we do take precautions.  All Unfuddle access is via https.  As  for storing the source code on a third party&#8217;s server, that is really no  different than hosting your company&#8217;s e-mail on someone else&#8217;s server,  and exchanging source code with other developers through e-mail  attachments is quite common.  So when you look at it like this, you  could argue that the risk of using a third party server is the same for  both e-mail and source code, and that risk is deemed sufficiently low  for both practices.</p>
<p>We highly recommend Unfuddle for mere mortals (like us), and if you  are more of a propellor-head, then you may be more at home with CVSDude.</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dcsoft.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dcsoft.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dcsoft.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dcsoft.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dcsoft.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dcsoft.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dcsoft.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dcsoft.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dcsoft.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dcsoft.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dcsoft.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dcsoft.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dcsoft.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dcsoft.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dcsoft.wordpress.com&amp;blog=11596522&amp;post=5&amp;subd=dcsoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dcsoft.wordpress.com/2010/01/22/unfuddle-com-our-journey-from-the-comforts-of-visual-sourcesafe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dcsoft</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome to the DCSoft Blog</title>
		<link>http://dcsoft.wordpress.com/2010/01/22/welcome-to-the-dcsoft-blog/</link>
		<comments>http://dcsoft.wordpress.com/2010/01/22/welcome-to-the-dcsoft-blog/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 18:34:13 +0000</pubDate>
		<dc:creator>dcsoft</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dcsoft.wordpress.com/2010/01/22/welcome-to-the-dcsoft-blog/</guid>
		<description><![CDATA[Welcome to the DCSoft blog&#8230; here you will find useful tidbits from our experience running a small software consulting company.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dcsoft.wordpress.com&amp;blog=11596522&amp;post=3&amp;subd=dcsoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to the DCSoft blog&#8230; here you will find useful tidbits from our experience running a small software consulting company.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dcsoft.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dcsoft.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dcsoft.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dcsoft.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dcsoft.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dcsoft.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dcsoft.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dcsoft.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dcsoft.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dcsoft.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dcsoft.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dcsoft.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dcsoft.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dcsoft.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dcsoft.wordpress.com&amp;blog=11596522&amp;post=3&amp;subd=dcsoft&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dcsoft.wordpress.com/2010/01/22/welcome-to-the-dcsoft-blog/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dcsoft</media:title>
		</media:content>
	</item>
	</channel>
</rss>
