<?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>CADDManager Blog &#187; Journals</title>
	<atom:link href="http://www.caddmanager.com/CMB/category/journals/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caddmanager.com/CMB</link>
	<description>Practical, proven insight into CADD Management from Mark W. Kiker</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:02:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CAD Standards &#8211; Your Dimensions</title>
		<link>http://www.caddmanager.com/CMB/2009/09/cad-standards-your-dimensions/</link>
		<comments>http://www.caddmanager.com/CMB/2009/09/cad-standards-your-dimensions/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 02:00:15 +0000</pubDate>
		<dc:creator>CADDManager</dc:creator>
				<category><![CDATA[CAD Standards]]></category>
		<category><![CDATA[Journals]]></category>

		<guid isPermaLink="false">http://www.caddmanager.com/CMB/?p=955</guid>
		<description><![CDATA[Dimensions are one of the most well defined areas of AutoCAD and one of the most misunderstood. Misunderstood at the base level. Not many know all of the variables that need to be defined. If you think that DIMS are simple, just do a search in your AutoCAD help file for &#8220;dim&#8221; and look at [...]]]></description>
			<content:encoded><![CDATA[<p>Dimensions are one of the most well defined areas of AutoCAD and one of the most misunderstood.  Misunderstood at the base level.  Not many know all of the variables that need to be defined.  If you think that DIMS are simple, just do a search in your AutoCAD help file for &#8220;dim&#8221; and look at all the topics that come up.  There are over 80 individual dimension variables with more being added to just about every release.  That is about 10% of the variables that are in AutoCAD.</p>
<p>Settings fro dimensions should be set in your template files.  No need to have someone set them up every time they need to have a dimension.  So setting them once is best.</p>
<p>When setting up the standard, you need to go through every dimension variable to verify that each is set as you like it.  You can use the dialog boxes.</p>
<p><img class="alignnone size-medium wp-image-987" title="DimDialog" src="http://www.caddmanager.com/CMB/wp-content/uploads/2009/09/DimDialog-300x211.jpg" alt="DimDialog" width="300" height="211" /></p>
<p>Here is a good tutorial on <a href="www.we-r-here.com/cad/tutorials/level_4/4-11.htm">setting up Dimensions</a> by Art Whitton, Chester, NE</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caddmanager.com/CMB/2009/09/cad-standards-your-dimensions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AutoCAD Annotative Dimensions</title>
		<link>http://www.caddmanager.com/CMB/2009/09/autocad-annotative-dimensions/</link>
		<comments>http://www.caddmanager.com/CMB/2009/09/autocad-annotative-dimensions/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 01:30:38 +0000</pubDate>
		<dc:creator>CADDManager</dc:creator>
				<category><![CDATA[CAD Standards]]></category>
		<category><![CDATA[Journals]]></category>

		<guid isPermaLink="false">http://www.caddmanager.com/CMB/?p=989</guid>
		<description><![CDATA[New to AutoCAD are Annotative Dimensions. Annotation scaling allows you to plot annotation text at the same height or size regardless of the viewport zoom scale. Annotation scales can be associated with annotative objects in AutoCAD so that these objects can be sized properly for specific annotation scales in model space and displayed correctly in [...]]]></description>
			<content:encoded><![CDATA[<p>New to AutoCAD are Annotative Dimensions.</p>
<p>Annotation scaling allows you to plot annotation text at the same height or size regardless of the viewport zoom scale. Annotation scales can be associated with annotative objects in AutoCAD so that these objects can be sized properly for specific annotation scales in model space and displayed correctly in paper space.</p>
<blockquote><p>A Variable Specific to this topic:<br />
The DIMANNO variable indicates whether or not the current dimension style is annotative.</p>
<p>0 &#8211; Nonannotative<br />
1 &#8211; Annotative</p></blockquote>
<p>You can create Annotative Dimensions for measurements in your drawing through annotative dimension styles.</p>
<p><strong>Annotative dimension styles create dimensions in which all the elements of the dimension, such as text, spacing, and arrows, scale uniformly by the annotation scale.</strong></p>
<p>You can change an existing nonannotative dimension to annotative by changing the dimension’s Annotative property to Yes.</p>
<p>Note: When the current dimension style is annotative, the value of DIMSCALE is automatically set to zero, and does not affect the dimension scale.</p>
<p>You can also create annotative tolerances. Geometric tolerances show acceptable deviations of form, profile, orientation, location, and runout of a feature.</p>
<p>Note:  A <img class="alignnone size-full wp-image-993" title="AnnoDimIcon" src="http://www.caddmanager.com/CMB/wp-content/uploads/2009/09/AnnoDimIcon1.jpg" alt="AnnoDimIcon" width="35" height="34" /> icon next to a dimension style name indicates that the style is annotative.</p>
<p>In the AutoCAD Help files are many steps that can be done for creating, modifying, editing and switching dimensions to annotative.  I reproduce them here.</p>
<p><strong>To create a new annotative dimension style</strong></p>
<p>1. Click Annotate tab &gt; Dimensions panel &gt; Dimension Style.  (or at the command prompt, enter dimstyle)<br />
2. In the Dimension Style Manager dialog box, click New.<br />
3. In the Create New Dimension Style dialog box, enter a new style name.<br />
4. Select Annotative.<br />
5. Click Continue.<br />
6. In the New Dimension Style dialog box, select the appropriate tab and make changes to define the dimension style.<br />
7. Click OK.<br />
8. (Optional) Click Set Current to set this style as the current dimension style.<br />
9. Click Close.</p>
<p><strong>To change an existing dimension style to annotative</strong></p>
<p>1. Click Annotate tab &gt; Dimensions panel &gt; Dimension Style.<br />
2. In the Dimension Style Manager dialog box, Styles list, select a style.<br />
3. Click Modify.<br />
4. In the Modify Dimension Style dialog box, Fit tab, under Scale for Dimension Features, select Annotative.<br />
5. Click OK.<br />
6. (Optional) Click Set Current to set this style as the current dimension style.<br />
7. Click Close.</p>
<p><strong>To create an annotative dimension</strong></p>
<p>1. Click Annotate tab &gt; Dimensions panel &gt; Dimension Style.<br />
2. In the Dimension Style Manager dialog box, Styles list, select an annotative dimension style.<br />
3. Click Set Current.<br />
4. Click Close.<br />
5. Click Dimension menu and select a dimension type. At the command prompt, enter a dimension command.<br />
6. Press ENTER to select the object to dimension or specify the first and second extension line origins.<br />
7. Specify the dimension line location.</p>
<p><strong>To change an existing dimension to annotative or nonannotative</strong></p>
<p>1. Select a dimension in a drawing.<br />
2. Click View tab Palettes panel Properties.<br />
3. In the Properties palette, under Misc, click Annotative.<br />
4. On the drop-down list, select Yes or No.</p>
<p><strong>To update dimensions to reflect the current annotative properties of the dimension style</strong></p>
<p>1. Click Annotate tab &gt; Dimensions panel &gt; Dimension Style.<br />
2. In the Dimension Style Manager dialog box, Styles list, select a style.<br />
3. Click Modify.<br />
4. In the Modify Dimension Style dialog box, Fit tab, under Scale for Dimension Features, select Annotative.<br />
5. Click OK.<br />
6. (Optional) Click Set Current to set this style as the current dimension style.<br />
7. Click Close.<br />
8. In the drawing, select all the dimensions that you want to update.<br />
9. At the command prompt, enter annoupdate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caddmanager.com/CMB/2009/09/autocad-annotative-dimensions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>LTSCALE, PSLTSCALE, CELTSCALE and MSLTSCALE</title>
		<link>http://www.caddmanager.com/CMB/2009/06/ltscale-psltscale-celtscale-and-msltscale/</link>
		<comments>http://www.caddmanager.com/CMB/2009/06/ltscale-psltscale-celtscale-and-msltscale/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 05:10:11 +0000</pubDate>
		<dc:creator>CADDManager</dc:creator>
				<category><![CDATA[CAD Standards]]></category>
		<category><![CDATA[Journals]]></category>

		<guid isPermaLink="false">http://www.caddmanager.com/CMB/?p=871</guid>
		<description><![CDATA[LTSCALE has been around forever. There are now several &#8220;SCALE&#8221; issues surrounding your linetypes. We now have LTSCALE, PSLTSCALE, CELTSCALE and MSLTSCALE. LTSCALE &#8211; LineType Scale - Controls overall linetype scaling of objects displayed. Sets the global linetype scale factor. The linetype scale factor cannot equal zero. This system variable has the same name as [...]]]></description>
			<content:encoded><![CDATA[<p>LTSCALE has been around forever. There are now several &#8220;SCALE&#8221; issues surrounding your linetypes.  We now have LTSCALE, PSLTSCALE, CELTSCALE and MSLTSCALE.</p>
<p><strong>LTSCALE</strong> &#8211; <em>LineType Scale </em>- Controls overall linetype scaling of objects displayed.</p>
<p>Sets the global linetype scale factor. The linetype scale factor cannot equal zero. This system variable has the same name as a command. Use the SETVAR command to access this system variable.</p>
<p>The initial value of LTSCALE is 1.</p>
<p>Use LTSCALE to change the scale factor of linetypes for all objects in a drawing. Changing the linetype scale factor causes the drawing to be regenerated.</p>
<p><strong>PSLTSCALE</strong> &#8211; <em>Paper Space LineType Scale</em> &#8211; Controls linetype scaling of objects displayed in paperspace viewports.</p>
<p>When you change PSLTSCALE or use a command such as ZOOM with PSLTSCALE set to 1, objects in viewports are not automatically regenerated with the new linetype scale. Use the REGEN or REGENALL command to update the linetype scales in each viewport.</p>
<p>The initial value of PSLTSCALE is 1.</p>
<p><strong>MSLTSCALE</strong> &#8211; <em>Model  Space LineType Scale</em> &#8211; Scales linetypes displayed on the model tab by the annotation scale</p>
<p>For model space or a layout viewport, you can display all the annotative objects or only those that support the current annotation scale.  This reduces the need to use multiple layers to manage the visibility of your annotations.</p>
<p>When the MSLTSCALE system variable is set to 1 (default), linetypes displayed on the model tab are scaled by the annotation scale</p>
<p>Note:  MSLTSCALE is set to 0 when you open drawings created in AutoCAD 2007 and earlier.</p>
<p>The initial value of MSLTSCALE is 1 (after 2008)</p>
<p><strong>CELTSCALE</strong> &#8211; <em>Current Element LineType Scale</em> &#8211; Sets the current object linetype scaling factor.   You can force an individual elements LTSCALE with this setting.</p>
<p>The Global Scale Factor value controls the LTSCALE system variable, which changes the linetype scale globally for both new and existing objects.</p>
<p>The Current Object Scale value controls the CELTSCALE system variable, which sets the linetype scale for new objects.</p>
<p>The CELTSCALE value is multiplied by the LTSCALE value to get the displayed linetype scale. You can easily change linetype scales in your drawing either individually or globally.</p>
<p>Sets the linetype scaling for new objects relative to the LTSCALE command setting. A line created with CELTSCALE = 2 in a drawing with LTSCALE set to 0.5 would appear the same as a line created with CELTSCALE = 1 in a drawing with LTSCALE = 1.</p>
<p><strong>CAD Standards Issues:</strong></p>
<p>Define what you will allow or demand in these settings.  The application of differing settings to these will make you files hard to decipher when used by others.  It will also make it hard to figure out goofy looking linetypes if you let CELTSCALE be used too often.</p>
<p>Specifically define your LTSCALE and verify that it is always the same on every file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caddmanager.com/CMB/2009/06/ltscale-psltscale-celtscale-and-msltscale/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Addressing Borders in your CAD Standard</title>
		<link>http://www.caddmanager.com/CMB/2009/06/addressing-borders-in-your-cad-standard/</link>
		<comments>http://www.caddmanager.com/CMB/2009/06/addressing-borders-in-your-cad-standard/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 05:05:11 +0000</pubDate>
		<dc:creator>CADDManager</dc:creator>
				<category><![CDATA[CAD Standards]]></category>
		<category><![CDATA[Journals]]></category>

		<guid isPermaLink="false">http://www.caddmanager.com/CMB/2009/06/addressing-borders-in-your-cad-standard/</guid>
		<description><![CDATA[When you are writing your CAD Standard you should consider including a lengthy explanation of your Border and Title Block file. Take the time to make sure that everyone knows where the correct files are and what goes where. Don&#8217;t let the project team get creative on the location of standard information.  Don&#8217;t let them [...]]]></description>
			<content:encoded><![CDATA[<p>When you are writing your CAD Standard you should consider including a lengthy explanation of your Border and Title Block file.  Take the time to make sure that everyone knows where the correct files are and what goes where.  Don&#8217;t let the project team get creative on the location of standard information.  Don&#8217;t let them just copy the border from the last project they worked on.</p>
<p>Show example screen shots of each area of the border and define what goes where.</p>
<p><a href="http://www.caddmanager.com/CMB/wp-content/uploads/2009/06/border.jpg"><img class="alignnone size-medium wp-image-870" title="border" src="http://www.caddmanager.com/CMB/wp-content/uploads/2009/06/border-256x300.jpg" alt="" width="256" height="300" /></a></p>
<p>Showing users exactly what they expect to see when a Title Block is added and filled in will help tremendously.  Don&#8217;t leave it to them to guess.  Make notations as to what each area of the Title Block is supposed to contain and convey.</p>
<p>Include exact fonts and sizes for all text that the users may be placing.</p>
<p>Example text that could be included in your standard:</p>
<blockquote><p>When referenced, the insert point for the titleblock/border file is 0,0,0 in Paper Space.</p>
<p>A titleblock attribute text block will be provided. Included in this block will be the typical symbol blocks and text styles required to annotate the plot/sheet file.</p>
<p>Titleblock entities will be placed the G-ANNO-TTLB layers.  Typical layers for the titleblock will be G-TTLB, G-TTLB-ANNO, G-TTLB-KPLN &amp; G-TTLB-GRID.</p>
<p>The key plan will be located in a space above the Issue Block area. Place the key plan on layer G-TTLB-KPLN.</p>
<p>Matchlines will be placed in Paper Space. It may be necessary to also place matchlines in model files, so other disciplines can find the matchlines.</p>
<p>North arrow and scale(s) will placed in the lower right hand area of the drawing area, just left of the Sheet number.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.caddmanager.com/CMB/2009/06/addressing-borders-in-your-cad-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CAD Manager &#8211; Defining Your Borders</title>
		<link>http://www.caddmanager.com/CMB/2009/06/cad-manager-defining-your-borders/</link>
		<comments>http://www.caddmanager.com/CMB/2009/06/cad-manager-defining-your-borders/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 05:00:51 +0000</pubDate>
		<dc:creator>CADDManager</dc:creator>
				<category><![CDATA[CAD Standards]]></category>
		<category><![CDATA[Journals]]></category>

		<guid isPermaLink="false">http://www.caddmanager.com/CMB/?p=868</guid>
		<description><![CDATA[The Border File is one that is used on every sheet file and every project you have. Getting it right shows that you really have your act together. Getting it wrong can tell others that your level of quality is slipping. I have been in meetings and have seen the clients name spelled wrong on [...]]]></description>
			<content:encoded><![CDATA[<p>The Border File is one that is used on every sheet file and every project you have.  Getting it right shows that you really have your act together.  Getting it wrong can tell others that your level of quality is slipping.  I have been in meetings and have seen the clients name spelled wrong on the border and have it show up on every sheet.  I have seen mistakes in peoples name, titles, locations, addresses, project numbers and more.</p>
<p>Project Managers and those that interact with the client take the brunt of these discussions.  They are in the meetings with the clients and owners.  If the client is the one that catches these mistakes &#8211; it makes them look pretty bad.  You don&#8217;t want to have that happen very often.  They can come back from meetings with a very sour attitude.</p>
<p><strong>Reviewing Your Border</strong></p>
<p>Take the time needed to fully define and refine your border files.  If you have a standard company border that is used on every project, then get it perfect.  Review the look and feel issues fist.  Does it have all  the info needed?  Does it reflect the current locations of your firms offices?  Does it look like it was created in 1950?  Is it time to change the look?  Does it reflect the current format of other collateral that your firm uses like letterhead layout, logos, fonts, etc.?</p>
<p>Now that the look is defined then take a long look at the layers you are using. Keep them as simple as you can.  Reduce the layers that you use to the most minimal that get the job done.  Use color to your advantage.  If you are using CTB for plotting then don&#8217;t let the layer colors stray from something simple.  If you are using STB, then make the colors pleasing on the eye.</p>
<p>Reduce the fonts and linetypes used.  Does it use non-AutoCAD standard fonts?  Are you using TrueType fonts that may not reproduce on other folks plotters and screens?  Consider using PLINE for thickness and not color.  Consider gapping CONTINUOUS lines in place of linestyles which can be impacted by someone changing LTSCALE.</p>
<p>Is the Logo an Image?  Most CAD packages are handling images better, but I would still consider redrawing your company logo in CAD and not using an image file.  The image files are usually externally referenced into the files and can be left behind when transmitting the deliverables.</p>
<p><strong>Cleaning up the File</strong></p>
<p>Now that you have reviewed and perfected the look and layers &#8211; Clean the file up.  Leaving artifacts from unused data clutters the file up.  Take an extended time period to get all the junk out of the file.  PURGE the file to death.  WBLOCK it out to another file.  Check REGAPPS.  Check residual fonts, layers and more.  Check it, Check it, Check it.  Clean it, Clean it, Clean it.</p>
<p>Once it is clean (you did clean it &#8211; right?) put it into a central location and lock it down.  Do not let users fiddle with the standard file.  They may copy it into their project location, but they should not adjust any of the standard border graphics or data.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caddmanager.com/CMB/2009/06/cad-manager-defining-your-borders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CADD Manager Journal &#8211; February 2009</title>
		<link>http://www.caddmanager.com/CMB/2009/02/cadd-manager-journal-february-2009/</link>
		<comments>http://www.caddmanager.com/CMB/2009/02/cadd-manager-journal-february-2009/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 15:44:44 +0000</pubDate>
		<dc:creator>CADDManager</dc:creator>
				<category><![CDATA[Journals]]></category>

		<guid isPermaLink="false">http://www.caddmanager.com/CMB/?p=787</guid>
		<description><![CDATA[I sent out the February CADD Manager Journal&#8230; Here are the topics discussed Top  Ten CAD Manager Failures &#8211; the Second Five AutoCAD 2010 &#8211; Sneak Peek AutoCAD 2010 &#8211; Bloggers Speak Out A Tour of the Autodesk Gallery January Survey results Are you a subscriber?     Subscribe here]]></description>
			<content:encoded><![CDATA[<p class="style4"><strong><span style="font-size: 8pt; font-family: Verdana,Arial,Helvetica,sans-serif; color: #003300;"> </span></strong><span style="font-size: 8pt; font-family: Verdana,Arial,Helvetica,sans-serif; color: #003300;">I sent out the <a href="http://www.caddmanager.com/Journals/2009/CADMgrJournalV09-02.html">February CADD Manager Journal</a>&#8230; Here are the topics discussed<br />
</span></p>
<p class="style4">
<p class="style4"><a href="http://www.caddmanager.com/CMB/journals/2009-journals/february-2009-journal/top-10-cad-mgr-failures-second-five/"><span style="font-size: 8pt; font-family: Verdana,Arial,Helvetica,sans-serif; color: #003300;">Top  Ten CAD Manager Failures &#8211; the Second Five</span></a></p>
<p class="style4"><span style="font-size: 8pt; font-family: Verdana,Arial,Helvetica,sans-serif; color: #003300;"> <a href="http://www.caddmanager.com/CMB/2009/02/autocad-2010-sneak-peek/">AutoCAD 2010 &#8211; Sneak Peek</a></span></p>
<p class="style4"><span style="font-size: 8pt; font-family: Verdana,Arial,Helvetica,sans-serif; color: #003300;"> <a href="http://www.caddmanager.com/CMB/2009/02/autocad-2010-bloggers-speak-out/">AutoCAD 2010 &#8211; Bloggers Speak Out</a></span></p>
<p><a href="http://www.caddmanager.com/CMB/2009/02/autodesk-gallery-visit/"><span style="font-size: 8pt; font-family: Verdana,Arial,Helvetica,sans-serif; color: #003300;">A Tour of the Autodesk Gallery</span></a></p>
<p><span style="font-size: 8pt; font-family: Verdana,Arial,Helvetica,sans-serif; color: #003300;"> </span></p>
<p><a href="http://www.caddmanager.com/CMB/pollsarchive/"><span style="font-size: 8pt; font-family: Verdana,Arial,Helvetica,sans-serif; color: #003300;">January Survey results</span></a></p>
<p>Are you a subscriber?     <a href="http://www.caddmanager.com/CMB/journals/">Subscribe here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.caddmanager.com/CMB/2009/02/cadd-manager-journal-february-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CADD Manager Journal &#8211; September 2008</title>
		<link>http://www.caddmanager.com/CMB/2008/09/cadd-manager-journal-september-2008/</link>
		<comments>http://www.caddmanager.com/CMB/2008/09/cadd-manager-journal-september-2008/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 04:24:10 +0000</pubDate>
		<dc:creator>CADDManager</dc:creator>
				<category><![CDATA[Journals]]></category>

		<guid isPermaLink="false">http://www.caddmanager.com/CMB/?p=684</guid>
		<description><![CDATA[10 CAD Management Problems You May Not Know You Have Most CAD Managers have a good handle on their environment.  Most have a good “feel” for what shape their files are in.  Most have a positive perspective on things going well. But what about the things that you may not know about.  What about those [...]]]></description>
			<content:encoded><![CDATA[<p><strong><strong><span style="font-size: 8pt;">10 CAD Management Problems You May Not Know You Have</span></strong></strong></p>
<p>Most CAD Managers have a good handle on their environment.  Most have a good “feel” for what shape their files are in.  Most have a positive perspective on things going well.</p>
<p>But what about the things that you may not know about.  What about those hidden things that pop up at the most inopportune times. What is happening that you don’t know about…</p>
<p>By keeping your radar tuned into the things that you may overlook, you can find and fix some of the unspoken troubles that may come up. Stay on your toes and don’t let smooth sailing lull you into a sense of “everything is alright”. There may be an iceberg just under the surface looming on the horizon.</p>
<p>Click on the links below to read the list… in two parts…</p>
<p><a href="http://www.caddmanager.com/CMB/journals/journal-september-2008/ten-cad-management-problems-the-first-five/"><strong><span style="font-size: 8pt;">Ten CAD Management Problems &#8211; the First Five</span></strong><strong><span style="font-size: 8pt;"> </span></strong></a></p>
<p><a href="http://www.caddmanager.com/CMB/journals/journal-september-2008/top-cad-management-problems-the-second-five/"><strong><span style="font-size: 8pt;">Ten CAD Management Problems &#8211; The Second Five</span></strong><strong></strong></a></p>
<p><a href="http://www.caddmanager.com/CMB/journals/journal-september-2008/august-survey-results/"><strong><span style="font-size: 8pt;">August Poll Results &#8211; checking email?</span></strong></a></p>
<p><a href="http://www.caddmanager.com/Journals/2008/CADMgrJournalV08-09.html">See it as published</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.caddmanager.com/CMB/2008/09/cadd-manager-journal-september-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CADD Manager Journal &#8211; August 2008</title>
		<link>http://www.caddmanager.com/CMB/2008/08/cadd-manager-journal-august-2008/</link>
		<comments>http://www.caddmanager.com/CMB/2008/08/cadd-manager-journal-august-2008/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 15:12:41 +0000</pubDate>
		<dc:creator>CADDManager</dc:creator>
				<category><![CDATA[Journals]]></category>

		<guid isPermaLink="false">http://www.caddmanager.com/CMB/?p=641</guid>
		<description><![CDATA[I sent out the latest CADD Manager Journal. Here is a link the the one that was sent via email. Or you can go directly to the articles&#8230; Identifying CAD Project Killers Book Review &#8211; Ascent Revit Training Manual July Survey Results]]></description>
			<content:encoded><![CDATA[<p>I sent out the latest CADD Manager Journal.</p>
<p>Here is a link the the one that was <a href="http://www.caddmanager.com/Journals/2008/CADMgrJournalV08-08.html">sent via email</a>.</p>
<p>Or you can go directly to the articles&#8230;</p>
<p><a href="http://www.caddmanager.com/CMB/journals/journal-august-2008/identifying-cad-project-killers/">Identifying CAD Project Killers</a></p>
<p><a href="http://www.caddmanager.com/CMB/journals/journal-august-2008/book-review-revit-training-manual-2009-ascent/">Book Review &#8211; Ascent Revit Training Manual</a></p>
<p><a href="http://www.caddmanager.com/CMB/journals/journal-august-2008/july-poll-results/">July Survey Results</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.caddmanager.com/CMB/2008/08/cadd-manager-journal-august-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CADD Manager Journal &#8211; July 2008</title>
		<link>http://www.caddmanager.com/CMB/2008/07/cadd-manager-journal-july-2008/</link>
		<comments>http://www.caddmanager.com/CMB/2008/07/cadd-manager-journal-july-2008/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 15:00:01 +0000</pubDate>
		<dc:creator>CADDManager</dc:creator>
				<category><![CDATA[Journals]]></category>

		<guid isPermaLink="false">http://www.caddmanager.com/CMB/?p=608</guid>
		<description><![CDATA[Just published&#8230; Upgrading hardware and controlling software is part of every day life. What do you do to keep things moving forward and keep users satisfied? Hardware Wars Software Collectors June Poll Results See the whole thing&#8230;]]></description>
			<content:encoded><![CDATA[<p>Just published&#8230;</p>
<p><span style="font-size: 8pt; font-family: Verdana,Arial,Helvetica,sans-serif; color: #003300;"> </span></p>
<p align="left"><span style="font-size: 8pt; font-family: Verdana,Arial,Helvetica,sans-serif; color: #003300;">Upgrading hardware and controlling software  					is part of every day life. </span></p>
<p><span style="font-size: 8pt; font-family: Verdana,Arial,Helvetica,sans-serif; color: #003300;"> </span></p>
<p align="left"><span style="font-size: 8pt; font-family: Verdana,Arial,Helvetica,sans-serif; color: #003300;">What do you do to keep things moving forward and  				keep users satisfied?</span></p>
<p><span style="font-size: 8pt; font-family: Verdana,Arial,Helvetica,sans-serif; color: #003300;"> </span></p>
<p align="left">
<p><span style="font-size: 8pt; font-family: Verdana,Arial,Helvetica,sans-serif; color: #003300;"> </span></p>
<p><a id="sp35" class="node" title="Hardware Wars" href="../journals/journal-july-2008/hardware-wars/">Hardware Wars</a></p>
<p><a id="sp36" class="node" title="Software Collectors" href="../journals/journal-july-2008/software-collectors/">Software Collectors</a></p>
<p><a id="sp37" class="node" title="June Poll Results" href="../journals/journal-july-2008/june-poll-results/">June Poll Results</a></p>
<p><a href="http://www.caddmanager.com/Journals/2008/CADMgrJournalV08-07.html">See the whole thing&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.caddmanager.com/CMB/2008/07/cadd-manager-journal-july-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

